Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.31 KB

README.adoc

File metadata and controls

42 lines (26 loc) · 1.31 KB

Deploy All-in-one OpenShift

The idea of this playbook is to do a all-in-one OpenShift (oc cluster up) in cloud, as cloud vms does not allow nested virtualization this does a mimic of Minishift inside the cloud instance.

Warning
This is still work in progress and documentation will be updated and more cloud modules will be added
Note
This is not intended for production use , only for demos

Setting up Ansible

You can use your standard way of setting up ansible but using virtualenv makes a isolated ansible installation, Pip Modules that are required to Google Compute Modules refer to Ansible Cloud Modules for other cloud provider modules

Ansible Variables

Refer to link:./vars.example.yaml for needed ansible variables, add your customization to it and rename the file as vars.yaml

Creating

ansible-playbook gce_demo_setup.yaml (1)
  1. Sets up all in one OpensShift Cluster on GCE

Admin User

By default an admin user called admin with password admin is created

Deleting

ansible-playbook gce_demo_cleanup.yaml (1)
  1. Cleans up all in one Openshift Cluster on GCE