Skip to content

Commit 2379bf0

Browse files
committed
update README
1 parent 7e35185 commit 2379bf0

File tree

1 file changed

+26
-14
lines changed

1 file changed

+26
-14
lines changed

README.md

Lines changed: 26 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,23 @@ Test that things are working with the command
104104
cvmfs_server publish ${MY_REPO_NAME}
105105
```
106106

107-
2. **On one of the Client machines**
107+
2. **On a Stratum-1**
108+
109+
Synchronize the file with[^2]
110+
```bash
111+
cvmfs_server snapshot repo.org.tld>
112+
```
113+
again, replacing `<repo.org.tld>` with your cvmfs-repository name.
114+
115+
3. **On one of the Client machines**
116+
117+
Test that you can access the file with the command
108118

109119
```bash
110120
/cvmfs/<repo.org.tld>/hello.sh
111121
```
112-
again, replacing `<repo.org.tld>` with your cvmfs-repository names.
113122

114-
You can also run the following test commands on the client[^2] [^3].
123+
You can also run the following test commands on the client[^3] [^4].
115124

116125
```bash
117126
cvmfs_config chksetup # should return OK
@@ -147,18 +156,19 @@ This repository uses the [Ansible Molecule](https://ansible.readthedocs.io/proje
147156
- molecule: https://ansible.readthedocs.io/projects/molecule/installation/
148157

149158
2. Create a python environment that you can use from root.
150-
``` bash
151-
python3 -m venv cvmfs
152-
sudo su
153-
. cvmfs/bin/activate
154-
pip install ansible molecule molecule-podman
155-
```
159+
160+
``` bash
161+
python3 -m venv cvmfs
162+
sudo su
163+
. cvmfs/bin/activate
164+
pip install ansible molecule molecule-podman
165+
```
156166

157167
3. While still acting as root, and in this directory, run
158168

159-
``` bash
160-
ansible-galaxy collection install . --force
161-
```
169+
``` bash
170+
ansible-galaxy collection install . --force
171+
```
162172

163173

164174

@@ -178,6 +188,8 @@ ansible-galaxy collection install . --force
178188

179189
[^1]: https://cvmfs-contrib.github.io/cvmfs-tutorial-2021/02_stratum0_client/#216-adding-files-to-the-repository
180190

181-
[^2]: https://cvmfs-contrib.github.io/cvmfs-tutorial-2021/02_stratum0_client/#223-mounting-the-repositories
191+
[^2]: https://cvmfs-contrib.github.io/cvmfs-tutorial-2021/03_stratum1_proxies/#316-manually-synchronize-the-stratum-1
192+
193+
[^3]: https://cvmfs-contrib.github.io/cvmfs-tutorial-2021/02_stratum0_client/#223-mounting-the-repositories
182194

183-
[^3]: https://cvmfs-contrib.github.io/cvmfs-tutorial-2021/03_stratum1_proxies/#333-test-the-new-configuration
195+
[^4]: https://cvmfs-contrib.github.io/cvmfs-tutorial-2021/03_stratum1_proxies/#333-test-the-new-configuration

0 commit comments

Comments
 (0)