Skip to content

Commit 8b0e622

Browse files
authored
Merge pull request #1185 from stackhpc/yoga-mn-subnet
ci-multinode: Change storage-mgmt subnet to avoid collision
2 parents cc577cc + 9f637ea commit 8b0e622

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

etc/kayobe/environments/ci-multinode/networks.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,11 @@ storage_allocation_pool_end: 192.168.41.254
107107
storage_vlan: 105
108108

109109
# Storage management network
110-
storage_mgmt_cidr: 192.168.42.0/24
110+
# NOTE: Skipping the .42 subnet to avoid a collision with a popular number.
111+
storage_mgmt_cidr: 192.168.43.0/24
111112
storage_mgmt_mtu: "{{ ansible_facts.default_ipv4.mtu - 50 }}"
112-
storage_mgmt_allocation_pool_start: 192.168.42.3
113-
storage_mgmt_allocation_pool_end: 192.168.42.254
113+
storage_mgmt_allocation_pool_start: 192.168.43.3
114+
storage_mgmt_allocation_pool_end: 192.168.43.254
114115
storage_mgmt_vlan: 106
115116

116117
# Provision overcloud network

0 commit comments

Comments
 (0)