Skip to content

Commit 67530fd

Browse files
authored
Merge pull request #1189 from stackhpc/zed-yoga-merge
zed: yoga merge
2 parents e92ecdf + 652b80b commit 67530fd

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)