Open markllama opened 7 years ago
Could this be implemented for LBaaS too triggering a SoftwareDeployment on the bastion node?
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 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:
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.