Skip to content

Instantly share code, notes, and snippets.

@alextricity25
Created June 28, 2016 19:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alextricity25/20c7045737324f4cc991864fd8ba1f65 to your computer and use it in GitHub Desktop.
Save alextricity25/20c7045737324f4cc991864fd8ba1f65 to your computer and use it in GitHub Desktop.
TASK [os_swift : Get swift rings]
TASK [os_swift : Get swift rings] **********************************************
task path: /etc/ansible/roles/os_swift/tasks/swift_rings_distribute.yml:22
<172.29.236.150> ESTABLISH SSH CONNECTION FOR USER: root
<172.29.236.150> SSH: ansible.cfg set ssh_args: (-o)(ControlMaster=auto)(-o)(ControlPersist=60s)
<172.29.236.150> SSH: ANSIBLE_HOST_KEY_CHECKING/host_key_checking disabled: (-o)(StrictHostKeyChecking=no)
<172.29.236.150> SSH: ansible_password/ansible_ssh_pass not set: (-o)(KbdInteractiveAuthentication=no)(-o)(PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey)(-o)(PasswordAuthentication=no)
<172.29.236.150> SSH: ANSIBLE_REMOTE_USER/remote_user/ansible_user/user/-u set: (-o)(User=root)
<172.29.236.150> SSH: ANSIBLE_TIMEOUT/timeout set: (-o)(ConnectTimeout=120)
<172.29.236.150> SSH: PlayContext set ssh_common_args: ()
<172.29.236.150> SSH: PlayContext set ssh_extra_args: ()
<172.29.236.150> SSH: found only ControlPersist; added ControlPath: (-o)(ControlPath=/root/.ansible/cp/ansible-ssh-%h-%p-%r)
<172.29.236.150> SSH: EXEC ssh -C -vvv -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=120 -o ControlPath=/root/.ansible/cp/ansible-ssh-%h-%p-%r 172.29.236.150 '/bin/sh -c '"'"'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 /usr/bin/python && sleep 0'"'"''
fatal: [swift1 -> None]: FAILED! => {"changed": false, "cmd": "/usr/bin/rsync --delay-updates -F --compress --archive --rsh 'ssh -S none -o StrictHostKeyChecking=no' --rsync-path=\"sudo rsync\" --out-format='<<CHANGED>>%i %n%L' \"/etc/swift/ring_build_files/\" \"172.29.236.150:/etc/swift/\"", "failed": true, "invocation": {"module_args": {"_local_rsync_path": "rsync", "_substitute_controller": false, "archive": true, "checksum": false, "compress": true, "copy_links": null, "delete": false, "dest": "172.29.236.150:/etc/swift/", "dest_port": 22, "dirs": false, "existing_only": false, "group": null, "links": null, "mode": "push", "owner": null, "partial": false, "perms": null, "private_key": null, "recursive": null, "rsync_opts": null, "rsync_path": "\"sudo rsync\"", "rsync_timeout": 0, "set_remote_user": false, "src": "/etc/swift/ring_build_files/", "ssh_args": null, "times": null, "verify_host": false}}, "msg": "------------------------------------------------------------------------------\n* WARNING *\n* You are accessing a secured system and your actions will be logged along *\n* with identifying information. Disconnect immediately if you are not an *\n* authorized user of this system. *\n------------------------------------------------------------------------------\nPermission denied, please try again.\r\nPermission denied, please try again.\r\nPermission denied (publickey,password).\r\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: error in rsync protocol data stream (code 12) at io.c(226) [sender=3.1.0]\n", "rc": 12}
to retry, use: --limit @os-swift-install.retry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment