
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
45 lines
1.5 KiB
ReStructuredText
45 lines
1.5 KiB
ReStructuredText
Install OpenStack from a bundle
|
|
===============================
|
|
|
|
`Stepping through the deployment <./install-openstack.html>`__ 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:
|
|
|
|
.. code:: bash
|
|
|
|
juju deploy openstack.bundle
|
|
|
|
A `bundle <https://jujucharms.com/docs/stable/charms-bundles>`__, 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 <https://jujucharms.com/store>`__.
|
|
|
|
For our project, `download
|
|
<https://api.jujucharms.com/charmstore/v5/openstack-base/archive>`__ the
|
|
`OpenStack <https://jujucharms.com/openstack-base/>`__ 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 <./install-openstack.md#test-openstack>`__
|
|
documentation for details on testing your OpenStack deployment, or jump directly
|
|
to `Configure OpenStack <./config-openstack.html>`__ to start using OpenStack
|
|
productively as quickly as possible.
|
|
|
|
.. raw:: html
|
|
|
|
<!-- LINKS -->
|