Switch test DNS resolution

Original test site is not resolving at the moment.
Switching test sites to avoid the failure.

Change-Id: I4099383d9fe4a0303a218e1ae61df2545934b41e
Related-Bug: #1968615
This commit is contained in:
Ronelle Landy 2022-04-11 16:24:33 -04:00 committed by Chandan Kumar (raukadah)
parent 78eca4400e
commit 6fc79351fd
2 changed files with 6 additions and 2 deletions

View File

@ -165,9 +165,11 @@
- "user: {{ freeipa_principal }}"
- "password: {{ freeipa_admin_password }}"
# Note(rlandy): Switching to IBM DNS
# https://bugs.launchpad.net/tripleo/+bug/1968615 is fixed
- name: Check DNS works
shell: >
ping -c 5 redhat.com
ping -c 5 ibm.com
register: ping_output_com
- debug:

View File

@ -278,9 +278,11 @@
state: present
when: mirror_host_record_public.stdout_lines|length >=2
# Note(rlandy): Switching to IBM DNS till
# https://bugs.launchpad.net/tripleo/+bug/1968615 is fixed
- name: Check that the DNS works
shell: >
ping -c 10 redhat.com
ping -c 10 ibm.com
register: dig_ouput_com
ignore_errors: true