From: David Galloway Date: Thu, 14 Jul 2022 14:23:35 +0000 (-0400) Subject: README: Make doc more specific/clear X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=4423603020c1102d23e8309a9754f66c318551aa;p=ceph-cm-ansible.git README: Make doc more specific/clear Signed-off-by: David Galloway --- diff --git a/README.rst b/README.rst index 321ca39..4130693 100644 --- a/README.rst +++ b/README.rst @@ -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