aboutsummaryrefslogtreecommitdiffstats
path: root/labs/arm/pod2
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-01-23 15:54:23 +0100
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-01-23 16:00:06 +0100
commitf7d93c92c6a1b643b14f421037103e4d0b15d1c8 (patch)
treef537600e77f2c139fd7325d63578780bd1a2c438 /labs/arm/pod2
parentd3fa04580b420ffb10bd2ef690a000d0ade6c325 (diff)
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 <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'labs/arm/pod2')
-rw-r--r--labs/arm/pod2/fuel/config/dea-pod-override.yaml48
1 files changed, 48 insertions, 0 deletions
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