Merge "Add tempest_{private_net_create, router_create} vars in os_tempest"

This commit is contained in:
Zuul 2022-04-29 06:49:19 +00:00 committed by Gerrit Code Review
commit cb5ba7c682
1 changed files with 2 additions and 0 deletions

View File

@ -189,6 +189,8 @@
tempest_private_net_seg_id: "{{ (release in ['queens']) | ternary('', omit) }}"
tempest_network_ping_gateway: true
tempest_private_net_provider_type: "{{ (release in ['queens']) | ternary('vlan', 'geneve') }}"
tempest_private_net_create: true
tempest_router_create: true
when: tempest_cidr is defined
- name: Handle migration of br-ex network