rhtconsulting / rhc-ose

OpenShift Automation and Utilities by Red Hat Consulting
42 stars 34 forks source link

Updating tools to use a separate Utility Host for install #98

Closed oybed closed 8 years ago

oybed commented 8 years ago

What does this PR do?

Updating the tools to use a Utility Host to do the install - i.e.: no longer run the install from the master as this is causing problems with restarting firewalls, etc.

How should this be manually tested?

Perform an install using the "osc-provision" tool, e.g.: command:

./osc-provision --num-node=2 --key=<pub_SSH_key> --ose-version=3.1

Afterwards check that the environment is operational (registry, router, etc. have all been deployed) and that new projects and apps can be created.

Is there a relevant Issue open for this?

97

Who would you like to review this?

/cc @etsauer @sabre1041 PS: @sabre1041 this may also impact the CI/CD tools - please review with that in mind.

etsauer commented 8 years ago

@oybed this looks good. Thanks!