Skip to content

Instantly share code, notes, and snippets.

@palmertime
Created December 27, 2016 19:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save palmertime/aec1889f4b7b089bb1c2e5d0a111bd41 to your computer and use it in GitHub Desktop.
Save palmertime/aec1889f4b7b089bb1c2e5d0a111bd41 to your computer and use it in GitHub Desktop.
TASK [overcloud-prep-images : Prepare the overcloud images for deploy] *********
TASK [overcloud-prep-images : Prepare the overcloud images for deploy] *********
task path: /home/user/.quickstart/usr/local/share/ansible/roles/overcloud-prep-images/tasks/overcloud-prep-images.yml:1
Thursday 22 December 2016 18:35:05 -0800 (0:00:05.153) 0:35:19.785 *****
Using module file /home/user/.quickstart/lib/python2.7/site-packages/ansible/modules/core/commands/command.py
<undercloud> ESTABLISH SSH CONNECTION FOR USER: stack
<undercloud> SSH: EXEC ssh -vvv -F /home/user/.quickstart/ssh.config.ansible -o StrictHostKeyChecking=no -o 'IdentityFile="/home/user/.quickstart/id_rsa_undercloud"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=stack -o ConnectTimeout=10 -F /home/user/.quickstart/ssh.config.ansible undercloud '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1482460505.33-54972086811312 `" && echo ansible-tmp-1482460505.33-54972086811312="` echo $HOME/.ansible/tmp/ansible-tmp-1482460505.33-54972086811312 `" ) && sleep 0'"'"''
<undercloud> PUT /tmp/tmpt2X5UQ TO /home/stack/.ansible/tmp/ansible-tmp-1482460505.33-54972086811312/command.py
<undercloud> SSH: EXEC sftp -b - -vvv -F /home/user/.quickstart/ssh.config.ansible -o StrictHostKeyChecking=no -o 'IdentityFile="/home/user/.quickstart/id_rsa_undercloud"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=stack -o ConnectTimeout=10 '[undercloud]'
<undercloud> ESTABLISH SSH CONNECTION FOR USER: stack
<undercloud> SSH: EXEC ssh -vvv -F /home/user/.quickstart/ssh.config.ansible -o StrictHostKeyChecking=no -o 'IdentityFile="/home/user/.quickstart/id_rsa_undercloud"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=stack -o ConnectTimeout=10 -F /home/user/.quickstart/ssh.config.ansible undercloud '/bin/sh -c '"'"'chmod u+x /home/stack/.ansible/tmp/ansible-tmp-1482460505.33-54972086811312/ /home/stack/.ansible/tmp/ansible-tmp-1482460505.33-54972086811312/command.py && sleep 0'"'"''
<undercloud> ESTABLISH SSH CONNECTION FOR USER: stack
<undercloud> SSH: EXEC ssh -vvv -F /home/user/.quickstart/ssh.config.ansible -o StrictHostKeyChecking=no -o 'IdentityFile="/home/user/.quickstart/id_rsa_undercloud"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=stack -o ConnectTimeout=10 -F /home/user/.quickstart/ssh.config.ansible -tt undercloud '/bin/sh -c '"'"'/usr/bin/python /home/stack/.ansible/tmp/ansible-tmp-1482460505.33-54972086811312/command.py; rm -rf "/home/stack/.ansible/tmp/ansible-tmp-1482460505.33-54972086811312/" > /dev/null 2>&1 && sleep 0'"'"''
fatal: [undercloud]: FAILED! => {
"changed": true,
"cmd": "/home/stack/overcloud-prep-images.sh > /home/stack/overcloud_prep_images.log 2>&1",
"delta": "0:03:11.334953",
"end": "2016-12-23 02:27:17.455836",
"failed": true,
"invocation": {
"module_args": {
"_raw_params": "/home/stack/overcloud-prep-images.sh > /home/stack/overcloud_prep_images.log 2>&1",
"_uses_shell": true,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"warn": true
},
"module_name": "command"
},
"rc": 1,
"start": "2016-12-23 02:24:06.120883",
"stderr": "",
"stdout": "",
"stdout_lines": [],
"warnings": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment