From 2ef947444387d8fd1c7e81979a288ca3672b5579 Mon Sep 17 00:00:00 2001 From: "Brandon B. Jozsa" Date: Wed, 28 Dec 2016 13:31:11 -0500 Subject: [PATCH] Update getting-started.md --- docs/installation/getting-started.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/installation/getting-started.md b/docs/installation/getting-started.md index 3bcd7ddedc..bcbdccc9dd 100644 --- a/docs/installation/getting-started.md +++ b/docs/installation/getting-started.md @@ -262,13 +262,14 @@ Please ensure that you use ``--purge`` whenever deleting a project. ## Ceph Installation and Verification Install the first service, which is Ceph. If all instructions have been followed as mentioned above, this installation should go smoothly. Use the following command to install Ceph: ``` -admin@kubenode01:~$ helm install --name=ceph local/ceph --namespace=ceph +admin@kubenode01:~$ helm install --name=bootstrap-ceph local/ceph --namespace=ceph ``` ## Bootstrap Installation -At this time (before verification) we will also want to install our bootstrap chart. The bootstrap chart is what installs the secrets for our Ceph installation and general StorageClass. Do this next by issuing the following: +At this time (and before verification of Ceph) you'll need to install the `bootstrap` chart. The `bootstrap` chart will install secrets for both the `ceph` and `openstack` namespaces for the general StorageClass: ``` -admin@kubenode01:~$ helm install --name=bootstrap local/bootstrap --namespace=openstack +admin@kubenode01:~$ helm install --name=bootstrap-ceph local/bootstrap --namespace=ceph +admin@kubenode01:~$ helm install --name=bootstrap-openstack local/bootstrap --namespace=openstack ``` You may want to validate that Ceph is deployed successfully. Here are a couple of recommendations for this.