openshift-on-openstack icon indicating copy to clipboard operation
openshift-on-openstack copied to clipboard

Heat stack should add wildcard A record to zone

Open markllama opened this issue 7 years ago • 3 comments

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.

markllama avatar Mar 30 '17 19:03 markllama

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

ioggstream avatar Apr 20 '17 23:04 ioggstream

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.

markllama avatar May 04 '17 13:05 markllama

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

  • configure the DNS as soon as openstack gives you the loadbalancer ip

or

  • setting a static ip for the load balancer, but I can't find a way to do it via the templates

Do you have any hint?

Thx++, R:

ioggstream avatar May 04 '17 15:05 ioggstream