clusterinthecloud / ansible

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

Don't always install cvmfs #105

Closed andreipoe closed 3 years ago

andreipoe commented 3 years ago

A script to install cvmfs is already present in /home/citc/install_cvmfs_eessi.sh. In compute_image_extra.sh, the user is told to enable it manually if desired:

# to install CernVM-FS and configure access to EESSI, uncomment the line below:
# /home/citc/install_cvmfs_eessi.sh

...but this script is automatically called from /etc/citc/packer/all.pkr.hcl.

This installation step takes significant time, so it would be better to only enable it when the user asks for it, as per the comment in the image script. This PR removes the packer step that automatically install cvmfs.