From 9b9c835e0942757a6e46eb73403a26835c745fa4 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Tue, 3 Sep 2024 12:48:11 +0000 Subject: [PATCH] Increase opendevzuul-subnet1 from /24 to /20 Since these are not globally routable addresses anyway, we might as well use a larger network so that we're not constrained by the subnet size later if we get more than 253 servers worth of quota. This should be safe since the network is not presently in use for anything outside of Rackspace Flex, which we haven't hooked up to Nodepool yet. A cursory search of subset CIDRs also indicates addresses in this range aren't being configured on virtual interfaces for existing tests. Change-Id: Ic32cbc0b24d037c67a5c2f8dd2834013017b8c87 --- inventory/service/group_vars/bastion.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/service/group_vars/bastion.yaml b/inventory/service/group_vars/bastion.yaml index 003e41c99b..ee2e14c17e 100644 --- a/inventory/service/group_vars/bastion.yaml +++ b/inventory/service/group_vars/bastion.yaml @@ -126,7 +126,7 @@ cloud_launcher_profiles: subnets: - name: opendevzuul-subnet1 network_name: opendevzuul-network1 - cidr: '10.0.1.0/24' + cidr: '10.0.16.0/20' cloud_launcher_clouds: # ovh