Merge "Implement kolla-compose script"

This commit is contained in:
Jenkins 2015-07-27 10:54:35 +00:00 committed by Gerrit Code Review
commit 521a671ef9
5 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@ installation of openstack. Running the 'tools/genenv' script creates an
'openrc' to allow access to the installation. 'openrc' to allow access to the installation.
Once you have run that you can either manually start the containers using the Once you have run that you can either manually start the containers using the
'docker-compose' command or try the 'tools/kolla start' script which tries to 'docker-compose' command or try the 'tools/kolla-compose start' script which tries to
start them all in a reasonable order, waiting at key points for services to start them all in a reasonable order, waiting at key points for services to
become available. Once stood up you can issue the typical openstack commands become available. Once stood up you can issue the typical openstack commands
to use the installation. If using nova networking use: to use the installation. If using nova networking use:

View File

@ -120,7 +120,7 @@ you can edit for a different setup.
Next, run the start script. Next, run the start script.
$ ./tools/kolla start $ ./tools/kolla-compose start
The `start` script is responsible for starting the containers The `start` script is responsible for starting the containers
using `docker-compose -f <osp-service-container> up -d`. using `docker-compose -f <osp-service-container> up -d`.

View File

@ -90,11 +90,11 @@ interface name in `compose/openstack.env`:
Next, run the start command: Next, run the start command:
$ sudo ./tools/kolla start $ sudo ./tools/kolla-compose start
Finally, run the status command: Finally, run the status command:
$ sudo ./tools/kolla status $ sudo ./tools/kolla-compose status
This will display information about all Kolla containers. This will display information about all Kolla containers.

View File

@ -44,7 +44,7 @@ commands =
whitelist_externals = bash whitelist_externals = bash
commands = commands =
bash -c tools/genenv bash -c tools/genenv
sudo tools/kolla start sudo tools/kolla-compose start
# this can be improved after https://review.openstack.org/#/c/180729/ # this can be improved after https://review.openstack.org/#/c/180729/
# tools/test-deploy # tools/test-deploy