In the ansible tool, both the Glance api and registry share
the same release tag and they shouldn't.
Change-Id: I5f5f288d192586b84963d59d94567371d28b76a0
Closes-bug: #1482374
In master, ansible should look for the latest tag
by default. For releases, it will look for that
specific release tag.
Closes-bug: #1482294
Change-Id: Iccaab6b70d7fb386b5bd1ce21f1afa379a76dd81
We were requiring docker 1.7 for a few reasons at one point. Those
reasons are no longer valid and this change reflects that.
Additionally, this adds some clarifications on the issues with Ubuntu
and AUFS.
Change-Id: I56ca1b08f0abecb6f7644bf63ca939f588ed3ee2
Currently we require a slew of deps on each destination node, this
includes a gcc compiler and installing things via pip. We can remove
these dependencies by containerizing them and running and Ansible
inside the container itself. The container would then report back
facts about idempotency.
DocImpact
Closes-Bug: #1481495
Implements: blueprint containerize-dependencies
Change-Id: I3dfccbf9fafc06ffc36e78f3006fe5d3367891df
This updated documentation addresses a few changes including the
addition of keepalived and haproxy as well as the update to the
'neutron_interface' name which has been renamed to
'neutron_external_interface'
Change-Id: Ia692dbd7f1cb872400324b49f49944b9178c6eaa
This works as is, but could use some cleaning up and threading needs
to be confirmed broken. If it isn't broken, it should be implemented.
Co-Authored-By: Swapnil Kulkarni <me@coolsvap.net>
Change-Id: I708406dcff8aa9b2f4064f03bda07873ce97d994
Paritally-Implements: blueprint build-script
Not all systems will have openstack clients in repositories.
The fixed guide suggest using pip to get up to date packages
via installing catch-all 'python-openstackclient'.
Change-Id: I5a84d944d51ede963f827737e917dd17e9466804
A missing comma after the second tag prevented the when conditional
from being evaluated correctly.
Change-Id: Ic18462212452a22ad556bed114e0a99440abe1ff
Closes-Bug: #1481130
Horizon config-external.sh script has the same source and target.
Corrected the code to operate like Nova does.
Closes-bug: #1478451
Change-Id: I80be730d41e126b8a43c24c5eb87dfe68ffddb48
Heat depends on oslo.reports but does not install it by default.
A previous commit reverted a pip install of this dependency, but
the Heat RPM isn't fixed upstream.
Change-Id: Idab85e6b2d0b158dfdd97edddfbaf305f55be37d
Current with due to LP#1478145 the kolla-compose script
fails to create gnocchi containers. Temperory fix to skip
gnocchi till we have gnocchi packges in delorean.
Change-Id: I7dc6aef82908a846a8b632f86a16de47c1a2eef9
Partial-Bug: #1478145
Allows the user to configure neutron_plugin_agent value for Ansible.
Current allowed values are openvswitch and linuxbridge.
Implements: blueprint ansible-neutron-linuxbridge
Change-Id: I0572464a5459d2f9da09b6da22db16e240511f99