Skip to content

redhat-developer-demos/cloud-demoshift

Repository files navigation

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

About

Quickly create all-in-one openshift cluster in cloud

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published