You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doing vagrant up on my Fedora 24 laptop fails. It asks me for the password of vagrant user and doesn't go further. I already tried using the string vagrant as password:
TASK [openshift : include] *****************************************************
included: /home/dshah/playground/pipeline/centos-cccp-ansible/roles/openshift/tasks/fetch.yml for cccp-node2.example.com
TASK [openshift : Pull oc files from openshift] ********************************
[email protected]'s password:
failed: [cccp-node2.example.com] (item={u'dest': u'/tmp/oc', u'src': u'/usr/bin/oc'}) => {"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' \"[email protected]:/usr/bin/oc\" \"/tmp/oc\"", "failed": true, "item": {"dest": "/tmp/oc", "src": "/usr/bin/oc"}, "msg": "Connection to cccp-node2.example.com closed by remote host.\r\nrsync: connection unexpectedly closed (0 bytes received so far) [Receiver]\nrsync error: unexplained error (code 255) at io.c(226) [Receiver=3.1.2]\n", "rc": 255}
[email protected]'s password:
changed: [cccp-node2.example.com] => (item={u'dest': u'/tmp/oc_ca.crt', u'src': u'/var/lib/origin/openshift.local.config/master/ca.crt'})
[ERROR]: Could not create retry file 'vagrant.retry'. The error was: [Errno
13] Permission denied: 'vagrant.retry'
PLAY RECAP *********************************************************************
cccp-master.example.com : ok=5 changed=1 unreachable=0 failed=0
cccp-node1.example.com : ok=5 changed=1 unreachable=0 failed=0
cccp-node2.example.com : ok=32 changed=12 unreachable=0 failed=1
Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.
The text was updated successfully, but these errors were encountered:
Doing
vagrant up
on my Fedora 24 laptop fails. It asks me for the password of vagrant user and doesn't go further. I already tried using the stringvagrant
as password:The text was updated successfully, but these errors were encountered: