Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup fails on Fedora 24 #13

Open
dharmit opened this issue Jun 24, 2016 · 0 comments
Open

Setup fails on Fedora 24 #13

dharmit opened this issue Jun 24, 2016 · 0 comments

Comments

@dharmit
Copy link
Contributor

dharmit commented Jun 24, 2016

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant