-
Notifications
You must be signed in to change notification settings - Fork 5
Setup OpenShift
Christian Simon edited this page Dec 20, 2016
·
2 revisions
curl -LO https://github.com/openshift/origin/releases/download/v1.3.0/openshift-origin-client-tools-v1.3.0-3ab7af3d097b57f933eccef684a714f2368804e7-linux-64bit.tar.gz
tar xvzf openshift-origin-client-tools-v1.3.0-3ab7af3d097b57f933eccef684a714f2368804e7-linux-64bit.tar.gz
mv openshift-origin-client-tools-v1.3.0-3ab7af3d097b57f933eccef684a714f2368804e7-linux-64bit/oc ~/bin/
- Download 0.7.x from https://www.terraform.io/downloads.html
virtualenv venv
source venv/bin/activate
pip install -r contrib/ansible/requirements.txt
Make sure you have configured environemnt variables for your AWS account: http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html
# check the variables if they suit your needs (see `contrib/aws-terraform/variables.tf`)
make terraform_apply
./run-ansible.sh
make terraform_destroy