diff --git a/tests/integration/targets/dns/tasks/main.yaml b/tests/integration/targets/dns/tasks/main.yaml index 9e85bed64..399d8f347 100644 --- a/tests/integration/targets/dns/tasks/main.yaml +++ b/tests/integration/targets/dns/tasks/main.yaml @@ -15,9 +15,9 @@ fl_ip: "{{ fl.floating_ip.floating_ip_address }}" ptrdname: "{{ ( prefix + 'dns.com.' ) }}" description: "{{ ( prefix + 'description-dns' ) }}" - zone_public_name: "{{ ( prefix + '-dnszone.com.' ) }}" - zone_private_name: "{{ ( prefix + '-dnszone.com.' ) }}" - rs_name: "{{ ( prefix + '-rs.' + prefix + '-dnszone.com.' ) }}" + zone_public_name: "{{ ( prefix + '-dnszonepublic.com.' ) }}" + zone_private_name: "{{ ( prefix + '-dnszoneprivate.com.' ) }}" + rs_name: "{{ ( prefix + '-rs.' + prefix + '-dnszonepublic.com.' ) }}" network_name: "{{ ( prefix + '-dnsnetwork' )}}" subnet_name: "{{ ( prefix + '-dnssubnet' )}}" router_name: "{{ ( prefix + '-dnsrouter' )}}"