From abfab7799f508498f40157c12c6eb9c99bd578bc Mon Sep 17 00:00:00 2001 From: Andrew McLeod Date: Fri, 12 Jan 2018 12:13:01 +0100 Subject: [PATCH] Update openstack-on-lxd section Add pike and related comments to document Change-Id: Ide157e43a827ac468923ab27dec1ce3ab4a1cfec --- doc/source/openstack-on-lxd.rst | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/doc/source/openstack-on-lxd.rst b/doc/source/openstack-on-lxd.rst index 701cac6a..bb37c27d 100644 --- a/doc/source/openstack-on-lxd.rst +++ b/doc/source/openstack-on-lxd.rst @@ -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:ocata -y && sudo apt update + sudo add-apt-repository cloud-archive:pike -y && sudo apt update sudo apt-get install juju lxd zfsutils-linux squid-deb-proxy \ python-novaclient python-keystoneclient python-glanceclient \ @@ -159,6 +159,11 @@ For amd64, arm64, or ppc64el Ocata: juju deploy bundle-ocata.yaml +For amd64, arm64, or ppc64el Pike: + +.. code:: bash + + juju deploy bundle-pike.yaml For s390x Mitaka: .. code:: bash @@ -177,6 +182,12 @@ For s390x Ocata: juju deploy bundle-ocata-s390x.yaml +For s390x Pike: + +.. code:: bash + + juju deploy bundle-pike-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 @@ -202,6 +213,9 @@ Upload an image Before we can boot an instance, we need an image to boot in Glance. +Note: If you are using a ZFS backend for this deployment, force-raw-images must be disabled on the nova-compute charm in Pike and later. +We have made this the default in our bundles - however, be aware that using this setting in a production environment is discouraged as it may have an impact on performance. + For amd64: .. code:: bash