clusterinthecloud / ansible

Ansible config for Cluster in the Cloud
https://cluster-in-the-cloud.readthedocs.io
MIT License
10 stars 26 forks source link

/etc/citc not created on compute nodes #35

Closed christopheredsall closed 5 years ago

christopheredsall commented 5 years ago

On a freshly booted cluster, checked out from branch 2 the directory /etc/citc is missing

[opc@mgmt ~]$ clush -w @role:mgmt,@compute -b ls -ld /etc/citc
vm-standard2-1-ad2-0001: ls: cannot access /etc/citc: No such file or directory
vm-standard2-1-ad1-0001: ls: cannot access /etc/citc: No such file or directory
vm-standard2-1-ad3-0001: ls: cannot access /etc/citc: No such file or directory
---------------
mgmt
---------------
drwxr-xr-x. 2 slurm slurm 4096 May  8 13:20 /etc/citc
milliams commented 5 years ago

The /etc/citc directory is no longer needed by the compute nodes so it's correct that it is not created.