diff --git a/nailgun/nailgun/fixtures/openstack.yaml b/nailgun/nailgun/fixtures/openstack.yaml index f13097c1cb..aa823b3820 100644 --- a/nailgun/nailgun/fixtures/openstack.yaml +++ b/nailgun/nailgun/fixtures/openstack.yaml @@ -1027,6 +1027,13 @@ restrictions: - condition: "cluster:net_provider == 'neutron'" action: "hide" + run_ping_checker: + value: true + label: "Public Gateway is Available" + group: "network" + description: "Uncheck this box if the public gateway will not be available or will not respond to ICMP requests to the deployed cluster. If unchecked, the controllers will not take public gateway availability into account as part of the cluster health. If the cluster will not have internet access, you will need to make sure to provide proper offline mirrors for the deployment to succeed." + weight: 50 + type: "checkbox" use_vcenter: value: false weight: 30 diff --git a/nailgun/nailgun/test/unit/fuel_statistics_tests/test_installation_info.py b/nailgun/nailgun/test/unit/fuel_statistics_tests/test_installation_info.py index d637c4c7c8..edeb071555 100644 --- a/nailgun/nailgun/test/unit/fuel_statistics_tests/test_installation_info.py +++ b/nailgun/nailgun/test/unit/fuel_statistics_tests/test_installation_info.py @@ -446,6 +446,7 @@ class TestInstallationInfo(BaseTestCase): ('service_user', 'homedir'), ('service_user', 'password'), ('service_user', 'root_password'), + ('common', 'run_ping_checker'), ) return filter(lambda x: x not in private_paths, leafs_paths)