Skip to content

Commit

Permalink
Change upi vmc to dynamic.redhatworkshops (#8996)
Browse files Browse the repository at this point in the history
* Change upi vmc to dynamic.redhatworkshops

* Update software_vmc.yml (S)
  • Loading branch information
bbethell-1 authored Jan 17, 2025
1 parent fc3d911 commit 3cf19ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ansible/configs/ocp4-upi-vmc/software_vmc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@

- name: Configure domain DNS file
ansible.builtin.template:
src: redhatworkshop.io.zone.j2
dest: "/var/named/redhatworkshop.io.zone"
src: dynamic.redhatworkshops.io.zone.j2
dest: "/var/named/dynamic.redhatworkshops.io.zone"
vars:
labenv_segment: "{{ hostname_output.stdout }}"

Expand All @@ -129,7 +129,7 @@
- name: Configure resolv.conf
ansible.builtin.copy:
content: |
search {{ guid }}.redhatworkshop.io
search {{ guid }}.dynamic.redhatworkshops.io
nameserver 192.168.{{ hostname_output.stdout }}.10
dest: /etc/resolv.conf

Expand Down

0 comments on commit 3cf19ef

Please sign in to comment.