17 Commits

Author SHA1 Message Date
Frederick F. Kautz IV
7f0304b8e8 plugin.sh stops docker service rather than kill docker daemon.
* Docker services is now gracefully shut down
* Renames docker service back to docker-engine

Change-Id: I17c42ecadfd9c418ab8eb2f94c2283f5dd5e9afc
2016-02-22 08:52:00 -08:00
Frederick F. Kautz IV
bc371f220e Renaming service from docker-engine to docker to fix 'vagrant up'
Change-Id: I8e9b1c96422fe550b5547328f5763897eef66ae1
2016-02-18 11:47:09 -08:00
Kyle Mestery
4670033c7d devstack: Workaround shebang insanities
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>
2016-02-09 11:26:56 -06:00
Liping Mao
881afd9c5a Try to fix gate-install-dsvm-kuryr error.
gate-install-dsvm-kuryr is failed since yesterday afternoon
in all kuryr patch.

Change-Id: I743a62cfff064e70ec1f127d5333dcaca6fb6819
2016-02-05 10:01:56 +08:00
kexiaodong
ba659945ab Change url from http to https in local.conf.sample
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
2016-01-05 14:03:28 +00:00
Jenkins
57833192b7 Merge "Change generator config file from tox to oslo-config-generator" 2015-12-28 03:04:15 +00:00
Gal Sagie
a6513a59c3 Configure Docker engine to listen to TCP port
This patch will allow us to run the tests in the gate
from user that is not root

Change-Id: I6a06e54b754965914b14dba96e30bf0912eb7658
2015-12-23 16:13:51 +02:00
kexiaodong
1f86c28000 Change generator config file from tox to oslo-config-generator
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
2015-12-23 00:37:37 -08:00
Jenkins
ec2b65a1bc Merge "Make the script run on RedHat-like OS" 2015-12-22 11:44:15 +00:00
Jaume Devesa
e82c253a3b Make the script run on RedHat-like OS
A couple of slight changes to make the './devstack/plugin.sh' run on
RedHat/CentOS/Fedora machines.

Change-Id: If4141a50fc54e85b2f1eb2dec4ef25040a33c840
2015-12-18 15:46:14 +01:00
Gal Sagie
1bbfb6afb6 Create Kuryr subnet pool in the devstack process
Create the Neutron subnet pool for Kuryr in the devstack
stack process.

Closes-Bug: #1525827

Change-Id: I67df3186d89b9a7bf3addaf019a03b576a9575e4
2015-12-18 13:20:35 +02:00
Gal Sagie
c764cce9b5 Delete etcd DB data every stack
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
2015-12-14 17:01:19 +00:00
Mohammad Banikazemi
2f4686393a Completing the basic configuration for Kuryr
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
2015-12-07 09:35:26 -05:00
Gal Sagie
4bd27cce7d Change ETCD version
Install the devstack plugin with a newer etcd version.
Make it easier to replace ETCD versions

Change-Id: I9a5426983e54bc2d3f589b16463b601ca6a8318e
2015-12-06 14:32:45 +02:00
Gal Sagie
58057cd711 Fix Kuryr devstack plugin
Add needed changes to make Kuryr devstack pass the gate

Change-Id: I1590b6ee4900f2faa4927d408a3232db1332f40d
2015-11-27 08:01:40 +02:00
Kyle Mestery
a68600fc6c Integrate devstack plugin with Vagrant setup
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>
2015-11-25 09:57:28 -06:00
Gal Sagie
e8b93b8ada Add Kuryr devstack plugin
Add Kuryr devstack plugin
With default etcd as the K/V store

Change-Id: Idb9f4fec3ca393572b113490e7764ab4243642bd
2015-11-25 16:12:12 +02:00