
And remove the build-sphinx part of the python module setup as there are no docs to build. This is to make this project (which has no project documenation, but does have a deploy-guide) compatible with the other deploy-guides. Depends-On: I96d8e3d958081667df5e69e148e13c6b27c34767 Change-Id: If775b98b4a58cc956e487a6d566d62999eaaf12d
1.5 KiB
Install OpenStack from a bundle
Stepping through the deployment of each OpenStack application is the best way to understanding how OpenStack and Juju operate, and how each application relates to one another. But it's a labour intensive process.
A bundle allows you to accomplish the same deployment with a single command:
juju deploy openstack.bundle
A bundle, as used above, encapsulates the entire deployment process, including all applications, their configuration parameters and any relations that need to be made. Generally, you can use a local file, as above, or deploy a curated bundle from the charm store.
For our project, download the OpenStack and deploy OpenStack using the above command.
Note
You will probably need to edit the bundle information to match the actual hardware that you have.
The speed of the deployment depends on your hardware, but may take
some time. Monitor the output of juju status
to see when
everything is ready.
Next steps
See the Install OpenStack documentation for details on testing your OpenStack deployment, or jump directly to Configure OpenStack to start using OpenStack productively as quickly as possible.