redhat-openstack / openshift-on-openstack

A place to write templates, docs etc. for deploying OpenShift on OpenStack.
Apache License 2.0
136 stars 87 forks source link

Heat stack should add wildcard A record to zone #330

Open markllama opened 7 years ago

markllama commented 7 years ago

During the deployment with the 'loadbalancer_dedicated' option and dynamic DNS, the loadbalancer entry is created for the developers as -devs.. A comparable A record should be added for the applications: *.apps..

Then when the zone is properly delegated users will be able to find the apps correctly.

ioggstream commented 7 years ago

Could this be implemented for LBaaS too triggering a SoftwareDeployment on the bastion node?

markllama commented 7 years ago

Yes, though the DNS service has been moved out of the heat stack to reflect more real-world deployments. The mechanism is different but the desired result is the same.

ioggstream commented 7 years ago

@markllama if you have a LoadBalancer, openshift-on-openstack configure the nodes to point the loadbalancer dns record. This means you need either to:

or

Do you have any hint?

Thx++, R: