Switch fs001 to Deploy Undercloud with OVN

[1] Added an environment file to allow Undercloud
Deployments with Ml2 OVN.

This patch switches fs001 master ovb job to deploy
Undercloud with Ml2 OVN so to have coverage of it
on Undercloud before it becomes default Ml2 Plugin on
Undercloud in future.

[1] https://review.opendev.org/857436

Depends-On: https://review.opendev.org/857436
Change-Id: Ie273fa4cfa26f3707788c91bb09f3dc1003e8beb
This commit is contained in:
yatinkarel 2022-09-13 19:33:00 +05:30
parent 2a144c573c
commit 31a454fba9
1 changed files with 8 additions and 1 deletions

View File

@ -17,7 +17,14 @@ undercloud_clean_nodes: true
undercloud_inspection_extras: false
undercloud_custom_env_files: "{{ working_dir }}/undercloud-parameter-defaults.yaml"
# Deploy ml2/ovn on Undercloud with zed+ release
undercloud_custom_env_files: >-
{% if release not in ['train', 'wallaby'] -%}
{{ working_dir }}/undercloud-parameter-defaults.yaml {{ undercloud_templates_path }}/environments/services/undercloud-neutron-ovn-dhcp.yaml
{%- else -%}
{{ working_dir }}/undercloud-parameter-defaults.yaml
{%- endif %}
undercloud_cloud_domain: "localdomain"
undercloud_undercloud_hostname: "undercloud.{{ undercloud_cloud_domain }}"