Actions
Task #12406
closedre-provision parthenos-pre joint-resource-registry and database
Status:
Closed
Priority:
Normal
Assignee:
Category:
Application
Target version:
Start date:
Sep 06, 2018
Due date:
% Done:
100%
Estimated time:
Infrastructure:
Development
Updated by Luca Frosini almost 7 years ago
- Status changed from New to In Progress
Updated by Luca Frosini almost 7 years ago
@andrea.dellamico@isti.cnr.it I have the same issue of ticket #12396 while provisioning resource_registry_parthenos_pre
./run.sh smartgears-node.yml -i inventory/hosts.pre -l resource_registry_parthenos_pre -e "gcube_admin_token='XXXX' TASK [disable nagios alerts for this host services] ************************************************** failed: [registry-t-parthenos.d4science.org] (item=monitoring.research-infrastructures.eu) => {"item": "monitoring.research-infrastructures.eu", "msg": "SSH Error: data could not be sent to remote host \"monitoring.research-infrastructures.eu\". Make sure this host can be reached over ssh", "unreachable": true} fatal: [registry-t-parthenos.d4science.org]: UNREACHABLE! => {"changed": false, "msg": "All items completed", "results": [{"_ansible_ignore_errors": true, "_ansible_item_label": "monitoring.research-infrastructures.eu", "_ansible_item_result": true, "item": "monitoring.research-infrastructures.eu", "msg": "SSH Error: data could not be sent to remote host \"monitoring.research-infrastructures.eu\". Make sure this host can be reached over ssh", "unreachable": true}]} to retry, use: --limit @/home/lucafrosini/workspace/ANSIBLE/ansible-playbooks/d4science-ghn-cluster/smartgears-node.retry PLAY RECAP ******************************************************************************************* registry-t-parthenos.d4science.org : ok=1 changed=0 unreachable=1 failed=0
Updated by Luca Frosini almost 7 years ago
@andrea.dellamico@isti.cnr.it found that ignore_errors: True does not work if the host is unreachable (see https://github.com/ansible/ansible/issues/18075 )
He made a temporary solution on ansible task that I already pushed on git repository.
Updated by Luca Frosini almost 7 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
Actions