Merge "Update openstack-on-lxd section"

This commit is contained in:
Zuul 2018-03-30 14:14:17 +00:00 committed by Gerrit Code Review
commit ad035da898
1 changed files with 26 additions and 1 deletions

View File

@ -20,7 +20,7 @@ The tools in the openstack-on-lxd git repository require the use of Juju 2.x, wh
.. code:: bash
sudo add-apt-repository cloud-archive:pike -y && sudo apt update
sudo add-apt-repository cloud-archive:queens -y && sudo apt update
sudo apt-get install juju lxd zfsutils-linux squid-deb-proxy \
python-novaclient python-keystoneclient python-glanceclient \
@ -164,6 +164,19 @@ For amd64, arm64, or ppc64el Pike:
.. code:: bash
juju deploy bundle-pike.yaml
For amd64, arm64, or ppc64el Queens on Xenial:
.. code:: bash
juju deploy bundle-xenial-queens.yaml
For amd64, arm64, or ppc64el Queens on Bionic:
.. code:: bash
juju deploy bundle-bionic-queens.yaml
For s390x Mitaka:
.. code:: bash
@ -188,6 +201,18 @@ For s390x Pike:
juju deploy bundle-pike-s390x.yaml
For s390x Queens on Xenial:
.. code:: bash
juju deploy bundle-xenial-queens-s390x.yaml
For s390x Queens on Bionic:
.. code:: bash
juju deploy bundle-bionic-queens-s390x.yaml
You can watch deployment progress using the 'juju status' command. This may take some time depending on the speed of your system; CPU, disk and network speed will all effect deployment time.
Using the Cloud