sap-linuxlab / community.sap_infrastructure

Automation for SAP - Collection of Ansible Roles for infrastructure-related tasks for SAP
Apache License 2.0
4 stars 9 forks source link

sap_vm_provision: allow Private DNS on MS Azure to use Auto Registration #15

Closed sean-freeman closed 5 months ago

sean-freeman commented 5 months ago

Allow Private DNS on MS Azure to use Auto Registration, append new variable and logic sap_vm_provision_msazure_private_dns_auto_register that would skip the DNS Record entries created for the VM (but still append the DNS Record entries for HA Virtual IP).


NOTE:

At this time, the code will not be altered to allow no Private DNS to be specified. it remains best practice to:

The sap_vm_provision attempts to keep as much homogeneity as possible for Infrastructure Platforms, and each Cloud Service Provider has a Private DNS in their designs for SAP Landscapes.

sean-freeman commented 5 months ago

Resolved in PR #17 by using a check whether auto registration is enabled, which will skip the DNS Records creation (not the DNS Records for HA)