Guest User

Untitled

a guest
Jun 24th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.11 KB | None | 0 0
  1. TASK: [haproxy | Copying over keepalived.conf] ********************************
  2. <cont1> ESTABLISH CONNECTION FOR USER: root
  3. <cont1> EXEC ssh -C -tt -v -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/home/ubuntu/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 cont1 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1466748458.22-135462197526631 && echo $HOME/.ansible/tmp/ansible-tmp-1466748458.22-135462197526631'
  4. <cont2> ESTABLISH CONNECTION FOR USER: root
  5. <cont2> EXEC ssh -C -tt -v -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/home/ubuntu/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 cont2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1466748458.22-43731346235488 && echo $HOME/.ansible/tmp/ansible-tmp-1466748458.22-43731346235488'
  6. <network> ESTABLISH CONNECTION FOR USER: root
  7. <network> EXEC ssh -C -tt -v -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/home/ubuntu/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 network /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1466748458.22-97959104509024 && echo $HOME/.ansible/tmp/ansible-tmp-1466748458.22-97959104509024'
  8. fatal: [cont2] => {'msg': "ValueError: u'cont2' is not in list", 'failed': True}
  9. fatal: [cont2] => {'msg': 'One or more items failed.', 'failed': True, 'changed': False, 'results': [{'msg': "ValueError: u'cont2' is not in list", 'failed': True}]}
  10. fatal: [cont1] => {'msg': "ValueError: u'cont1' is not in list", 'failed': True}
  11. fatal: [cont1] => {'msg': 'One or more items failed.', 'failed': True, 'changed': False, 'results': [{'msg': "ValueError: u'cont1' is not in list", 'failed': True}]}
  12. <network> EXEC ssh -C -tt -v -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/home/ubuntu/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 network /bin/sh -c 'rc=flag; [ -r /etc/kolla/keepalived/keepalived.conf ] || rc=2; [ -f /etc/kolla/keepalived/keepalived.conf ] || rc=1; [ -d /etc/kolla/keepalived/keepalived.conf ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/keepalived/keepalived.conf && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/keepalived/keepalived.conf'"'"'", "rb") buf = afile.read(BLOCKSIZE) while len(buf) > 0: hasher.update(buf) buf = afile.read(BLOCKSIZE) afile.close() print(hasher.hexdigest())'"'"' 2>/dev/null) || (python -c '"'"'import sha; BLOCKSIZE = 65536; hasher = sha.sha(); afile = open("'"'"'/etc/kolla/keepalived/keepalived.conf'"'"'", "rb") buf = afile.read(BLOCKSIZE) while len(buf) > 0: hasher.update(buf) buf = afile.read(BLOCKSIZE) afile.close() print(hasher.hexdigest())'"'"' 2>/dev/null) || (echo '"'"'0 '"'"'/etc/kolla/keepalived/keepalived.conf)'
  13. <network> PUT /tmp/tmpcNets9 TO /root/.ansible/tmp/ansible-tmp-1466748458.22-97959104509024/file
  14. <network> EXEC ssh -C -tt -v -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/home/ubuntu/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 network /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1466748458.22-97959104509024/file; rm -rf /root/.ansible/tmp/ansible-tmp-1466748458.22-97959104509024/ >/dev/null 2>&1'
  15. ok: [network] => (item=keepalived) => {"changed": false, "gid": 0, "group": "root", "item": "keepalived", "mode": "0644", "owner": "root", "path": "/etc/kolla/keepalived/keepalived.conf", "size": 459, "state": "file", "uid": 0}
Add Comment
Please, Sign In to add comment