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-<version>-centos-stable-latest.tgz + system application-upload stx-openstack-<version>-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-<version>-centos-stable-latest.tgz + system application-upload stx-openstack-<version>-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 <hostname or id> <fs name=size> + + + 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-<version>-centos-stable-latest.tgz + system application-upload stx-openstack-<version>-centos-stable-versioned.tgz This will: