sborenst / opentlc_deployer

3 stars 5 forks source link

workshop provisioner domain is incorrect in vanilla demo environment #4

Open thoraxe opened 8 years ago

thoraxe commented 8 years ago

https://github.com/sborenst/opentlc_deployer/blob/master/ocp_demo3.3/ansible/scripts/Demo_Deployment_Script.sh#L5

In a normal environment, the domain is "cloudapps-..." not "workshops.openshift.com"

If we want this to work for all environments we'd need to determine the proper suffix before calling the provisioner script.

thoraxe commented 8 years ago

This is a little more complicated. We'll need to come up with a way to inject or determine the proper cloud domain, and then the demo deployment script will need to be updated.

After that, the script inside the docker image needs to be updated to correctly utilize whatever new domain is passed in.

sborenst commented 8 years ago

Leaving this one for you @thoraxe