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
Submitting a job to start the node results in the following /root/ansible-pull.log
Starting Ansible Pull at 2020-06-13 16:27:40
/usr/bin/ansible-pull --url=https://github.com/ACRC/slurm-ansible-playbook.git --checkout=4 --inventory=/root/hosts compute.yml
[WARNING]: Platform linux on host vm-gpu3-2-ad2-0001 is using the discovered
Python interpreter at /usr/bin/python, but future installation of another
Python interpreter could change this. See https://docs.ansible.com/ansible/2.8/
reference_appendices/interpreter_discovery.html for more information.
vm-gpu3-2-ad2-0001 | FAILED! => {
"ansible_facts": {
"discovered_interpreter_python": "/usr/bin/python"
},
"changed": false,
"cmd": "/usr/bin/git clone --origin origin https://github.com/ACRC/slurm-ansible-playbook.git /root/.ansible/pull/vm-gpu3-2-ad2-0001.subnet.clustervcn.oraclevcn.com",
"msg": "fatal: could not create work tree dir '/root/.ansible/pull/vm-gpu3-2-ad2-0001.subnet.clustervcn.oraclevcn.com'.: File exists",
"rc": 128,
"stderr": "fatal: could not create work tree dir '/root/.ansible/pull/vm-gpu3-2-ad2-0001.subnet.clustervcn.oraclevcn.com'.: File exists\n",
"stderr_lines": [
"fatal: could not create work tree dir '/root/.ansible/pull/vm-gpu3-2-ad2-0001.subnet.clustervcn.oraclevcn.com'.: File exists"
],
"stdout": "",
"stdout_lines": []
}
[WARNING]: Your git version is too old to fully support the depth argument.
Falling back to full checkouts.
[WARNING]: Platform linux on host vm-
gpu3-2-ad2-0001.subnet.clustervcn.oraclevcn.com is using the discovered Python
interpreter at /usr/bin/python, but future installation of another Python
interpreter could change this. See https://docs.ansible.com/ansible/2.8/referen
ce_appendices/interpreter_discovery.html for more information.
vm-gpu3-2-ad2-0001.subnet.clustervcn.oraclevcn.com | CHANGED => {
"after": "fe5fc5bb46fec69c6db9465782793f312134a3f5",
"ansible_facts": {
"discovered_interpreter_python": "/usr/bin/python"
},
"before": null,
"changed": true
}
The text was updated successfully, but these errors were encountered:
On a newly built cluster using clusterinthecloud/terraform@e313404 with the default "4" branch of ACRC/slurm-ansible-playbook
Submitting a job to start the node results in the following
/root/ansible-pull.log
The text was updated successfully, but these errors were encountered: