Fix issue with Ubuntu defaulting to the dash sh linked to /bin/sh,
and install_docker.sh using a shebang of /bin/sh but using bash
shell constructs.
Change-Id: I2b89ddc8a001bbf93b71cef5c646f5e0cad3514d
Signed-off-by: Kyle Mestery <mestery@mestery.com>
Like document in magnum and else, the protocol of git is https.
So change it from http to https.
Change-Id: Ie291aab8ea0d262346ab7248e901070fa18cfca9
Closes-Bug: #1526592
When restart tox script it will remove all python libraries and
download libraries again. In the case that git/pip frequently
timeout, this may cause failure of installation.
Closes-Bug: #1527961
Change-Id: I4671bb8436f38686c1ca638ea33a797bd23389a0
A couple of slight changes to make the './devstack/plugin.sh' run on
RedHat/CentOS/Fedora machines.
Change-Id: If4141a50fc54e85b2f1eb2dec4ef25040a33c840
Previously the etcd DB was not cleaned between stacks
which meant that old data (networks) still exists.
This change delete the etcd DB every stack
Change-Id: I0ec52bac803d0f96683f1c6ea6b5996f39eab300
Adds support for providing a configuration file
for specifying Kuryr configuration options.
Updates the Kuryr scripts to use and if needed,
generate the configuration file.
Implements: blueprint kuryr-config
Change-Id: I6909ef21da13a7137ffff019383be19306f35152
This integrates the freshly added devstack plugin with the Kuryr
Vagrant setup.
Also cleans up a few nits found while here in plugin.sh
Change-Id: I5de55e7d6415d4bffe8bb7a2b2e5e15188815c36
Signed-off-by: Kyle Mestery <mestery@mestery.com>