Skip to content
Snippets Groups Projects
Commit cd33ebc4 authored by Mark Goddard's avatar Mark Goddard
Browse files

Dev automation documentation review changes

parent 820f9f29
No related branches found
No related tags found
No related merge requests found
...@@ -51,23 +51,24 @@ Clone the ``dev-kayobe-config`` repository to ``config/src/kayobe-config``:: ...@@ -51,23 +51,24 @@ Clone the ``dev-kayobe-config`` repository to ``config/src/kayobe-config``::
mkdir -p config/src mkdir -p config/src
git clone https://github.com/stackhpc/dev-kayobe-config config/src/kayobe-config git clone https://github.com/stackhpc/dev-kayobe-config config/src/kayobe-config
Follow the steps in :ref:`development-vagrant` to prepare your environment for
use with Vagrant and bring up a Vagrant VM.
Inspect the kayobe configuration and make any changes necessary for your Inspect the kayobe configuration and make any changes necessary for your
environment. environment.
If using Vagrant, follow the steps in :ref:`development-vagrant` to prepare
your environment for use with Vagrant and bring up a Vagrant VM.
Usage Usage
----- -----
SSH into the Vagrant VM:: If using Vagrant, SSH into the Vagrant VM and change to the shared directory::
vagrant ssh vagrant ssh
cd /vagrant
Run the ``dev/overcloud-deploy.sh`` script to deploy the OpenStack control Run the ``dev/overcloud-deploy.sh`` script to deploy the OpenStack control
plane:: plane::
/vagrant/kayobe/dev/overcloud-deploy.sh ./dev/overcloud-deploy.sh
Upon successful completion of this script, the control plane will be active. Upon successful completion of this script, the control plane will be active.
......
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