|
@@ -158,6 +158,15 @@ provision_state_success_msg: "provision_state validated"
|
|
provision_state_fail_msg: "Failed. Incorrect provision_state selected. Supported only stateful"
|
|
provision_state_fail_msg: "Failed. Incorrect provision_state selected. Supported only stateful"
|
|
enable_security_support_success_msg: "enable_security_support validated"
|
|
enable_security_support_success_msg: "enable_security_support validated"
|
|
enable_security_support_fail_msg: "Failed. enable_security_support only accepts boolean values true or false"
|
|
enable_security_support_fail_msg: "Failed. enable_security_support only accepts boolean values true or false"
|
|
|
|
+dns_empty_warning_msg: "[WARNING] primary_dns and secondary_dns is empty. DHCP routing in compute nodes for internet access won't be configured. Stop and re-run control_plane.yml, if DHCP routing is required."
|
|
|
|
+primary_dns_empty_msg: "primary_dns is empty and secondary_dns provided. If one dns entry present, provide primary_dns only."
|
|
|
|
+primary_dns_success_msg: "primary_dns successfully validated"
|
|
|
|
+primary_dns_fail_msg: "Failed. Incorrect primary_dns provided in base_vars.yml"
|
|
|
|
+primary_dns_not_reachable_msg: "Failed. primary_dns is not reachable. Provide valid dns"
|
|
|
|
+secondary_dns_success_msg: "secondary_dns successfully validated"
|
|
|
|
+secondary_dns_fail_msg: "Failed. Incorrect secondary_dns provided in base_vars.yml"
|
|
|
|
+secondary_dns_not_reachable_msg: "[WARNING] secondary_dns is not reachable"
|
|
|
|
+ping_search_key: "100% packet loss"
|
|
|
|
|
|
# Usage: fetch_sm_inputs.yml
|
|
# Usage: fetch_sm_inputs.yml
|
|
ib_config_file: "{{ role_path }}/../../input_params/ib_vars.yml"
|
|
ib_config_file: "{{ role_path }}/../../input_params/ib_vars.yml"
|