Upgrade to 17.11 release doesn't update "private-address" relation data
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Designate Charm |
Triaged
|
Medium
|
Unassigned | ||
OpenStack Designate-Bind Charm |
Triaged
|
Medium
|
Unassigned |
Bug Description
There is juju environment with the following spaces defined:
$ juju list-spaces
Space Subnets
clo 100.86.0.0/20
oam 100.107.0.0/22
ovr 100.70.0.0/20
Designate and designate-bind charms were deployed in this environment in Sep 2017 using 17.08 release by executing the following commands:
juju deploy \
--bind "oam admin=clo internal=clo public=clo shared-db=clo dns-backend=clo" \
--config "/home/
--num-units 3 \
--series trusty \
--to 20/lxd/
/home/.../designate \
designate
juju deploy \
--bind "oam dns-backend=clo" \
--config "/home/
--constraints "spaces=
--num-units 3 \
--series trusty \
--to 20/lxd/
/home/.
designate-bind
Those services have now been upgraded to 17.11 release which contains a fix for the following bug:
https:/
This fix, however, only works when removing and re-adding the relation between designate and designate-bind applications. Attaching logs from all units which were upgraded on 11/12/2017 between 7 and 9 PM UTC.
One more note is that after the upgrade when removing and re-adding the relation between designate and designate-bind applications the private-address of designate-bind units changes and thus, bind9 needs to be manually restarted on designate-bind units.