openstack-ansible/releasenotes/notes/swift-os-sync-merge-070168462c9eef81.yaml
Andy McCrae 61d601e890 Adjust swift plays to use unified os-swift role
In https://review.openstack.org/#/c/293536 os-swift-sync was merged into
os-swift. The playbooks in openstack-ansible need to be adjusted to set
the specific vars so that only the required tasks are run.

In order to speed up the gate run, we adjust the os-swift-install task
to run the os-swift role once, but have the same end result as before.

Change-Id: I3e3891333229be0fb933479837a2fca451eb7474
Depends-On: If01d8a3aa29fc7637aecb92e61929523af08103d
2016-03-29 03:27:34 +00:00

7 lines
375 B
YAML

---
upgrade:
- The os_swift and os_swift_sync role have been merged into the single os_swift role. Two
variables (``swift_do_setup`` and ``swift_do_sync``) have been implemented to action the
install and synchronise code paths. The separate playbooks have been adjusted to make use
of these variables to ensure that the behaviour is exactly the same as before.