We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e92ecdf + 652b80b commit 67530fdCopy full SHA for 67530fd
etc/kayobe/environments/ci-multinode/networks.yml
@@ -107,10 +107,11 @@ storage_allocation_pool_end: 192.168.41.254
107
storage_vlan: 105
108
109
# Storage management network
110
-storage_mgmt_cidr: 192.168.42.0/24
+# NOTE: Skipping the .42 subnet to avoid a collision with a popular number.
111
+storage_mgmt_cidr: 192.168.43.0/24
112
storage_mgmt_mtu: "{{ ansible_facts.default_ipv4.mtu - 50 }}"
-storage_mgmt_allocation_pool_start: 192.168.42.3
113
-storage_mgmt_allocation_pool_end: 192.168.42.254
+storage_mgmt_allocation_pool_start: 192.168.43.3
114
+storage_mgmt_allocation_pool_end: 192.168.43.254
115
storage_mgmt_vlan: 106
116
117
# Provision overcloud network
0 commit comments