Skip to content
Snippets Groups Projects
Commit 90edf539 authored by František Dvořák's avatar František Dvořák
Browse files

CVMFS on ENVRI-Hub

parent a3020ce4
No related branches found
No related tags found
No related merge requests found
...@@ -19,8 +19,8 @@ ansible -m command -a 'uname -a' allnodes ...@@ -19,8 +19,8 @@ ansible -m command -a 'uname -a' allnodes
ansible -m shell -a 'while ! test -f /var/lib/cloud/instance/boot-finished; do sleep 2; done' allnodes ansible -m shell -a 'while ! test -f /var/lib/cloud/instance/boot-finished; do sleep 2; done' allnodes
# kubernetes # kubernetes
# ansible-playbook playbooks/squid.yaml ansible-playbook playbooks/squid.yaml
# ansible-playbook playbooks/cvmfs.yaml ansible-playbook playbooks/cvmfs.yaml
# wait for finish # wait for finish
# while ansible -m command -a 'kubectl get pods --all-namespaces' master | tail -n +3 | grep -Ev ' (Running|Completed) '; do sleep 5; done # while ansible -m command -a 'kubectl get pods --all-namespaces' master | tail -n +3 | grep -Ev ' (Running|Completed) '; do sleep 5; done
......
...@@ -25,13 +25,13 @@ singleuser: ...@@ -25,13 +25,13 @@ singleuser:
volumeNameTemplate: vol-{userid}{servername} volumeNameTemplate: vol-{userid}{servername}
storageClass: csi-sc-cinderplugin storageClass: csi-sc-cinderplugin
extraVolumes: extraVolumes:
# - name: cvmfs-host - name: cvmfs-host
# hostPath: hostPath:
# path: /cvmfs path: /cvmfs
# type: Directory type: Directory
extraVolumeMounts: extraVolumeMounts:
# - name: cvmfs-host - name: cvmfs-host
# mountPath: "/cvmfs:shared" mountPath: "/cvmfs"
memory: memory:
limit: 4G limit: 4G
guarantee: 128M guarantee: 128M
......
...@@ -5,9 +5,13 @@ ...@@ -5,9 +5,13 @@
ingress_0: ingress_0:
hosts: hosts:
# fake ingress for squid (CVMFS)
10.0.0.70:
ingress: ingress:
hosts: hosts:
# fake ingress for squid (CVMFS
10.0.0.70:
master: master:
hosts: hosts:
......
../../common/playbooks/cvmfs.yaml
\ No newline at end of file
../../common/playbooks/squid.yaml
\ No newline at end of file
../../../../common/playbooks/templates/etc/squid
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment