You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+57Lines changed: 57 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,14 +67,66 @@ Test that things are working with the command
67
67
```
68
68
69
69
this is equivalent to running
70
+
70
71
```bash
71
72
ansible-playbook cvmfs.setup.stratum_0
72
73
ansible-playbook cvmfs.setup.stratum_1s
73
74
ansible-playbook cvmfs.setup.proxies
74
75
ansible-playbook cvmfs.setup.clients
75
76
```
77
+
76
78
after running `cvmfs.setup.all`, any of the individual playbooks above case be re-ran if needed. However, they all rely on `cvmfs.setup.stratum_0` having been ran once in order for the stratum-0 public keys to be copied over properly.
77
79
80
+
2. To ensure that the environment was set up correctly, you could try propagating a test file through all the machines, i.e. from
81
+
82
+
``` bash
83
+
stratum-0 -> stratum-1 -> proxy -> client
84
+
```
85
+
86
+
By following [these](https://cvmfs-contrib.github.io/cvmfs-tutorial-2021/02_stratum0_client/#216-adding-files-to-the-repository) instructions, we can do this with the following commands
87
+
88
+
89
+
1. **On the Stratum-0**
90
+
91
+
Set an environment variable to the name of your repository.
0 commit comments