From dc6e14e246c4abb4b3fc01239e5b5aea8c081d99 Mon Sep 17 00:00:00 2001 From: Steve Wilkerson Date: Mon, 13 Nov 2017 14:25:33 -0600 Subject: [PATCH] Fix AIO docs to reference ceph.enabled flags for libvirt Libvirt uses ceph to back pvcs by default. To minimalize the requirements for a development all in one installation, include flags for disabling ceph for libvirt Change-Id: I3aba5deb9a972111bf5dde8b8f97a4ac40cd842b --- doc/source/install/developer/all-in-one.rst | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/doc/source/install/developer/all-in-one.rst b/doc/source/install/developer/all-in-one.rst index f3f5c9175d..62ade9ad9f 100644 --- a/doc/source/install/developer/all-in-one.rst +++ b/doc/source/install/developer/all-in-one.rst @@ -233,9 +233,23 @@ OpenStack services depend upon them. helm install --name=etcd-rabbitmq ./etcd --namespace=openstack helm install --name=rabbitmq ./rabbitmq --namespace=openstack helm install --name=ingress ./ingress --namespace=openstack - helm install --name=libvirt ./libvirt --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 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