keystone_*_url are cross role variables. They are used in multi roles.
Move them from the common role to the group vars
TrivialFix
Change-Id: If451823ed7612bfec7bc797ec9dd2597164c6804
In ubuntu, the tar binary path is /bin/tar instead of /usr/bin/tar.
Change to use tar directly for all os.
TrivialFix
Change-Id: I12562d3ac186acab651ffae715e5c7788cd98b7e
neutron-server should run on control nodes, not network (despite the
fact on all-in-one it's the same anyway)
Co-Authored-By: James McCarthy <james.m.mccarthy@oracle.com>
TrivialFix
Change-Id: I55f10b0f803c3c1cb91af8f0b7763bbe70fa8b87
Add the jq tool that allows easy manipulation and data extraction
from json documents.
This is intended to be used by kolla-kubernetes.
Change-Id: I478be7ec403e3444a412e1bcd47fd52f3a4e8095
Added a condition to skip debug message during image build, when the
base image is dependent on image of other service
Closes-Bug: #1513904.
Change-Id: I68d568981cebf442b34c958e125b0f921b883247
- Adds debian_package_install method to the jinja environment
that will return the necessary set of commands needed to
install packages via apt-get and/or URLs to .deb packages
- Updates install_packages macro to make use of the method
above
Change-Id: Ie9318a7def54b5034ba91375fd8fd3b589d18349
Partially-implements: blueprint third-party-plugin-support
Ubuntu xenial use systemd service manager. Change the setup_Debian.sh
script to handle this.
Change-Id: I1f6487b73b1635e6dce0c68d3d7e1a158b427797
Partial-Bug: #1612887
When setting multi memcached servers, the value should be a list
rather then a comma joined string
This patch set I586ce1c6c3300254c4e2a398ff46645df576aeb0 set it in
wrong
TrivialFix
Change-Id: Ic612658ab0310c6764310bbca92c925da6d47f6c
- Fix mount option for configfs
- Add note about open-iscsi service in Ubuntu
Change-Id: I8df90dd8cd626ee01456be104ed01c4a0fe624b2
Closes-Bug: #1612170
This patchset contains customization of Dockerfile of the Tgtd
container.
Change-Id: I3a9ba82026fb7f596384885360339f67dc10495c
Partially-implements: blueprint third-party-plugin-support