]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
README: Make doc more specific/clear 688/head
authorDavid Galloway <dgallowa@redhat.com>
Thu, 14 Jul 2022 14:23:35 +0000 (10:23 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Thu, 14 Jul 2022 14:23:35 +0000 (10:23 -0400)
Signed-off-by: David Galloway <dgallowa@redhat.com>
README.rst

index 321ca39c51beafeebfb128cd4f16ad4d676c355d..413069336211d145b1879a1e88b1db39c2c91f77 100644 (file)
@@ -91,20 +91,22 @@ Step 2: Set up secrets repository
 Clone the secrets repository and symlink the ``hosts`` and ``secrets``
 directories into place::
 
-  cd $HOME/dev/
-  git clone git@..../ceph-ansible-secrets.git
+  cd $HOME/src/
+  git clone git@github.com:ceph/ceph-sepia-secrets.git
+
+  # If needed, get the path for ceph-octo-secrets from a downstream dev
 
   sudo mv /etc/ansible/hosts /etc/ansible/hosts.default
 
-  sudo ln -s /path/to/ceph-ansible-secrets/ansible/inventory /etc/ansible/hosts
-  sudo ln -s /path/to/ceph-ansible-secrets/ansible/secrets /etc/ansible/secrets
+  sudo ln -s ~/src/ceph-sepia-secrets/ansible/inventory /etc/ansible/hosts
+  sudo ln -s ~/src/ceph-sepia-secrets/ansible/secrets /etc/ansible/secrets
 
 Step 3: Clone the main Ceph ansible repo
 ----------------------------------------
 
 Clone the main Ceph ansible repository::
 
-  git clone git@..../ceph-cm-ansible.git
+  git clone git@github.com:ceph/ceph-cm-ansible.git
   cd ceph-cm-ansible
   
 Step 4 (Optional) Modify ``hosts`` files