Guest User

Untitled

a guest
Mar 8th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 254.78 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-1457464816.18-5608025369862 && echo $HOME/.ansible/tmp/ansible-tmp-1457464816.18-5608025369862'
  12. <192.168.201.3> PUT /tmp/tmpQ_QKTP TO /root/.ansible/tmp/ansible-tmp-1457464816.18-5608025369862/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-1457464816.18-5608025369862/setup; rm -rf /root/.ansible/tmp/ansible-tmp-1457464816.18-5608025369862/ >/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-1457464816.18-266151238194928 && echo $HOME/.ansible/tmp/ansible-tmp-1457464816.18-266151238194928'
  18. <192.168.201.2> PUT /tmp/tmp9IiUFq TO /root/.ansible/tmp/ansible-tmp-1457464816.18-266151238194928/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-1457464816.18-266151238194928/setup; rm -rf /root/.ansible/tmp/ansible-tmp-1457464816.18-266151238194928/ >/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-1457464818.43-105342996182459 && echo $HOME/.ansible/tmp/ansible-tmp-1457464818.43-105342996182459'
  26. <192.168.201.3> PUT /tmp/tmp_D_ShV TO /root/.ansible/tmp/ansible-tmp-1457464818.43-105342996182459/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-1457464818.43-105342996182459/command; rm -rf /root/.ansible/tmp/ansible-tmp-1457464818.43-105342996182459/ >/dev/null 2>&1'
  28. ok: [192.168.201.3] => {"changed": false, "cmd": ["getent", "hosts", "192.168.201.3"], "delta": "0:00:00.002246", "end": "2016-03-08 19:20:18.542049", "rc": 0, "start": "2016-03-08 19:20:18.539803", "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-1457464818.44-271556160877165 && echo $HOME/.ansible/tmp/ansible-tmp-1457464818.44-271556160877165'
  32. <192.168.201.2> PUT /tmp/tmp9S5Cna TO /root/.ansible/tmp/ansible-tmp-1457464818.44-271556160877165/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-1457464818.44-271556160877165/command; rm -rf /root/.ansible/tmp/ansible-tmp-1457464818.44-271556160877165/ >/dev/null 2>&1'
  34. ok: [192.168.201.2] => {"changed": false, "cmd": ["getent", "hosts", "192.168.201.2"], "delta": "0:00:00.003295", "end": "2016-03-08 19:20:18.603598", "rc": 0, "start": "2016-03-08 19:20:18.600303", "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.3> ESTABLISH CONNECTION FOR USER: root
  38. ok: [192.168.201.3] => {"ansible_facts": {"storage_hostname": "kolla-network"}}
  39. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  40. ok: [192.168.201.2] => {"ansible_facts": {"storage_hostname": "kolla-control"}}
  41.  
  42. TASK: [common | Ensuring config directories exist] ****************************
  43. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  44. <192.168.201.2> REMOTE_MODULE file state=directory path=/etc/kolla/heka
  45. <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-1457464818.71-244789813927460 && echo $HOME/.ansible/tmp/ansible-tmp-1457464818.71-244789813927460'
  46. <192.168.201.2> PUT /tmp/tmpyNbPE5 TO /root/.ansible/tmp/ansible-tmp-1457464818.71-244789813927460/file
  47. <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-1457464818.71-244789813927460/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464818.71-244789813927460/ >/dev/null 2>&1'
  48. 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}
  49. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  50. <192.168.201.3> REMOTE_MODULE file state=directory path=/etc/kolla/heka
  51. <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-1457464818.72-16447463298444 && echo $HOME/.ansible/tmp/ansible-tmp-1457464818.72-16447463298444'
  52. <192.168.201.3> PUT /tmp/tmplZyLS_ TO /root/.ansible/tmp/ansible-tmp-1457464818.72-16447463298444/file
  53. <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-1457464818.72-16447463298444/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464818.72-16447463298444/ >/dev/null 2>&1'
  54. 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}
  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-1457464818.89-196892918265191 && echo $HOME/.ansible/tmp/ansible-tmp-1457464818.89-196892918265191'
  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/tmpvBldNA TO /root/.ansible/tmp/ansible-tmp-1457464818.89-196892918265191/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-1457464818.89-196892918265191/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464818.89-196892918265191/ >/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-1457464818.88-179133019297266 && echo $HOME/.ansible/tmp/ansible-tmp-1457464818.88-179133019297266'
  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/tmp5Vy4rt TO /root/.ansible/tmp/ansible-tmp-1457464818.88-179133019297266/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-1457464818.88-179133019297266/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464818.88-179133019297266/ >/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.3> ESTABLISH CONNECTION FOR USER: root
  72. <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-1457464819.13-219223817960322 && echo $HOME/.ansible/tmp/ansible-tmp-1457464819.13-219223817960322'
  73. <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)'
  74. <192.168.201.3> PUT /tmp/tmp1sAxVV TO /root/.ansible/tmp/ansible-tmp-1457464819.13-219223817960322/file
  75. <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-1457464819.13-219223817960322/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464819.13-219223817960322/ >/dev/null 2>&1'
  76. 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}
  77. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  78. <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-1457464819.31-259739543362685 && echo $HOME/.ansible/tmp/ansible-tmp-1457464819.31-259739543362685'
  79. <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 = op<192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  80. <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-1457464819.13-64048241683750 && echo $HOME/.ansible/tmp/ansible-tmp-1457464819.13-64048241683750'
  81. <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)'
  82. <192.168.201.2> PUT /tmp/tmpH5R8pR TO /root/.ansible/tmp/ansible-tmp-1457464819.13-64048241683750/file
  83. <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-1457464819.13-64048241683750/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464819.13-64048241683750/ >/dev/null 2>&1'
  84. 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}
  85. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  86. <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-1457464819.31-88224235418452 && echo $HOME/.ansible/tmp/ansible-tmp-1457464819.31-88224235418452'
  87. <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 = 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.2> PUT /tmp/tmp4gwZOi TO /root/.ansible/tmp/ansible-tmp-1457464819.31-88224235418452/file
  89. <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-1457464819.31-88224235418452/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464819.31-88224235418452/ >/dev/null 2>&1'
  90. 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}
  91. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  92. <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-1457464819.45-47629825264606 && echo $HOME/.ansible/tmp/ansible-tmp-1457464819.45-47629825264606'
  93. <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)'
  94. <192.168.201.2> PUT /tmp/tmpVp3lrl TO /root/.ansible/tmp/ansible-tmp-1457464819.45-47629825264606/file
  95. <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-1457464819.45-47629825264606/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464819.45-47629825264606/ >/dev/null 2>&1'
  96. 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}
  97. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  98. <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.en("'"'"'/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.3> PUT /tmp/tmpHdkSGe TO /root/.ansible/tmp/ansible-tmp-1457464819.31-259739543362685/file
  100. <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-1457464819.31-259739543362685/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464819.31-259739543362685/ >/dev/null 2>&1'
  101. 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}
  102. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  103. <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-1457464819.46-128209657859381 && echo $HOME/.ansible/tmp/ansible-tmp-1457464819.46-128209657859381'
  104. <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)'
  105. <192.168.201.3> PUT /tmp/tmpO3PNRd TO /root/.ansible/tmp/ansible-tmp-1457464819.46-128209657859381/file
  106. <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-1457464819.46-128209657859381/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464819.46-128209657859381/ >/dev/null 2>&1'
  107. 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}
  108. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  109. <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 ConnectTime201.2 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457464819.6-76897360993080 && echo $HOME/.ansible/tmp/ansible-tmp-1457464819.6-76897360993080'
  110. <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)'
  111. <192.168.201.2> PUT /tmp/tmpZ99euC TO /root/.ansible/tmp/ansible-tmp-1457464819.6-76897360993080/file
  112. <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-1457464819.6-76897360993080/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464819.6-76897360993080/ >/dev/null 2>&1'
  113. 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}
  114. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  115. <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-1457464819.74-172261846644730 && echo $HOME/.ansible/tmp/ansible-tmp-1457464819.74-172261846644730'
  116. <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)'
  117. <192.168.201.2> PUT /tmp/tmpNVIeuL TO /root/.ansible/tmp/ansible-tmp-1457out=10 192.168.201.3 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457464819.61-30049520982302 && echo $HOME/.ansible/tmp/ansible-tmp-1457464819.61-30049520982302'
  118. <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)'
  119. <192.168.201.3> PUT /tmp/tmpgshrXF TO /root/.ansible/tmp/ansible-tmp-1457464819.61-30049520982302/file
  120. <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-1457464819.61-30049520982302/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464819.61-30049520982302/ >/dev/null 2>&1'
  121. 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}
  122. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  123. <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-1457464819.75-84519985804186 && echo $HOME/.ansible/tmp/ansible-tmp-1457464819.75-84519985804186'
  124. <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)'
  125. <192.168.201.3> PUT /tmp/tmp0mOnoN TO /root/.ansible/tm464819.74-172261846644730/file
  126. <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-1457464819.74-172261846644730/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464819.74-172261846644730/ >/dev/null 2>&1'
  127. 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}
  128. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  129. <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-1457464819.88-115415850748648 && echo $HOME/.ansible/tmp/ansible-tmp-1457464819.88-115415850748648'
  130. <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)'
  131. <192.168.201.2> PUT /tmp/tmpv9MHeq TO /root/.ansible/tmp/ansible-tmp-1457464819.88-115415850748648/file
  132. <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-1457464819.88-115415850748648/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464819.88-115415850748648/ >/dev/null 2>&1'
  133. 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}
  134. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  135. <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-1457464820.02-124174600704411 && echo $HOME/.ansible/tmp/ansible-tmp-1457464820.02-124174600704411'
  136. <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 KbdInteractiveAuthenticatip/ansible-tmp-1457464819.75-84519985804186/file
  137. <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-1457464819.75-84519985804186/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464819.75-84519985804186/ >/dev/null 2>&1'
  138. 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}
  139. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  140. <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-1457464819.89-271603927753556 && echo $HOME/.ansible/tmp/ansible-tmp-1457464819.89-271603927753556'
  141. <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)'
  142. <192.168.201.3> PUT /tmp/tmpe2C2bs TO /root/.ansible/tmp/ansible-tmp-1457464819.89-271603927753556/file
  143. <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-1457464819.89-271603927753556/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464819.89-271603927753556/ >/dev/null 2>&1'
  144. 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}
  145. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  146. <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-1457464820.04-127185449814266 && echo $HOME/.ansible/tmp/ansible-tmp-1457464820.04-127185449814266'
  147. <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 KbdInteracton=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)'
  148. <192.168.201.2> PUT /tmp/tmppFRXEA TO /root/.ansible/tmp/ansible-tmp-1457464820.02-124174600704411/file
  149. <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-1457464820.02-124174600704411/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464820.02-124174600704411/ >/dev/null 2>&1'
  150. 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}
  151. iveAuthentication=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)'
  152. <192.168.201.3> PUT /tmp/tmpaEI5jf TO /root/.ansible/tmp/ansible-tmp-1457464820.04-127185449814266/file
  153. <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-1457464820.04-127185449814266/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464820.04-127185449814266/ >/dev/null 2>&1'
  154. 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}
  155.  
  156. TASK: [common | Copying over heka swift config files] *************************
  157. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  158. <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-1457464820.22-281162705129995 && echo $HOME/.ansible/tmp/ansible-tmp-1457464820.22-281162705129995'
  159. <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)'
  160. <192.168.201.2> PUT /tmp/tmpkXNwjT TO /root/.ansible/tmp/ansible-tmp-1457464820.22-281162705129995/file
  161. <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-1457464820.22-281162705129995/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464820.22-281162705129995/ >/dev/null 2>&1'
  162. 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}
  163. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  164. <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-1457464820.41-235083154202043 && echo $HOME/.ansible/tmp/ansible-tmp-1457464820.41-235083154202043'
  165. <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(B<192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  166. <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-1457464820.23-115767989845578 && echo $HOME/.ansible/tmp/ansible-tmp-1457464820.23-115767989845578'
  167. <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)'
  168. <192.168.201.3> PUT /tmp/tmp7SoG9L TO /root/.ansible/tmp/ansible-tmp-1457464820.23-115767989845578/file
  169. <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-1457464820.23-115767989845578/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464820.23-115767989845578/ >/dev/null 2>&1'
  170. 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}
  171. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  172. <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-1457464820.42-253989362038965 && echo $HOME/.ansible/tmp/ansible-tmp-1457464820.42-253989362038965'
  173. <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(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/tmpMRgD1I TO /root/.ansible/tmp/ansible-tmp-1457464820.42-253989362038965/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-1457464820.42-253989362038965/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464820.42-253989362038965/ >/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-1457464820.57-68290857588948 && echo $HOME/.ansible/tmp/ansible-tmp-1457464820.57-68290857588948'
  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/tmpG6CMwC TO /root/.ansible/tmp/ansible-tmp-1457464820.57-68290857588948/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-1457464820.57-68290857588948/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464820.57-68290857588948/ >/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": "/eLOCKSIZE) 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/tmp9w8gzQ TO /root/.ansible/tmp/ansible-tmp-1457464820.41-235083154202043/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-1457464820.41-235083154202043/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464820.41-235083154202043/ >/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-1457464820.58-56706862215558 && echo $HOME/.ansible/tmp/ansible-tmp-1457464820.58-56706862215558'
  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/tmpFYOXwH TO /root/.ansible/tmp/ansible-tmp-1457464820.58-56706862215558/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-1457464820.58-56706862215558/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464820.58-56706862215558/ >/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": "/etc/kolla/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-1457464820.71-111266892307363 && echo $HOME/.ansible/tmp/ansible-tmp-1457464820.71-111266892307363'
  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/tmpt857AA TO /root/.ansible/tmp/ansible-tmp-1457464820.71-111266892307363/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-1457464820.71-111266892307363/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464820.71-111266892307363/ >/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-1457464820.86-184044899844586 && echo $HOME/.ansible/tmp/ansible-tmp-1457464820.86-184044899844586'
  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(); afiltc/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-1457464820.72-103435529473955 && echo $HOME/.ansible/tmp/ansible-tmp-1457464820.72-103435529473955'
  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/tmpKRuPj5 TO /root/.ansible/tmp/ansible-tmp-1457464820.72-103435529473955/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-1457464820.72-103435529473955/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464820.72-103435529473955/ >/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-1457464820.87-7831549256574 && echo $HOME/.ansible/tmp/ansible-tmp-1457464820.87-7831549256574'
  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(); afile = e = 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)'
  210. <192.168.201.3> PUT /tmp/tmpcQyWOM TO /root/.ansible/tmp/ansible-tmp-1457464820.86-184044899844586/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-1457464820.86-184044899844586/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464820.86-184044899844586/ >/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-1457464821.01-205987293330246 && echo $HOME/.ansible/tmp/ansible-tmp-1457464821.01-205987293330246'
  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/tmp7qN5AN TO /root/.ansible/tmp/ansible-tmp-1457464821.01-205987293330246/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-1457464821.01-205987293330246/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464821.01-205987293330246/ >/dev/null 2>&1'
  218. ok: [192.168.201.3] => (item=swift-container-replicatoopen("'"'"'/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)'
  219. <192.168.201.2> PUT /tmp/tmp7ZhL0E TO /root/.ansible/tmp/ansible-tmp-1457464820.87-7831549256574/file
  220. <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-1457464820.87-7831549256574/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464820.87-7831549256574/ >/dev/null 2>&1'
  221. 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}
  222. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  223. <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-1457464821.03-49843264566279 && echo $HOME/.ansible/tmp/ansible-tmp-1457464821.03-49843264566279'
  224. <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)'
  225. <192.168.201.2> PUT /tmp/tmpcJVM4G TO /root/.ansible/tmp/ansible-tmp-1457464821.03-49843264566279/file
  226. <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-1457464821.03-49843264566279/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464821.03-49843264566279/ >/dev/null 2>&1'
  227. ok: [192.168.201.2] => (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}
  228. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  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 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457464821.17-196487833949479 && echo $HOME/.ansible/tmp/ansible-tmp-1457464821.17-196487833949479'
  230. <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)'
  231. <192.168.201.2> PUT /tmp/tmpcPijmb TO /root/.ansible/tmp/ansible-tmp-1457464821.17-196487833949479/file
  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 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457464821.17-196487833949479/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464821.17-196487833949479/ >/dev/null 2>&1'
  233. 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}
  234. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  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 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457464821.31-92315085902665 && echo $HOME/.ansible/tmp/ansible-tmp-1457464821.31-92315085902665'
  236. <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" ] && echo "${rc} "/er) => {"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}
  237. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  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 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457464821.16-50626424355195 && echo $HOME/.ansible/tmp/ansible-tmp-1457464821.16-50626424355195'
  239. <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)'
  240. <192.168.201.3> PUT /tmp/tmprcD07n TO /root/.ansible/tmp/ansible-tmp-1457464821.16-50626424355195/file
  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 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457464821.16-50626424355195/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464821.16-50626424355195/ >/dev/null 2>&1'
  242. 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}
  243. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  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 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457464821.31-214068724982789 && echo $HOME/.ansible/tmp/ansible-tmp-1457464821.31-214068724982789'
  245. <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/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)'
  246. <192.168.201.3> PUT /tmp/tmpMHrdLH TO /root/.ansible/tmp/ansible-tmp-1457464821.31-214068724982789/file
  247. <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-1457464821.31-214068724982789/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464821.31-214068724982789/ >/dev/null 2>&1'
  248. 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}
  249. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  250. <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-1457464821.48-223065252901602 && echo $HOME/.ansible/tmp/ansible-tmp-1457464821.48-223065252901602'
  251. <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)'
  252. <192.168.201.3> PUT /tmp/tmpwEJi_2 TO /root/.ansible/tmp/ansible-tmp-1457464821.48-223065252901602/file
  253. <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-1457464821.48-223065252901602/file; rm -rf /root/.ansible/tmp/ansibtc/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)'
  254. <192.168.201.2> PUT /tmp/tmpYXVuEI TO /root/.ansible/tmp/ansible-tmp-1457464821.31-92315085902665/file
  255. <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-1457464821.31-92315085902665/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464821.31-92315085902665/ >/dev/null 2>&1'
  256. 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}
  257. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  258. <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-1457464821.49-196875487764620 && echo $HOME/.ansible/tmp/ansible-tmp-1457464821.49-196875487764620'
  259. <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)'
  260. <192.168.201.2> PUT /tmp/tmpQdk64K TO /root/.ansible/tmp/ansible-tmp-1457464821.49-196875487764620/file
  261. <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-1457464821.49-196875487764620/file; rm -rf /root/.ansible/tmp/ansible-tmp-14574648le-tmp-1457464821.48-223065252901602/ >/dev/null 2>&1'
  262. 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}
  263. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  264. <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-1457464821.63-33250708396338 && echo $HOME/.ansible/tmp/ansible-tmp-1457464821.63-33250708396338'
  265. <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)'
  266. <192.168.201.3> PUT /tmp/tmpQfygr5 TO /root/.ansible/tmp/ansible-tmp-1457464821.63-33250708396338/file
  267. <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-1457464821.63-33250708396338/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464821.63-33250708396338/ >/dev/null 2>&1'
  268. 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}
  269. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  270. <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-1457464821.77-217771686771049 && echo $HOME/.ansible/tmp/ansible-tmp-1457464821.77-217771686771049'
  271. <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.toml21.49-196875487764620/ >/dev/null 2>&1'
  272. 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}
  273. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  274. <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-1457464821.65-233345434252852 && echo $HOME/.ansible/tmp/ansible-tmp-1457464821.65-233345434252852'
  275. <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)'
  276. <192.168.201.2> PUT /tmp/tmplHND5o TO /root/.ansible/tmp/ansible-tmp-1457464821.65-233345434252852/file
  277. <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-1457464821.65-233345434252852/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464821.65-233345434252852/ >/dev/null 2>&1'
  278. 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}
  279. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  280. <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-1457464821.78-93961465469863 && echo $HOME/.ansible/tmp/ansible-tmp-1457464821.78-93961465469863'
  281. <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;  ] && rc=3; python -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)'
  282. <192.168.201.3> PUT /tmp/tmp_7v_IF TO /root/.ansible/tmp/ansible-tmp-1457464821.77-217771686771049/file
  283. <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-1457464821.77-217771686771049/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464821.77-217771686771049/ >/dev/null 2>&1'
  284. 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}
  285. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  286. <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-1457464821.91-215810999437772 && echo $HOME/.ansible/tmp/ansible-tmp-1457464821.91-215810999437772'
  287. <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)'
  288. <192.168.201.3> PUT /tmp/tmpzgnHtY TO /root/.ansible/tmp/ansible-tmp-1457464821.91-215810999437772/file
  289. <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-145python -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)'
  290. <192.168.201.2> PUT /tmp/tmpRsaQ1W TO /root/.ansible/tmp/ansible-tmp-1457464821.78-93961465469863/file
  291. <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-1457464821.78-93961465469863/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464821.78-93961465469863/ >/dev/null 2>&1'
  292. 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}
  293. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  294. <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-1457464821.93-28847070002636 && echo $HOME/.ansible/tmp/ansible-tmp-1457464821.93-28847070002636'
  295. <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)'
  296. <192.168.201.2> PUT /tmp/tmp94C3s2 TO /root/.ansible/tmp/ansible-tmp-1457464821.93-28847070002636/file
  297. <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-1457464821.93-28847077464821.91-215810999437772/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464821.91-215810999437772/ >/dev/null 2>&1'
  298. 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}
  299. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  300. <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-1457464822.06-116627577753788 && echo $HOME/.ansible/tmp/ansible-tmp-1457464822.06-116627577753788'
  301. <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)'
  302. <192.168.201.3> PUT /tmp/tmpfS2TJ9 TO /root/.ansible/tmp/ansible-tmp-1457464822.06-116627577753788/file
  303. <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-1457464822.06-116627577753788/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464822.06-116627577753788/ >/dev/null 2>&1'
  304. 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}
  305. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  306. <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-1457464822.21-211574031122722 && echo $HOME/.ansible/tmp/ansible-tmp-1457464822.21-211574031122722'
  307. <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=10002636/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464821.93-28847070002636/ >/dev/null 2>&1'
  308. 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}
  309. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  310. <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-1457464822.08-154667358625758 && echo $HOME/.ansible/tmp/ansible-tmp-1457464822.08-154667358625758'
  311. <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)'
  312. <192.168.201.2> PUT /tmp/tmpg8hnH3 TO /root/.ansible/tmp/ansible-tmp-1457464822.08-154667358625758/file
  313. <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-1457464822.08-154667358625758/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464822.08-154667358625758/ >/dev/null 2>&1'
  314. 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}
  315. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  316. <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-1457464822.23-71956079579186 && echo $HOME/.ansible/tmp/ansible-tmp-1457464822.23-71956079579186'
  317. <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; [ -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)'
  318. <192.168.201.3> PUT /tmp/tmpVN0MsK TO /root/.ansible/tmp/ansible-tmp-1457464822.21-211574031122722/file
  319. <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-1457464822.21-211574031122722/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464822.21-211574031122722/ >/dev/null 2>&1'
  320. 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}
  321. <192.168.201.3> ESTABLISH CONNECTION FOR USER: root
  322. <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-1457464822.38-69290073886750 && echo $HOME/.ansible/tmp/ansible-tmp-1457464822.38-69290073886750'
  323. <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)'
  324. <192.168.201.3> PUT /tmp/tmpsqbxa1 TO /root/.ansible/tmp/ansible-tmp-1457464822.38-69290073886750/file
  325. <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-1457464822.38-69290073886750/file; rm -/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)'
  326. <192.168.201.2> PUT /tmp/tmpkejbKW TO /root/.ansible/tmp/ansible-tmp-1457464822.23-71956079579186/file
  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 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457464822.23-71956079579186/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464822.23-71956079579186/ >/dev/null 2>&1'
  328. 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}
  329. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  330. <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-1457464822.39-15155350603211 && echo $HOME/.ansible/tmp/ansible-tmp-1457464822.39-15155350603211'
  331. <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)'
  332. <192.168.201.2> PUT /tmp/tmp6WSsLW TO /root/.ansible/tmp/ansible-tmp-1457464822.39-15155350603211/file
  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 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1457464822.39-15155350603211/file; rm -rf /root/.ansible/tmp/ansrf /root/.ansible/tmp/ansible-tmp-1457464822.38-69290073886750/ >/dev/null 2>&1'
  334. 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}
  335. ible-tmp-1457464822.39-15155350603211/ >/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.3] => (item=elasticsearch)
  340. skipping: [192.168.201.2] => (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-1457464822.65-190460608319891 && echo $HOME/.ansible/tmp/ansible-tmp-1457464822.65-190460608319891'
  346. <192.168.201.3> PUT /tmp/tmpetuLHc TO /root/.ansible/tmp/ansible-tmp-1457464822.65-190460608319891/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-1457464822.65-190460608319891/kolla_docker; rm -rf /root/.ansible/tmp/ansible-tmp-1457464822.65-190460608319891/ >/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-1457464822.65-192478537773273 && echo $HOME/.ansible/tmp/ansible-tmp-1457464822.65-192478537773273'
  352. <192.168.201.2> PUT /tmp/tmpjT_BEy TO /root/.ansible/tmp/ansible-tmp-1457464822.65-192478537773273/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-1457464822.65-192478537773273/kolla_docker; rm -rf /root/.ansible/tmp/ansible-tmp-1457464822.65-192478537773273/ >/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-1457464822.93-8323291358926 && echo $HOME/.ansible/tmp/ansible-tmp-1457464822.93-8323291358926'
  360. <192.168.201.3> PUT /tmp/tmp56Sd9I TO /root/.ansible/tmp/ansible-tmp-1457464822.93-8323291358926/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-1457464822.93-8323291358926/kolla_docker; rm -rf /root/.ansible/tmp/ansible-tmp-1457464822.93-8323291358926/ >/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-1457464822.93-206638577228996 && echo $HOME/.ansible/tmp/ansible-tmp-1457464822.93-206638577228996'
  366. <192.168.201.2> PUT /tmp/tmpgL0EiY TO /root/.ansible/tmp/ansible-tmp-1457464822.93-206638577228996/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-1457464822.93-206638577228996/kolla_docker; rm -rf /root/.ansible/tmp/ansible-tmp-1457464822.93-206638577228996/ >/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-1457464823.68-118546014744624 && echo $HOME/.ansible/tmp/ansible-tmp-1457464823.68-118546014744624'
  374. <192.168.201.3> PUT /tmp/tmpIkfo1j TO /root/.ansible/tmp/ansible-tmp-1457464823.68-118546014744624/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-1457464823.68-118546014744624/kolla_docker; rm -rf /root/.ansible/tmp/ansible-tmp-1457464823.68-118546014744624/ >/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-1457464823.68-99150059227900 && echo $HOME/.ansible/tmp/ansible-tmp-1457464823.68-99150059227900'
  380. <192.168.201.2> PUT /tmp/tmpLekvy7 TO /root/.ansible/tmp/ansible-tmp-1457464823.68-99150059227900/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-1457464823.68-99150059227900/kolla_docker; rm -rf /root/.ansible/tmp/ansible-tmp-1457464823.68-99150059227900/ >/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-1457464824.22-98607091482605 && echo $HOME/.ansible/tmp/ansible-tmp-1457464824.22-98607091482605'
  388. <192.168.201.3> PUT /tmp/tmpxjVKfQ TO /root/.ansible/tmp/ansible-tmp-1457464824.22-98607091482605/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-1457464824.22-98607091482605/kolla_docker; rm -rf /root/.ansible/tmp/ansible-tmp-1457464824.22-98607091482605/ >/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-1457464824.22-243081022475053 && echo $HOME/.ansible/tmp/ansible-tmp-1457464824.22-243081022475053'
  394. <192.168.201.2> PUT /tmp/tmpMltuvE TO /root/.ansible/tmp/ansible-tmp-1457464824.22-243081022475053/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-1457464824.22-243081022475053/kolla_docker; rm -rf /root/.ansible/tmp/ansible-tmp-1457464824.22-243081022475053/ >/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-1457464824.85-132794527957722 && echo $HOME/.ansible/tmp/ansible-tmp-1457464824.85-132794527957722'
  409. <192.168.201.3> PUT /tmp/tmpHIRMw5 TO /root/.ansible/tmp/ansible-tmp-1457464824.85-132794527957722/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-1457464824.85-132794527957722/sysctl; rm -rf /root/.ansible/tmp/ansible-tmp-1457464824.85-132794527957722/ >/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-1457464826.0-81562462871130 && echo $HOME/.ansible/tmp/ansible-tmp-1457464826.0-81562462871130'
  419. <192.168.201.3> PUT /tmp/tmpRFlPpi TO /root/.ansible/tmp/ansible-tmp-1457464826.0-81562462871130/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-1457464826.0-81562462871130/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464826.0-81562462871130/ >/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-1457464826.1-280749681888167 && echo $HOME/.ansible/tmp/ansible-tmp-1457464826.1-280749681888167'
  425. <192.168.201.3> PUT /tmp/tmpCcOt7C TO /root/.ansible/tmp/ansible-tmp-1457464826.1-280749681888167/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-1457464826.1-280749681888167/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464826.1-280749681888167/ >/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-1457464826.23-22385863701599 && echo $HOME/.ansible/tmp/ansible-tmp-1457464826.23-22385863701599'
  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/tmpXlsbIj TO /root/.ansible/tmp/ansible-tmp-1457464826.23-22385863701599/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-1457464826.23-22385863701599/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464826.23-22385863701599/ >/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-1457464826.39-271965707020645 && echo $HOME/.ansible/tmp/ansible-tmp-1457464826.39-271965707020645'
  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/tmpicGPgW TO /root/.ansible/tmp/ansible-tmp-1457464826.39-271965707020645/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-1457464826.39-271965707020645/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464826.39-271965707020645/ >/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-1457464826.57-85471311805006 && echo $HOME/.ansible/tmp/ansible-tmp-1457464826.57-85471311805006'
  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/tmprX4gCb TO /root/.ansible/tmp/ansible-tmp-1457464826.57-85471311805006/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-1457464826.57-85471311805006/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464826.57-85471311805006/ >/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-1457464826.97-89987543358293 && echo $HOME/.ansible/tmp/ansible-tmp-1457464826.97-89987543358293'
  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/tmpXV7Wj3 TO /root/.ansible/tmp/ansible-tmp-1457464826.97-89987543358293/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-1457464826.97-89987543358293/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464826.97-89987543358293/ >/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-1457464827.25-19547417853036 && echo $HOME/.ansible/tmp/ansible-tmp-1457464827.25-19547417853036'
  472. <192.168.201.3> PUT /tmp/tmpXc3njB TO /root/.ansible/tmp/ansible-tmp-1457464827.25-19547417853036/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-1457464827.25-19547417853036/kolla_docker; rm -rf /root/.ansible/tmp/ansible-tmp-1457464827.25-19547417853036/ >/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-1457464827.67-33874308628497 && echo $HOME/.ansible/tmp/ansible-tmp-1457464827.67-33874308628497'
  481. <192.168.201.3> PUT /tmp/tmpD4zD_A TO /root/.ansible/tmp/ansible-tmp-1457464827.67-33874308628497/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-1457464827.67-33874308628497/kolla_docker; rm -rf /root/.ansible/tmp/ansible-tmp-1457464827.67-33874308628497/ >/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-1457464828.01-217020773825968 && echo $HOME/.ansible/tmp/ansible-tmp-1457464828.01-217020773825968'
  490. <192.168.201.3> PUT /tmp/tmpJHANMq TO /root/.ansible/tmp/ansible-tmp-1457464828.01-217020773825968/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-1457464828.01-217020773825968/command; rm -rf /root/.ansible/tmp/ansible-tmp-1457464828.01-217020773825968/ >/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.089325", "end": "2016-03-08 19:20:28.243929", "rc": 0, "start": "2016-03-08 19:20:28.154604", "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-1457464828.31-272600602359877 && echo $HOME/.ansible/tmp/ansible-tmp-1457464828.31-272600602359877'
  499. <192.168.201.3> PUT /tmp/tmpknoDnU TO /root/.ansible/tmp/ansible-tmp-1457464828.31-272600602359877/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-1457464828.31-272600602359877/wait_for; rm -rf /root/.ansible/tmp/ansible-tmp-1457464828.31-272600602359877/ >/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-1457464828.46-4624605793527 && echo $HOME/.ansible/tmp/ansible-tmp-1457464828.46-4624605793527'
  515. <192.168.201.2> PUT /tmp/tmpGyKCQJ TO /root/.ansible/tmp/ansible-tmp-1457464828.46-4624605793527/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-1457464828.46-4624605793527/setup; rm -rf /root/.ansible/tmp/ansible-tmp-1457464828.46-4624605793527/ >/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-1457464828.93-124620166997187 && echo $HOME/.ansible/tmp/ansible-tmp-1457464828.93-124620166997187'
  523. <192.168.201.2> PUT /tmp/tmpqCywRg TO /root/.ansible/tmp/ansible-tmp-1457464828.93-124620166997187/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-1457464828.93-124620166997187/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464828.93-124620166997187/ >/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-1457464829.03-247226393209218 && echo $HOME/.ansible/tmp/ansible-tmp-1457464829.03-247226393209218'
  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/tmpgMsYBB TO /root/.ansible/tmp/ansible-tmp-1457464829.03-247226393209218/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-1457464829.03-247226393209218/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464829.03-247226393209218/ >/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-1457464829.22-18990523936095 && echo $HOME/.ansible/tmp/ansible-tmp-1457464829.22-18990523936095'
  539. <192.168.201.2> PUT /tmp/tmpCzNtjX TO /root/.ansible/tmp/ansible-tmp-1457464829.22-18990523936095/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-1457464829.22-18990523936095/kolla_docker; rm -rf /root/.ansible/tmp/ansible-tmp-1457464829.22-18990523936095/ >/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-1457464829.57-93779260442400 && echo $HOME/.ansible/tmp/ansible-tmp-1457464829.57-93779260442400'
  549. <192.168.201.2> PUT /tmp/tmp3IT5Dm TO /root/.ansible/tmp/ansible-tmp-1457464829.57-93779260442400/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-1457464829.57-93779260442400/setup; rm -rf /root/.ansible/tmp/ansible-tmp-1457464829.57-93779260442400/ >/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-1457464830.32-254784326216854 && echo $HOME/.ansible/tmp/ansible-tmp-1457464830.32-254784326216854'
  613. <192.168.201.2> PUT /tmp/tmpRYmJkf TO /root/.ansible/tmp/ansible-tmp-1457464830.32-254784326216854/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-1457464830.32-254784326216854/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464830.32-254784326216854/ >/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-1457464830.44-81687361303025 && echo $HOME/.ansible/tmp/ansible-tmp-1457464830.44-81687361303025'
  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/tmpoUSmJn TO /root/.ansible/tmp/ansible-tmp-1457464830.44-81687361303025/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-1457464830.44-81687361303025/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464830.44-81687361303025/ >/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-1457464830.62-59700830638920 && echo $HOME/.ansible/tmp/ansible-tmp-1457464830.62-59700830638920'
  628. <192.168.201.2> PUT /tmp/tmpnvFvQk TO /root/.ansible/tmp/ansible-tmp-1457464830.62-59700830638920/source
  629. <192.168.201.2> PUT /tmp/tmpRDsmS4 TO /root/.ansible/tmp/ansible-tmp-1457464830.62-59700830638920/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-1457464830.62-59700830638920/copy; rm -rf /root/.ansible/tmp/ansible-tmp-1457464830.62-59700830638920/ >/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-1457464830.62-59700830638920/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-1457464830.83-28272732350048 && echo $HOME/.ansible/tmp/ansible-tmp-1457464830.83-28272732350048']
  636. <127.0.0.1> PUT /tmp/tmp26Bdv_ TO /root/.ansible/tmp/ansible-tmp-1457464830.83-28272732350048/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-1457464830.83-28272732350048/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464830.83-28272732350048/ >/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-1457464830.93-86405393999082 && echo $HOME/.ansible/tmp/ansible-tmp-1457464830.93-86405393999082']
  643. <127.0.0.1> PUT /tmp/tmpLjvT5X TO /root/.ansible/tmp/ansible-tmp-1457464830.93-86405393999082/source
  644. <127.0.0.1> PUT /tmp/tmpuzZo0g TO /root/.ansible/tmp/ansible-tmp-1457464830.93-86405393999082/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-1457464830.93-86405393999082/copy; rm -rf /root/.ansible/tmp/ansible-tmp-1457464830.93-86405393999082/ >/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-1457464830.93-86405393999082/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-1457464831.01-130385451968804 && echo $HOME/.ansible/tmp/ansible-tmp-1457464831.01-130385451968804'
  652. <192.168.201.2> PUT /tmp/tmptEmR_x TO /root/.ansible/tmp/ansible-tmp-1457464831.01-130385451968804/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-1457464831.01-130385451968804/kolla_docker; rm -rf /root/.ansible/tmp/ansible-tmp-1457464831.01-130385451968804/ >/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-1457464831.23-163619899298369 && echo $HOME/.ansible/tmp/ansible-tmp-1457464831.23-163619899298369']
  666. <127.0.0.1> PUT /tmp/tmpKvVwTY TO /root/.ansible/tmp/ansible-tmp-1457464831.23-163619899298369/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-1457464831.23-163619899298369/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464831.23-163619899298369/ >/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-1457464831.32-237142411517501 && echo $HOME/.ansible/tmp/ansible-tmp-1457464831.32-237142411517501'
  674. <192.168.201.2> PUT /tmp/tmpSHxv1s TO /root/.ansible/tmp/ansible-tmp-1457464831.32-237142411517501/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-1457464831.32-237142411517501/kolla_docker; rm -rf /root/.ansible/tmp/ansible-tmp-1457464831.32-237142411517501/ >/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-1457464831.74-228785592436106 && echo $HOME/.ansible/tmp/ansible-tmp-1457464831.74-228785592436106'
  682. <192.168.201.2> PUT /tmp/tmpI5Gi1a TO /root/.ansible/tmp/ansible-tmp-1457464831.74-228785592436106/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-1457464831.74-228785592436106/command; rm -rf /root/.ansible/tmp/ansible-tmp-1457464831.74-228785592436106/ >/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-1457464842.21-55665574423116 && echo $HOME/.ansible/tmp/ansible-tmp-1457464842.21-55665574423116'
  686. <192.168.201.2> PUT /tmp/tmpmJceCU TO /root/.ansible/tmp/ansible-tmp-1457464842.21-55665574423116/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-1457464842.21-55665574423116/command; rm -rf /root/.ansible/tmp/ansible-tmp-1457464842.21-55665574423116/ >/dev/null 2>&1'
  688. Result from run 1 is: {'cmd': ['docker', 'exec', 'mariadb', 'ls', '/var/lib/mysql/cluster.exists'], 'end': '2016-03-08 19:20:42.695184', 'stdout': u'', 'changed': True, 'attempts': 1, 'start': '2016-03-08 19:20:42.456577', 'delta': '0:00:00.238607', '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-1457464852.72-238743970606442 && echo $HOME/.ansible/tmp/ansible-tmp-1457464852.72-238743970606442'
  691. <192.168.201.2> PUT /tmp/tmp495fOG TO /root/.ansible/tmp/ansible-tmp-1457464852.72-238743970606442/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-1457464852.72-238743970606442/command; rm -rf /root/.ansible/tmp/ansible-tmp-1457464852.72-238743970606442/ >/dev/null 2>&1'
  693. Result from run 2 is: {'cmd': ['docker', 'exec', 'mariadb', 'ls', '/var/lib/mysql/cluster.exists'], 'end': '2016-03-08 19:20:53.101223', 'stdout': '/var/lib/mysql/cluster.exists', 'changed': True, 'attempts': 2, 'start': '2016-03-08 19:20:52.902798', 'delta': '0:00:00.198425', '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.198425", "end": "2016-03-08 19:20:53.101223", "item": "cluster.exists", "rc": 0, "start": "2016-03-08 19:20:52.902798", "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-1457464853.12-141405079054851 && echo $HOME/.ansible/tmp/ansible-tmp-1457464853.12-141405079054851'
  698. <192.168.201.2> PUT /tmp/tmp9oEUQx TO /root/.ansible/tmp/ansible-tmp-1457464853.12-141405079054851/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-1457464853.12-141405079054851/command; rm -rf /root/.ansible/tmp/ansible-tmp-1457464853.12-141405079054851/ >/dev/null 2>&1'
  700. ok: [192.168.201.2] => (item=mariadb.pid) => {"attempts": 0, "changed": false, "cmd": ["docker", "exec", "mariadb", "ls", "/var/lib/mysql/mariadb.pid"], "delta": "0:00:00.118859", "end": "2016-03-08 19:20:53.331788", "item": "mariadb.pid", "rc": 0, "start": "2016-03-08 19:20:53.212929", "stderr": "", "stdout": "/var/lib/mysql/mariadb.pid", "stdout_lines": ["/var/lib/mysql/mariadb.pid"], "warnings": []}
  701.  
  702. TASK: [mariadb | Starting mariadb container] **********************************
  703. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  704. <192.168.201.2> REMOTE_MODULE kolla_docker name=mariadb image=operator.local:4000/kollaglue/ubuntu-source-mariadb:2.0.0 action=start_container
  705. <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-1457464853.37-43558984100036 && echo $HOME/.ansible/tmp/ansible-tmp-1457464853.37-43558984100036'
  706. <192.168.201.2> PUT /tmp/tmpZdOTxH TO /root/.ansible/tmp/ansible-tmp-1457464853.37-43558984100036/kolla_docker
  707. <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-1457464853.37-43558984100036/kolla_docker; rm -rf /root/.ansible/tmp/ansible-tmp-1457464853.37-43558984100036/ >/dev/null 2>&1'
  708. changed: [192.168.201.2] => {"changed": true, "result": false}
  709.  
  710. TASK: [mariadb | Waiting for MariaDB service to be ready] *********************
  711. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  712. <192.168.201.2> REMOTE_MODULE command docker exec mariadb ls /var/lib/mysql/mariadb.pid
  713. <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-1457464854.0-95851612440943 && echo $HOME/.ansible/tmp/ansible-tmp-1457464854.0-95851612440943'
  714. <192.168.201.2> PUT /tmp/tmpLf0iVG TO /root/.ansible/tmp/ansible-tmp-1457464854.0-95851612440943/command
  715. <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-1457464854.0-95851612440943/command; rm -rf /root/.ansible/tmp/ansible-tmp-1457464854.0-95851612440943/ >/dev/null 2>&1'
  716. ok: [192.168.201.2] => {"attempts": 0, "changed": false, "cmd": ["docker", "exec", "mariadb", "ls", "/var/lib/mysql/mariadb.pid"], "delta": "0:00:00.150192", "end": "2016-03-08 19:20:54.291353", "rc": 0, "start": "2016-03-08 19:20:54.141161", "stderr": "", "stdout": "/var/lib/mysql/mariadb.pid", "stdout_lines": ["/var/lib/mysql/mariadb.pid"], "warnings": []}
  717.  
  718. TASK: [mariadb | Creating haproxy mysql user] *********************************
  719. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  720. <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"
  721. <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-1457464854.36-237029538173929 && echo $HOME/.ansible/tmp/ansible-tmp-1457464854.36-237029538173929'
  722. <192.168.201.2> PUT /tmp/tmpWay9bM TO /root/.ansible/tmp/ansible-tmp-1457464854.36-237029538173929/command
  723. <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-1457464854.36-237029538173929/command; rm -rf /root/.ansible/tmp/ansible-tmp-1457464854.36-237029538173929/ >/dev/null 2>&1'
  724. <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"
  725. <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-1457464862.31-42991534713833 && echo $HOME/.ansible/tmp/ansible-tmp-1457464862.31-42991534713833'
  726. <192.168.201.2> PUT /tmp/tmpe5r2S6 TO /root/.ansible/tmp/ansible-tmp-1457464862.31-42991534713833/command
  727. <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-1457464862.31-42991534713833/command; rm -rf /root/.ansible/tmp/ansible-tmp-1457464862.31-42991534713833/ >/dev/null 2>&1'
  728. 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 19:21:03.614364', 'stdout': 'localhost | SUCCESS => {\r\n "changed": true, \r\n "user": "haproxy"\r\n}', 'changed': True, 'attempts': 1, 'start': '2016-03-08 19:21:02.517008', 'delta': '0:00:01.097356', 'stderr': u'', 'rc': 0, 'warnings': []}
  729. 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.097356", "end": "2016-03-08 19:21:03.614364", "rc": 0, "start": "2016-03-08 19:21:02.517008", "stderr": "", "stdout": "localhost | SUCCESS => {\r\n    \"changed\": true, \r\n    \"user\": \"haproxy\"\r\n}", "stdout_lines": ["localhost | SUCCESS => {", "    \"changed\": true, ", "    \"user\": \"haproxy\"", "}"], "warnings": []}
  730.  
  731. TASK: [mariadb | Cleaning up facts] *******************************************
  732. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  733. ok: [192.168.201.2] => {"ansible_facts": {"delegate_host": "bootstraped"}}
  734.  
  735. TASK: [mariadb | Starting mariadb container] **********************************
  736. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  737. <192.168.201.2> REMOTE_MODULE kolla_docker name=mariadb image=operator.local:4000/kollaglue/ubuntu-source-mariadb:2.0.0 action=start_container
  738. <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-1457464863.68-52442838237885 && echo $HOME/.ansible/tmp/ansible-tmp-1457464863.68-52442838237885'
  739. <192.168.201.2> PUT /tmp/tmpf_Whvs TO /root/.ansible/tmp/ansible-tmp-1457464863.68-52442838237885/kolla_docker
  740. <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-1457464863.68-52442838237885/kolla_docker; rm -rf /root/.ansible/tmp/ansible-tmp-1457464863.68-52442838237885/ >/dev/null 2>&1'
  741. ok: [192.168.201.2] => {"changed": false, "result": false}
  742.  
  743. TASK: [mariadb | Waiting for MariaDB service to be ready] *********************
  744. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  745. <192.168.201.2> REMOTE_MODULE command docker exec mariadb ls /var/lib/mysql/mariadb.pid
  746. <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-1457464863.94-232325584460597 && echo $HOME/.ansible/tmp/ansible-tmp-1457464863.94-232325584460597'
  747. <192.168.201.2> PUT /tmp/tmpIylsH0 TO /root/.ansible/tmp/ansible-tmp-1457464863.94-232325584460597/command
  748. <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-1457464863.94-232325584460597/command; rm -rf /root/.ansible/tmp/ansible-tmp-1457464863.94-232325584460597/ >/dev/null 2>&1'
  749. ok: [192.168.201.2] => {"attempts": 0, "changed": false, "cmd": ["docker", "exec", "mariadb", "ls", "/var/lib/mysql/mariadb.pid"], "delta": "0:00:00.099905", "end": "2016-03-08 19:21:04.127736", "rc": 0, "start": "2016-03-08 19:21:04.027831", "stderr": "", "stdout": "/var/lib/mysql/mariadb.pid", "stdout_lines": ["/var/lib/mysql/mariadb.pid"], "warnings": []}
  750.  
  751. TASK: [mariadb | Creating haproxy mysql user] *********************************
  752. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  753. <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"
  754. <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-1457464864.19-103057656543097 && echo $HOME/.ansible/tmp/ansible-tmp-1457464864.19-103057656543097'
  755. <192.168.201.2> PUT /tmp/tmpMRU63w TO /root/.ansible/tmp/ansible-tmp-1457464864.19-103057656543097/command
  756. <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-1457464864.19-103057656543097/command; rm -rf /root/.ansible/tmp/ansible-tmp-1457464864.19-103057656543097/ >/dev/null 2>&1'
  757. 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:00.915327", "end": "2016-03-08 19:21:05.227618", "rc": 0, "start": "2016-03-08 19:21:04.312291", "stderr": "", "stdout": "localhost | SUCCESS => {\r\n    \"changed\": false, \r\n    \"user\": \"haproxy\"\r\n}", "stdout_lines": ["localhost | SUCCESS => {", "    \"changed\": false, ", "    \"user\": \"haproxy\"", "}"], "warnings": []}
  758.  
  759. TASK: [mariadb | Cleaning up facts] *******************************************
  760. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  761. ok: [192.168.201.2] => {"ansible_facts": {"delegate_host": "bootstraped"}}
  762.  
  763. TASK: [mariadb | Waiting for MariaDB service to be ready through VIP] *********
  764. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  765. <192.168.201.2> REMOTE_MODULE command docker exec mariadb mysql -h 192.168.201.100 -u haproxy -e 'show databases;'
  766. <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-1457464865.28-204471854938566 && echo $HOME/.ansible/tmp/ansible-tmp-1457464865.28-204471854938566'
  767. <192.168.201.2> PUT /tmp/tmp3vlCgg TO /root/.ansible/tmp/ansible-tmp-1457464865.28-204471854938566/command
  768. <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-1457464865.28-204471854938566/command; rm -rf /root/.ansible/tmp/ansible-tmp-1457464865.28-204471854938566/ >/dev/null 2>&1'
  769. <192.168.201.2> REMOTE_MODULE command docker exec mariadb mysql -h 192.168.201.100 -u haproxy -e 'show databases;'
  770. <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-1457464875.56-42329141490518 && echo $HOME/.ansible/tmp/ansible-tmp-1457464875.56-42329141490518'
  771. <192.168.201.2> PUT /tmp/tmpIuHxYs TO /root/.ansible/tmp/ansible-tmp-1457464875.56-42329141490518/command
  772. <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-1457464875.56-42329141490518/command; rm -rf /root/.ansible/tmp/ansible-tmp-1457464875.56-42329141490518/ >/dev/null 2>&1'
  773. Result from run 1 is: {'cmd': ['docker', 'exec', 'mariadb', 'mysql', '-h', '192.168.201.100', '-u', 'haproxy', '-e', 'show databases;'], 'end': '2016-03-08 19:21:16.036049', 'stdout': 'Database\ninformation_schema', 'changed': True, 'attempts': 1, 'start': '2016-03-08 19:21:15.787848', 'delta': '0:00:00.248201', 'stderr': u'', 'rc': 0, 'warnings': []}
  774. 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.248201", "end": "2016-03-08 19:21:16.036049", "rc": 0, "start": "2016-03-08 19:21:15.787848", "stderr": "", "stdout": "Database\ninformation_schema", "stdout_lines": ["Database", "information_schema"], "warnings": []}
  775.  
  776. PLAY [rabbitmq] ***************************************************************
  777.  
  778. GATHERING FACTS ***************************************************************
  779. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  780. <192.168.201.2> REMOTE_MODULE setup
  781. <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-1457464876.07-280405586084441 && echo $HOME/.ansible/tmp/ansible-tmp-1457464876.07-280405586084441'
  782. <192.168.201.2> PUT /tmp/tmpKCgx_c TO /root/.ansible/tmp/ansible-tmp-1457464876.07-280405586084441/setup
  783. <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-1457464876.07-280405586084441/setup; rm -rf /root/.ansible/tmp/ansible-tmp-1457464876.07-280405586084441/ >/dev/null 2>&1'
  784. ok: [192.168.201.2]
  785.  
  786. TASK: [common | Looking up storage hostname] **********************************
  787. skipping: [192.168.201.2]
  788.  
  789. TASK: [common | Setting storage hostname] *************************************
  790. skipping: [192.168.201.2]
  791.  
  792. TASK: [common | Ensuring config directories exist] ****************************
  793. skipping: [192.168.201.2] => (item=heka)
  794.  
  795. TASK: [common | Copying over config.json files for services] ******************
  796. skipping: [192.168.201.2] => (item=heka)
  797.  
  798. TASK: [common | Copying over heka config files] *******************************
  799. skipping: [192.168.201.2] => (item=global)
  800. skipping: [192.168.201.2] => (item=haproxy)
  801. skipping: [192.168.201.2] => (item=rabbitmq)
  802. skipping: [192.168.201.2] => (item=openstack)
  803. skipping: [192.168.201.2] => (item=mariadb)
  804. skipping: [192.168.201.2] => (item=keystone)
  805. skipping: [192.168.201.2] => (item=elasticsearch)
  806.  
  807. TASK: [common | Copying over heka swift config files] *************************
  808. skipping: [192.168.201.2] => (item=swift-account-auditor)
  809. skipping: [192.168.201.2] => (item=swift-account-reaper)
  810. skipping: [192.168.201.2] => (item=swift-account-replicator)
  811. skipping: [192.168.201.2] => (item=swift-account-server)
  812. skipping: [192.168.201.2] => (item=swift-container-auditor)
  813. skipping: [192.168.201.2] => (item=swift-container-replicator)
  814. skipping: [192.168.201.2] => (item=swift-container-server)
  815. skipping: [192.168.201.2] => (item=swift-container-updater)
  816. skipping: [192.168.201.2] => (item=swift-object-auditor)
  817. skipping: [192.168.201.2] => (item=swift-object-expirer)
  818. skipping: [192.168.201.2] => (item=swift-object-replicator)
  819. skipping: [192.168.201.2] => (item=swift-object-server)
  820. skipping: [192.168.201.2] => (item=swift-object-updater)
  821. skipping: [192.168.201.2] => (item=swift-proxy-server)
  822. skipping: [192.168.201.2] => (item=swift-rsyncd)
  823.  
  824. TASK: [common | Copying over heka elasticsearch config file] ******************
  825. skipping: [192.168.201.2] => (item=elasticsearch)
  826.  
  827. TASK: [common | Creating log volume] ******************************************
  828. skipping: [192.168.201.2]
  829.  
  830. TASK: [common | Starting heka bootstrap container] ****************************
  831. skipping: [192.168.201.2]
  832.  
  833. TASK: [common | Starting heka container] **************************************
  834. skipping: [192.168.201.2]
  835.  
  836. TASK: [common | Starting kolla-toolbox container] *****************************
  837. skipping: [192.168.201.2]
  838.  
  839. TASK: [common | Registering common role has run] ******************************
  840. skipping: [192.168.201.2]
  841.  
  842. TASK: [rabbitmq | Ensuring config directories exist] **************************
  843. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  844. <192.168.201.2> REMOTE_MODULE file state=directory path=/etc/kolla/rabbitmq
  845. <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-1457464876.85-114622440857973 && echo $HOME/.ansible/tmp/ansible-tmp-1457464876.85-114622440857973'
  846. <192.168.201.2> PUT /tmp/tmp5h8Mhz TO /root/.ansible/tmp/ansible-tmp-1457464876.85-114622440857973/file
  847. <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-1457464876.85-114622440857973/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464876.85-114622440857973/ >/dev/null 2>&1'
  848. 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}
  849.  
  850. TASK: [rabbitmq | Copying over config.json files for services] ****************
  851. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  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 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457464877.0-278033726808763 && echo $HOME/.ansible/tmp/ansible-tmp-1457464877.0-278033726808763'
  853. <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)'
  854. <192.168.201.2> PUT /tmp/tmp7dAtqw TO /root/.ansible/tmp/ansible-tmp-1457464877.0-278033726808763/file
  855. <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-1457464877.0-278033726808763/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464877.0-278033726808763/ >/dev/null 2>&1'
  856. 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}
  857.  
  858. TASK: [rabbitmq | Copying over rabbitmq*.conf] ********************************
  859. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  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 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457464877.18-38489592173835 && echo $HOME/.ansible/tmp/ansible-tmp-1457464877.18-38489592173835'
  861. <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)'
  862. <192.168.201.2> PUT /tmp/tmpfLB0nt TO /root/.ansible/tmp/ansible-tmp-1457464877.18-38489592173835/file
  863. <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-1457464877.18-38489592173835/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464877.18-38489592173835/ >/dev/null 2>&1'
  864. 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}
  865. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  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 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457464877.36-1997660921148 && echo $HOME/.ansible/tmp/ansible-tmp-1457464877.36-1997660921148'
  867. <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)'
  868. <192.168.201.2> PUT /tmp/tmp9R55Gx TO /root/.ansible/tmp/ansible-tmp-1457464877.36-1997660921148/file
  869. <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-1457464877.36-1997660921148/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464877.36-1997660921148/ >/dev/null 2>&1'
  870. 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}
  871. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  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 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457464877.53-37437939847797 && echo $HOME/.ansible/tmp/ansible-tmp-1457464877.53-37437939847797'
  873. <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)'
  874. <192.168.201.2> PUT /tmp/tmp7NduBK TO /root/.ansible/tmp/ansible-tmp-1457464877.53-37437939847797/file
  875. <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-1457464877.53-37437939847797/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464877.53-37437939847797/ >/dev/null 2>&1'
  876. 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}
  877.  
  878. TASK: [rabbitmq | Creating rabbitmq volume] ***********************************
  879. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  880. <192.168.201.2> REMOTE_MODULE kolla_docker name=rabbitmq action=create_volume
  881. <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-1457464877.75-260362844812362 && echo $HOME/.ansible/tmp/ansible-tmp-1457464877.75-260362844812362'
  882. <192.168.201.2> PUT /tmp/tmp5_2qXU TO /root/.ansible/tmp/ansible-tmp-1457464877.75-260362844812362/kolla_docker
  883. <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-1457464877.75-260362844812362/kolla_docker; rm -rf /root/.ansible/tmp/ansible-tmp-1457464877.75-260362844812362/ >/dev/null 2>&1'
  884. changed: [192.168.201.2] => {"changed": true, "result": false}
  885.  
  886. TASK: [rabbitmq | Running RabbitMQ bootstrap container] ***********************
  887. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  888. <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
  889. <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-1457464877.97-200744004331623 && echo $HOME/.ansible/tmp/ansible-tmp-1457464877.97-200744004331623'
  890. <192.168.201.2> PUT /tmp/tmp0dmWnZ TO /root/.ansible/tmp/ansible-tmp-1457464877.97-200744004331623/kolla_docker
  891. <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-1457464877.97-200744004331623/kolla_docker; rm -rf /root/.ansible/tmp/ansible-tmp-1457464877.97-200744004331623/ >/dev/null 2>&1'
  892. changed: [192.168.201.2] => {"changed": true, "result": false}
  893.  
  894. TASK: [rabbitmq | Starting rabbitmq container] ********************************
  895. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  896. <192.168.201.2> REMOTE_MODULE kolla_docker name=rabbitmq image=operator.local:4000/kollaglue/ubuntu-source-rabbitmq:2.0.0 action=start_container
  897. <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-1457464878.87-43530627101849 && echo $HOME/.ansible/tmp/ansible-tmp-1457464878.87-43530627101849'
  898. <192.168.201.2> PUT /tmp/tmpt2vJL1 TO /root/.ansible/tmp/ansible-tmp-1457464878.87-43530627101849/kolla_docker
  899. <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-1457464878.87-43530627101849/kolla_docker; rm -rf /root/.ansible/tmp/ansible-tmp-1457464878.87-43530627101849/ >/dev/null 2>&1'
  900. changed: [192.168.201.2] => {"changed": true, "result": false}
  901.  
  902. PLAY [keystone] ***************************************************************
  903.  
  904. GATHERING FACTS ***************************************************************
  905. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  906. <192.168.201.2> REMOTE_MODULE setup
  907. <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-1457464879.21-250094868030866 && echo $HOME/.ansible/tmp/ansible-tmp-1457464879.21-250094868030866'
  908. <192.168.201.2> PUT /tmp/tmpK0jHaF TO /root/.ansible/tmp/ansible-tmp-1457464879.21-250094868030866/setup
  909. <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-1457464879.21-250094868030866/setup; rm -rf /root/.ansible/tmp/ansible-tmp-1457464879.21-250094868030866/ >/dev/null 2>&1'
  910. ok: [192.168.201.2]
  911.  
  912. TASK: [common | Looking up storage hostname] **********************************
  913. skipping: [192.168.201.2]
  914.  
  915. TASK: [common | Setting storage hostname] *************************************
  916. skipping: [192.168.201.2]
  917.  
  918. TASK: [common | Ensuring config directories exist] ****************************
  919. skipping: [192.168.201.2] => (item=heka)
  920.  
  921. TASK: [common | Copying over config.json files for services] ******************
  922. skipping: [192.168.201.2] => (item=heka)
  923.  
  924. TASK: [common | Copying over heka config files] *******************************
  925. skipping: [192.168.201.2] => (item=global)
  926. skipping: [192.168.201.2] => (item=haproxy)
  927. skipping: [192.168.201.2] => (item=rabbitmq)
  928. skipping: [192.168.201.2] => (item=openstack)
  929. skipping: [192.168.201.2] => (item=mariadb)
  930. skipping: [192.168.201.2] => (item=keystone)
  931. skipping: [192.168.201.2] => (item=elasticsearch)
  932.  
  933. TASK: [common | Copying over heka swift config files] *************************
  934. skipping: [192.168.201.2] => (item=swift-account-auditor)
  935. skipping: [192.168.201.2] => (item=swift-account-reaper)
  936. skipping: [192.168.201.2] => (item=swift-account-replicator)
  937. skipping: [192.168.201.2] => (item=swift-account-server)
  938. skipping: [192.168.201.2] => (item=swift-container-auditor)
  939. skipping: [192.168.201.2] => (item=swift-container-replicator)
  940. skipping: [192.168.201.2] => (item=swift-container-server)
  941. skipping: [192.168.201.2] => (item=swift-container-updater)
  942. skipping: [192.168.201.2] => (item=swift-object-auditor)
  943. skipping: [192.168.201.2] => (item=swift-object-expirer)
  944. skipping: [192.168.201.2] => (item=swift-object-replicator)
  945. skipping: [192.168.201.2] => (item=swift-object-server)
  946. skipping: [192.168.201.2] => (item=swift-object-updater)
  947. skipping: [192.168.201.2] => (item=swift-proxy-server)
  948. skipping: [192.168.201.2] => (item=swift-rsyncd)
  949.  
  950. TASK: [common | Copying over heka elasticsearch config file] ******************
  951. skipping: [192.168.201.2] => (item=elasticsearch)
  952.  
  953. TASK: [common | Creating log volume] ******************************************
  954. skipping: [192.168.201.2]
  955.  
  956. TASK: [common | Starting heka bootstrap container] ****************************
  957. skipping: [192.168.201.2]
  958.  
  959. TASK: [common | Starting heka container] **************************************
  960. skipping: [192.168.201.2]
  961.  
  962. TASK: [common | Starting kolla-toolbox container] *****************************
  963. skipping: [192.168.201.2]
  964.  
  965. TASK: [common | Registering common role has run] ******************************
  966. skipping: [192.168.201.2]
  967.  
  968. TASK: [keystone | Ensuring config directories exist] **************************
  969. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  970. <192.168.201.2> REMOTE_MODULE file state=directory path=/etc/kolla/keystone
  971. <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-1457464880.43-140728532121078 && echo $HOME/.ansible/tmp/ansible-tmp-1457464880.43-140728532121078'
  972. <192.168.201.2> PUT /tmp/tmpdAqLZp TO /root/.ansible/tmp/ansible-tmp-1457464880.43-140728532121078/file
  973. <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-1457464880.43-140728532121078/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464880.43-140728532121078/ >/dev/null 2>&1'
  974. 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}
  975.  
  976. TASK: [keystone | Copying over config.json files for services] ****************
  977. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  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 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457464880.65-248456290732713 && echo $HOME/.ansible/tmp/ansible-tmp-1457464880.65-248456290732713'
  979. <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)'
  980. <192.168.201.2> PUT /tmp/tmpk1VUDj TO /root/.ansible/tmp/ansible-tmp-1457464880.65-248456290732713/file
  981. <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-1457464880.65-248456290732713/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464880.65-248456290732713/ >/dev/null 2>&1'
  982. 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}
  983.  
  984. TASK: [keystone | Copying over keystone.conf] *********************************
  985. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  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 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457464880.93-234349891682098 && echo $HOME/.ansible/tmp/ansible-tmp-1457464880.93-234349891682098'
  987. <192.168.201.2> PUT /tmp/tmpGgfaYj TO /root/.ansible/tmp/ansible-tmp-1457464880.93-234349891682098/source
  988. <192.168.201.2> PUT /tmp/tmplP6tr_ TO /root/.ansible/tmp/ansible-tmp-1457464880.93-234349891682098/copy
  989. <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-1457464880.93-234349891682098/copy; rm -rf /root/.ansible/tmp/ansible-tmp-1457464880.93-234349891682098/ >/dev/null 2>&1'
  990. 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-1457464880.93-234349891682098/source", "state": "file", "uid": 0}
  991.  
  992. TASK: [keystone | Copying over wsgi-keystone.conf] ****************************
  993. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  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 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1457464881.13-31495189735028 && echo $HOME/.ansible/tmp/ansible-tmp-1457464881.13-31495189735028'
  995. <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)'
  996. <192.168.201.2> PUT /tmp/tmpaEFsvd TO /root/.ansible/tmp/ansible-tmp-1457464881.13-31495189735028/file
  997. <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-1457464881.13-31495189735028/file; rm -rf /root/.ansible/tmp/ansible-tmp-1457464881.13-31495189735028/ >/dev/null 2>&1'
  998. 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}
  999.  
  1000. TASK: [keystone | Creating Keystone database] *********************************
  1001. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  1002. <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'"
  1003. <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-1457464881.51-251475074794124 && echo $HOME/.ansible/tmp/ansible-tmp-1457464881.51-251475074794124'
  1004. <192.168.201.2> PUT /tmp/tmpfITYD3 TO /root/.ansible/tmp/ansible-tmp-1457464881.51-251475074794124/command
  1005. <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-1457464881.51-251475074794124/command; rm -rf /root/.ansible/tmp/ansible-tmp-1457464881.51-251475074794124/ >/dev/null 2>&1'
  1006. 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:02.276654", "end": "2016-03-08 19:21:23.956455", "failed": false, "failed_when_result": false, "rc": 0, "start": "2016-03-08 19:21:21.679801", "stderr": "", "stdout": "localhost | SUCCESS => {\r\n    \"changed\": true, \r\n    \"db\": \"keystone\"\r\n}", "stdout_lines": ["localhost | SUCCESS => {", "    \"changed\": true, ", "    \"db\": \"keystone\"", "}"], "warnings": []}
  1007.  
  1008. TASK: [keystone | Reading json from variable] *********************************
  1009. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  1010. ok: [192.168.201.2] => {"ansible_facts": {"database_created": "True"}}
  1011.  
  1012. TASK: [keystone | Creating Keystone database user and setting permissions] ****
  1013. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  1014. <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'"
  1015. <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-1457464884.04-12765895791764 && echo $HOME/.ansible/tmp/ansible-tmp-1457464884.04-12765895791764'
  1016. <192.168.201.2> PUT /tmp/tmpwavYuc TO /root/.ansible/tmp/ansible-tmp-1457464884.04-12765895791764/command
  1017. <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-1457464884.04-12765895791764/command; rm -rf /root/.ansible/tmp/ansible-tmp-1457464884.04-12765895791764/ >/dev/null 2>&1'
  1018. 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.155509", "end": "2016-03-08 19:21:25.314043", "failed": false, "failed_when_result": false, "rc": 0, "start": "2016-03-08 19:21:24.158534", "stderr": "", "stdout": "localhost | SUCCESS => {\r\n    \"changed\": true, \r\n    \"user\": \"keystone\"\r\n}", "stdout_lines": ["localhost | SUCCESS => {", "    \"changed\": true, ", "    \"user\": \"keystone\"", "}"], "warnings": []}
  1019.  
  1020. TASK: [keystone | Running Keystone bootstrap container] ***********************
  1021. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  1022. <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
  1023. <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-1457464885.4-56792726660721 && echo $HOME/.ansible/tmp/ansible-tmp-1457464885.4-56792726660721'
  1024. <192.168.201.2> PUT /tmp/tmpRp95Fp TO /root/.ansible/tmp/ansible-tmp-1457464885.4-56792726660721/kolla_docker
  1025. <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-1457464885.4-56792726660721/kolla_docker; rm -rf /root/.ansible/tmp/ansible-tmp-1457464885.4-56792726660721/ >/dev/null 2>&1'
  1026. changed: [192.168.201.2 -> 192.168.201.2] => {"changed": true, "result": false}
  1027.  
  1028. TASK: [keystone | Starting keystone container] ********************************
  1029. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  1030. <192.168.201.2> REMOTE_MODULE kolla_docker name=keystone image=operator.local:4000/kollaglue/ubuntu-source-keystone:2.0.0 action=start_container
  1031. <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-1457464906.38-562596394612 && echo $HOME/.ansible/tmp/ansible-tmp-1457464906.38-562596394612'
  1032. <192.168.201.2> PUT /tmp/tmpwR9FsB TO /root/.ansible/tmp/ansible-tmp-1457464906.38-562596394612/kolla_docker
  1033. <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-1457464906.38-562596394612/kolla_docker; rm -rf /root/.ansible/tmp/ansible-tmp-1457464906.38-562596394612/ >/dev/null 2>&1'
  1034. changed: [192.168.201.2] => {"changed": true, "result": false}
  1035.  
  1036. TASK: [keystone | Wait for keystone startup] **********************************
  1037. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  1038. <192.168.201.2> REMOTE_MODULE wait_for host=192.168.201.100 port=35357
  1039. <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-1457464907.01-63599273774847 && echo $HOME/.ansible/tmp/ansible-tmp-1457464907.01-63599273774847'
  1040. <192.168.201.2> PUT /tmp/tmp_WRCyl TO /root/.ansible/tmp/ansible-tmp-1457464907.01-63599273774847/wait_for
  1041. <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-1457464907.01-63599273774847/wait_for; rm -rf /root/.ansible/tmp/ansible-tmp-1457464907.01-63599273774847/ >/dev/null 2>&1'
  1042. ok: [192.168.201.2] => {"changed": false, "elapsed": 0, "path": null, "port": 35357, "search_regex": null, "state": "started"}
  1043.  
  1044. TASK: [keystone | Creating admin project, user, role, service, and endpoint] ***
  1045. <192.168.201.2> ESTABLISH CONNECTION FOR USER: root
  1046. <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
  1047. <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-1457464907.21-65620387408434 && echo $HOME/.ansible/tmp/ansible-tmp-1457464907.21-65620387408434'
  1048. <192.168.201.2> PUT /tmp/tmpG0H3xn TO /root/.ansible/tmp/ansible-tmp-1457464907.21-65620387408434/command
  1049. <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-1457464907.21-65620387408434/command; rm -rf /root/.ansible/tmp/ansible-tmp-1457464907.21-65620387408434/ >/dev/null 2>&1'
  1050. fatal: [192.168.201.2] => Traceback (most recent call last):
  1051.  File "/usr/local/lib/python2.7/dist-packages/ansible/runner/__init__.py", line 586, in _executor
  1052.    exec_rc = self._executor_internal(host, new_stdin)
  1053.  File "/usr/local/lib/python2.7/dist-packages/ansible/runner/__init__.py", line 789, in _executor_internal
  1054.    return self._executor_internal_inner(host, self.module_name, self.module_args, inject, port, complex_args=complex_args)
  1055.  File "/usr/local/lib/python2.7/dist-packages/ansible/runner/__init__.py", line 1101, in _executor_internal_inner
  1056.    data['changed'] = utils.check_conditional(changed_when, self.basedir, inject, fail_on_undefined=self.error_on_undefined_vars)
  1057.  File "/usr/local/lib/python2.7/dist-packages/ansible/utils/__init__.py", line 265, in check_conditional
  1058.    conditional = template.template(basedir, conditional, inject, fail_on_undefined=fail_on_undefined)
  1059.  File "/usr/local/lib/python2.7/dist-packages/ansible/utils/template.py", line 124, in template
  1060.    varname = template_from_string(basedir, varname, templatevars, fail_on_undefined)
  1061.  File "/usr/local/lib/python2.7/dist-packages/ansible/utils/template.py", line 382, in template_from_string
  1062.    res = jinja2.utils.concat(rf)
  1063.  File "<template>", line 9, in root
  1064.  File "/usr/lib/python2.7/json/__init__.py", line 338, in loads
  1065.    return _default_decoder.decode(s)
  1066.  File "/usr/lib/python2.7/json/decoder.py", line 366, in decode
  1067.    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  1068.  File "/usr/lib/python2.7/json/decoder.py", line 384, in raw_decode
  1069.    raise ValueError("No JSON object could be decoded")
  1070. ValueError: No JSON object could be decoded
  1071.  
  1072.  
  1073. FATAL: all hosts have already failed -- aborting
  1074.  
  1075. PLAY RECAP ********************************************************************
  1076.           to retry, use: --limit @/root/site.retry
  1077.  
  1078. 192.168.201.2              : ok=75   changed=16   unreachable=0    failed=1  
  1079. 192.168.201.3              : ok=23   changed=6    unreachable=0    failed=0  
  1080.  
  1081. 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
Advertisement
Add Comment
Please, Sign In to add comment