Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions etc/kayobe/environments/ci-multinode/networks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,11 @@ storage_allocation_pool_end: 192.168.41.254
storage_vlan: 105

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

# Provision overcloud network
Expand Down