From c730c4ef329e197f1d6f0a5a3cfdf48ec236afbc Mon Sep 17 00:00:00 2001 From: MCamp859 Date: Mon, 17 Aug 2020 13:03:57 -0400 Subject: [PATCH] Fix OpenStack install for manifest/helm charts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed from “stable-latest” to “stable-versioned”. This review includes fix for LP 1878673 in R5 OpenStack install. Closes-Bug: 1891438 Change-Id: Ifad457205bc85cb9b5150b7cab85ea3a6c5a55f7 Signed-off-by: MCamp859 --- .../r3_release/openstack/install.rst | 2 +- .../r4_release/openstack/install.rst | 8 +++--- .../r5_release/openstack/install.rst | 25 ++++++++++++++++++- 3 files changed, 29 insertions(+), 6 deletions(-) diff --git a/doc/source/deploy_install_guides/r3_release/openstack/install.rst b/doc/source/deploy_install_guides/r3_release/openstack/install.rst index 48c82b477..10ab3ae78 100644 --- a/doc/source/deploy_install_guides/r3_release/openstack/install.rst +++ b/doc/source/deploy_install_guides/r3_release/openstack/install.rst @@ -30,7 +30,7 @@ Install application manifest and helm-charts :: - system application-upload stx-openstack--centos-stable-latest.tgz + system application-upload stx-openstack--centos-stable-versioned.tgz This will: diff --git a/doc/source/deploy_install_guides/r4_release/openstack/install.rst b/doc/source/deploy_install_guides/r4_release/openstack/install.rst index 3bb7a5400..2eb5cb10d 100644 --- a/doc/source/deploy_install_guides/r4_release/openstack/install.rst +++ b/doc/source/deploy_install_guides/r4_release/openstack/install.rst @@ -15,9 +15,9 @@ StarlingX Kubernetes platform: Install application manifest and helm-charts -------------------------------------------- -#. Modify the size of the docker_lv filesystem. By default, the size of docker_lv filesystem - is 30G which is not enough for stx-openstack installation. Use the "host-fs-modify" CLI to - increase the filesystem. +#. Modify the size of the docker_lv filesystem. By default, the size of the + docker_lv filesystem is 30G, which is not enough for stx-openstack + installation. Use the ``host-fs-modify`` CLI to increase the filesystem size. The syntax is: @@ -54,7 +54,7 @@ Install application manifest and helm-charts :: - system application-upload stx-openstack--centos-stable-latest.tgz + system application-upload stx-openstack--centos-stable-versioned.tgz This will: diff --git a/doc/source/deploy_install_guides/r5_release/openstack/install.rst b/doc/source/deploy_install_guides/r5_release/openstack/install.rst index 745ca3929..b5a056d89 100644 --- a/doc/source/deploy_install_guides/r5_release/openstack/install.rst +++ b/doc/source/deploy_install_guides/r5_release/openstack/install.rst @@ -15,6 +15,29 @@ StarlingX Kubernetes platform: Install application manifest and helm-charts -------------------------------------------- +#. Modify the size of the docker_lv filesystem. By default, the size of the + docker_lv filesystem is 30G, which is not enough for stx-openstack + installation. Use the ``host-fs-modify`` CLI to increase the filesystem size. + + The syntax is: + + :: + + system host-fs-modify + + + Where: + + * ``hostname or id`` is the location where the file system will be added. + * ``fs name`` is the file system name. + * ``size`` is an integer indicating the file system size in Gigabytes. + + For example: + + :: + + system host-fs-modify controller-0 docker=60 + #. Get the latest StarlingX OpenStack application (stx-openstack) manifest and helm charts. Use one of the following options: @@ -30,7 +53,7 @@ Install application manifest and helm-charts :: - system application-upload stx-openstack--centos-stable-latest.tgz + system application-upload stx-openstack--centos-stable-versioned.tgz This will: