From 9f637ea4cee7e29f01e214728048476b625a5e44 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Thu, 11 Jul 2024 12:39:16 +0100 Subject: [PATCH] ci-multinode: Change storage-mgmt subnet to avoid collision The .42 subnet was in use in some of our infrastructure and resulted in weird behaviour. --- etc/kayobe/environments/ci-multinode/networks.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/etc/kayobe/environments/ci-multinode/networks.yml b/etc/kayobe/environments/ci-multinode/networks.yml index ca7c4daafd..c0a7ff69e8 100644 --- a/etc/kayobe/environments/ci-multinode/networks.yml +++ b/etc/kayobe/environments/ci-multinode/networks.yml @@ -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