Add http(s)_proxy handling to apex
[apex.git] / config / network / network_settings_vlans.yaml
index be4dc66..29cd193 100644 (file)
@@ -57,6 +57,10 @@ syslog:
   server: 10.128.1.24
   transport: 'tcp'
 
+# http(s) proxy settings added to /etc/environment of uc and oc nodes
+# http_proxy: http://proxy.server:8080
+# https_proxy: https://proxy.server:8081
+
 # Common network settings
 networks:
   # Admin configuration (pxe and jumpstart)
@@ -78,7 +82,7 @@ networks:
     # If empty entire range is usable.
     # Cannot overlap with dhcp_range or introspection_range.
     overcloud_ip_range:
-      - 192.0.2.11
+      - 192.0.2.51
       - 192.0.2.99
     # Gateway (only needed when public_network is disabled)
     gateway: 192.0.2.1
@@ -87,7 +91,7 @@ networks:
     # DHCP range for the admin network, automatically provisioned if empty
     dhcp_range:
       - 192.0.2.2
-      - 192.0.2.10
+      - 192.0.2.50
     # Mapping of network configuration for Overcloud Nodes
     nic_mapping:
       # Mapping for compute profile (nodes assigned as Compute nodes)