Skip to content
Snippets Groups Projects
Commit e245eb2f authored by digambar's avatar digambar
Browse files

Implement kolla-compose script

Renamed kolla script to kolla-compose
Update change in the dev guide also

Change-Id: I6cae3d13752ecb4bb3deeb91c5e0f827fde80c2a
Implements: blueprint kolla-compose-script
parent 3b394581
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ installation of openstack. Running the 'tools/genenv' script creates an ...@@ -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:
......
...@@ -120,7 +120,7 @@ you can edit for a different setup. ...@@ -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`.
......
...@@ -90,11 +90,11 @@ interface name in `compose/openstack.env`: ...@@ -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.
......
File moved
...@@ -44,7 +44,7 @@ commands = ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment