Fix user docs
Recently we modified all the deployment/test scripts so to use OSH Helm plugin. The plugin assumes a user passes the explicit list of features via FEATURES environment variable. Change-Id: Ia2b47b9d0a8e76f7dda09e7a9f7c0d52377abfd5
This commit is contained in:
parent
a7e8d2f7fb
commit
3c333d2966
@ -34,9 +34,8 @@ for deployment. For doing this export the following environment variables
|
|||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
export OPENSTACK_RELEASE=2023.2
|
export OPENSTACK_RELEASE=2024.1
|
||||||
export CONTAINER_DISTRO_NAME=ubuntu
|
export FEATURES="${OPENSTACK_RELEASE} ubuntu_jammy"
|
||||||
export CONTAINER_DISTRO_VERSION=jammy
|
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
The list of supported versions can be found :doc:`here </readme>`.
|
The list of supported versions can be found :doc:`here </readme>`.
|
||||||
|
@ -58,6 +58,21 @@ The Glance deployment script is here `glance.sh`_.
|
|||||||
cd ~/osh/openstack-helm
|
cd ~/osh/openstack-helm
|
||||||
./tools/deployment/component/glance/glance.sh
|
./tools/deployment/component/glance/glance.sh
|
||||||
|
|
||||||
|
Cinder
|
||||||
|
------
|
||||||
|
|
||||||
|
OpenStack Cinder is the block storage service component of the
|
||||||
|
OpenStack cloud computing platform. It manages and provides persistent
|
||||||
|
block storage to virtual machines, enabling users to attach and detach
|
||||||
|
persistent storage volumes to their VMs as needed.
|
||||||
|
|
||||||
|
To deploy the OpenStack Cinder service use the script `cinder.sh`_
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
|
cd ~/osh/openstack-helm
|
||||||
|
./tools/deployment/component/cinder/cinder.sh
|
||||||
|
|
||||||
Placement, Nova, Neutron
|
Placement, Nova, Neutron
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
@ -92,21 +107,6 @@ Placement, Nova and Neutron is here: `compute-kit.sh`_.
|
|||||||
./tools/deployment/component/compute-kit/libvirt.sh
|
./tools/deployment/component/compute-kit/libvirt.sh
|
||||||
./tools/deployment/component/compute-kit/compute-kit.sh
|
./tools/deployment/component/compute-kit/compute-kit.sh
|
||||||
|
|
||||||
Cinder
|
|
||||||
------
|
|
||||||
|
|
||||||
OpenStack Cinder is the block storage service component of the
|
|
||||||
OpenStack cloud computing platform. It manages and provides persistent
|
|
||||||
block storage to virtual machines, enabling users to attach and detach
|
|
||||||
persistent storage volumes to their VMs as needed.
|
|
||||||
|
|
||||||
To deploy the OpenStack Cinder service use the script `cinder.sh`_
|
|
||||||
|
|
||||||
.. code-block:: bash
|
|
||||||
|
|
||||||
cd ~/osh/openstack-helm
|
|
||||||
./tools/deployment/component/cinder/cinder.sh
|
|
||||||
|
|
||||||
Horizon
|
Horizon
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user