-
Notifications
You must be signed in to change notification settings - Fork 20
Openshift 3.2 setup with https: github.com 2015 Middleware Keynote demo ansible
Chakradhar Rao Jonagam edited this page Jun 23, 2016
·
4 revisions
mkdir ansible-scripts/
cd ansible-scripts/
git clone https://github.com/2015-Middleware-Keynote/demo-ansible.git
cd demo-ansible
git checkout demo-ansible-2.1.2
cd ..
git clone https://github.com/openshift/openshift-ansible.git
cd openshift-ansible
git fetch origin :remotes/origin/openshift-ansible-3.0.47-6
git checkout openshift-ansible-3.0.47-6
cd ../demo-ansible
sed -i 's/ose-3.1/ose-3.2/g' playbooks/subscriptions_and_repos.yml
sed -i 's/1.8.1/1.9.1/g' ./playbooks/openshift_setup.yml
sed -i 's/3.1.1.6/3.2.0.44/g' ./playbooks/openshift_setup.yml
sed -i 's/ose-3.1/ose-3.2/g' ./playbooks/register_host.yml
sed -i 's/enterprise-3.1.1.6/enterprise-3.2.0.44/g' ./playbooks/templates/aos.repo.j2
./run.py --no-confirm --verbose --cluster-id oseworkshop --num-nodes 1 --num-infra 1 --master-instance-type t2.large --infra-instance-type c3.xlarge --node-instance-type r3.large --run-smoke-tests --num-smoke-test-users 70 --keypair ck_workshop --r53-zone ck.osecloud.com --rhsm-user [email protected] --rhsm-pass pass --region us-west-2 --ami ami-775e4f16