Set floating-ip-pool default to "public" 65/2365/1
authorEric Ball <eball@linuxfoundation.org>
Wed, 29 Jan 2020 01:41:31 +0000 (17:41 -0800)
committerEric Ball <eball@linuxfoundation.org>
Wed, 29 Jan 2020 01:41:31 +0000 (17:41 -0800)
We have seen recent issues where the empty setting is being
interpreted as "null" rather than "No value". This breaks the cloud
config. We have a pool called "public" that should be set as the
default.

Signed-off-by: Eric Ball <eball@linuxfoundation.org>
Change-Id: Ife8a9bfbebfece6d3f82cfc00d71761fd0818656

jenkins-config/clouds/openstack/cattle/cloud.cfg

index 737d268..97f0732 100644 (file)
@@ -12,7 +12,7 @@ NETWORK_ID=b9e029b4-9b35-4a83-a4e6-c820eb00c3ec
 USER_DATA_ID=jenkins-init-script
 INSTANCE_CAP=10
 SANDBOX_CAP=4
-FLOATING_IP_POOL=
+FLOATING_IP_POOL=public
 SECURITY_GROUPS=default
 AVAILABILITY_ZONE=nova
 STARTUP_TIMEOUT=600000