eliu / openshift-vagrant

Bring up a real OKD cluster on your local machine using Vagrant and VirtualBox
Apache License 2.0
57 stars 54 forks source link

/home/vagrant/openshift-ansible/playbooks/byo/config.yml could not be found #8

Closed michaelcourcy closed 5 years ago

michaelcourcy commented 5 years ago

Hello

Following your doc I get this vagrant ssh master -c 'ansible-playbook /home/vagrant/openshift-ansible/playbooks/byo/config.yml' ERROR! the playbook: /home/vagrant/openshift-ansible/playbooks/byo/config.yml could not be found

Instead I add to run this: vagrant ssh master -c 'ansible-playbook /home/vagrant/openshift-ansible/playbooks/deploy_cluster.yml'

eliu commented 5 years ago

Can you please provide the openshift release version that you choose to deploy?

michaelcourcy commented 5 years ago

I think it's 3.11 because I just clone your repo yesterday and follow you readme without changing anything.

eliu commented 5 years ago

It will go to new deploy script portion if you specify 3.11 ( the default version ), which means it never use /home/vagrant/openshift-ansible/playbooks/byo/config.yml for deployment.

It is recommended that you use the wrap-up script oc-up.sh to boot up openshift-vagrant cluster.

Have you follow the instructions at README.md? https://github.com/eliu/openshift-vagrant#install-origin-cluster-using-ansible

michaelcourcy commented 5 years ago

Hello

You're right I did not see this sentence

Run the following command if you would like to install origin previous to release-3.8

My fault sorry.