armband: Add public DNS, NTP servers 87/27387/1
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Mon, 23 Jan 2017 14:54:23 +0000 (15:54 +0100)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Mon, 23 Jan 2017 15:00:06 +0000 (16:00 +0100)
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>
labs/arm/pod1/fuel/config/dea-pod-override.yaml
labs/arm/pod2/fuel/config/dea-pod-override.yaml
labs/arm/pod3/fuel/config/dea-pod-override.yaml
labs/arm/virtual_kvm/fuel/config/dea-pod-override.yaml

index d45d256..dd0a008 100644 (file)
@@ -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
index d81817e..d908460 100644 (file)
@@ -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
index 55c7786..d701922 100644 (file)
@@ -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
index 6a2a972..2c4cda1 100755 (executable)
@@ -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