Guest User

Untitled

a guest
Mar 8th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 256.31 KB | None | 0 0
  1. Deploying Playbooks : ansible-playbook -i /var/src/dev-kolla/conf/01-operator/inventory -e @/etc/kolla/globals.yml -e @/etc/kolla/passwords.yml -e action=deploy /usr/local/share/kolla/ansible/site.yml --verbose --verbose --verbose --verbose --verbose
  2.  
  3. PLAY [ceph-mon;ceph-osd;ceph-rgw] *********************************************
  4. skipping: no hosts matched
  5.  
  6. PLAY [cinder-api;glance-api;haproxy;keystone;mariadb;murano-api;neutron-server;nova-api;rabbitmq;swift-proxy-server;heat-api;murano-api] ***
  7.  
  8. GATHERING FACTS ***************************************************************
  9. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  10. <192.168.201.3> REMOTE_MODULE setup
  11. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467373.22-180241398112882 && echo $HOME/.ansible/tmp/ansible-tmp-1457467373.22-180241398112882'
  12. <192.168.201.3> PUT /tmp/tmpHIO4JE TO /root/.ansible/tmp/ansible-tmp-1457467373.22-180241398112882/setup
  13. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467373.22-180241398112882/setup; rm -rf /root/.ansible/tmp/ansible-tmp-1457467373.22-180241398112882/ >/dev/null 2>&1'
  14. ok: [192.168.201.3]
  15. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  16. <192.168.201.2> REMOTE_MODULE setup
  17. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467373.22-124961354348561 && echo $HOME/.ansible/tmp/ansible-tmp-1457467373.22-124961354348561'
  18. <192.168.201.2> PUT /tmp/tmpc5dlow TO /root/.ansible/tmp/ansible-tmp-1457467373.22-124961354348561/setup
  19. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467373.22-124961354348561/setup; rm -rf /root/.ansible/tmp/ansible-tmp-1457467373.22-124961354348561/ >/dev/null 2>&1'
  20. ok: [192.168.201.2]
  21.  
  22. TASK: [common | Looking up storage hostname] **********************************
  23. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  24. <192.168.201.3> REMOTE_MODULE command getent hosts 192.168.201.3
  25. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467375.96-225222018125109 && echo $HOME/.ansible/tmp/ansible-tmp-1457467375.96-225222018125109'
  26. <192.168.201.3> PUT /tmp/tmpgKxfD7 TO /root/.ansible/tmp/ansible-tmp-1457467375.96-225222018125109/command
  27. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467375.96-225222018125109/command; rm -rf /root/.ansible/tmp/ansible-tmp-1457467375.96-225222018125109/ >/dev/null 2>&1'
  28. ok: [192.168.201.3] => {"changed": false, "cmd": ["getent", "hosts", "192.168.201.3"], "delta": "0:00:00.002665", "end": "2016-03-08 20:02:56.054891", "rc": 0, "start": "2016-03-08 20:02:56.052226", "stderr": "", "stdout": "192.168.201.3 kolla-network", "stdout_lines": ["192.168.201.3 kolla-network"], "warnings": []}
  29. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  30. <192.168.201.2> REMOTE_MODULE command getent hosts 192.168.201.2
  31. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467375.95-11356648132382 && echo $HOME/.ansible/tmp/ansible-tmp-1457467375.95-11356648132382'
  32. <192.168.201.2> PUT /tmp/tmphNgqZ4 TO /root/.ansible/tmp/ansible-tmp-1457467375.95-11356648132382/command
  33. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467375.95-11356648132382/command; rm -rf /root/.ansible/tmp/ansible-tmp-1457467375.95-11356648132382/ >/dev/null 2>&1'
  34. ok: [192.168.201.2] => {"changed": false, "cmd": ["getent", "hosts", "192.168.201.2"], "delta": "0:00:00.003957", "end": "2016-03-08 20:02:56.074262", "rc": 0, "start": "2016-03-08 20:02:56.070305", "stderr": "", "stdout": "192.168.201.2 kolla-control", "stdout_lines": ["192.168.201.2 kolla-control"], "warnings": []}
  35.  
  36. TASK: [common | Setting storage hostname] *************************************
  37. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  38. ok: [192.168.201.2] => {"ansible_facts": {"storage_hostname": "kolla-control"}}
  39. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  40. ok: [192.168.201.3] => {"ansible_facts": {"storage_hostname": "kolla-network"}}
  41.  
  42. TASK: [common | Ensuring config directories exist] ****************************
  43. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  44. <192.168.201.3> REMOTE_MODULE file state=directory path=/etc/kolla/heka
  45. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467376.19-163861239675667 && echo $HOME/.ansible/tmp/ansible-tmp-1457467376.19-163861239675667'
  46. <192.168.201.3> PUT /tmp/tmpAFIpJx TO /root/.ansible/tmp/ansible-tmp-1457467376.19-163861239675667/file
  47. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467376.19-163861239675667/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467376.19-163861239675667/ >/dev/null 2>&1'
  48. ok: [192.168.201.3] => (item=heka) => {"changed": false, "gid": 0, "group": "root", "item": "heka", "mode": "0755", "owner": "root", "path": "/etc/kolla/heka", "size": 4096, "state": "directory", "uid": 0}
  49. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  50. <192.168.201.2> REMOTE_MODULE file state=directory path=/etc/kolla/heka
  51. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467376.19-90414304448210 && echo $HOME/.ansible/tmp/ansible-tmp-1457467376.19-90414304448210'
  52. <192.168.201.2> PUT /tmp/tmpe4UAHX TO /root/.ansible/tmp/ansible-tmp-1457467376.19-90414304448210/file
  53. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467376.19-90414304448210/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467376.19-90414304448210/ >/dev/null 2>&1'
  54. ok: [192.168.201.2] => (item=heka) => {"changed": false, "gid": 0, "group": "root", "item": "heka", "mode": "0755", "owner": "root", "path": "/etc/kolla/heka", "size": 4096, "state": "directory", "uid": 0}
  55.  
  56. TASK: [common | Copying over config.json files for services] ******************
  57. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  58. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467376.38-87003008164158 && echo $HOME/.ansible/tmp/ansible-tmp-1457467376.38-87003008164158'
  59. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'rc=flag; [ -r /etc/kolla/heka/config.json ] || rc=2; [ -f /etc/kolla/heka/config.json ] || rc=1; [ -d /etc/kolla/heka/config.json ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/heka/config.json && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/heka/config.json'"'"'", "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/heka/config.json'"'"'", "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/heka/config.json)'
  60. <192.168.201.3> PUT /tmp/tmpUPq7IW TO /root/.ansible/tmp/ansible-tmp-1457467376.38-87003008164158/file
  61. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467376.38-87003008164158/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467376.38-87003008164158/ >/dev/null 2>&1'
  62. ok: [192.168.201.3] => (item=heka) => {"changed": false, "gid": 0, "group": "root", "item": "heka", "mode": "0644", "owner": "root", "path": "/etc/kolla/heka/config.json", "size": 4909, "state": "file", "uid": 0}
  63. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  64. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467376.37-236323072784096 && echo $HOME/.ansible/tmp/ansible-tmp-1457467376.37-236323072784096'
  65. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'rc=flag; [ -r /etc/kolla/heka/config.json ] || rc=2; [ -f /etc/kolla/heka/config.json ] || rc=1; [ -d /etc/kolla/heka/config.json ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/heka/config.json && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/heka/config.json'"'"'", "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/heka/config.json'"'"'", "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/heka/config.json)'
  66. <192.168.201.2> PUT /tmp/tmp6F3EFJ TO /root/.ansible/tmp/ansible-tmp-1457467376.37-236323072784096/file
  67. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467376.37-236323072784096/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467376.37-236323072784096/ >/dev/null 2>&1'
  68. ok: [192.168.201.2] => (item=heka) => {"changed": false, "gid": 0, "group": "root", "item": "heka", "mode": "0644", "owner": "root", "path": "/etc/kolla/heka/config.json", "size": 4909, "state": "file", "uid": 0}
  69.  
  70. TASK: [common | Copying over heka config files] *******************************
  71. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  72. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467376.77-273624302182543 && echo $HOME/.ansible/tmp/ansible-tmp-1457467376.77-273624302182543'
  73. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'rc=flag; [ -r /etc/kolla/heka/heka-global.toml ] || rc=2; [ -f /etc/kolla/heka/heka-global.toml ] || rc=1; [ -d /etc/kolla/heka/heka-global.toml ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/heka/heka-global.toml && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/heka/heka-global.toml'"'"'", "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/heka/heka-global.toml'"'"'", "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/heka/heka-global.toml)'
  74. <192.168.201.2> PUT /tmp/tmpmt9m6C TO /root/.ansible/tmp/ansible-tmp-1457467376.77-273624302182543/file
  75. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467376.77-273624302182543/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467376.77-273624302182543/ >/dev/null 2>&1'
  76. ok: [192.168.201.2] => (item=global) => {"changed": false, "gid": 0, "group": "root", "item": "global", "mode": "0644", "owner": "root", "path": "/etc/kolla/heka/heka-global.toml", "size": 663, "state": "file", "uid": 0}
  77. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  78. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467376.97-166380186996430 && echo $HOME/.ansible/tmp/ansible-tmp-1457467376.97-166380186996430'
  79. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'rc=flag; [ -r /etc/kolla/heka/heka-haproxy.toml ] || rc=2; [ -f /etc/kolla/heka/heka-haproxy.toml ] || rc=1; [ -d /etc/kolla/heka/heka-haproxy.toml ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/heka/heka-haproxy.toml && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/heka/heka-haproxy.toml'"'"'", "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 = op<192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  80. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467376.77-40817758378180 && echo $HOME/.ansible/tmp/ansible-tmp-1457467376.77-40817758378180'
  81. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'rc=flag; [ -r /etc/kolla/heka/heka-global.toml ] || rc=2; [ -f /etc/kolla/heka/heka-global.toml ] || rc=1; [ -d /etc/kolla/heka/heka-global.toml ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/heka/heka-global.toml && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/heka/heka-global.toml'"'"'", "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/heka/heka-global.toml'"'"'", "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/heka/heka-global.toml)'
  82. <192.168.201.3> PUT /tmp/tmp9J2tw9 TO /root/.ansible/tmp/ansible-tmp-1457467376.77-40817758378180/file
  83. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467376.77-40817758378180/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467376.77-40817758378180/ >/dev/null 2>&1'
  84. ok: [192.168.201.3] => (item=global) => {"changed": false, "gid": 0, "group": "root", "item": "global", "mode": "0644", "owner": "root", "path": "/etc/kolla/heka/heka-global.toml", "size": 663, "state": "file", "uid": 0}
  85. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  86. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467376.97-192276141969826 && echo $HOME/.ansible/tmp/ansible-tmp-1457467376.97-192276141969826'
  87. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'rc=flag; [ -r /etc/kolla/heka/heka-haproxy.toml ] || rc=2; [ -f /etc/kolla/heka/heka-haproxy.toml ] || rc=1; [ -d /etc/kolla/heka/heka-haproxy.toml ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/heka/heka-haproxy.toml && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/heka/heka-haproxy.toml'"'"'", "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/heka/heka-haproxy.toml'"'"'", "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/heka/heka-haproxy.toml)'
  88. <192.168.201.3> PUT /tmp/tmpVoZdkW TO /root/.ansible/tmp/ansible-tmp-1457467376.97-192276141969826/file
  89. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467376.97-192276141969826/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467376.97-192276141969826/ >/dev/null 2>&1'
  90. ok: [192.168.201.3] => (item=haproxy) => {"changed": false, "gid": 0, "group": "root", "item": "haproxy", "mode": "0644", "owner": "root", "path": "/etc/kolla/heka/heka-haproxy.toml", "size": 472, "state": "file", "uid": 0}
  91. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  92. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467377.12-117312779838749 && echo $HOME/.ansible/tmp/ansible-tmp-1457467377.12-117312779838749'
  93. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'rc=flag; [ -r /etc/kolla/heka/heka-rabbitmq.toml ] || rc=2; [ -f /etc/kolla/heka/heka-rabbitmq.toml ] || rc=1; [ -d /etc/kolla/heka/heka-rabbitmq.toml ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/heka/heka-rabbitmq.toml && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/heka/heka-rabbitmq.toml'"'"'", "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/heka/heka-rabbitmq.toml'"'"'", "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/heka/heka-rabbitmq.toml)'
  94. <192.168.201.3> PUT /tmp/tmpM_aQGH TO /root/.ansible/tmp/ansible-tmp-1457467377.12-117312779838749/file
  95. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467377.12-117312779838749/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467377.12-117312779838749/ >/dev/null 2>&1'
  96. ok: [192.168.201.3] => (item=rabbitmq) => {"changed": false, "gid": 0, "group": "root", "item": "rabbitmq", "mode": "0644", "owner": "root", "path": "/etc/kolla/heka/heka-rabbitmq.toml", "size": 463, "state": "file", "uid": 0}
  97. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  98. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=1en("'"'"'/etc/kolla/heka/heka-haproxy.toml'"'"'", "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/heka/heka-haproxy.toml)'
  99. <192.168.201.2> PUT /tmp/tmptgE_QL TO /root/.ansible/tmp/ansible-tmp-1457467376.97-166380186996430/file
  100. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467376.97-166380186996430/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467376.97-166380186996430/ >/dev/null 2>&1'
  101. ok: [192.168.201.2] => (item=haproxy) => {"changed": false, "gid": 0, "group": "root", "item": "haproxy", "mode": "0644", "owner": "root", "path": "/etc/kolla/heka/heka-haproxy.toml", "size": 472, "state": "file", "uid": 0}
  102. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  103. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467377.13-269150864616946 && echo $HOME/.ansible/tmp/ansible-tmp-1457467377.13-269150864616946'
  104. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'rc=flag; [ -r /etc/kolla/heka/heka-rabbitmq.toml ] || rc=2; [ -f /etc/kolla/heka/heka-rabbitmq.toml ] || rc=1; [ -d /etc/kolla/heka/heka-rabbitmq.toml ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/heka/heka-rabbitmq.toml && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/heka/heka-rabbitmq.toml'"'"'", "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/heka/heka-rabbitmq.toml'"'"'", "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/heka/heka-rabbitmq.toml)'
  105. <192.168.201.2> PUT /tmp/tmpibUren TO /root/.ansible/tmp/ansible-tmp-1457467377.13-269150864616946/file
  106. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467377.13-269150864616946/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467377.13-269150864616946/ >/dev/null 2>&1'
  107. ok: [192.168.201.2] => (item=rabbitmq) => {"changed": false, "gid": 0, "group": "root", "item": "rabbitmq", "mode": "0644", "owner": "root", "path": "/etc/kolla/heka/heka-rabbitmq.toml", "size": 463, "state": "file", "uid": 0}
  108. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  109. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTime0 192.168.201.3 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467377.26-116878309576743 && echo $HOME/.ansible/tmp/ansible-tmp-1457467377.26-116878309576743'
  110. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'rc=flag; [ -r /etc/kolla/heka/heka-openstack.toml ] || rc=2; [ -f /etc/kolla/heka/heka-openstack.toml ] || rc=1; [ -d /etc/kolla/heka/heka-openstack.toml ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/heka/heka-openstack.toml && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/heka/heka-openstack.toml'"'"'", "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/heka/heka-openstack.toml'"'"'", "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/heka/heka-openstack.toml)'
  111. <192.168.201.3> PUT /tmp/tmpe5aXXX TO /root/.ansible/tmp/ansible-tmp-1457467377.26-116878309576743/file
  112. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467377.26-116878309576743/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467377.26-116878309576743/ >/dev/null 2>&1'
  113. ok: [192.168.201.3] => (item=openstack) => {"changed": false, "gid": 0, "group": "root", "item": "openstack", "mode": "0644", "owner": "root", "path": "/etc/kolla/heka/heka-openstack.toml", "size": 383, "state": "file", "uid": 0}
  114. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  115. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467377.4-125775512956744 && echo $HOME/.ansible/tmp/ansible-tmp-1457467377.4-125775512956744'
  116. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'rc=flag; [ -r /etc/kolla/heka/heka-mariadb.toml ] || rc=2; [ -f /etc/kolla/heka/heka-mariadb.toml ] || rc=1; [ -d /etc/kolla/heka/heka-mariadb.toml ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/heka/heka-mariadb.toml && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/heka/heka-mariadb.toml'"'"'", "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/heka/heka-mariadb.toml'"'"'", "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/heka/heka-mariadb.toml)'
  117. <192.168.201.3> PUT /tmp/tmpYAiotn TO /root/.ansible/tmout=10 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467377.31-265237868007920 && echo $HOME/.ansible/tmp/ansible-tmp-1457467377.31-265237868007920'
  118. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'rc=flag; [ -r /etc/kolla/heka/heka-openstack.toml ] || rc=2; [ -f /etc/kolla/heka/heka-openstack.toml ] || rc=1; [ -d /etc/kolla/heka/heka-openstack.toml ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/heka/heka-openstack.toml && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/heka/heka-openstack.toml'"'"'", "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/heka/heka-openstack.toml'"'"'", "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/heka/heka-openstack.toml)'
  119. <192.168.201.2> PUT /tmp/tmpkzct08 TO /root/.ansible/tmp/ansible-tmp-1457467377.31-265237868007920/file
  120. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467377.31-265237868007920/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467377.31-265237868007920/ >/dev/null 2>&1'
  121. ok: [192.168.201.2] => (item=openstack) => {"changed": false, "gid": 0, "group": "root", "item": "openstack", "mode": "0644", "owner": "root", "path": "/etc/kolla/heka/heka-openstack.toml", "size": 383, "state": "file", "uid": 0}
  122. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  123. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467377.54-135408500352208 && echo $HOME/.ansible/tmp/ansible-tmp-1457467377.54-135408500352208'
  124. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'rc=flag; [ -r /etc/kolla/heka/heka-mariadb.toml ] || rc=2; [ -f /etc/kolla/heka/heka-mariadb.toml ] || rc=1; [ -d /etc/kolla/heka/heka-mariadb.toml ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/heka/heka-mariadb.toml && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/heka/heka-mariadb.toml'"'"'", "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/heka/heka-mariadb.toml'"'"'", "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/heka/heka-mariadb.toml)'
  125. <192.168.201.2> PUT /tmp/tmpwAbDi7 TO /root/.ansp/ansible-tmp-1457467377.4-125775512956744/file
  126. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467377.4-125775512956744/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467377.4-125775512956744/ >/dev/null 2>&1'
  127. ok: [192.168.201.3] => (item=mariadb) => {"changed": false, "gid": 0, "group": "root", "item": "mariadb", "mode": "0644", "owner": "root", "path": "/etc/kolla/heka/heka-mariadb.toml", "size": 274, "state": "file", "uid": 0}
  128. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  129. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467377.55-231451857193492 && echo $HOME/.ansible/tmp/ansible-tmp-1457467377.55-231451857193492'
  130. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'rc=flag; [ -r /etc/kolla/heka/heka-keystone.toml ] || rc=2; [ -f /etc/kolla/heka/heka-keystone.toml ] || rc=1; [ -d /etc/kolla/heka/heka-keystone.toml ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/heka/heka-keystone.toml && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/heka/heka-keystone.toml'"'"'", "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/heka/heka-keystone.toml'"'"'", "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/heka/heka-keystone.toml)'
  131. <192.168.201.3> PUT /tmp/tmpflLhOW TO /root/.ansible/tmp/ansible-tmp-1457467377.55-231451857193492/file
  132. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467377.55-231451857193492/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467377.55-231451857193492/ >/dev/null 2>&1'
  133. ok: [192.168.201.3] => (item=keystone) => {"changed": false, "gid": 0, "group": "root", "item": "keystone", "mode": "0644", "owner": "root", "path": "/etc/kolla/heka/heka-keystone.toml", "size": 508, "state": "file", "uid": 0}
  134. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  135. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467377.7-256832171055830 && echo $HOME/.ansible/tmp/ansible-tmp-1457467377.7-256832171055830'
  136. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'rc=flag; [ -r /etc/kolla/heka/heka-elasticsearch.toml ] || rc=2; [ -f /etc/kolla/heka/heka-elasticsearch.toml ] || rc=1; [ -d /etc/kolla/heka/heka-elasticsearch.toml ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/heka/heka-elasticsearch.toml && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/heka/heka-elasticsearch.toml'"'"'", "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/heka/heka-elasticsearch.toml'"'"'", "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/heka/heka-elasticsearch.toml)'
  137. <192.168.201.3> PUT /tmp/tmpOdPZ4z TO /root/.ansible/tmp/ansible-tmp-1457467377.7-256832171055830/file
  138. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467377.7-256832171055830/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467377.7-256832171055830/ >/dev/null 2>&1'
  139. ok: [192.168.201.3] => (item=elasticsearch) => {"changed": false, "gid": 0, "group": "root", "item": "elasticsearch", "mode": "0644", "owner": "root", "path": "/etc/kolla/heka/heka-elasticsearch.toml", "size": 568, "state": "file", "uid": 0}
  140. ible/tmp/ansible-tmp-1457467377.54-135408500352208/file
  141. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467377.54-135408500352208/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467377.54-135408500352208/ >/dev/null 2>&1'
  142. ok: [192.168.201.2] => (item=mariadb) => {"changed": false, "gid": 0, "group": "root", "item": "mariadb", "mode": "0644", "owner": "root", "path": "/etc/kolla/heka/heka-mariadb.toml", "size": 274, "state": "file", "uid": 0}
  143. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  144. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467377.7-248796063357262 && echo $HOME/.ansible/tmp/ansible-tmp-1457467377.7-248796063357262'
  145. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'rc=flag; [ -r /etc/kolla/heka/heka-keystone.toml ] || rc=2; [ -f /etc/kolla/heka/heka-keystone.toml ] || rc=1; [ -d /etc/kolla/heka/heka-keystone.toml ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/heka/heka-keystone.toml && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/heka/heka-keystone.toml'"'"'", "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/heka/heka-keystone.toml'"'"'", "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/heka/heka-keystone.toml)'
  146. <192.168.201.2> PUT /tmp/tmpFdtHrc TO /root/.ansible/tmp/ansible-tmp-1457467377.7-248796063357262/file
  147. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467377.7-248796063357262/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467377.7-248796063357262/ >/dev/null 2>&1'
  148. ok: [192.168.201.2] => (item=keystone) => {"changed": false, "gid": 0, "group": "root", "item": "keystone", "mode": "0644", "owner": "root", "path": "/etc/kolla/heka/heka-keystone.toml", "size": 508, "state": "file", "uid": 0}
  149. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  150. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467377.89-44739554859247 && echo $HOME/.ansible/tmp/ansible-tmp-1457467377.89-44739554859247'
  151. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'rc=flag; [ -r /etc/kolla/heka/heka-elasticsearch.toml ] || rc=2; [ -f /etc/kolla/heka/heka-elasticsearch.toml ] || rc=1; [ -d /etc/kolla/heka/heka-elasticsearch.toml ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/heka/heka-elasticsearch.toml && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/heka/heka-elasticsearch.toml'"'"'", "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/heka/heka-elasticsearch.toml'"'"'", "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/heka/heka-elasticsearch.toml)'
  152. <192.168.201.2> PUT /tmp/tmp6BxEEd TO /root/.ansible/tmp/ansible-tmp-1457467377.89-44739554859247/file
  153. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467377.89-44739554859247/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467377.89-44739554859247/ >/dev/null 2>&1'
  154. ok: [192.168.201.2] => (item=elasticsearch) => {"changed": false, "gid": 0, "group": "root", "item": "elasticsearch", "mode": "0644", "owner": "root", "path": "/etc/kolla/heka/heka-elasticsearch.toml", "size": 568, "state": "file", "uid": 0}
  155.  
  156. TASK: [common | Copying over heka swift config files] *************************
  157. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  158. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467378.1-273816923728121 && echo $HOME/.ansible/tmp/ansible-tmp-1457467378.1-273816923728121'
  159. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'rc=flag; [ -r /etc/kolla/heka/heka-swift-account-auditor.toml ] || rc=2; [ -f /etc/kolla/heka/heka-swift-account-auditor.toml ] || rc=1; [ -d /etc/kolla/heka/heka-swift-account-auditor.toml ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/heka/heka-swift-account-auditor.toml && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/heka/heka-swift-account-auditor.toml'"'"'", "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/heka/heka-swift-account-auditor.toml'"'"'", "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/heka/heka-swift-account-auditor.toml)'
  160. <192.168.201.3> PUT /tmp/tmpflNltM TO /root/.ansible/tmp/ansible-tmp-1457467378.1-273816923728121/file
  161. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467378.1-273816923728121/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467378.1-273816923728121/ >/dev/null 2>&1'
  162. ok: [192.168.201.3] => (item=swift-account-auditor) => {"changed": false, "gid": 0, "group": "root", "item": "swift-account-auditor", "mode": "0644", "owner": "root", "path": "/etc/kolla/heka/heka-swift-account-auditor.toml", "size": 308, "state": "file", "uid": 0}
  163. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  164. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467378.29-164328233237014 && echo $HOME/.ansible/tmp/ansible-tmp-1457467378.29-164328233237014'
  165. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'rc=flag; [ -r /etc/kolla/heka/heka-swift-account-reaper.toml ] || rc=2; [ -f /etc/kolla/heka/heka-swift-account-reaper.toml ] || rc=1; [ -d /etc/kolla/heka/heka-swift-account-reaper.toml ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/heka/heka-swift-account-reaper.toml && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/heka/heka-swift-account-reaper.toml'"'"'", "rb") buf = afile.read(BLOCKS<192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  166. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467378.1-227351552766902 && echo $HOME/.ansible/tmp/ansible-tmp-1457467378.1-227351552766902'
  167. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'rc=flag; [ -r /etc/kolla/heka/heka-swift-account-auditor.toml ] || rc=2; [ -f /etc/kolla/heka/heka-swift-account-auditor.toml ] || rc=1; [ -d /etc/kolla/heka/heka-swift-account-auditor.toml ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/heka/heka-swift-account-auditor.toml && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/heka/heka-swift-account-auditor.toml'"'"'", "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/heka/heka-swift-account-auditor.toml'"'"'", "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/heka/heka-swift-account-auditor.toml)'
  168. <192.168.201.2> PUT /tmp/tmpG3Qtob TO /root/.ansible/tmp/ansible-tmp-1457467378.1-227351552766902/file
  169. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467378.1-227351552766902/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467378.1-227351552766902/ >/dev/null 2>&1'
  170. ok: [192.168.201.2] => (item=swift-account-auditor) => {"changed": false, "gid": 0, "group": "root", "item": "swift-account-auditor", "mode": "0644", "owner": "root", "path": "/etc/kolla/heka/heka-swift-account-auditor.toml", "size": 308, "state": "file", "uid": 0}
  171. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  172. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467378.32-246231747059000 && echo $HOME/.ansible/tmp/ansible-tmp-1457467378.32-246231747059000'
  173. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'rc=flag; [ -r /etc/kolla/heka/heka-swift-account-reaper.toml ] || rc=2; [ -f /etc/kolla/heka/heka-swift-account-reaper.toml ] || rc=1; [ -d /etc/kolla/heka/heka-swift-account-reaper.toml ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/heka/heka-swift-account-reaper.toml && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/heka/heka-swift-account-reaper.toml'"'"'", "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/heka/heka-swift-account-reaper.toml'"'"'", "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/heka/heka-swift-account-reaper.toml)'
  174. <192.168.201.3> PUT /tmp/tmprNXqdS TO /root/.ansible/tmp/ansible-tmp-1457467378.29-164328233237014/file
  175. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467378.29-164328233237014/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467378.29-164328233237014/ >/dev/null 2>&1'
  176. ok: [192.168.201.3] => (item=swift-account-reaper) => {"changed": false, "gid": 0, "group": "root", "item": "swift-account-reaper", "mode": "0644", "owner": "root", "path": "/etc/kolla/heka/heka-swift-account-reaper.toml", "size": 305, "state": "file", "uid": 0}
  177. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  178. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467378.44-36021626536740 && echo $HOME/.ansible/tmp/ansible-tmp-1457467378.44-36021626536740'
  179. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'rc=flag; [ -r /etc/kolla/heka/heka-swift-account-replicator.toml ] || rc=2; [ -f /etc/kolla/heka/heka-swift-account-replicator.toml ] || rc=1; [ -d /etc/kolla/heka/heka-swift-account-replicator.toml ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/heka/heka-swift-account-replicator.toml && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/heka/heka-swift-account-replicator.toml'"'"'", "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/heka/heka-swift-account-replicator.toml'"'"'", "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/heka/heka-swift-account-replicator.toml)'
  180. <192.168.201.3> PUT /tmp/tmpD1tiZc TO /root/.ansible/tmp/ansible-tmp-1457467378.44-36021626536740/file
  181. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467378.44-36021626536740/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467378.44-36021626536740/ >/dev/null 2>&1'
  182. ok: [192.168.201.3] => (item=swift-account-replicator) => {"changed": false, "gid": 0, "group": "root", "item": "swift-account-replicator", "mode": "0644", "owner": "root", "path": "/etc/koIZE) 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/heka/heka-swift-account-reaper.toml'"'"'", "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/heka/heka-swift-account-reaper.toml)'
  183. <192.168.201.2> PUT /tmp/tmpyBt8ka TO /root/.ansible/tmp/ansible-tmp-1457467378.32-246231747059000/file
  184. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467378.32-246231747059000/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467378.32-246231747059000/ >/dev/null 2>&1'
  185. ok: [192.168.201.2] => (item=swift-account-reaper) => {"changed": false, "gid": 0, "group": "root", "item": "swift-account-reaper", "mode": "0644", "owner": "root", "path": "/etc/kolla/heka/heka-swift-account-reaper.toml", "size": 305, "state": "file", "uid": 0}
  186. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  187. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467378.53-243718966748676 && echo $HOME/.ansible/tmp/ansible-tmp-1457467378.53-243718966748676'
  188. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'rc=flag; [ -r /etc/kolla/heka/heka-swift-account-replicator.toml ] || rc=2; [ -f /etc/kolla/heka/heka-swift-account-replicator.toml ] || rc=1; [ -d /etc/kolla/heka/heka-swift-account-replicator.toml ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/heka/heka-swift-account-replicator.toml && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/heka/heka-swift-account-replicator.toml'"'"'", "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/heka/heka-swift-account-replicator.toml'"'"'", "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/heka/heka-swift-account-replicator.toml)'
  189. <192.168.201.2> PUT /tmp/tmpTcB48J TO /root/.ansible/tmp/ansible-tmp-1457467378.53-243718966748676/file
  190. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467378.53-243718966748676/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467378.53-243718966748676/ >/dev/null 2>&1'
  191. ok: [192.168.201.2] => (item=swift-account-replicator) => {"changed": false, "gid": 0, "group": "root", "item": "swift-account-replicator", "mode": "0644", "owner": "root", "path": "/ella/heka/heka-swift-account-replicator.toml", "size": 317, "state": "file", "uid": 0}
  192. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  193. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467378.59-90220439355691 && echo $HOME/.ansible/tmp/ansible-tmp-1457467378.59-90220439355691'
  194. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'rc=flag; [ -r /etc/kolla/heka/heka-swift-account-server.toml ] || rc=2; [ -f /etc/kolla/heka/heka-swift-account-server.toml ] || rc=1; [ -d /etc/kolla/heka/heka-swift-account-server.toml ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/heka/heka-swift-account-server.toml && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/heka/heka-swift-account-server.toml'"'"'", "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/heka/heka-swift-account-server.toml'"'"'", "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/heka/heka-swift-account-server.toml)'
  195. <192.168.201.3> PUT /tmp/tmp2TqyXy TO /root/.ansible/tmp/ansible-tmp-1457467378.59-90220439355691/file
  196. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467378.59-90220439355691/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467378.59-90220439355691/ >/dev/null 2>&1'
  197. ok: [192.168.201.3] => (item=swift-account-server) => {"changed": false, "gid": 0, "group": "root", "item": "swift-account-server", "mode": "0644", "owner": "root", "path": "/etc/kolla/heka/heka-swift-account-server.toml", "size": 305, "state": "file", "uid": 0}
  198. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  199. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467378.74-89857067515545 && echo $HOME/.ansible/tmp/ansible-tmp-1457467378.74-89857067515545'
  200. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'rc=flag; [ -r /etc/kolla/heka/heka-swift-container-auditor.toml ] || rc=2; [ -f /etc/kolla/heka/heka-swift-container-auditor.toml ] || rc=1; [ -d /etc/kolla/heka/heka-swift-container-auditor.toml ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/heka/heka-swift-container-auditor.toml && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"tc/kolla/heka/heka-swift-account-replicator.toml", "size": 317, "state": "file", "uid": 0}
  201. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  202. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467378.71-253281260574007 && echo $HOME/.ansible/tmp/ansible-tmp-1457467378.71-253281260574007'
  203. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'rc=flag; [ -r /etc/kolla/heka/heka-swift-account-server.toml ] || rc=2; [ -f /etc/kolla/heka/heka-swift-account-server.toml ] || rc=1; [ -d /etc/kolla/heka/heka-swift-account-server.toml ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/heka/heka-swift-account-server.toml && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/heka/heka-swift-account-server.toml'"'"'", "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/heka/heka-swift-account-server.toml'"'"'", "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/heka/heka-swift-account-server.toml)'
  204. <192.168.201.2> PUT /tmp/tmpkIA11R TO /root/.ansible/tmp/ansible-tmp-1457467378.71-253281260574007/file
  205. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467378.71-253281260574007/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467378.71-253281260574007/ >/dev/null 2>&1'
  206. ok: [192.168.201.2] => (item=swift-account-server) => {"changed": false, "gid": 0, "group": "root", "item": "swift-account-server", "mode": "0644", "owner": "root", "path": "/etc/kolla/heka/heka-swift-account-server.toml", "size": 305, "state": "file", "uid": 0}
  207. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  208. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467378.89-227026579774826 && echo $HOME/.ansible/tmp/ansible-tmp-1457467378.89-227026579774826'
  209. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'rc=flag; [ -r /etc/kolla/heka/heka-swift-container-auditor.toml ] || rc=2; [ -f /etc/kolla/heka/heka-swift-container-auditor.toml ] || rc=1; [ -d /etc/kolla/heka/heka-swift-container-auditor.toml ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/heka/heka-swift-container-auditor.toml && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afil'"'/etc/kolla/heka/heka-swift-container-auditor.toml'"'"'", "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/heka/heka-swift-container-auditor.toml'"'"'", "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/heka/heka-swift-container-auditor.toml)'
  210. <192.168.201.3> PUT /tmp/tmp7I5JIg TO /root/.ansible/tmp/ansible-tmp-1457467378.74-89857067515545/file
  211. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467378.74-89857067515545/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467378.74-89857067515545/ >/dev/null 2>&1'
  212. ok: [192.168.201.3] => (item=swift-container-auditor) => {"changed": false, "gid": 0, "group": "root", "item": "swift-container-auditor", "mode": "0644", "owner": "root", "path": "/etc/kolla/heka/heka-swift-container-auditor.toml", "size": 314, "state": "file", "uid": 0}
  213. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  214. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467378.87-84429023108380 && echo $HOME/.ansible/tmp/ansible-tmp-1457467378.87-84429023108380'
  215. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'rc=flag; [ -r /etc/kolla/heka/heka-swift-container-replicator.toml ] || rc=2; [ -f /etc/kolla/heka/heka-swift-container-replicator.toml ] || rc=1; [ -d /etc/kolla/heka/heka-swift-container-replicator.toml ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/heka/heka-swift-container-replicator.toml && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/heka/heka-swift-container-replicator.toml'"'"'", "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/heka/heka-swift-container-replicator.toml'"'"'", "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/heka/heka-swift-container-replicator.toml)'
  216. <192.168.201.3> PUT /tmp/tmpXBeQJJ TO /root/.ansible/tmp/ansible-tmp-1457467378.87-84429023108380/file
  217. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467378.87-84429023108380/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467378.87-84429023108380/ >/dev/null 2>&1'
  218. ok: [192.168.201.3] => (item=swift-container-replicator) => {"changed": false, "gid": 0, "group": "root", "item": "swift-container-replicator", "mode": "0644", "owner": "root", "path": "/etc/kolla/heka/heka-swift-container-replicator.toml", "size": 323, "state": "file", "uid": 0}
  219. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  220. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467379.02-14834639794411 && echo $HOME/.ansible/tmp/ansible-tmp-1457467379.02-14834639794411'
  221. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'rc=flag; [ -r /etc/kolla/heka/heka-swift-container-server.toml ] || rc=2; [ -f /etc/kolla/heka/heka-swift-container-server.toml ] || rc=1; [ -d /etc/kolla/heka/heka-swift-container-server.toml ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/heka/heka-swift-container-server.toml && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/heka/heka-swift-container-server.toml'"'"'", "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/heka/heka-swift-container-server.toml'"'"'", "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/heka/heka-swift-container-server.toml)'
  222. <192.168.201.3> PUT /tmp/tmpFTOczF TO /root/.ansible/tmp/ansible-tmp-1457467379.02-14834639794411/file
  223. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467379.02-14834639794411/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467379.02-14834639794411/ >/dev/null 2>&1'
  224. ok: [192.168.201.3] => (item=swift-container-server) => {"changed": false, "gid": 0, "group": "root", "item": "swift-container-server", "mode": "0644", "owner": "root", "path": "/etc/kolla/heka/heka-swift-container-server.toml", "size": 311, "state": "file", "uid": 0}
  225. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  226. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467379.15-165149486019073 && echo $HOME/.ansible/tmp/ansible-tmp-1457467379.15-165149486019073'
  227. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'rc=flag; [ -r /etc/kolla/heka/heka-swift-container-updater.toml ] || rc=2; [ -f /etc/kolla/heka/heka-swift-container-updater.toml ] || rc=1; [ -d /etc/kolla/heka/heka-swift-container-updater.toml ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kollae = open("'"'"'/etc/kolla/heka/heka-swift-container-auditor.toml'"'"'", "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/heka/heka-swift-container-auditor.toml'"'"'", "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/heka/heka-swift-container-auditor.toml)'
  228. <192.168.201.2> PUT /tmp/tmpuTD4k_ TO /root/.ansible/tmp/ansible-tmp-1457467378.89-227026579774826/file
  229. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467378.89-227026579774826/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467378.89-227026579774826/ >/dev/null 2>&1'
  230. ok: [192.168.201.2] => (item=swift-container-auditor) => {"changed": false, "gid": 0, "group": "root", "item": "swift-container-auditor", "mode": "0644", "owner": "root", "path": "/etc/kolla/heka/heka-swift-container-auditor.toml", "size": 314, "state": "file", "uid": 0}
  231. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  232. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467379.09-163851435646626 && echo $HOME/.ansible/tmp/ansible-tmp-1457467379.09-163851435646626'
  233. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'rc=flag; [ -r /etc/kolla/heka/heka-swift-container-replicator.toml ] || rc=2; [ -f /etc/kolla/heka/heka-swift-container-replicator.toml ] || rc=1; [ -d /etc/kolla/heka/heka-swift-container-replicator.toml ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/heka/heka-swift-container-replicator.toml && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/heka/heka-swift-container-replicator.toml'"'"'", "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/heka/heka-swift-container-replicator.toml'"'"'", "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/heka/heka-swift-container-replicator.toml)'
  234. <192.168.201.2> PUT /tmp/tmp8Wz9eu TO /root/.ansible/tmp/ansible-tmp-1457467379.09-163851435646626/file
  235. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467379.09-163851435646626/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467379.09-163851435646626/ >/dev/null 2>&1'
  236. ok: [192.168.201.2] => (item=swift-container-replicato/heka/heka-swift-container-updater.toml && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/heka/heka-swift-container-updater.toml'"'"'", "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/heka/heka-swift-container-updater.toml'"'"'", "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/heka/heka-swift-container-updater.toml)'
  237. <192.168.201.3> PUT /tmp/tmpbEyT6_ TO /root/.ansible/tmp/ansible-tmp-1457467379.15-165149486019073/file
  238. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467379.15-165149486019073/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467379.15-165149486019073/ >/dev/null 2>&1'
  239. ok: [192.168.201.3] => (item=swift-container-updater) => {"changed": false, "gid": 0, "group": "root", "item": "swift-container-updater", "mode": "0644", "owner": "root", "path": "/etc/kolla/heka/heka-swift-container-updater.toml", "size": 314, "state": "file", "uid": 0}
  240. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  241. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467379.28-138317057090843 && echo $HOME/.ansible/tmp/ansible-tmp-1457467379.28-138317057090843'
  242. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'rc=flag; [ -r /etc/kolla/heka/heka-swift-object-auditor.toml ] || rc=2; [ -f /etc/kolla/heka/heka-swift-object-auditor.toml ] || rc=1; [ -d /etc/kolla/heka/heka-swift-object-auditor.toml ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/heka/heka-swift-object-auditor.toml && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/heka/heka-swift-object-auditor.toml'"'"'", "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/heka/heka-swift-object-auditor.toml'"'"'", "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/heka/heka-swift-object-auditor.toml)'
  243. <192.168.201.3> PUT /tmp/tmpN5GiW3 TO /root/.ansible/tmp/ansible-tmp-1457467379.28-138317057090843/file
  244. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467379.28-138317057090843/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467379.28r) => {"changed": false, "gid": 0, "group": "root", "item": "swift-container-replicator", "mode": "0644", "owner": "root", "path": "/etc/kolla/heka/heka-swift-container-replicator.toml", "size": 323, "state": "file", "uid": 0}
  245. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  246. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467379.24-281355839306961 && echo $HOME/.ansible/tmp/ansible-tmp-1457467379.24-281355839306961'
  247. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'rc=flag; [ -r /etc/kolla/heka/heka-swift-container-server.toml ] || rc=2; [ -f /etc/kolla/heka/heka-swift-container-server.toml ] || rc=1; [ -d /etc/kolla/heka/heka-swift-container-server.toml ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/heka/heka-swift-container-server.toml && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/heka/heka-swift-container-server.toml'"'"'", "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/heka/heka-swift-container-server.toml'"'"'", "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/heka/heka-swift-container-server.toml)'
  248. <192.168.201.2> PUT /tmp/tmp3uvpt8 TO /root/.ansible/tmp/ansible-tmp-1457467379.24-281355839306961/file
  249. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467379.24-281355839306961/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467379.24-281355839306961/ >/dev/null 2>&1'
  250. ok: [192.168.201.2] => (item=swift-container-server) => {"changed": false, "gid": 0, "group": "root", "item": "swift-container-server", "mode": "0644", "owner": "root", "path": "/etc/kolla/heka/heka-swift-container-server.toml", "size": 311, "state": "file", "uid": 0}
  251. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  252. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467379.4-33223223113927 && echo $HOME/.ansible/tmp/ansible-tmp-1457467379.4-33223223113927'
  253. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'rc=flag; [ -r /etc/kolla/heka/heka-swift-container-updater.toml ] || rc=2; [ -f /etc/kolla/heka/heka-swift-container-updater.toml ] || rc=1; [ -d /etc/kolla/heka/heka-swift-container-updater.toml ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && ec-138317057090843/ >/dev/null 2>&1'
  254. ok: [192.168.201.3] => (item=swift-object-auditor) => {"changed": false, "gid": 0, "group": "root", "item": "swift-object-auditor", "mode": "0644", "owner": "root", "path": "/etc/kolla/heka/heka-swift-object-auditor.toml", "size": 305, "state": "file", "uid": 0}
  255. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  256. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467379.42-202416482056575 && echo $HOME/.ansible/tmp/ansible-tmp-1457467379.42-202416482056575'
  257. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'rc=flag; [ -r /etc/kolla/heka/heka-swift-object-expirer.toml ] || rc=2; [ -f /etc/kolla/heka/heka-swift-object-expirer.toml ] || rc=1; [ -d /etc/kolla/heka/heka-swift-object-expirer.toml ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/heka/heka-swift-object-expirer.toml && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/heka/heka-swift-object-expirer.toml'"'"'", "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/heka/heka-swift-object-expirer.toml'"'"'", "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/heka/heka-swift-object-expirer.toml)'
  258. <192.168.201.3> PUT /tmp/tmp2l02Oq TO /root/.ansible/tmp/ansible-tmp-1457467379.42-202416482056575/file
  259. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467379.42-202416482056575/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467379.42-202416482056575/ >/dev/null 2>&1'
  260. ok: [192.168.201.3] => (item=swift-object-expirer) => {"changed": false, "gid": 0, "group": "root", "item": "swift-object-expirer", "mode": "0644", "owner": "root", "path": "/etc/kolla/heka/heka-swift-object-expirer.toml", "size": 305, "state": "file", "uid": 0}
  261. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  262. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467379.56-24950476537070 && echo $HOME/.ansible/tmp/ansible-tmp-1457467379.56-24950476537070'
  263. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'rc=flag; [ -r /etc/kolla/heka/heka-swift-object-replicator.toml ] || rc=2; [ -f /etc/kolla/heka/heka-swift-object-replicator.toml ] || rc=1; [ -d /etc/kolla/heka/heka-swift-object-replicator.toml ] && rc=3; pythoho "${rc} "/etc/kolla/heka/heka-swift-container-updater.toml && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/heka/heka-swift-container-updater.toml'"'"'", "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/heka/heka-swift-container-updater.toml'"'"'", "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/heka/heka-swift-container-updater.toml)'
  264. <192.168.201.2> PUT /tmp/tmpimuVDj TO /root/.ansible/tmp/ansible-tmp-1457467379.4-33223223113927/file
  265. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467379.4-33223223113927/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467379.4-33223223113927/ >/dev/null 2>&1'
  266. ok: [192.168.201.2] => (item=swift-container-updater) => {"changed": false, "gid": 0, "group": "root", "item": "swift-container-updater", "mode": "0644", "owner": "root", "path": "/etc/kolla/heka/heka-swift-container-updater.toml", "size": 314, "state": "file", "uid": 0}
  267. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  268. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467379.58-165936701757554 && echo $HOME/.ansible/tmp/ansible-tmp-1457467379.58-165936701757554'
  269. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'rc=flag; [ -r /etc/kolla/heka/heka-swift-object-auditor.toml ] || rc=2; [ -f /etc/kolla/heka/heka-swift-object-auditor.toml ] || rc=1; [ -d /etc/kolla/heka/heka-swift-object-auditor.toml ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/heka/heka-swift-object-auditor.toml && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/heka/heka-swift-object-auditor.toml'"'"'", "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/heka/heka-swift-object-auditor.toml'"'"'", "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/heka/heka-swift-object-auditor.toml)'
  270. <192.168.201.2> PUT /tmp/tmp8mMJIB TO /root/.ansible/tmp/ansible-tmp-1457467379.58-165936701757554/file
  271. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467379.58-165936701757554/file; rm -rf /root/.ansible/tmp/ansible-tmn -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/heka/heka-swift-object-replicator.toml && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/heka/heka-swift-object-replicator.toml'"'"'", "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/heka/heka-swift-object-replicator.toml'"'"'", "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/heka/heka-swift-object-replicator.toml)'
  272. <192.168.201.3> PUT /tmp/tmpfLBCic TO /root/.ansible/tmp/ansible-tmp-1457467379.56-24950476537070/file
  273. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467379.56-24950476537070/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467379.56-24950476537070/ >/dev/null 2>&1'
  274. ok: [192.168.201.3] => (item=swift-object-replicator) => {"changed": false, "gid": 0, "group": "root", "item": "swift-object-replicator", "mode": "0644", "owner": "root", "path": "/etc/kolla/heka/heka-swift-object-replicator.toml", "size": 314, "state": "file", "uid": 0}
  275. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  276. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467379.72-123809718962281 && echo $HOME/.ansible/tmp/ansible-tmp-1457467379.72-123809718962281'
  277. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'rc=flag; [ -r /etc/kolla/heka/heka-swift-object-server.toml ] || rc=2; [ -f /etc/kolla/heka/heka-swift-object-server.toml ] || rc=1; [ -d /etc/kolla/heka/heka-swift-object-server.toml ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/heka/heka-swift-object-server.toml && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/heka/heka-swift-object-server.toml'"'"'", "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/heka/heka-swift-object-server.toml'"'"'", "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/heka/heka-swift-object-server.toml)'
  278. <192.168.201.3> PUT /tmp/tmpY31aSq TO /root/.ansible/tmp/ansible-tmp-1457467379.72-123809718962281/file
  279. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467379.72-123809718p-1457467379.58-165936701757554/ >/dev/null 2>&1'
  280. ok: [192.168.201.2] => (item=swift-object-auditor) => {"changed": false, "gid": 0, "group": "root", "item": "swift-object-auditor", "mode": "0644", "owner": "root", "path": "/etc/kolla/heka/heka-swift-object-auditor.toml", "size": 305, "state": "file", "uid": 0}
  281. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  282. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467379.74-1876481735363 && echo $HOME/.ansible/tmp/ansible-tmp-1457467379.74-1876481735363'
  283. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'rc=flag; [ -r /etc/kolla/heka/heka-swift-object-expirer.toml ] || rc=2; [ -f /etc/kolla/heka/heka-swift-object-expirer.toml ] || rc=1; [ -d /etc/kolla/heka/heka-swift-object-expirer.toml ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/heka/heka-swift-object-expirer.toml && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/heka/heka-swift-object-expirer.toml'"'"'", "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/heka/heka-swift-object-expirer.toml'"'"'", "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/heka/heka-swift-object-expirer.toml)'
  284. <192.168.201.2> PUT /tmp/tmpj8Dq7r TO /root/.ansible/tmp/ansible-tmp-1457467379.74-1876481735363/file
  285. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467379.74-1876481735363/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467379.74-1876481735363/ >/dev/null 2>&1'
  286. ok: [192.168.201.2] => (item=swift-object-expirer) => {"changed": false, "gid": 0, "group": "root", "item": "swift-object-expirer", "mode": "0644", "owner": "root", "path": "/etc/kolla/heka/heka-swift-object-expirer.toml", "size": 305, "state": "file", "uid": 0}
  287. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  288. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467379.9-21156522714563 && echo $HOME/.ansible/tmp/ansible-tmp-1457467379.9-21156522714563'
  289. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'rc=flag; [ -r /etc/kolla/heka/heka-swift-object-replicator.toml ] || rc=2; [ -f /etc/kolla/heka/heka-swift-object-replicator.toml ] || rc=1; [ -d /etc/kolla/heka/heka-swift-object-replicator.toml ] && rc=3; py962281/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467379.72-123809718962281/ >/dev/null 2>&1'
  290. ok: [192.168.201.3] => (item=swift-object-server) => {"changed": false, "gid": 0, "group": "root", "item": "swift-object-server", "mode": "0644", "owner": "root", "path": "/etc/kolla/heka/heka-swift-object-server.toml", "size": 302, "state": "file", "uid": 0}
  291. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  292. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467379.86-236097618707625 && echo $HOME/.ansible/tmp/ansible-tmp-1457467379.86-236097618707625'
  293. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'rc=flag; [ -r /etc/kolla/heka/heka-swift-object-updater.toml ] || rc=2; [ -f /etc/kolla/heka/heka-swift-object-updater.toml ] || rc=1; [ -d /etc/kolla/heka/heka-swift-object-updater.toml ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/heka/heka-swift-object-updater.toml && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/heka/heka-swift-object-updater.toml'"'"'", "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/heka/heka-swift-object-updater.toml'"'"'", "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/heka/heka-swift-object-updater.toml)'
  294. <192.168.201.3> PUT /tmp/tmp5wbs6T TO /root/.ansible/tmp/ansible-tmp-1457467379.86-236097618707625/file
  295. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467379.86-236097618707625/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467379.86-236097618707625/ >/dev/null 2>&1'
  296. ok: [192.168.201.3] => (item=swift-object-updater) => {"changed": false, "gid": 0, "group": "root", "item": "swift-object-updater", "mode": "0644", "owner": "root", "path": "/etc/kolla/heka/heka-swift-object-updater.toml", "size": 305, "state": "file", "uid": 0}
  297. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  298. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467380.01-159089753445703 && echo $HOME/.ansible/tmp/ansible-tmp-1457467380.01-159089753445703'
  299. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'rc=flag; [ -r /etc/kolla/heka/heka-swift-proxy-server.toml ] || rc=2; [ -f /etc/kolla/heka/heka-swift-proxy-server.toml ] || rc=1; [ -d /etc/kolla/hethon -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/heka/heka-swift-object-replicator.toml && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/heka/heka-swift-object-replicator.toml'"'"'", "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/heka/heka-swift-object-replicator.toml'"'"'", "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/heka/heka-swift-object-replicator.toml)'
  300. <192.168.201.2> PUT /tmp/tmpYVkZaQ TO /root/.ansible/tmp/ansible-tmp-1457467379.9-21156522714563/file
  301. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467379.9-21156522714563/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467379.9-21156522714563/ >/dev/null 2>&1'
  302. ok: [192.168.201.2] => (item=swift-object-replicator) => {"changed": false, "gid": 0, "group": "root", "item": "swift-object-replicator", "mode": "0644", "owner": "root", "path": "/etc/kolla/heka/heka-swift-object-replicator.toml", "size": 314, "state": "file", "uid": 0}
  303. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  304. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467380.06-244038785758153 && echo $HOME/.ansible/tmp/ansible-tmp-1457467380.06-244038785758153'
  305. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'rc=flag; [ -r /etc/kolla/heka/heka-swift-object-server.toml ] || rc=2; [ -f /etc/kolla/heka/heka-swift-object-server.toml ] || rc=1; [ -d /etc/kolla/heka/heka-swift-object-server.toml ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/heka/heka-swift-object-server.toml && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/heka/heka-swift-object-server.toml'"'"'", "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/heka/heka-swift-object-server.toml'"'"'", "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/heka/heka-swift-object-server.toml)'
  306. <192.168.201.2> PUT /tmp/tmpLUj6xb TO /root/.ansible/tmp/ansible-tmp-1457467380.06-244038785758153/file
  307. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467380.06-244038785ka/heka-swift-proxy-server.toml ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/heka/heka-swift-proxy-server.toml && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/heka/heka-swift-proxy-server.toml'"'"'", "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/heka/heka-swift-proxy-server.toml'"'"'", "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/heka/heka-swift-proxy-server.toml)'
  308. <192.168.201.3> PUT /tmp/tmpBZxvQy TO /root/.ansible/tmp/ansible-tmp-1457467380.01-159089753445703/file
  309. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467380.01-159089753445703/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467380.01-159089753445703/ >/dev/null 2>&1'
  310. ok: [192.168.201.3] => (item=swift-proxy-server) => {"changed": false, "gid": 0, "group": "root", "item": "swift-proxy-server", "mode": "0644", "owner": "root", "path": "/etc/kolla/heka/heka-swift-proxy-server.toml", "size": 299, "state": "file", "uid": 0}
  311. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  312. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467380.15-196256394320347 && echo $HOME/.ansible/tmp/ansible-tmp-1457467380.15-196256394320347'
  313. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'rc=flag; [ -r /etc/kolla/heka/heka-swift-rsyncd.toml ] || rc=2; [ -f /etc/kolla/heka/heka-swift-rsyncd.toml ] || rc=1; [ -d /etc/kolla/heka/heka-swift-rsyncd.toml ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/heka/heka-swift-rsyncd.toml && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/heka/heka-swift-rsyncd.toml'"'"'", "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/heka/heka-swift-rsyncd.toml'"'"'", "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/heka/heka-swift-rsyncd.toml)'
  314. <192.168.201.3> PUT /tmp/tmpLUbv7I TO /root/.ansible/tmp/ansible-tmp-1457467380.15-196256394320347/file
  315. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467380.15-196256394320347/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467380.15-196256394320347/ >/dev/null 2>&1'
  316. ok: [192.168.201.3] => (item=swift-rsyncd) => {"changed": false, "gid": 0, "group": "root", "item": "swift-rsyncd", "mode": "0644", "owner": "root", "path": "/etc/kolla/heka/heka-swift-rsyncd.toml", "size": 281, "state": "file", "uid": 0}
  317. 758153/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467380.06-244038785758153/ >/dev/null 2>&1'
  318. ok: [192.168.201.2] => (item=swift-object-server) => {"changed": false, "gid": 0, "group": "root", "item": "swift-object-server", "mode": "0644", "owner": "root", "path": "/etc/kolla/heka/heka-swift-object-server.toml", "size": 302, "state": "file", "uid": 0}
  319. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  320. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467380.23-94575760601854 && echo $HOME/.ansible/tmp/ansible-tmp-1457467380.23-94575760601854'
  321. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'rc=flag; [ -r /etc/kolla/heka/heka-swift-object-updater.toml ] || rc=2; [ -f /etc/kolla/heka/heka-swift-object-updater.toml ] || rc=1; [ -d /etc/kolla/heka/heka-swift-object-updater.toml ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/heka/heka-swift-object-updater.toml && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/heka/heka-swift-object-updater.toml'"'"'", "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/heka/heka-swift-object-updater.toml'"'"'", "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/heka/heka-swift-object-updater.toml)'
  322. <192.168.201.2> PUT /tmp/tmpNdtAZs TO /root/.ansible/tmp/ansible-tmp-1457467380.23-94575760601854/file
  323. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467380.23-94575760601854/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467380.23-94575760601854/ >/dev/null 2>&1'
  324. ok: [192.168.201.2] => (item=swift-object-updater) => {"changed": false, "gid": 0, "group": "root", "item": "swift-object-updater", "mode": "0644", "owner": "root", "path": "/etc/kolla/heka/heka-swift-object-updater.toml", "size": 305, "state": "file", "uid": 0}
  325. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  326. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467380.4-240783857140918 && echo $HOME/.ansible/tmp/ansible-tmp-1457467380.4-240783857140918'
  327. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'rc=flag; [ -r /etc/kolla/heka/heka-swift-proxy-server.toml ] || rc=2; [ -f /etc/kolla/heka/heka-swift-proxy-server.toml ] || rc=1; [ -d /etc/kolla/heka/heka-swift-proxy-server.toml ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/heka/heka-swift-proxy-server.toml && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/heka/heka-swift-proxy-server.toml'"'"'", "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/heka/heka-swift-proxy-server.toml'"'"'", "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/heka/heka-swift-proxy-server.toml)'
  328. <192.168.201.2> PUT /tmp/tmppfZ32w TO /root/.ansible/tmp/ansible-tmp-1457467380.4-240783857140918/file
  329. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467380.4-240783857140918/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467380.4-240783857140918/ >/dev/null 2>&1'
  330. ok: [192.168.201.2] => (item=swift-proxy-server) => {"changed": false, "gid": 0, "group": "root", "item": "swift-proxy-server", "mode": "0644", "owner": "root", "path": "/etc/kolla/heka/heka-swift-proxy-server.toml", "size": 299, "state": "file", "uid": 0}
  331. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  332. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467380.59-30967295594985 && echo $HOME/.ansible/tmp/ansible-tmp-1457467380.59-30967295594985'
  333. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'rc=flag; [ -r /etc/kolla/heka/heka-swift-rsyncd.toml ] || rc=2; [ -f /etc/kolla/heka/heka-swift-rsyncd.toml ] || rc=1; [ -d /etc/kolla/heka/heka-swift-rsyncd.toml ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/heka/heka-swift-rsyncd.toml && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/heka/heka-swift-rsyncd.toml'"'"'", "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/heka/heka-swift-rsyncd.toml'"'"'", "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/heka/heka-swift-rsyncd.toml)'
  334. <192.168.201.2> PUT /tmp/tmp1ckeT0 TO /root/.ansible/tmp/ansible-tmp-1457467380.59-30967295594985/file
  335. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467380.59-30967295594985/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467380.59-30967295594985/ >/dev/null 2>&1'
  336. ok: [192.168.201.2] => (item=swift-rsyncd) => {"changed": false, "gid": 0, "group": "root", "item": "swift-rsyncd", "mode": "0644", "owner": "root", "path": "/etc/kolla/heka/heka-swift-rsyncd.toml", "size": 281, "state": "file", "uid": 0}
  337.  
  338. TASK: [common | Copying over heka elasticsearch config file] ******************
  339. skipping: [192.168.201.2] => (item=elasticsearch)
  340. skipping: [192.168.201.3] => (item=elasticsearch)
  341.  
  342. TASK: [common | Creating log volume] ******************************************
  343. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  344. <192.168.201.3> REMOTE_MODULE kolla_docker name=kolla_logs action=create_volume
  345. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467380.87-74751250746523 && echo $HOME/.ansible/tmp/ansible-tmp-1457467380.87-74751250746523'
  346. <192.168.201.3> PUT /tmp/tmpSIUxOA TO /root/.ansible/tmp/ansible-tmp-1457467380.87-74751250746523/kolla_docker
  347. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467380.87-74751250746523/kolla_docker; rm -rf /root/.ansible/tmp/ansible-tmp-1457467380.87-74751250746523/ >/dev/null 2>&1'
  348. changed: [192.168.201.3] => {"changed": true, "result": false}
  349. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  350. <192.168.201.2> REMOTE_MODULE kolla_docker name=kolla_logs action=create_volume
  351. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467380.86-223299811120993 && echo $HOME/.ansible/tmp/ansible-tmp-1457467380.86-223299811120993'
  352. <192.168.201.2> PUT /tmp/tmp6K0Jzp TO /root/.ansible/tmp/ansible-tmp-1457467380.86-223299811120993/kolla_docker
  353. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467380.86-223299811120993/kolla_docker; rm -rf /root/.ansible/tmp/ansible-tmp-1457467380.86-223299811120993/ >/dev/null 2>&1'
  354. changed: [192.168.201.2] => {"changed": true, "result": false}
  355.  
  356. TASK: [common | Starting heka bootstrap container] ****************************
  357. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  358. <192.168.201.3> REMOTE_MODULE kolla_docker image=operator.local:4000/kollaglue/ubuntu-source-heka:2.0.0 action=start_container restart_policy=never name=bootstrap_heka
  359. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467381.24-235857109499142 && echo $HOME/.ansible/tmp/ansible-tmp-1457467381.24-235857109499142'
  360. <192.168.201.3> PUT /tmp/tmp4VBKeC TO /root/.ansible/tmp/ansible-tmp-1457467381.24-235857109499142/kolla_docker
  361. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467381.24-235857109499142/kolla_docker; rm -rf /root/.ansible/tmp/ansible-tmp-1457467381.24-235857109499142/ >/dev/null 2>&1'
  362. changed: [192.168.201.3] => {"changed": true, "result": false}
  363. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  364. <192.168.201.2> REMOTE_MODULE kolla_docker image=operator.local:4000/kollaglue/ubuntu-source-heka:2.0.0 action=start_container restart_policy=never name=bootstrap_heka
  365. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467381.23-68910131599448 && echo $HOME/.ansible/tmp/ansible-tmp-1457467381.23-68910131599448'
  366. <192.168.201.2> PUT /tmp/tmpnZ8uuL TO /root/.ansible/tmp/ansible-tmp-1457467381.23-68910131599448/kolla_docker
  367. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467381.23-68910131599448/kolla_docker; rm -rf /root/.ansible/tmp/ansible-tmp-1457467381.23-68910131599448/ >/dev/null 2>&1'
  368. changed: [192.168.201.2] => {"changed": true, "result": false}
  369.  
  370. TASK: [common | Starting heka container] **************************************
  371. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  372. <192.168.201.3> REMOTE_MODULE kolla_docker image=operator.local:4000/kollaglue/ubuntu-source-heka:2.0.0 action=start_container name=heka
  373. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467383.13-177880700739260 && echo $HOME/.ansible/tmp/ansible-tmp-1457467383.13-177880700739260'
  374. <192.168.201.3> PUT /tmp/tmpO8IZ08 TO /root/.ansible/tmp/ansible-tmp-1457467383.13-177880700739260/kolla_docker
  375. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467383.13-177880700739260/kolla_docker; rm -rf /root/.ansible/tmp/ansible-tmp-1457467383.13-177880700739260/ >/dev/null 2>&1'
  376. changed: [192.168.201.3] => {"changed": true, "result": false}
  377. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  378. <192.168.201.2> REMOTE_MODULE kolla_docker image=operator.local:4000/kollaglue/ubuntu-source-heka:2.0.0 action=start_container name=heka
  379. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467383.13-259605078150997 && echo $HOME/.ansible/tmp/ansible-tmp-1457467383.13-259605078150997'
  380. <192.168.201.2> PUT /tmp/tmpmaA0XQ TO /root/.ansible/tmp/ansible-tmp-1457467383.13-259605078150997/kolla_docker
  381. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467383.13-259605078150997/kolla_docker; rm -rf /root/.ansible/tmp/ansible-tmp-1457467383.13-259605078150997/ >/dev/null 2>&1'
  382. changed: [192.168.201.2] => {"changed": true, "result": false}
  383.  
  384. TASK: [common | Starting kolla-toolbox container] *****************************
  385. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  386. <192.168.201.3> REMOTE_MODULE kolla_docker image=operator.local:4000/kollaglue/ubuntu-source-kolla-toolbox:2.0.0 action=start_container name=kolla_toolbox
  387. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467383.82-240400336930660 && echo $HOME/.ansible/tmp/ansible-tmp-1457467383.82-240400336930660'
  388. <192.168.201.3> PUT /tmp/tmpvR8sn5 TO /root/.ansible/tmp/ansible-tmp-1457467383.82-240400336930660/kolla_docker
  389. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467383.82-240400336930660/kolla_docker; rm -rf /root/.ansible/tmp/ansible-tmp-1457467383.82-240400336930660/ >/dev/null 2>&1'
  390. changed: [192.168.201.3] => {"changed": true, "result": false}
  391. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  392. <192.168.201.2> REMOTE_MODULE kolla_docker image=operator.local:4000/kollaglue/ubuntu-source-kolla-toolbox:2.0.0 action=start_container name=kolla_toolbox
  393. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467383.82-261094642541194 && echo $HOME/.ansible/tmp/ansible-tmp-1457467383.82-261094642541194'
  394. <192.168.201.2> PUT /tmp/tmpDUHesV TO /root/.ansible/tmp/ansible-tmp-1457467383.82-261094642541194/kolla_docker
  395. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467383.82-261094642541194/kolla_docker; rm -rf /root/.ansible/tmp/ansible-tmp-1457467383.82-261094642541194/ >/dev/null 2>&1'
  396. changed: [192.168.201.2] => {"changed": true, "result": false}
  397.  
  398. TASK: [common | Registering common role has run] ******************************
  399. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  400. ok: [192.168.201.3] => {"ansible_facts": {"common_run": true}}
  401. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  402. ok: [192.168.201.2] => {"ansible_facts": {"common_run": true}}
  403.  
  404. TASK: [haproxy | Allowing non-local IP binding] *******************************
  405. skipping: [192.168.201.2]
  406. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  407. <192.168.201.3> REMOTE_MODULE sysctl name="net.ipv4.ip_nonlocal_bind" value=1 sysctl_set=yes
  408. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467384.84-233462973357117 && echo $HOME/.ansible/tmp/ansible-tmp-1457467384.84-233462973357117'
  409. <192.168.201.3> PUT /tmp/tmpOditTQ TO /root/.ansible/tmp/ansible-tmp-1457467384.84-233462973357117/sysctl
  410. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467384.84-233462973357117/sysctl; rm -rf /root/.ansible/tmp/ansible-tmp-1457467384.84-233462973357117/ >/dev/null 2>&1'
  411. ok: [192.168.201.3] => {"changed": false}
  412.  
  413. TASK: [haproxy | Ensuring config directories exist] ***************************
  414. skipping: [192.168.201.2] => (item=keepalived)
  415. skipping: [192.168.201.2] => (item=haproxy)
  416. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  417. <192.168.201.3> REMOTE_MODULE file state=directory path=/etc/kolla/keepalived
  418. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467385.0-75092296304391 && echo $HOME/.ansible/tmp/ansible-tmp-1457467385.0-75092296304391'
  419. <192.168.201.3> PUT /tmp/tmpTQLdaL TO /root/.ansible/tmp/ansible-tmp-1457467385.0-75092296304391/file
  420. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467385.0-75092296304391/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467385.0-75092296304391/ >/dev/null 2>&1'
  421. ok: [192.168.201.3] => (item=keepalived) => {"changed": false, "gid": 0, "group": "root", "item": "keepalived", "mode": "0755", "owner": "root", "path": "/etc/kolla/keepalived", "size": 4096, "state": "directory", "uid": 0}
  422. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  423. <192.168.201.3> REMOTE_MODULE file state=directory path=/etc/kolla/haproxy
  424. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467385.12-250653578040618 && echo $HOME/.ansible/tmp/ansible-tmp-1457467385.12-250653578040618'
  425. <192.168.201.3> PUT /tmp/tmpffv519 TO /root/.ansible/tmp/ansible-tmp-1457467385.12-250653578040618/file
  426. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467385.12-250653578040618/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467385.12-250653578040618/ >/dev/null 2>&1'
  427. ok: [192.168.201.3] => (item=haproxy) => {"changed": false, "gid": 0, "group": "root", "item": "haproxy", "mode": "0755", "owner": "root", "path": "/etc/kolla/haproxy", "size": 4096, "state": "directory", "uid": 0}
  428.  
  429. TASK: [haproxy | Copying over config.json files for services] *****************
  430. skipping: [192.168.201.2] => (item=keepalived)
  431. skipping: [192.168.201.2] => (item=haproxy)
  432. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  433. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467385.27-89543439505748 && echo $HOME/.ansible/tmp/ansible-tmp-1457467385.27-89543439505748'
  434. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'rc=flag; [ -r /etc/kolla/keepalived/config.json ] || rc=2; [ -f /etc/kolla/keepalived/config.json ] || rc=1; [ -d /etc/kolla/keepalived/config.json ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/keepalived/config.json && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/keepalived/config.json'"'"'", "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/config.json'"'"'", "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/config.json)'
  435. <192.168.201.3> PUT /tmp/tmpnZP5KZ TO /root/.ansible/tmp/ansible-tmp-1457467385.27-89543439505748/file
  436. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467385.27-89543439505748/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467385.27-89543439505748/ >/dev/null 2>&1'
  437. ok: [192.168.201.3] => (item=keepalived) => {"changed": false, "gid": 0, "group": "root", "item": "keepalived", "mode": "0644", "owner": "root", "path": "/etc/kolla/keepalived/config.json", "size": 299, "state": "file", "uid": 0}
  438. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  439. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467385.44-227492216533138 && echo $HOME/.ansible/tmp/ansible-tmp-1457467385.44-227492216533138'
  440. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'rc=flag; [ -r /etc/kolla/haproxy/config.json ] || rc=2; [ -f /etc/kolla/haproxy/config.json ] || rc=1; [ -d /etc/kolla/haproxy/config.json ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/haproxy/config.json && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/haproxy/config.json'"'"'", "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/haproxy/config.json'"'"'", "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/haproxy/config.json)'
  441. <192.168.201.3> PUT /tmp/tmpy_neam TO /root/.ansible/tmp/ansible-tmp-1457467385.44-227492216533138/file
  442. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467385.44-227492216533138/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467385.44-227492216533138/ >/dev/null 2>&1'
  443. ok: [192.168.201.3] => (item=haproxy) => {"changed": false, "gid": 0, "group": "root", "item": "haproxy", "mode": "0644", "owner": "root", "path": "/etc/kolla/haproxy/config.json", "size": 527, "state": "file", "uid": 0}
  444.  
  445. TASK: [haproxy | Copying over haproxy.cfg] ************************************
  446. skipping: [192.168.201.2] => (item=haproxy)
  447. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  448. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467385.65-103506174042829 && echo $HOME/.ansible/tmp/ansible-tmp-1457467385.65-103506174042829'
  449. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'rc=flag; [ -r /etc/kolla/haproxy/haproxy.cfg ] || rc=2; [ -f /etc/kolla/haproxy/haproxy.cfg ] || rc=1; [ -d /etc/kolla/haproxy/haproxy.cfg ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/haproxy/haproxy.cfg && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/haproxy/haproxy.cfg'"'"'", "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/haproxy/haproxy.cfg'"'"'", "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/haproxy/haproxy.cfg)'
  450. <192.168.201.3> PUT /tmp/tmpQMRy3r TO /root/.ansible/tmp/ansible-tmp-1457467385.65-103506174042829/file
  451. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467385.65-103506174042829/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467385.65-103506174042829/ >/dev/null 2>&1'
  452. ok: [192.168.201.3] => (item=haproxy) => {"changed": false, "gid": 0, "group": "root", "item": "haproxy", "mode": "0644", "owner": "root", "path": "/etc/kolla/haproxy/haproxy.cfg", "size": 2623, "state": "file", "uid": 0}
  453.  
  454. TASK: [haproxy | Copying over keepalived.conf] ********************************
  455. skipping: [192.168.201.2] => (item=keepalived)
  456. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  457. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467386.05-275909989724562 && echo $HOME/.ansible/tmp/ansible-tmp-1457467386.05-275909989724562'
  458. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /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)'
  459. <192.168.201.3> PUT /tmp/tmpUST1md TO /root/.ansible/tmp/ansible-tmp-1457467386.05-275909989724562/file
  460. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467386.05-275909989724562/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467386.05-275909989724562/ >/dev/null 2>&1'
  461. ok: [192.168.201.3] => (item=keepalived) => {"changed": false, "gid": 0, "group": "root", "item": "keepalived", "mode": "0644", "owner": "root", "path": "/etc/kolla/keepalived/keepalived.conf", "size": 403, "state": "file", "uid": 0}
  462.  
  463. TASK: [haproxy | Copying over haproxy.pem] ************************************
  464. skipping: [192.168.201.2] => (item=haproxy.pem)
  465. skipping: [192.168.201.3] => (item=haproxy.pem)
  466.  
  467. TASK: [haproxy | Starting haproxy container] **********************************
  468. skipping: [192.168.201.2]
  469. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  470. <192.168.201.3> REMOTE_MODULE kolla_docker image=operator.local:4000/kollaglue/ubuntu-source-haproxy:2.0.0 action=start_container name=haproxy
  471. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467386.34-110964290522318 && echo $HOME/.ansible/tmp/ansible-tmp-1457467386.34-110964290522318'
  472. <192.168.201.3> PUT /tmp/tmpho03DZ TO /root/.ansible/tmp/ansible-tmp-1457467386.34-110964290522318/kolla_docker
  473. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467386.34-110964290522318/kolla_docker; rm -rf /root/.ansible/tmp/ansible-tmp-1457467386.34-110964290522318/ >/dev/null 2>&1'
  474. changed: [192.168.201.3] => {"changed": true, "result": false}
  475.  
  476. TASK: [haproxy | Starting keepalived container] *******************************
  477. skipping: [192.168.201.2]
  478. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  479. <192.168.201.3> REMOTE_MODULE kolla_docker image=operator.local:4000/kollaglue/ubuntu-source-keepalived:2.0.0 action=start_container name=keepalived
  480. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467386.76-166910003722789 && echo $HOME/.ansible/tmp/ansible-tmp-1457467386.76-166910003722789'
  481. <192.168.201.3> PUT /tmp/tmpEKgadG TO /root/.ansible/tmp/ansible-tmp-1457467386.76-166910003722789/kolla_docker
  482. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467386.76-166910003722789/kolla_docker; rm -rf /root/.ansible/tmp/ansible-tmp-1457467386.76-166910003722789/ >/dev/null 2>&1'
  483. changed: [192.168.201.3] => {"changed": true, "result": false}
  484.  
  485. TASK: [haproxy | Ensuring latest haproxy config is used] **********************
  486. skipping: [192.168.201.2]
  487. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  488. <192.168.201.3> REMOTE_MODULE command docker exec haproxy /usr/local/bin/kolla_ensure_haproxy_latest_config
  489. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467387.26-22022667894770 && echo $HOME/.ansible/tmp/ansible-tmp-1457467387.26-22022667894770'
  490. <192.168.201.3> PUT /tmp/tmp00ECtV TO /root/.ansible/tmp/ansible-tmp-1457467387.26-22022667894770/command
  491. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467387.26-22022667894770/command; rm -rf /root/.ansible/tmp/ansible-tmp-1457467387.26-22022667894770/ >/dev/null 2>&1'
  492. ok: [192.168.201.3] => {"changed": false, "cmd": ["docker", "exec", "haproxy", "/usr/local/bin/kolla_ensure_haproxy_latest_config"], "delta": "0:00:00.120943", "end": "2016-03-08 20:03:07.527880", "rc": 0, "start": "2016-03-08 20:03:07.406937", "stderr": "", "stdout": "", "stdout_lines": [], "warnings": []}
  493.  
  494. TASK: [haproxy | Waiting for virtual IP to appear] ****************************
  495. skipping: [192.168.201.2]
  496. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  497. <192.168.201.3> REMOTE_MODULE wait_for port=3306 host=192.168.201.100
  498. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467387.6-238783259044683 && echo $HOME/.ansible/tmp/ansible-tmp-1457467387.6-238783259044683'
  499. <192.168.201.3> PUT /tmp/tmptAa1fg TO /root/.ansible/tmp/ansible-tmp-1457467387.6-238783259044683/wait_for
  500. <192.168.201.3> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.3 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467387.6-238783259044683/wait_for; rm -rf /root/.ansible/tmp/ansible-tmp-1457467387.6-238783259044683/ >/dev/null 2>&1'
  501. ok: [192.168.201.3] => {"changed": false, "elapsed": 0, "path": null, "port": 3306, "search_regex": null, "state": "started"}
  502.  
  503. PLAY [kibana] *****************************************************************
  504. skipping: no hosts matched
  505.  
  506. PLAY [elasticsearch] **********************************************************
  507. skipping: no hosts matched
  508.  
  509. PLAY [memcached] **************************************************************
  510.  
  511. GATHERING FACTS ***************************************************************
  512. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  513. <192.168.201.2> REMOTE_MODULE setup
  514. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467387.74-126282439677358 && echo $HOME/.ansible/tmp/ansible-tmp-1457467387.74-126282439677358'
  515. <192.168.201.2> PUT /tmp/tmpZNH_j_ TO /root/.ansible/tmp/ansible-tmp-1457467387.74-126282439677358/setup
  516. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467387.74-126282439677358/setup; rm -rf /root/.ansible/tmp/ansible-tmp-1457467387.74-126282439677358/ >/dev/null 2>&1'
  517. ok: [192.168.201.2]
  518.  
  519. TASK: [memcached | Ensuring config directories exist] *************************
  520. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  521. <192.168.201.2> REMOTE_MODULE file state=directory path=/etc/kolla/memcached
  522. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467388.39-227962827490186 && echo $HOME/.ansible/tmp/ansible-tmp-1457467388.39-227962827490186'
  523. <192.168.201.2> PUT /tmp/tmpa6tyf2 TO /root/.ansible/tmp/ansible-tmp-1457467388.39-227962827490186/file
  524. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467388.39-227962827490186/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467388.39-227962827490186/ >/dev/null 2>&1'
  525. ok: [192.168.201.2] => (item=memcached) => {"changed": false, "gid": 0, "group": "root", "item": "memcached", "mode": "0755", "owner": "root", "path": "/etc/kolla/memcached", "size": 4096, "state": "directory", "uid": 0}
  526.  
  527. TASK: [memcached | Copying over config.json files for services] ***************
  528. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  529. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467388.54-207017722793913 && echo $HOME/.ansible/tmp/ansible-tmp-1457467388.54-207017722793913'
  530. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'rc=flag; [ -r /etc/kolla/memcached/config.json ] || rc=2; [ -f /etc/kolla/memcached/config.json ] || rc=1; [ -d /etc/kolla/memcached/config.json ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/memcached/config.json && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/memcached/config.json'"'"'", "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/memcached/config.json'"'"'", "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/memcached/config.json)'
  531. <192.168.201.2> PUT /tmp/tmpR1YCs1 TO /root/.ansible/tmp/ansible-tmp-1457467388.54-207017722793913/file
  532. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467388.54-207017722793913/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467388.54-207017722793913/ >/dev/null 2>&1'
  533. ok: [192.168.201.2] => (item=memcached) => {"changed": false, "gid": 0, "group": "root", "item": "memcached", "mode": "0644", "owner": "root", "path": "/etc/kolla/memcached/config.json", "size": 94, "state": "file", "uid": 0}
  534.  
  535. TASK: [memcached | Starting memcached container] ******************************
  536. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  537. <192.168.201.2> REMOTE_MODULE kolla_docker name=memcached volumes=/etc/kolla/memcached/:/var/lib/kolla/config_files/:ro image=operator.local:4000/kollaglue/ubuntu-source-memcached:2.0.0 action=start_container
  538. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467388.75-152923293934335 && echo $HOME/.ansible/tmp/ansible-tmp-1457467388.75-152923293934335'
  539. <192.168.201.2> PUT /tmp/tmpb_jaoe TO /root/.ansible/tmp/ansible-tmp-1457467388.75-152923293934335/kolla_docker
  540. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467388.75-152923293934335/kolla_docker; rm -rf /root/.ansible/tmp/ansible-tmp-1457467388.75-152923293934335/ >/dev/null 2>&1'
  541. changed: [192.168.201.2] => {"changed": true, "result": false}
  542.  
  543. PLAY [mariadb] ****************************************************************
  544.  
  545. GATHERING FACTS ***************************************************************
  546. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  547. <192.168.201.2> REMOTE_MODULE setup
  548. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467389.38-260768835872204 && echo $HOME/.ansible/tmp/ansible-tmp-1457467389.38-260768835872204'
  549. <192.168.201.2> PUT /tmp/tmp0XpXFu TO /root/.ansible/tmp/ansible-tmp-1457467389.38-260768835872204/setup
  550. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467389.38-260768835872204/setup; rm -rf /root/.ansible/tmp/ansible-tmp-1457467389.38-260768835872204/ >/dev/null 2>&1'
  551. ok: [192.168.201.2]
  552.  
  553. TASK: [common | Looking up storage hostname] **********************************
  554. skipping: [192.168.201.2]
  555.  
  556. TASK: [common | Setting storage hostname] *************************************
  557. skipping: [192.168.201.2]
  558.  
  559. TASK: [common | Ensuring config directories exist] ****************************
  560. skipping: [192.168.201.2] => (item=heka)
  561.  
  562. TASK: [common | Copying over config.json files for services] ******************
  563. skipping: [192.168.201.2] => (item=heka)
  564.  
  565. TASK: [common | Copying over heka config files] *******************************
  566. skipping: [192.168.201.2] => (item=global)
  567. skipping: [192.168.201.2] => (item=haproxy)
  568. skipping: [192.168.201.2] => (item=rabbitmq)
  569. skipping: [192.168.201.2] => (item=openstack)
  570. skipping: [192.168.201.2] => (item=mariadb)
  571. skipping: [192.168.201.2] => (item=keystone)
  572. skipping: [192.168.201.2] => (item=elasticsearch)
  573.  
  574. TASK: [common | Copying over heka swift config files] *************************
  575. skipping: [192.168.201.2] => (item=swift-account-auditor)
  576. skipping: [192.168.201.2] => (item=swift-account-reaper)
  577. skipping: [192.168.201.2] => (item=swift-account-replicator)
  578. skipping: [192.168.201.2] => (item=swift-account-server)
  579. skipping: [192.168.201.2] => (item=swift-container-auditor)
  580. skipping: [192.168.201.2] => (item=swift-container-replicator)
  581. skipping: [192.168.201.2] => (item=swift-container-server)
  582. skipping: [192.168.201.2] => (item=swift-container-updater)
  583. skipping: [192.168.201.2] => (item=swift-object-auditor)
  584. skipping: [192.168.201.2] => (item=swift-object-expirer)
  585. skipping: [192.168.201.2] => (item=swift-object-replicator)
  586. skipping: [192.168.201.2] => (item=swift-object-server)
  587. skipping: [192.168.201.2] => (item=swift-object-updater)
  588. skipping: [192.168.201.2] => (item=swift-proxy-server)
  589. skipping: [192.168.201.2] => (item=swift-rsyncd)
  590.  
  591. TASK: [common | Copying over heka elasticsearch config file] ******************
  592. skipping: [192.168.201.2] => (item=elasticsearch)
  593.  
  594. TASK: [common | Creating log volume] ******************************************
  595. skipping: [192.168.201.2]
  596.  
  597. TASK: [common | Starting heka bootstrap container] ****************************
  598. skipping: [192.168.201.2]
  599.  
  600. TASK: [common | Starting heka container] **************************************
  601. skipping: [192.168.201.2]
  602.  
  603. TASK: [common | Starting kolla-toolbox container] *****************************
  604. skipping: [192.168.201.2]
  605.  
  606. TASK: [common | Registering common role has run] ******************************
  607. skipping: [192.168.201.2]
  608.  
  609. TASK: [mariadb | Ensuring config directories exist] ***************************
  610. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  611. <192.168.201.2> REMOTE_MODULE file state=directory path=/etc/kolla/mariadb
  612. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467390.3-198995714509530 && echo $HOME/.ansible/tmp/ansible-tmp-1457467390.3-198995714509530'
  613. <192.168.201.2> PUT /tmp/tmplCJbUS TO /root/.ansible/tmp/ansible-tmp-1457467390.3-198995714509530/file
  614. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467390.3-198995714509530/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467390.3-198995714509530/ >/dev/null 2>&1'
  615. ok: [192.168.201.2] => (item=mariadb) => {"changed": false, "gid": 0, "group": "root", "item": "mariadb", "mode": "0755", "owner": "root", "path": "/etc/kolla/mariadb", "size": 4096, "state": "directory", "uid": 0}
  616.  
  617. TASK: [mariadb | Copying over config.json files for services] *****************
  618. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  619. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467390.44-98892910849285 && echo $HOME/.ansible/tmp/ansible-tmp-1457467390.44-98892910849285'
  620. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'rc=flag; [ -r /etc/kolla/mariadb/config.json ] || rc=2; [ -f /etc/kolla/mariadb/config.json ] || rc=1; [ -d /etc/kolla/mariadb/config.json ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/mariadb/config.json && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/mariadb/config.json'"'"'", "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/mariadb/config.json'"'"'", "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/mariadb/config.json)'
  621. <192.168.201.2> PUT /tmp/tmpeqm9ed TO /root/.ansible/tmp/ansible-tmp-1457467390.44-98892910849285/file
  622. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467390.44-98892910849285/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467390.44-98892910849285/ >/dev/null 2>&1'
  623. ok: [192.168.201.2] => (item=mariadb) => {"changed": false, "gid": 0, "group": "root", "item": "mariadb", "mode": "0644", "owner": "root", "path": "/etc/kolla/mariadb/config.json", "size": 253, "state": "file", "uid": 0}
  624.  
  625. TASK: [mariadb | Copying over galera.cnf] *************************************
  626. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  627. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467390.64-236292314940843 && echo $HOME/.ansible/tmp/ansible-tmp-1457467390.64-236292314940843'
  628. <192.168.201.2> PUT /tmp/tmpoYtvqa TO /root/.ansible/tmp/ansible-tmp-1457467390.64-236292314940843/source
  629. <192.168.201.2> PUT /tmp/tmpgbV780 TO /root/.ansible/tmp/ansible-tmp-1457467390.64-236292314940843/copy
  630. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467390.64-236292314940843/copy; rm -rf /root/.ansible/tmp/ansible-tmp-1457467390.64-236292314940843/ >/dev/null 2>&1'
  631. ok: [192.168.201.2] => (item=mariadb) => {"changed": false, "checksum": "76346a18c9a96fb905a73f5c9b1fc464d6fa0ef6", "dest": "/etc/kolla/mariadb/galera.cnf", "gid": 0, "group": "root", "item": "mariadb", "md5sum": "fafdb939811f1c18c27ff0b7e56269c7", "mode": "0644", "owner": "root", "size": 703, "src": "/root/.ansible/tmp/ansible-tmp-1457467390.64-236292314940843/source", "state": "file", "uid": 0}
  632.  
  633. TASK: [mariadb | Cleaning up temp file on localhost] **************************
  634. <127.0.0.1> REMOTE_MODULE file path=/tmp/kolla_mariadb_cluster state=absent
  635. <127.0.0.1> EXEC ['/bin/sh', '-c', 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467390.84-89237152060703 && echo $HOME/.ansible/tmp/ansible-tmp-1457467390.84-89237152060703']
  636. <127.0.0.1> PUT /tmp/tmpWY3pUX TO /root/.ansible/tmp/ansible-tmp-1457467390.84-89237152060703/file
  637. <127.0.0.1> EXEC ['/bin/sh', '-c', u'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467390.84-89237152060703/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467390.84-89237152060703/ >/dev/null 2>&1']
  638. ok: [192.168.201.2 -> 127.0.0.1] => {"changed": false, "path": "/tmp/kolla_mariadb_cluster", "state": "absent"}
  639.  
  640. TASK: [mariadb | Creating temp file on localhost] *****************************
  641. <127.0.0.1> EXEC ['/bin/sh', '-c', u'rc=flag; [ -r /tmp/kolla_mariadb_cluster ] || rc=2; [ -f /tmp/kolla_mariadb_cluster ] || rc=1; [ -d /tmp/kolla_mariadb_cluster ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/tmp/kolla_mariadb_cluster && exit 0; (python -c \'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1();\nafile = open("\'/tmp/kolla_mariadb_cluster\'", "rb")\nbuf = afile.read(BLOCKSIZE)\nwhile len(buf) > 0:\n\thasher.update(buf)\n\tbuf = afile.read(BLOCKSIZE)\nafile.close()\nprint(hasher.hexdigest())\' 2>/dev/null) || (python -c \'import sha; BLOCKSIZE = 65536; hasher = sha.sha();\nafile = open("\'/tmp/kolla_mariadb_cluster\'", "rb")\nbuf = afile.read(BLOCKSIZE)\nwhile len(buf) > 0:\n\thasher.update(buf)\n\tbuf = afile.read(BLOCKSIZE)\nafile.close()\nprint(hasher.hexdigest())\' 2>/dev/null) || (echo \'0 \'/tmp/kolla_mariadb_cluster)']
  642. <127.0.0.1> EXEC ['/bin/sh', '-c', 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467390.94-279983113394097 && echo $HOME/.ansible/tmp/ansible-tmp-1457467390.94-279983113394097']
  643. <127.0.0.1> PUT /tmp/tmpou0ukC TO /root/.ansible/tmp/ansible-tmp-1457467390.94-279983113394097/source
  644. <127.0.0.1> PUT /tmp/tmpKoMVHe TO /root/.ansible/tmp/ansible-tmp-1457467390.94-279983113394097/copy
  645. <127.0.0.1> EXEC ['/bin/sh', '-c', u'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467390.94-279983113394097/copy; rm -rf /root/.ansible/tmp/ansible-tmp-1457467390.94-279983113394097/ >/dev/null 2>&1']
  646. ok: [192.168.201.2 -> 127.0.0.1] => {"changed": false, "checksum": "6eef6648406c333a4035cd5e60d0bf2ecf2606d7", "dest": "/tmp/kolla_mariadb_cluster", "gid": 0, "group": "root", "md5sum": "6adf97f83acf6453d4a6a4b1070f3754", "mode": "0600", "owner": "root", "size": 4, "src": "/root/.ansible/tmp/ansible-tmp-1457467390.94-279983113394097/source", "state": "file", "uid": 0}
  647.  
  648. TASK: [mariadb | Creating mariadb volume] *************************************
  649. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  650. <192.168.201.2> REMOTE_MODULE kolla_docker name=mariadb action=create_volume
  651. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467391.02-271330150356644 && echo $HOME/.ansible/tmp/ansible-tmp-1457467391.02-271330150356644'
  652. <192.168.201.2> PUT /tmp/tmpQuHXOD TO /root/.ansible/tmp/ansible-tmp-1457467391.02-271330150356644/kolla_docker
  653. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467391.02-271330150356644/kolla_docker; rm -rf /root/.ansible/tmp/ansible-tmp-1457467391.02-271330150356644/ >/dev/null 2>&1'
  654. changed: [192.168.201.2] => {"changed": true, "result": false}
  655.  
  656. TASK: [mariadb | Writing hostname of host with existing cluster files to temp file] ***
  657. skipping: [192.168.201.2]
  658.  
  659. TASK: [mariadb | Registering host from temp file] *****************************
  660. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  661. ok: [192.168.201.2] => {"ansible_facts": {"delegate_host": "None"}}
  662.  
  663. TASK: [mariadb | Cleaning up temp file on localhost] **************************
  664. <127.0.0.1> REMOTE_MODULE file path=/tmp/kolla_mariadb_cluster state=absent
  665. <127.0.0.1> EXEC ['/bin/sh', '-c', 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467391.28-38369347997045 && echo $HOME/.ansible/tmp/ansible-tmp-1457467391.28-38369347997045']
  666. <127.0.0.1> PUT /tmp/tmpuGsSPR TO /root/.ansible/tmp/ansible-tmp-1457467391.28-38369347997045/file
  667. <127.0.0.1> EXEC ['/bin/sh', '-c', u'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467391.28-38369347997045/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467391.28-38369347997045/ >/dev/null 2>&1']
  668. ok: [192.168.201.2 -> 127.0.0.1] => {"changed": false, "path": "/tmp/kolla_mariadb_cluster", "state": "absent"}
  669.  
  670. TASK: [mariadb | Starting MariaDB bootstrap container] ************************
  671. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  672. <192.168.201.2> REMOTE_MODULE kolla_docker image=operator.local:4000/kollaglue/ubuntu-source-mariadb:2.0.0 action=start_container restart_policy=never name=mariadb
  673. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467391.37-256209181023640 && echo $HOME/.ansible/tmp/ansible-tmp-1457467391.37-256209181023640'
  674. <192.168.201.2> PUT /tmp/tmp0xlRuN TO /root/.ansible/tmp/ansible-tmp-1457467391.37-256209181023640/kolla_docker
  675. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467391.37-256209181023640/kolla_docker; rm -rf /root/.ansible/tmp/ansible-tmp-1457467391.37-256209181023640/ >/dev/null 2>&1'
  676. changed: [192.168.201.2] => {"changed": true, "result": false}
  677.  
  678. TASK: [mariadb | Waiting for MariaDB service to be ready] *********************
  679. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  680. <192.168.201.2> REMOTE_MODULE command docker exec mariadb ls /var/lib/mysql/cluster.exists
  681. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467391.88-206286234670688 && echo $HOME/.ansible/tmp/ansible-tmp-1457467391.88-206286234670688'
  682. <192.168.201.2> PUT /tmp/tmpdOeMZ4 TO /root/.ansible/tmp/ansible-tmp-1457467391.88-206286234670688/command
  683. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467391.88-206286234670688/command; rm -rf /root/.ansible/tmp/ansible-tmp-1457467391.88-206286234670688/ >/dev/null 2>&1'
  684. <192.168.201.2> REMOTE_MODULE command docker exec mariadb ls /var/lib/mysql/cluster.exists
  685. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467402.35-281139964979840 && echo $HOME/.ansible/tmp/ansible-tmp-1457467402.35-281139964979840'
  686. <192.168.201.2> PUT /tmp/tmpMBtex3 TO /root/.ansible/tmp/ansible-tmp-1457467402.35-281139964979840/command
  687. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467402.35-281139964979840/command; rm -rf /root/.ansible/tmp/ansible-tmp-1457467402.35-281139964979840/ >/dev/null 2>&1'
  688. Result from run 1 is: {'cmd': ['docker', 'exec', 'mariadb', 'ls', '/var/lib/mysql/cluster.exists'], 'end': '2016-03-08 20:03:23.018039', 'stdout': u'', 'changed': True, 'attempts': 1, 'start': '2016-03-08 20:03:22.750463', 'delta': '0:00:00.267576', 'stderr': 'ls: cannot access /var/lib/mysql/cluster.exists: No such file or directory', 'rc': 2, 'warnings': []}
  689. <192.168.201.2> REMOTE_MODULE command docker exec mariadb ls /var/lib/mysql/cluster.exists
  690. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467413.05-214854947352924 && echo $HOME/.ansible/tmp/ansible-tmp-1457467413.05-214854947352924'
  691. <192.168.201.2> PUT /tmp/tmp0SzP9Z TO /root/.ansible/tmp/ansible-tmp-1457467413.05-214854947352924/command
  692. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467413.05-214854947352924/command; rm -rf /root/.ansible/tmp/ansible-tmp-1457467413.05-214854947352924/ >/dev/null 2>&1'
  693. Result from run 2 is: {'cmd': ['docker', 'exec', 'mariadb', 'ls', '/var/lib/mysql/cluster.exists'], 'end': '2016-03-08 20:03:33.570274', 'stdout': '/var/lib/mysql/cluster.exists', 'changed': True, 'attempts': 2, 'start': '2016-03-08 20:03:33.269739', 'delta': '0:00:00.300535', 'stderr': u'', 'rc': 0, 'warnings': []}
  694. ok: [192.168.201.2] => (item=cluster.exists) => {"attempts": 2, "changed": false, "cmd": ["docker", "exec", "mariadb", "ls", "/var/lib/mysql/cluster.exists"], "delta": "0:00:00.300535", "end": "2016-03-08 20:03:33.570274", "item": "cluster.exists", "rc": 0, "start": "2016-03-08 20:03:33.269739", "stderr": "", "stdout": "/var/lib/mysql/cluster.exists", "stdout_lines": ["/var/lib/mysql/cluster.exists"], "warnings": []}
  695. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  696. <192.168.201.2> REMOTE_MODULE command docker exec mariadb ls /var/lib/mysql/mariadb.pid
  697. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467413.61-51974959123183 && echo $HOME/.ansible/tmp/ansible-tmp-1457467413.61-51974959123183'
  698. <192.168.201.2> PUT /tmp/tmpEMEqrJ TO /root/.ansible/tmp/ansible-tmp-1457467413.61-51974959123183/command
  699. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467413.61-51974959123183/command; rm -rf /root/.ansible/tmp/ansible-tmp-1457467413.61-51974959123183/ >/dev/null 2>&1'
  700. <192.168.201.2> REMOTE_MODULE command docker exec mariadb ls /var/lib/mysql/mariadb.pid
  701. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467423.94-160013453253102 && echo $HOME/.ansible/tmp/ansible-tmp-1457467423.94-160013453253102'
  702. <192.168.201.2> PUT /tmp/tmp6De8LA TO /root/.ansible/tmp/ansible-tmp-1457467423.94-160013453253102/command
  703. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467423.94-160013453253102/command; rm -rf /root/.ansible/tmp/ansible-tmp-1457467423.94-160013453253102/ >/dev/null 2>&1'
  704. Result from run 1 is: {'cmd': ['docker', 'exec', 'mariadb', 'ls', '/var/lib/mysql/mariadb.pid'], 'end': '2016-03-08 20:03:44.536983', 'stdout': '/var/lib/mysql/mariadb.pid', 'changed': True, 'attempts': 1, 'start': '2016-03-08 20:03:44.198179', 'delta': '0:00:00.338804', 'stderr': u'', 'rc': 0, 'warnings': []}
  705. ok: [192.168.201.2] => (item=mariadb.pid) => {"attempts": 1, "changed": false, "cmd": ["docker", "exec", "mariadb", "ls", "/var/lib/mysql/mariadb.pid"], "delta": "0:00:00.338804", "end": "2016-03-08 20:03:44.536983", "item": "mariadb.pid", "rc": 0, "start": "2016-03-08 20:03:44.198179", "stderr": "", "stdout": "/var/lib/mysql/mariadb.pid", "stdout_lines": ["/var/lib/mysql/mariadb.pid"], "warnings": []}
  706.  
  707. TASK: [mariadb | Starting mariadb container] **********************************
  708. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  709. <192.168.201.2> REMOTE_MODULE kolla_docker name=mariadb image=operator.local:4000/kollaglue/ubuntu-source-mariadb:2.0.0 action=start_container
  710. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467424.6-175141448036639 && echo $HOME/.ansible/tmp/ansible-tmp-1457467424.6-175141448036639'
  711. <192.168.201.2> PUT /tmp/tmpXGORay TO /root/.ansible/tmp/ansible-tmp-1457467424.6-175141448036639/kolla_docker
  712. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467424.6-175141448036639/kolla_docker; rm -rf /root/.ansible/tmp/ansible-tmp-1457467424.6-175141448036639/ >/dev/null 2>&1'
  713. changed: [192.168.201.2] => {"changed": true, "result": false}
  714.  
  715. TASK: [mariadb | Waiting for MariaDB service to be ready] *********************
  716. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  717. <192.168.201.2> REMOTE_MODULE command docker exec mariadb ls /var/lib/mysql/mariadb.pid
  718. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467425.6-22710829298205 && echo $HOME/.ansible/tmp/ansible-tmp-1457467425.6-22710829298205'
  719. <192.168.201.2> PUT /tmp/tmpHvbQc2 TO /root/.ansible/tmp/ansible-tmp-1457467425.6-22710829298205/command
  720. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467425.6-22710829298205/command; rm -rf /root/.ansible/tmp/ansible-tmp-1457467425.6-22710829298205/ >/dev/null 2>&1'
  721. ok: [192.168.201.2] => {"attempts": 0, "changed": false, "cmd": ["docker", "exec", "mariadb", "ls", "/var/lib/mysql/mariadb.pid"], "delta": "0:00:00.222531", "end": "2016-03-08 20:03:46.022260", "rc": 0, "start": "2016-03-08 20:03:45.799729", "stderr": "", "stdout": "/var/lib/mysql/mariadb.pid", "stdout_lines": ["/var/lib/mysql/mariadb.pid"], "warnings": []}
  722.  
  723. TASK: [mariadb | Creating haproxy mysql user] *********************************
  724. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  725. <192.168.201.2> REMOTE_MODULE command docker exec -t kolla_toolbox /usr/bin/ansible localhost -m mysql_user -a "login_host='192.168.201.2' login_port='3306' login_user='root' login_password=VALUE_HIDDEN name='haproxy' password=VALUE_HIDDEN host='%' priv=*.*:USAGE"
  726. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467426.09-172774361927329 && echo $HOME/.ansible/tmp/ansible-tmp-1457467426.09-172774361927329'
  727. <192.168.201.2> PUT /tmp/tmpJoQKOP TO /root/.ansible/tmp/ansible-tmp-1457467426.09-172774361927329/command
  728. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467426.09-172774361927329/command; rm -rf /root/.ansible/tmp/ansible-tmp-1457467426.09-172774361927329/ >/dev/null 2>&1'
  729. <192.168.201.2> REMOTE_MODULE command docker exec -t kolla_toolbox /usr/bin/ansible localhost -m mysql_user -a "login_host='192.168.201.2' login_port='3306' login_user='root' login_password=VALUE_HIDDEN name='haproxy' password=VALUE_HIDDEN host='%' priv=*.*:USAGE"
  730. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467435.2-48521550611091 && echo $HOME/.ansible/tmp/ansible-tmp-1457467435.2-48521550611091'
  731. <192.168.201.2> PUT /tmp/tmpHGxW2r TO /root/.ansible/tmp/ansible-tmp-1457467435.2-48521550611091/command
  732. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467435.2-48521550611091/command; rm -rf /root/.ansible/tmp/ansible-tmp-1457467435.2-48521550611091/ >/dev/null 2>&1'
  733. Result from run 1 is: {'cmd': ['docker', 'exec', '-t', 'kolla_toolbox', '/usr/bin/ansible', 'localhost', '-m', 'mysql_user', '-a', "login_host='192.168.201.2' login_port='3306' login_user='root' login_password=VALUE_HIDDEN name='haproxy' password=VALUE_HIDDEN host='%' priv=*.*:USAGE"], 'end': '2016-03-08 20:03:56.821713', 'stdout': 'localhost | SUCCESS => {\r\n "changed": true, \r\n "user": "haproxy"\r\n}', 'changed': True, 'attempts': 1, 'start': '2016-03-08 20:03:55.429083', 'delta': '0:00:01.392630', 'stderr': u'', 'rc': 0, 'warnings': []}
  734. changed: [192.168.201.2] => {"attempts": 1, "changed": true, "cmd": ["docker", "exec", "-t", "kolla_toolbox", "/usr/bin/ansible", "localhost", "-m", "mysql_user", "-a", "login_host='192.168.201.2' login_port='3306' login_user='root' login_password='password' name='haproxy' password='' host='%' priv=*.*:USAGE"], "delta": "0:00:01.392630", "end": "2016-03-08 20:03:56.821713", "rc": 0, "start": "2016-03-08 20:03:55.429083", "stderr": "", "stdout": "localhost | SUCCESS => {\r\n \"changed\": true, \r\n \"user\": \"haproxy\"\r\n}", "stdout_lines": ["localhost | SUCCESS => {", " \"changed\": true, ", " \"user\": \"haproxy\"", "}"], "warnings": []}
  735.  
  736. TASK: [mariadb | Cleaning up facts] *******************************************
  737. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  738. ok: [192.168.201.2] => {"ansible_facts": {"delegate_host": "bootstraped"}}
  739.  
  740. TASK: [mariadb | Starting mariadb container] **********************************
  741. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  742. <192.168.201.2> REMOTE_MODULE kolla_docker name=mariadb image=operator.local:4000/kollaglue/ubuntu-source-mariadb:2.0.0 action=start_container
  743. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467436.9-87814464826382 && echo $HOME/.ansible/tmp/ansible-tmp-1457467436.9-87814464826382'
  744. <192.168.201.2> PUT /tmp/tmpgQ1zWx TO /root/.ansible/tmp/ansible-tmp-1457467436.9-87814464826382/kolla_docker
  745. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467436.9-87814464826382/kolla_docker; rm -rf /root/.ansible/tmp/ansible-tmp-1457467436.9-87814464826382/ >/dev/null 2>&1'
  746. ok: [192.168.201.2] => {"changed": false, "result": false}
  747.  
  748. TASK: [mariadb | Waiting for MariaDB service to be ready] *********************
  749. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  750. <192.168.201.2> REMOTE_MODULE command docker exec mariadb ls /var/lib/mysql/mariadb.pid
  751. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467437.26-161983007620944 && echo $HOME/.ansible/tmp/ansible-tmp-1457467437.26-161983007620944'
  752. <192.168.201.2> PUT /tmp/tmpRGdzzq TO /root/.ansible/tmp/ansible-tmp-1457467437.26-161983007620944/command
  753. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467437.26-161983007620944/command; rm -rf /root/.ansible/tmp/ansible-tmp-1457467437.26-161983007620944/ >/dev/null 2>&1'
  754. ok: [192.168.201.2] => {"attempts": 0, "changed": false, "cmd": ["docker", "exec", "mariadb", "ls", "/var/lib/mysql/mariadb.pid"], "delta": "0:00:00.170882", "end": "2016-03-08 20:03:57.529186", "rc": 0, "start": "2016-03-08 20:03:57.358304", "stderr": "", "stdout": "/var/lib/mysql/mariadb.pid", "stdout_lines": ["/var/lib/mysql/mariadb.pid"], "warnings": []}
  755.  
  756. TASK: [mariadb | Creating haproxy mysql user] *********************************
  757. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  758. <192.168.201.2> REMOTE_MODULE command docker exec -t kolla_toolbox /usr/bin/ansible localhost -m mysql_user -a "login_host='192.168.201.2' login_port='3306' login_user='root' login_password=VALUE_HIDDEN name='haproxy' password=VALUE_HIDDEN host='%' priv=*.*:USAGE"
  759. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467437.63-74379496541677 && echo $HOME/.ansible/tmp/ansible-tmp-1457467437.63-74379496541677'
  760. <192.168.201.2> PUT /tmp/tmpwq03MM TO /root/.ansible/tmp/ansible-tmp-1457467437.63-74379496541677/command
  761. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467437.63-74379496541677/command; rm -rf /root/.ansible/tmp/ansible-tmp-1457467437.63-74379496541677/ >/dev/null 2>&1'
  762. ok: [192.168.201.2] => {"attempts": 0, "changed": false, "cmd": ["docker", "exec", "-t", "kolla_toolbox", "/usr/bin/ansible", "localhost", "-m", "mysql_user", "-a", "login_host='192.168.201.2' login_port='3306' login_user='root' login_password='password' name='haproxy' password='' host='%' priv=*.*:USAGE"], "delta": "0:00:01.145257", "end": "2016-03-08 20:03:58.913315", "rc": 0, "start": "2016-03-08 20:03:57.768058", "stderr": "", "stdout": "localhost | SUCCESS => {\r\n \"changed\": false, \r\n \"user\": \"haproxy\"\r\n}", "stdout_lines": ["localhost | SUCCESS => {", " \"changed\": false, ", " \"user\": \"haproxy\"", "}"], "warnings": []}
  763.  
  764. TASK: [mariadb | Cleaning up facts] *******************************************
  765. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  766. ok: [192.168.201.2] => {"ansible_facts": {"delegate_host": "bootstraped"}}
  767.  
  768. TASK: [mariadb | Waiting for MariaDB service to be ready through VIP] *********
  769. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  770. <192.168.201.2> REMOTE_MODULE command docker exec mariadb mysql -h 192.168.201.100 -u haproxy -e 'show databases;'
  771. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467438.97-265578336883373 && echo $HOME/.ansible/tmp/ansible-tmp-1457467438.97-265578336883373'
  772. <192.168.201.2> PUT /tmp/tmphhk03W TO /root/.ansible/tmp/ansible-tmp-1457467438.97-265578336883373/command
  773. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467438.97-265578336883373/command; rm -rf /root/.ansible/tmp/ansible-tmp-1457467438.97-265578336883373/ >/dev/null 2>&1'
  774. <192.168.201.2> REMOTE_MODULE command docker exec mariadb mysql -h 192.168.201.100 -u haproxy -e 'show databases;'
  775. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467449.25-144975083399895 && echo $HOME/.ansible/tmp/ansible-tmp-1457467449.25-144975083399895'
  776. <192.168.201.2> PUT /tmp/tmpidZzDE TO /root/.ansible/tmp/ansible-tmp-1457467449.25-144975083399895/command
  777. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467449.25-144975083399895/command; rm -rf /root/.ansible/tmp/ansible-tmp-1457467449.25-144975083399895/ >/dev/null 2>&1'
  778. Result from run 1 is: {'cmd': ['docker', 'exec', 'mariadb', 'mysql', '-h', '192.168.201.100', '-u', 'haproxy', '-e', 'show databases;'], 'end': '2016-03-08 20:04:09.816768', 'stdout': 'Database\ninformation_schema', 'changed': True, 'attempts': 1, 'start': '2016-03-08 20:04:09.436181', 'delta': '0:00:00.380587', 'stderr': u'', 'rc': 0, 'warnings': []}
  779. ok: [192.168.201.2] => {"attempts": 1, "changed": false, "cmd": ["docker", "exec", "mariadb", "mysql", "-h", "192.168.201.100", "-u", "haproxy", "-e", "show databases;"], "delta": "0:00:00.380587", "end": "2016-03-08 20:04:09.816768", "rc": 0, "start": "2016-03-08 20:04:09.436181", "stderr": "", "stdout": "Database\ninformation_schema", "stdout_lines": ["Database", "information_schema"], "warnings": []}
  780.  
  781. PLAY [rabbitmq] ***************************************************************
  782.  
  783. GATHERING FACTS ***************************************************************
  784. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  785. <192.168.201.2> REMOTE_MODULE setup
  786. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467449.86-39790168032414 && echo $HOME/.ansible/tmp/ansible-tmp-1457467449.86-39790168032414'
  787. <192.168.201.2> PUT /tmp/tmpfAm9k1 TO /root/.ansible/tmp/ansible-tmp-1457467449.86-39790168032414/setup
  788. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467449.86-39790168032414/setup; rm -rf /root/.ansible/tmp/ansible-tmp-1457467449.86-39790168032414/ >/dev/null 2>&1'
  789. ok: [192.168.201.2]
  790.  
  791. TASK: [common | Looking up storage hostname] **********************************
  792. skipping: [192.168.201.2]
  793.  
  794. TASK: [common | Setting storage hostname] *************************************
  795. skipping: [192.168.201.2]
  796.  
  797. TASK: [common | Ensuring config directories exist] ****************************
  798. skipping: [192.168.201.2] => (item=heka)
  799.  
  800. TASK: [common | Copying over config.json files for services] ******************
  801. skipping: [192.168.201.2] => (item=heka)
  802.  
  803. TASK: [common | Copying over heka config files] *******************************
  804. skipping: [192.168.201.2] => (item=global)
  805. skipping: [192.168.201.2] => (item=haproxy)
  806. skipping: [192.168.201.2] => (item=rabbitmq)
  807. skipping: [192.168.201.2] => (item=openstack)
  808. skipping: [192.168.201.2] => (item=mariadb)
  809. skipping: [192.168.201.2] => (item=keystone)
  810. skipping: [192.168.201.2] => (item=elasticsearch)
  811.  
  812. TASK: [common | Copying over heka swift config files] *************************
  813. skipping: [192.168.201.2] => (item=swift-account-auditor)
  814. skipping: [192.168.201.2] => (item=swift-account-reaper)
  815. skipping: [192.168.201.2] => (item=swift-account-replicator)
  816. skipping: [192.168.201.2] => (item=swift-account-server)
  817. skipping: [192.168.201.2] => (item=swift-container-auditor)
  818. skipping: [192.168.201.2] => (item=swift-container-replicator)
  819. skipping: [192.168.201.2] => (item=swift-container-server)
  820. skipping: [192.168.201.2] => (item=swift-container-updater)
  821. skipping: [192.168.201.2] => (item=swift-object-auditor)
  822. skipping: [192.168.201.2] => (item=swift-object-expirer)
  823. skipping: [192.168.201.2] => (item=swift-object-replicator)
  824. skipping: [192.168.201.2] => (item=swift-object-server)
  825. skipping: [192.168.201.2] => (item=swift-object-updater)
  826. skipping: [192.168.201.2] => (item=swift-proxy-server)
  827. skipping: [192.168.201.2] => (item=swift-rsyncd)
  828.  
  829. TASK: [common | Copying over heka elasticsearch config file] ******************
  830. skipping: [192.168.201.2] => (item=elasticsearch)
  831.  
  832. TASK: [common | Creating log volume] ******************************************
  833. skipping: [192.168.201.2]
  834.  
  835. TASK: [common | Starting heka bootstrap container] ****************************
  836. skipping: [192.168.201.2]
  837.  
  838. TASK: [common | Starting heka container] **************************************
  839. skipping: [192.168.201.2]
  840.  
  841. TASK: [common | Starting kolla-toolbox container] *****************************
  842. skipping: [192.168.201.2]
  843.  
  844. TASK: [common | Registering common role has run] ******************************
  845. skipping: [192.168.201.2]
  846.  
  847. TASK: [rabbitmq | Ensuring config directories exist] **************************
  848. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  849. <192.168.201.2> REMOTE_MODULE file state=directory path=/etc/kolla/rabbitmq
  850. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467450.69-225961320501170 && echo $HOME/.ansible/tmp/ansible-tmp-1457467450.69-225961320501170'
  851. <192.168.201.2> PUT /tmp/tmp0nOmQg TO /root/.ansible/tmp/ansible-tmp-1457467450.69-225961320501170/file
  852. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467450.69-225961320501170/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467450.69-225961320501170/ >/dev/null 2>&1'
  853. ok: [192.168.201.2] => (item=rabbitmq) => {"changed": false, "gid": 0, "group": "root", "item": "rabbitmq", "mode": "0755", "owner": "root", "path": "/etc/kolla/rabbitmq", "size": 4096, "state": "directory", "uid": 0}
  854.  
  855. TASK: [rabbitmq | Copying over config.json files for services] ****************
  856. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  857. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467450.82-150158254207539 && echo $HOME/.ansible/tmp/ansible-tmp-1457467450.82-150158254207539'
  858. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'rc=flag; [ -r /etc/kolla/rabbitmq/config.json ] || rc=2; [ -f /etc/kolla/rabbitmq/config.json ] || rc=1; [ -d /etc/kolla/rabbitmq/config.json ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/rabbitmq/config.json && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/rabbitmq/config.json'"'"'", "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/rabbitmq/config.json'"'"'", "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/rabbitmq/config.json)'
  859. <192.168.201.2> PUT /tmp/tmpHW5DPp TO /root/.ansible/tmp/ansible-tmp-1457467450.82-150158254207539/file
  860. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467450.82-150158254207539/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467450.82-150158254207539/ >/dev/null 2>&1'
  861. ok: [192.168.201.2] => (item=rabbitmq) => {"changed": false, "gid": 0, "group": "root", "item": "rabbitmq", "mode": "0644", "owner": "root", "path": "/etc/kolla/rabbitmq/config.json", "size": 708, "state": "file", "uid": 0}
  862.  
  863. TASK: [rabbitmq | Copying over rabbitmq*.conf] ********************************
  864. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  865. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467451.01-102433927017315 && echo $HOME/.ansible/tmp/ansible-tmp-1457467451.01-102433927017315'
  866. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'rc=flag; [ -r /etc/kolla/rabbitmq/rabbitmq-env.conf ] || rc=2; [ -f /etc/kolla/rabbitmq/rabbitmq-env.conf ] || rc=1; [ -d /etc/kolla/rabbitmq/rabbitmq-env.conf ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/rabbitmq/rabbitmq-env.conf && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/rabbitmq/rabbitmq-env.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/rabbitmq/rabbitmq-env.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/rabbitmq/rabbitmq-env.conf)'
  867. <192.168.201.2> PUT /tmp/tmpwnxU6h TO /root/.ansible/tmp/ansible-tmp-1457467451.01-102433927017315/file
  868. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467451.01-102433927017315/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467451.01-102433927017315/ >/dev/null 2>&1'
  869. ok: [192.168.201.2] => (item=rabbitmq-env.conf) => {"changed": false, "gid": 0, "group": "root", "item": "rabbitmq-env.conf", "mode": "0644", "owner": "root", "path": "/etc/kolla/rabbitmq/rabbitmq-env.conf", "size": 304, "state": "file", "uid": 0}
  870. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  871. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467451.19-174107543179633 && echo $HOME/.ansible/tmp/ansible-tmp-1457467451.19-174107543179633'
  872. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'rc=flag; [ -r /etc/kolla/rabbitmq/rabbitmq.config ] || rc=2; [ -f /etc/kolla/rabbitmq/rabbitmq.config ] || rc=1; [ -d /etc/kolla/rabbitmq/rabbitmq.config ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/rabbitmq/rabbitmq.config && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/rabbitmq/rabbitmq.config'"'"'", "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/rabbitmq/rabbitmq.config'"'"'", "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/rabbitmq/rabbitmq.config)'
  873. <192.168.201.2> PUT /tmp/tmpO0mQRA TO /root/.ansible/tmp/ansible-tmp-1457467451.19-174107543179633/file
  874. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467451.19-174107543179633/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467451.19-174107543179633/ >/dev/null 2>&1'
  875. ok: [192.168.201.2] => (item=rabbitmq.config) => {"changed": false, "gid": 0, "group": "root", "item": "rabbitmq.config", "mode": "0644", "owner": "root", "path": "/etc/kolla/rabbitmq/rabbitmq.config", "size": 525, "state": "file", "uid": 0}
  876. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  877. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467451.36-28044343578302 && echo $HOME/.ansible/tmp/ansible-tmp-1457467451.36-28044343578302'
  878. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'rc=flag; [ -r /etc/kolla/rabbitmq/rabbitmq_clusterer.config ] || rc=2; [ -f /etc/kolla/rabbitmq/rabbitmq_clusterer.config ] || rc=1; [ -d /etc/kolla/rabbitmq/rabbitmq_clusterer.config ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/rabbitmq/rabbitmq_clusterer.config && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/rabbitmq/rabbitmq_clusterer.config'"'"'", "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/rabbitmq/rabbitmq_clusterer.config'"'"'", "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/rabbitmq/rabbitmq_clusterer.config)'
  879. <192.168.201.2> PUT /tmp/tmpGGx4Y9 TO /root/.ansible/tmp/ansible-tmp-1457467451.36-28044343578302/file
  880. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467451.36-28044343578302/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467451.36-28044343578302/ >/dev/null 2>&1'
  881. ok: [192.168.201.2] => (item=rabbitmq_clusterer.config) => {"changed": false, "gid": 0, "group": "root", "item": "rabbitmq_clusterer.config", "mode": "0644", "owner": "root", "path": "/etc/kolla/rabbitmq/rabbitmq_clusterer.config", "size": 113, "state": "file", "uid": 0}
  882.  
  883. TASK: [rabbitmq | Creating rabbitmq volume] ***********************************
  884. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  885. <192.168.201.2> REMOTE_MODULE kolla_docker name=rabbitmq action=create_volume
  886. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467451.54-71901313310062 && echo $HOME/.ansible/tmp/ansible-tmp-1457467451.54-71901313310062'
  887. <192.168.201.2> PUT /tmp/tmpyd8u0n TO /root/.ansible/tmp/ansible-tmp-1457467451.54-71901313310062/kolla_docker
  888. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467451.54-71901313310062/kolla_docker; rm -rf /root/.ansible/tmp/ansible-tmp-1457467451.54-71901313310062/ >/dev/null 2>&1'
  889. changed: [192.168.201.2] => {"changed": true, "result": false}
  890.  
  891. TASK: [rabbitmq | Running RabbitMQ bootstrap container] ***********************
  892. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  893. <192.168.201.2> REMOTE_MODULE kolla_docker image=operator.local:4000/kollaglue/ubuntu-source-rabbitmq:2.0.0 action=start_container restart_policy=never name=rabbitmq_bootstrap
  894. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467451.81-158992827351096 && echo $HOME/.ansible/tmp/ansible-tmp-1457467451.81-158992827351096'
  895. <192.168.201.2> PUT /tmp/tmpJfWbLC TO /root/.ansible/tmp/ansible-tmp-1457467451.81-158992827351096/kolla_docker
  896. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467451.81-158992827351096/kolla_docker; rm -rf /root/.ansible/tmp/ansible-tmp-1457467451.81-158992827351096/ >/dev/null 2>&1'
  897. changed: [192.168.201.2] => {"changed": true, "result": false}
  898.  
  899. TASK: [rabbitmq | Starting rabbitmq container] ********************************
  900. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  901. <192.168.201.2> REMOTE_MODULE kolla_docker name=rabbitmq image=operator.local:4000/kollaglue/ubuntu-source-rabbitmq:2.0.0 action=start_container
  902. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467452.5-127420710658893 && echo $HOME/.ansible/tmp/ansible-tmp-1457467452.5-127420710658893'
  903. <192.168.201.2> PUT /tmp/tmpoxKY0J TO /root/.ansible/tmp/ansible-tmp-1457467452.5-127420710658893/kolla_docker
  904. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467452.5-127420710658893/kolla_docker; rm -rf /root/.ansible/tmp/ansible-tmp-1457467452.5-127420710658893/ >/dev/null 2>&1'
  905. changed: [192.168.201.2] => {"changed": true, "result": false}
  906.  
  907. PLAY [keystone] ***************************************************************
  908.  
  909. GATHERING FACTS ***************************************************************
  910. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  911. <192.168.201.2> REMOTE_MODULE setup
  912. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467453.06-185756387313466 && echo $HOME/.ansible/tmp/ansible-tmp-1457467453.06-185756387313466'
  913. <192.168.201.2> PUT /tmp/tmpNL1ZN4 TO /root/.ansible/tmp/ansible-tmp-1457467453.06-185756387313466/setup
  914. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467453.06-185756387313466/setup; rm -rf /root/.ansible/tmp/ansible-tmp-1457467453.06-185756387313466/ >/dev/null 2>&1'
  915. ok: [192.168.201.2]
  916.  
  917. TASK: [common | Looking up storage hostname] **********************************
  918. skipping: [192.168.201.2]
  919.  
  920. TASK: [common | Setting storage hostname] *************************************
  921. skipping: [192.168.201.2]
  922.  
  923. TASK: [common | Ensuring config directories exist] ****************************
  924. skipping: [192.168.201.2] => (item=heka)
  925.  
  926. TASK: [common | Copying over config.json files for services] ******************
  927. skipping: [192.168.201.2] => (item=heka)
  928.  
  929. TASK: [common | Copying over heka config files] *******************************
  930. skipping: [192.168.201.2] => (item=global)
  931. skipping: [192.168.201.2] => (item=haproxy)
  932. skipping: [192.168.201.2] => (item=rabbitmq)
  933. skipping: [192.168.201.2] => (item=openstack)
  934. skipping: [192.168.201.2] => (item=mariadb)
  935. skipping: [192.168.201.2] => (item=keystone)
  936. skipping: [192.168.201.2] => (item=elasticsearch)
  937.  
  938. TASK: [common | Copying over heka swift config files] *************************
  939. skipping: [192.168.201.2] => (item=swift-account-auditor)
  940. skipping: [192.168.201.2] => (item=swift-account-reaper)
  941. skipping: [192.168.201.2] => (item=swift-account-replicator)
  942. skipping: [192.168.201.2] => (item=swift-account-server)
  943. skipping: [192.168.201.2] => (item=swift-container-auditor)
  944. skipping: [192.168.201.2] => (item=swift-container-replicator)
  945. skipping: [192.168.201.2] => (item=swift-container-server)
  946. skipping: [192.168.201.2] => (item=swift-container-updater)
  947. skipping: [192.168.201.2] => (item=swift-object-auditor)
  948. skipping: [192.168.201.2] => (item=swift-object-expirer)
  949. skipping: [192.168.201.2] => (item=swift-object-replicator)
  950. skipping: [192.168.201.2] => (item=swift-object-server)
  951. skipping: [192.168.201.2] => (item=swift-object-updater)
  952. skipping: [192.168.201.2] => (item=swift-proxy-server)
  953. skipping: [192.168.201.2] => (item=swift-rsyncd)
  954.  
  955. TASK: [common | Copying over heka elasticsearch config file] ******************
  956. skipping: [192.168.201.2] => (item=elasticsearch)
  957.  
  958. TASK: [common | Creating log volume] ******************************************
  959. skipping: [192.168.201.2]
  960.  
  961. TASK: [common | Starting heka bootstrap container] ****************************
  962. skipping: [192.168.201.2]
  963.  
  964. TASK: [common | Starting heka container] **************************************
  965. skipping: [192.168.201.2]
  966.  
  967. TASK: [common | Starting kolla-toolbox container] *****************************
  968. skipping: [192.168.201.2]
  969.  
  970. TASK: [common | Registering common role has run] ******************************
  971. skipping: [192.168.201.2]
  972.  
  973. TASK: [keystone | Ensuring config directories exist] **************************
  974. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  975. <192.168.201.2> REMOTE_MODULE file state=directory path=/etc/kolla/keystone
  976. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467454.41-111635946060336 && echo $HOME/.ansible/tmp/ansible-tmp-1457467454.41-111635946060336'
  977. <192.168.201.2> PUT /tmp/tmpHl41oV TO /root/.ansible/tmp/ansible-tmp-1457467454.41-111635946060336/file
  978. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467454.41-111635946060336/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467454.41-111635946060336/ >/dev/null 2>&1'
  979. ok: [192.168.201.2] => (item=keystone) => {"changed": false, "gid": 0, "group": "root", "item": "keystone", "mode": "0755", "owner": "root", "path": "/etc/kolla/keystone", "size": 4096, "state": "directory", "uid": 0}
  980.  
  981. TASK: [keystone | Copying over config.json files for services] ****************
  982. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  983. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467454.77-83858335415053 && echo $HOME/.ansible/tmp/ansible-tmp-1457467454.77-83858335415053'
  984. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'rc=flag; [ -r /etc/kolla/keystone/config.json ] || rc=2; [ -f /etc/kolla/keystone/config.json ] || rc=1; [ -d /etc/kolla/keystone/config.json ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/keystone/config.json && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/keystone/config.json'"'"'", "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/keystone/config.json'"'"'", "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/keystone/config.json)'
  985. <192.168.201.2> PUT /tmp/tmp1Cpifa TO /root/.ansible/tmp/ansible-tmp-1457467454.77-83858335415053/file
  986. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467454.77-83858335415053/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467454.77-83858335415053/ >/dev/null 2>&1'
  987. ok: [192.168.201.2] => (item=keystone) => {"changed": false, "gid": 0, "group": "root", "item": "keystone", "mode": "0644", "owner": "root", "path": "/etc/kolla/keystone/config.json", "size": 487, "state": "file", "uid": 0}
  988.  
  989. TASK: [keystone | Copying over keystone.conf] *********************************
  990. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  991. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467455.1-220361042947406 && echo $HOME/.ansible/tmp/ansible-tmp-1457467455.1-220361042947406'
  992. <192.168.201.2> PUT /tmp/tmpJCHqQo TO /root/.ansible/tmp/ansible-tmp-1457467455.1-220361042947406/source
  993. <192.168.201.2> PUT /tmp/tmpsJWnY2 TO /root/.ansible/tmp/ansible-tmp-1457467455.1-220361042947406/copy
  994. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467455.1-220361042947406/copy; rm -rf /root/.ansible/tmp/ansible-tmp-1457467455.1-220361042947406/ >/dev/null 2>&1'
  995. ok: [192.168.201.2] => (item=keystone) => {"changed": false, "checksum": "3750dfa9e2c4231e281961eaaca5a7a18887d438", "dest": "/etc/kolla/keystone/keystone.conf", "gid": 0, "group": "root", "item": "keystone", "md5sum": "1396eec4fa4d4399b332f910d3a5f0c4", "mode": "0644", "owner": "root", "size": 206, "src": "/root/.ansible/tmp/ansible-tmp-1457467455.1-220361042947406/source", "state": "file", "uid": 0}
  996.  
  997. TASK: [keystone | Copying over wsgi-keystone.conf] ****************************
  998. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  999. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467455.32-111916635527186 && echo $HOME/.ansible/tmp/ansible-tmp-1457467455.32-111916635527186'
  1000. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'rc=flag; [ -r /etc/kolla/keystone/wsgi-keystone.conf ] || rc=2; [ -f /etc/kolla/keystone/wsgi-keystone.conf ] || rc=1; [ -d /etc/kolla/keystone/wsgi-keystone.conf ] && rc=3; python -V 2>/dev/null || rc=4; [ x"$rc" != "xflag" ] && echo "${rc} "/etc/kolla/keystone/wsgi-keystone.conf && exit 0; (python -c '"'"'import hashlib; BLOCKSIZE = 65536; hasher = hashlib.sha1(); afile = open("'"'"'/etc/kolla/keystone/wsgi-keystone.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/keystone/wsgi-keystone.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/keystone/wsgi-keystone.conf)'
  1001. <192.168.201.2> PUT /tmp/tmpMkMU37 TO /root/.ansible/tmp/ansible-tmp-1457467455.32-111916635527186/file
  1002. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467455.32-111916635527186/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457467455.32-111916635527186/ >/dev/null 2>&1'
  1003. ok: [192.168.201.2] => {"changed": false, "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/kolla/keystone/wsgi-keystone.conf", "size": 1443, "state": "file", "uid": 0}
  1004.  
  1005. TASK: [keystone | Creating Keystone database] *********************************
  1006. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  1007. <192.168.201.2> REMOTE_MODULE command docker exec -t kolla_toolbox /usr/bin/ansible localhost -m mysql_db -a "login_host='192.168.201.100' login_port='3306' login_user='root' login_password=VALUE_HIDDEN name='keystone'"
  1008. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467455.78-110976867311374 && echo $HOME/.ansible/tmp/ansible-tmp-1457467455.78-110976867311374'
  1009. <192.168.201.2> PUT /tmp/tmpSnC7u3 TO /root/.ansible/tmp/ansible-tmp-1457467455.78-110976867311374/command
  1010. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467455.78-110976867311374/command; rm -rf /root/.ansible/tmp/ansible-tmp-1457467455.78-110976867311374/ >/dev/null 2>&1'
  1011. changed: [192.168.201.2 -> 192.168.201.2] => {"changed": true, "cmd": ["docker", "exec", "-t", "kolla_toolbox", "/usr/bin/ansible", "localhost", "-m", "mysql_db", "-a", "login_host='192.168.201.100' login_port='3306' login_user='root' login_password='password' name='keystone'"], "delta": "0:00:03.655153", "end": "2016-03-08 20:04:19.649501", "failed": false, "failed_when_result": false, "rc": 0, "start": "2016-03-08 20:04:15.994348", "stderr": "", "stdout": "localhost | SUCCESS => {\r\n \"changed\": true, \r\n \"db\": \"keystone\"\r\n}", "stdout_lines": ["localhost | SUCCESS => {", " \"changed\": true, ", " \"db\": \"keystone\"", "}"], "warnings": []}
  1012.  
  1013. TASK: [keystone | Reading json from variable] *********************************
  1014. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  1015. ok: [192.168.201.2] => {"ansible_facts": {"database_created": "True"}}
  1016.  
  1017. TASK: [keystone | Creating Keystone database user and setting permissions] ****
  1018. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  1019. <192.168.201.2> REMOTE_MODULE command docker exec -t kolla_toolbox /usr/bin/ansible localhost -m mysql_user -a "login_host='192.168.201.100' login_port='3306' login_user='root' login_password=VALUE_HIDDEN name='keystone' password=VALUE_HIDDEN host='%' priv='keystone.*:ALL' append_privs='yes'"
  1020. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467459.83-213102070702495 && echo $HOME/.ansible/tmp/ansible-tmp-1457467459.83-213102070702495'
  1021. <192.168.201.2> PUT /tmp/tmpDPEaMl TO /root/.ansible/tmp/ansible-tmp-1457467459.83-213102070702495/command
  1022. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467459.83-213102070702495/command; rm -rf /root/.ansible/tmp/ansible-tmp-1457467459.83-213102070702495/ >/dev/null 2>&1'
  1023. changed: [192.168.201.2 -> 192.168.201.2] => {"changed": true, "cmd": ["docker", "exec", "-t", "kolla_toolbox", "/usr/bin/ansible", "localhost", "-m", "mysql_user", "-a", "login_host='192.168.201.100' login_port='3306' login_user='root' login_password='password' name='keystone' password='password' host='%' priv='keystone.*:ALL' append_privs='yes'"], "delta": "0:00:01.236617", "end": "2016-03-08 20:04:21.260999", "failed": false, "failed_when_result": false, "rc": 0, "start": "2016-03-08 20:04:20.024382", "stderr": "", "stdout": "localhost | SUCCESS => {\r\n \"changed\": true, \r\n \"user\": \"keystone\"\r\n}", "stdout_lines": ["localhost | SUCCESS => {", " \"changed\": true, ", " \"user\": \"keystone\"", "}"], "warnings": []}
  1024.  
  1025. TASK: [keystone | Running Keystone bootstrap container] ***********************
  1026. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  1027. <192.168.201.2> REMOTE_MODULE kolla_docker image=operator.local:4000/kollaglue/ubuntu-source-keystone:2.0.0 action=start_container restart_policy=never name=bootstrap_keystone
  1028. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467461.36-14598681544785 && echo $HOME/.ansible/tmp/ansible-tmp-1457467461.36-14598681544785'
  1029. <192.168.201.2> PUT /tmp/tmpgd9436 TO /root/.ansible/tmp/ansible-tmp-1457467461.36-14598681544785/kolla_docker
  1030. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467461.36-14598681544785/kolla_docker; rm -rf /root/.ansible/tmp/ansible-tmp-1457467461.36-14598681544785/ >/dev/null 2>&1'
  1031. changed: [192.168.201.2 -> 192.168.201.2] => {"changed": true, "result": false}
  1032.  
  1033. TASK: [keystone | Starting keystone container] ********************************
  1034. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  1035. <192.168.201.2> REMOTE_MODULE kolla_docker name=keystone image=operator.local:4000/kollaglue/ubuntu-source-keystone:2.0.0 action=start_container
  1036. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467475.56-272273716577280 && echo $HOME/.ansible/tmp/ansible-tmp-1457467475.56-272273716577280'
  1037. <192.168.201.2> PUT /tmp/tmpe9AAO9 TO /root/.ansible/tmp/ansible-tmp-1457467475.56-272273716577280/kolla_docker
  1038. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467475.56-272273716577280/kolla_docker; rm -rf /root/.ansible/tmp/ansible-tmp-1457467475.56-272273716577280/ >/dev/null 2>&1'
  1039. changed: [192.168.201.2] => {"changed": true, "result": false}
  1040.  
  1041. TASK: [keystone | Wait for keystone startup] **********************************
  1042. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  1043. <192.168.201.2> REMOTE_MODULE wait_for host=192.168.201.100 port=35357
  1044. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467476.1-166338382299824 && echo $HOME/.ansible/tmp/ansible-tmp-1457467476.1-166338382299824'
  1045. <192.168.201.2> PUT /tmp/tmpP0YcYz TO /root/.ansible/tmp/ansible-tmp-1457467476.1-166338382299824/wait_for
  1046. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467476.1-166338382299824/wait_for; rm -rf /root/.ansible/tmp/ansible-tmp-1457467476.1-166338382299824/ >/dev/null 2>&1'
  1047. ok: [192.168.201.2] => {"changed": false, "elapsed": 0, "path": null, "port": 35357, "search_regex": null, "state": "started"}
  1048.  
  1049. TASK: [keystone | Creating admin project, user, role, service, and endpoint] ***
  1050. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  1051. <192.168.201.2> REMOTE_MODULE command docker exec -t keystone kolla_keystone_bootstrap admin password admin admin http://192.168.201.100:35357/v3 http://192.168.201.100:5000/v3 http://192.168.201.100:5000/v3 RegionOne
  1052. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457467476.32-140347408347845 && echo $HOME/.ansible/tmp/ansible-tmp-1457467476.32-140347408347845'
  1053. <192.168.201.2> PUT /tmp/tmp23BgrZ TO /root/.ansible/tmp/ansible-tmp-1457467476.32-140347408347845/command
  1054. <192.168.201.2> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.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 192.168.201.2 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457467476.32-140347408347845/command; rm -rf /root/.ansible/tmp/ansible-tmp-1457467476.32-140347408347845/ >/dev/null 2>&1'
  1055. fatal: [192.168.201.2] => Traceback (most recent call last):
  1056. File "/usr/local/lib/python2.7/dist-packages/ansible/runner/__init__.py", line 586, in _executor
  1057. exec_rc = self._executor_internal(host, new_stdin)
  1058. File "/usr/local/lib/python2.7/dist-packages/ansible/runner/__init__.py", line 789, in _executor_internal
  1059. return self._executor_internal_inner(host, self.module_name, self.module_args, inject, port, complex_args=complex_args)
  1060. File "/usr/local/lib/python2.7/dist-packages/ansible/runner/__init__.py", line 1101, in _executor_internal_inner
  1061. data['changed'] = utils.check_conditional(changed_when, self.basedir, inject, fail_on_undefined=self.error_on_undefined_vars)
  1062. File "/usr/local/lib/python2.7/dist-packages/ansible/utils/__init__.py", line 265, in check_conditional
  1063. conditional = template.template(basedir, conditional, inject, fail_on_undefined=fail_on_undefined)
  1064. File "/usr/local/lib/python2.7/dist-packages/ansible/utils/template.py", line 124, in template
  1065. varname = template_from_string(basedir, varname, templatevars, fail_on_undefined)
  1066. File "/usr/local/lib/python2.7/dist-packages/ansible/utils/template.py", line 382, in template_from_string
  1067. res = jinja2.utils.concat(rf)
  1068. File "<template>", line 9, in root
  1069. File "/usr/lib/python2.7/json/__init__.py", line 338, in loads
  1070. return _default_decoder.decode(s)
  1071. File "/usr/lib/python2.7/json/decoder.py", line 366, in decode
  1072. obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  1073. File "/usr/lib/python2.7/json/decoder.py", line 384, in raw_decode
  1074. raise ValueError("No JSON object could be decoded")
  1075. ValueError: No JSON object could be decoded
  1076.  
  1077.  
  1078. FATAL: all hosts have already failed -- aborting
  1079.  
  1080. PLAY RECAP ********************************************************************
  1081. to retry, use: --limit @/root/site.retry
  1082.  
  1083. 192.168.201.2 : ok=75 changed=16 unreachable=0 failed=1
  1084. 192.168.201.3 : ok=23 changed=6 unreachable=0 failed=0
  1085.  
  1086. Command failed ansible-playbook -i /var/src/dev-kolla/conf/01-operator/inventory -e @/etc/kolla/globals.yml -e @/etc/kolla/passwords.yml -e action=deploy /usr/local/share/kolla/ansible/site.yml --verbose --verbose --verbose --verbose --verbose
Add Comment
Please, Sign In to add comment