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

DNS dynamic update improvement #394

Closed jfcoz closed 4 years ago

jfcoz commented 7 years ago

allow to specify the dns master server to use (default to first of dns_servers) allow to specify the dns update key name (default to update-key)

there are many uses cases :

For the keyname, "update-key" is the hardcoded value in fragments/update_dns.py and in osp-dns ( https://github.com/openshift/openshift-ansible-contrib/blob/master/reference-architecture/osp-dns/ansible/templates/update.key.j2 ) but for production servers there is not only one key.

ioggstream commented 7 years ago

@jfcoz you are using:

I'd explicit better the use case in the PR.

jfcoz commented 7 years ago

@ioggstream , there are many uses cases :

For the keyname, "update-key" is the hardcoded value in fragments/update_dns.py and in osp-dns ( https://github.com/openshift/openshift-ansible-contrib/blob/master/reference-architecture/osp-dns/ansible/templates/update.key.j2 ) but for production servers there is not only one key.

ioggstream commented 7 years ago

@jfcoz Nice, edit the PR description then ;)

I usually use dedicated DNS for OCP. Then I delegate the OCP zone to that. this enables "hiding" OCP infra address from outside the mgmt area.

jfcoz commented 4 years ago

Dead project