Skip to content

Commit

Permalink
Some fixes in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Polina-Gubina committed May 4, 2021
1 parent 0a21628 commit cea0ad6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/integration/targets/dns/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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' )}}"
Expand Down

0 comments on commit cea0ad6

Please sign in to comment.