Merge lp:~1chb1n/ubuntu-openstack-ci/fip-1907a into lp:ubuntu-openstack-ci

Proposed by Ryan Beisner
Status: Merged
Merged at revision: 418
Proposed branch: lp:~1chb1n/ubuntu-openstack-ci/fip-1907a
Merge into: lp:ubuntu-openstack-ci
Diff against target: 12 lines (+1/-1)
1 file modified
run/job-parts/osci_openstack_common.sh (+1/-1)
To merge this branch: bzr merge lp:~1chb1n/ubuntu-openstack-ci/fip-1907a
Reviewer Review Type Date Requested Status
Liam Young Pending
David Ames Pending
Review via email: mp+370847@code.launchpad.net

Commit message

Update FIP ceiling to not overlap with recent VIP changes

Description of the change

Update FIP ceiling to not overlap with recent VIP changes

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'run/job-parts/osci_openstack_common.sh'
2--- run/job-parts/osci_openstack_common.sh 2019-07-31 16:59:45 +0000
3+++ run/job-parts/osci_openstack_common.sh 2019-08-01 02:47:54 +0000
4@@ -69,7 +69,7 @@
5 # export GATEWAY="$(/sbin/route -n | awk '/^0.0.0.0 /{ print $2 }')"
6 export GATEWAY="$(ipcalc $CIDR_EXT | awk '/HostMin:/{ print $2 }')"
7 CIDR_END="$(ipcalc $CIDR_EXT | awk '/^HostMax: /{ print $2 }')"
8- FIP_END="$(echo $CIDR_END | sed 's/254/239/g')"
9+ FIP_END="$(echo $CIDR_END | sed 's/254/229/g')"
10 # OSCI subnet dhcp pools end at the highest .199, so the
11 # floating IP and VIP pools are safe in the last .200-254 of the network.
12 FIP_START=$(echo $CIDR_END | sed "s/254/200/g")

Subscribers

People subscribed via source and target branches