Merge "Expose configuration to skip gateway ping check"

This commit is contained in:
Jenkins 2016-07-08 09:18:07 +00:00 committed by Gerrit Code Review
commit b5eb01ef71
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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)