# Summary of the feature set. # Deploy an Openstack environment with OVN configured in the overcloud composable_scenario: scenario007-multinode.yaml validate_template: scenario007-multinode.yaml network_isolation: false enable_pacemaker: true overcloud_ipv6: false containerized_overcloud: false # This enables TLS for the undercloud which will also make haproxy bind to the # configured public-vip and admin-vip. undercloud_generate_service_certificate: false # This enables the deployment of the overcloud with SSL. ssl_overcloud: false # This featureset is extremely resource intensive, so we disable telemetry # in order to reduce the overall memory footprint # This is not required in newton telemetry_args: >- {% if release != 'newton' %} -e {{ overcloud_templates_path }}/environments/disable-telemetry.yaml {% endif %} # TODO(numans) - Change to neutron-ml2-ovn-ha.yaml once OVS 2.7.2 is available # in rdo. extra_args: >- --ntp-server pool.ntp.org -e {{ overcloud_templates_path }}/environments/neutron-ml2-ovn.yaml composable_roles: true overcloud_roles: - name: Controller CountDefault: 1 tags: - primary - controller networks: - External - InternalApi - Storage - StorageMgmt - Tenant tempest_config: true test_ping: false run_tempest: true test_regex: '' tempest_whitelist: - 'tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops'