[Templates] Add a bridge setup.

Add a bridge setup for the scenario008, inspired by others scenario.

Change-Id: Id1448e840259d1a08829b7dd7dd068a68326021a
Closes-Bug: #1782244
This commit is contained in:
Natal Ngétal 2018-12-04 10:50:59 +01:00
parent db1f011877
commit 717e0bc5d9
1 changed files with 13 additions and 0 deletions

View File

@ -52,6 +52,19 @@ config_download_args: >-
--verbose
{%- endif -%}
undercloud_templates_path: /usr/share/openstack-tripleo-heat-templates
undercloud_custom_env_files: "{{ working_dir }}/undercloud-parameter-defaults.yaml"
undercloud_cloud_domain: "localdomain"
undercloud_undercloud_hostname: "undercloud.{{ undercloud_cloud_domain }}"
undercloud_resource_registry_args:
"OS::TripleO::Undercloud::Net::SoftwareConfig": "{{ undercloud_templates_path }}/ci/common/net-config-simple-bridge.yaml"
undercloud_enable_tempest: >-
{% if release not in ['ocata', 'pike', 'queens', 'rocky'] -%}
true
{%- else -%}
false
{%- endif -%}
# Tempest configuration, keep always at the end of the file
# Run tempest in containers when at least undercloud is containerized
tempest_format: >-