ESGF / esgf-installer

ESGF P2P Node Installer
https://esgf.llnl.gov/
Other
21 stars 21 forks source link

Installation of slcs via ansible fails #604

Closed nathanlcarlson closed 5 years ago

nathanlcarlson commented 5 years ago

The update.slcs property is misnamed. The property actually controls whether or not slcs is attempted to be installed. Setting this to "y" has allowed us to test the installation of slcs.

The installation of slcs failed with the following error.

TASK [esgf_slcs_server : Clone ESGF SLCS Server from Github] *******************
fatal: [localhost]: FAILED! => {"changed": false, "cmd": "/usr/bin/git clone --origin origin https://github.com/ESGF/esgf-slcs-server.git /usr/local/esgf-slcs-server/src/esgf_slcs_server", "msg": "fatal: could not create leading directories of '/usr/local/esgf-slcs-server/src/esgf_slcs_server': Permission denied", "rc": 128, "stderr": "fatal: could not create leading directories of '/usr/local/esgf-slcs-server/src/esgf_slcs_server': Permission denied\n", "stderr_lines": ["fatal: could not create leading directories of '/usr/local/esgf-slcs-server/src/esgf_slcs_server': Permission denied"], "stdout": "", "stdout_lines": []}
    to retry, use: --limit @/usr/local/src/esgf-slcs-server-playbook/playbook/playbook.retry
William-Hill commented 5 years ago

Resolved by #646