FLOATING_IP_POOL is null. 71/2371/3
authorAric Gardner <agardner@linuxfoundation.org>
Wed, 29 Jan 2020 16:07:58 +0000 (11:07 -0500)
committerAric Gardner <agardner@linuxfoundation.org>
Wed, 29 Jan 2020 16:58:22 +0000 (11:58 -0500)
null no longer works,
the inherited value of public is not being inherited.
rather it is being explicitly set to null.
floating_ip_pool=$(get_cfg "$cfg_file" FLOATING_IP_POOL "null")
This leads me to belive that
get_minion_options function will set the floating_ip
when set explicitly in the minion configs.

Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Change-Id: I422ce8f170894329ff8efd54970309cd619e2427

jenkins-config/clouds/openstack/cattle/centos7-docker-2c-8g-200g.cfg
jenkins-config/clouds/openstack/cattle/centos7-docker-2c-8g.cfg
jenkins-config/clouds/openstack/cattle/ubuntu1804-builder-2c-2g.cfg
jenkins-config/clouds/openstack/cattle/ubuntu1804-builder-4c-4g.cfg
jenkins-config/clouds/openstack/cattle/ubuntu1804-docker-4c-4g.cfg

index a2a12fb..0c3c14d 100644 (file)
@@ -1,3 +1,4 @@
 IMAGE_NAME=ZZCI - CentOS 7 - docker - x86_64 - 20200123-164248.786
 HARDWARE_ID=v2-standard-2
 VOLUME_SIZE=200
+FLOATING_IP_POOL=public
index 288bad5..a428fdd 100644 (file)
@@ -1,2 +1,4 @@
 IMAGE_NAME=ZZCI - CentOS 7 - docker - x86_64 - 20200123-164248.786
 HARDWARE_ID=v2-standard-2
+FLOATING_IP_POOL=public
+VOLUME_SIZE=20
index f275961..6a70474 100644 (file)
@@ -2,3 +2,4 @@ IMAGE_NAME=ZZCI - Ubuntu 18.04 - builder - x86_64 - 20190926-151758.548
 LABELS=ubuntu1804-builder-2c-2g
 HARDWARE_ID=v2-highcpu-2
 VOLUME_SIZE=10
+FLOATING_IP_POOL=public
index 854fa33..6cbe7ec 100644 (file)
@@ -2,3 +2,4 @@ IMAGE_NAME=ZZCI - Ubuntu 18.04 - builder - x86_64 - 20190926-151758.548
 LABELS=ubuntu1804-builder-4c-4g
 HARDWARE_ID=v2-highcpu-4
 VOLUME_SIZE=10
+FLOATING_IP_POOL=public
index 7adde71..021aea4 100644 (file)
@@ -2,3 +2,4 @@ IMAGE_NAME=ZZCI - Ubuntu 18.04 - docker - x86_64 - 20200123-175351.393
 LABELS=ubuntu1804-docker-4c-4g
 HARDWARE_ID=v2-highcpu-4
 VOLUME_SIZE=20
+FLOATING_IP_POOL=public