-
Notifications
You must be signed in to change notification settings - Fork 33
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
ERROR! the playbook: /setup_local_environment.yml could not be found #97
Comments
Please ensure you ran: It's important the run_setup_local.sh is run from the catasb/local/linux directory. |
I did from |
@prasenforu FYI, we did run recently on ubuntu and saw a slight change on the way we set PUBLIC_IP. This PR includes the change #99 Might be worth you trying to run it again. Though the error you reported looks to be more of an issue of 'gather_config' and PATHs not behaving as we expected. At the moment I don't have a good feel of what went wrong. Happy to help try to debug this more if you'd like. You can reach us in #asbroker on freednode IRC if you wanted to chat in real-time, or comments in this issue work too. |
But any way I have to export ANS_CODE=/catasb/local/linux/ansible/ otherwise I am getting error. Just quick question does it requires openshift cluster running? |
@prasenforu catasb will create an openshift cluster for you with the service-catalog and launch the ansible-service-broker inside of it. ANS_CODE should be |
I did as per instructions of readme file. And I am running from local/linux but got following error. ERROR! the playbook: /setup_local_environment.yml could not be found Then I did export ANS_CODE, error gone |
@prasenforu copy ansible back out to the top level. It should fix the issue. Can you point to me where it says to copy the ansible dir? That should be fixed. |
Not clear U want me to copy ansible folder under |
@prasenforu no, I misunderstood your comment. But, I don't understand how |
Now its typo from beginning, Basically its Sorry for that. |
@prasenforu In
|
OS - ubuntu 16.0
Openshit Setup: oc cluster up (using v1.5.0)
When I execute run_setup_local.sh getting following error.
After
export ANS_CODE=/catasb/local/linux/ansible/
error gone but got following error.The text was updated successfully, but these errors were encountered: