This article addresses an issue where the requested DNS suffix (e.g., subdomain.example.com) does not match the final applied suffix (e.g., example.com) in VMware Aria Automation 8.x when using Infoblox integration.
Symptoms
Aria Automation 8.x
Example Cloud Template:
formatVersion: 1
inputs: {}
resources:
Cloud_Machine_1:
type: Cloud.Machine
properties:
Infoblox.IPAM.Network.dnsSuffix: test.local
Infoblox.IPAM.Network0.hostnameNicSuffix: -nic1
Infoblox.IPAM.Network1.hostnameNicSuffix: -nic2
image: ubuntu
flavor: small
networks:
- network: '${resource.Cloud_Network_1.id}'
deviceIndex: 0
- network: '${resource.Cloud_Network_2.id}'
deviceIndex: 1
Cloud_Network_1:
type: Cloud.Network
properties:
networkType: existing
Cloud_Network_2:
type: Cloud.Network
properties:
networkType: existing
Note: Ensure the property name exactly matches Infoblox.IPAM.Network.dnsSuffix.
Correct the property in the cloud template to match the desired DNS suffix. For example, if you intended to set Infoblox.IPAM.Network.dnssuffix, change it to Infoblox.IPAM.Network.dnsSuffix to achieve the intended configuration.
For more details, refer to the Using and Managing Cloud Assembly documentation.