From f7d93c92c6a1b643b14f421037103e4d0b15d1c8 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Mon, 23 Jan 2017 15:54:23 +0100 Subject: armband: Add public DNS, NTP servers While at it, enable "Public Gateway is Available", since our PODs do have internet access during deployment. JIRA: ARMBAND-207 Change-Id: I2ad453732baa8484a17e425602c4cd42c2f55969 Signed-off-by: Alexandru Avadanii --- labs/arm/pod1/fuel/config/dea-pod-override.yaml | 48 ++++++++++++++++++++++ labs/arm/pod2/fuel/config/dea-pod-override.yaml | 48 ++++++++++++++++++++++ labs/arm/pod3/fuel/config/dea-pod-override.yaml | 48 ++++++++++++++++++++++ .../virtual_kvm/fuel/config/dea-pod-override.yaml | 48 ++++++++++++++++++++++ 4 files changed, 192 insertions(+) (limited to 'labs/arm') diff --git a/labs/arm/pod1/fuel/config/dea-pod-override.yaml b/labs/arm/pod1/fuel/config/dea-pod-override.yaml index d45d256..dd0a008 100644 --- a/labs/arm/pod1/fuel/config/dea-pod-override.yaml +++ b/labs/arm/pod1/fuel/config/dea-pod-override.yaml @@ -194,6 +194,54 @@ network: vlan_start: null settings: editable: + common: + run_ping_checker: + 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. + group: network + label: Public Gateway is Available + type: checkbox + value: true + weight: 50 + external_dns: + dns_list: + description: List of upstream DNS servers + label: DNS list + max: 3 + min: 0 + regex: + error: Invalid IP address + source: ^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$ + type: text_list + value: + - 8.8.8.8 + weight: 10 + metadata: + group: network + label: Host OS DNS Servers + weight: 30 + external_ntp: + metadata: + group: network + label: Host OS NTP Servers + weight: 40 + ntp_list: + description: List of upstream NTP servers + label: NTP server list + min: 1 + regex: + error: Invalid NTP server + source: ^[a-zA-Z\d]+[-\.\da-zA-Z]*$ + type: text_list + value: + - 0.pool.ntp.org + - 1.pool.ntp.org + - 2.pool.ntp.org + weight: 10 kernel_params: kernel: description: Default kernel parameters diff --git a/labs/arm/pod2/fuel/config/dea-pod-override.yaml b/labs/arm/pod2/fuel/config/dea-pod-override.yaml index d81817e..d908460 100644 --- a/labs/arm/pod2/fuel/config/dea-pod-override.yaml +++ b/labs/arm/pod2/fuel/config/dea-pod-override.yaml @@ -301,6 +301,54 @@ nodes: transformations: transformations_1 settings: editable: + common: + run_ping_checker: + 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. + group: network + label: Public Gateway is Available + type: checkbox + value: true + weight: 50 + external_dns: + dns_list: + description: List of upstream DNS servers + label: DNS list + max: 3 + min: 0 + regex: + error: Invalid IP address + source: ^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9] + type: text_list + value: + - 8.8.8.8 + weight: 10 + metadata: + group: network + label: Host OS DNS Servers + weight: 30 + external_ntp: + metadata: + group: network + label: Host OS NTP Servers + weight: 40 + ntp_list: + description: List of upstream NTP servers + label: NTP server list + min: 1 + regex: + error: Invalid NTP server + source: ^[a-zA-Z\d]+[-\.\da-zA-Z]*$ + type: text_list + value: + - 0.pool.ntp.org + - 1.pool.ntp.org + - 2.pool.ntp.org + weight: 10 kernel_params: kernel: description: Default kernel parameters diff --git a/labs/arm/pod3/fuel/config/dea-pod-override.yaml b/labs/arm/pod3/fuel/config/dea-pod-override.yaml index 55c7786..d701922 100644 --- a/labs/arm/pod3/fuel/config/dea-pod-override.yaml +++ b/labs/arm/pod3/fuel/config/dea-pod-override.yaml @@ -193,6 +193,54 @@ network: vlan_start: null settings: editable: + common: + run_ping_checker: + 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. + group: network + label: Public Gateway is Available + type: checkbox + value: true + weight: 50 + external_dns: + dns_list: + description: List of upstream DNS servers + label: DNS list + max: 3 + min: 0 + regex: + error: Invalid IP address + source: ^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9] + type: text_list + value: + - 8.8.8.8 + weight: 10 + metadata: + group: network + label: Host OS DNS Servers + weight: 30 + external_ntp: + metadata: + group: network + label: Host OS NTP Servers + weight: 40 + ntp_list: + description: List of upstream NTP servers + label: NTP server list + min: 1 + regex: + error: Invalid NTP server + source: ^[a-zA-Z\d]+[-\.\da-zA-Z]*$ + type: text_list + value: + - 0.pool.ntp.org + - 1.pool.ntp.org + - 2.pool.ntp.org + weight: 10 kernel_params: kernel: description: Default kernel parameters diff --git a/labs/arm/virtual_kvm/fuel/config/dea-pod-override.yaml b/labs/arm/virtual_kvm/fuel/config/dea-pod-override.yaml index 6a2a972..2c4cda1 100755 --- a/labs/arm/virtual_kvm/fuel/config/dea-pod-override.yaml +++ b/labs/arm/virtual_kvm/fuel/config/dea-pod-override.yaml @@ -237,6 +237,54 @@ network: vlan_start: null settings: editable: + common: + run_ping_checker: + 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. + group: network + label: Public Gateway is Available + type: checkbox + value: true + weight: 50 + external_dns: + dns_list: + description: List of upstream DNS servers + label: DNS list + max: 3 + min: 0 + regex: + error: Invalid IP address + source: ^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9] + type: text_list + value: + - 8.8.8.8 + weight: 10 + metadata: + group: network + label: Host OS DNS Servers + weight: 30 + external_ntp: + metadata: + group: network + label: Host OS NTP Servers + weight: 40 + ntp_list: + description: List of upstream NTP servers + label: NTP server list + min: 1 + regex: + error: Invalid NTP server + source: ^[a-zA-Z\d]+[-\.\da-zA-Z]*$ + type: text_list + value: + - 0.pool.ntp.org + - 1.pool.ntp.org + - 2.pool.ntp.org + weight: 10 kernel_params: kernel: description: Default kernel parameters -- cgit 1.2.3-korg