'View default.NewNetworkViewName not found'
When you create a network view, you then must create a DNS zone for it. By default, if you do not specify a name for the DNS zone, the DNS zone will be named the same as the network view.
In VMware Aria Automation, when a DNS view (DNS zone) is not specified in the cloud template then it tries to use a DNS view that has the same name as the network view selected. This is why the previous error is shown when the network view name does not match the DNS view name.
Note: When you change the name of the Network view the name of the DNS view is NOT changed.
Example: If you create a new network view 'Network1', by default a 'Network1' DNS zone is created.
When you change the name of your network view from 'Network1' to 'Network1-Prod', the name of the DNS zone remains unchanged and is still 'Network1'.
There are two options available after renaming a Network view in Infoblox to restore functionality in Aria Automation:
You can change the name of the DNS zone from the Infoblox appliance:
Infoblox.IPAM.Network.dnsView: '<dns-zone-name>'
Example:
Infoblox.IPAM.Network.dnsView: 'Network1-Prod'
For more information on this property, see the Using Infoblox-specific properties for IPAM integrations in cloud templates section of the Aria Automation documentation.