Merge "Fix AIO docs to reference ceph.enabled flags for libvirt"
This commit is contained in:
commit
ac100bca35
@ -234,9 +234,23 @@ OpenStack services depend upon them.
|
|||||||
helm install --name=etcd-rabbitmq ./etcd --namespace=openstack
|
helm install --name=etcd-rabbitmq ./etcd --namespace=openstack
|
||||||
helm install --name=rabbitmq ./rabbitmq --namespace=openstack
|
helm install --name=rabbitmq ./rabbitmq --namespace=openstack
|
||||||
helm install --name=ingress ./ingress --namespace=openstack
|
helm install --name=ingress ./ingress --namespace=openstack
|
||||||
helm install --name=libvirt ./libvirt --namespace=openstack
|
|
||||||
helm install --name=openvswitch ./openvswitch --namespace=openstack
|
helm install --name=openvswitch ./openvswitch --namespace=openstack
|
||||||
|
|
||||||
|
Libvirt backs persistent volume claims with Ceph by default. To run libvirt
|
||||||
|
in an all-in-one environment without Ceph, ceph for libvirt must be disabled.
|
||||||
|
|
||||||
|
.. code-block:: shell
|
||||||
|
|
||||||
|
helm install --name=libvirt ./libvirt --namespace=openstack \
|
||||||
|
--set ceph.enabled=false
|
||||||
|
|
||||||
|
If Ceph is included as part of an all-in-one deployment, libvirt can be
|
||||||
|
installed as normal.
|
||||||
|
|
||||||
|
.. code-block:: shell
|
||||||
|
|
||||||
|
helm install --name=libvirt ./libvirt --namespace=openstack
|
||||||
|
|
||||||
Once the OpenStack infrastructure components are installed and running, the
|
Once the OpenStack infrastructure components are installed and running, the
|
||||||
OpenStack services can be installed. In the below examples the default values
|
OpenStack services can be installed. In the below examples the default values
|
||||||
that would be used in a production-like environment have been overridden with
|
that would be used in a production-like environment have been overridden with
|
||||||
|
Loading…
Reference in New Issue
Block a user