Add option to disable router ping

In some of the os_neutron gates there is no route to ping the tempest
router ip from localhost.  The router is validated by the neutron
tempest tests so there is no need to ping it in this scenario.

Change-Id: I698f76a00c626cdf4fc01f3b3ad09be6ed1006be
This commit is contained in:
Michael Vollman 2019-02-11 15:00:27 -05:00
parent b213c606cb
commit de400ffc2d
2 changed files with 2 additions and 0 deletions

View File

@ -164,6 +164,7 @@ tempest_compute_snapshot_enabled: True
tempest_compute_change_password: False
tempest_network_tenant_network_cidr: "192.168.74.0/24"
tempest_network_tenant_network_mask_bits: 28
tempest_network_ping_gateway: True
tempest_dashboard_url: "https://{{ external_lb_vip_address | default('127.0.0.1') }}/"

View File

@ -257,6 +257,7 @@
when:
- tempest_service_available_neutron | bool
- router_admin_state|bool == true
- tempest_network_ping_gateway | bool
- name: Create tempest flavors
os_nova_flavor: