dwmkerr / terraform-aws-openshift

Create infrastructure with Terraform and AWS, install OpenShift. Party!
http://www.dwmkerr.com/get-up-and-running-with-openshift-on-aws
MIT License
170 stars 174 forks source link

deploy with openshift release-3.6 not found playbooks/deploy_cluster.yml #60

Closed yue-wen closed 6 years ago

yue-wen commented 6 years ago

in openshift git repo: https://github.com/openshift/openshift-ansible

in branche 3.6 it hase no playbooks/deploy_cluster.yml

and install_from_bastion.sh

# Run the playbook.
ANSIBLE_HOST_KEY_CHECKING=False /usr/local/bin/ansible-playbook -i ./inventory.cfg ./openshift-ansible/playbooks/prerequisites.yml
ANSIBLE_HOST_KEY_CHECKING=False /usr/local/bin/ansible-playbook -i ./inventory.cfg ./openshift-ansible/playbooks/deploy_cluster.yml

bring me the error.

i saw in readme v3.6 is tested

dwmkerr commented 6 years ago

I've created a release branch which should work for you, the details are here:

https://github.com/dwmkerr/terraform-aws-openshift#choosing-the-openshift-version

If there are any issues just let me know!