openshift: fix image urls more, correct vm ips

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi
2025-06-12 14:45:10 -07:00
parent 6aadc84164
commit d3680e903a
5 changed files with 12 additions and 12 deletions

View File

@@ -6,7 +6,7 @@ dns2: 10.16.163.34
dns_search1: "rdu3.fedoraproject.org"
dns_search3: "fedoraproject.org"
eth0_ip: "{{eth0_ipv4}}"
eth0_ipv4: 10.16.163.126
eth0_ipv4_ip: 10.16.163.126
eth0_ipv4_gw: 10.16.163.254
freezes: false
gw: "{{ eth0_ipv4_gw }}"
@@ -19,7 +19,7 @@ network_connections:
- autoconnect: yes
ip:
address:
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
- "{{ eth0_ipv4_ip }}/{{ eth0_ipv4_nm }}"
dhcp4: no
dns:
- "{{ dns1 }}"

View File

@@ -6,7 +6,7 @@ dns2: 10.16.163.34
dns_search1: "rdu3.fedoraproject.org"
dns_search3: "fedoraproject.org"
eth0_ip: "{{eth0_ipv4}}"
eth0_ipv4: 10.16.163.120
eth0_ipv4_ip: 10.16.163.120
eth0_ipv4_gw: 10.16.163.254
freezes: false
gw: "{{ eth0_ipv4_gw }}"
@@ -19,7 +19,7 @@ network_connections:
- autoconnect: yes
ip:
address:
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
- "{{ eth0_ipv4_ip }}/{{ eth0_ipv4_nm }}"
dhcp4: no
dns:
- "{{ dns1 }}"

View File

@@ -6,7 +6,7 @@ dns2: 10.16.163.34
dns_search1: "rdu3.fedoraproject.org"
dns_search3: "fedoraproject.org"
eth0_ip: "{{eth0_ipv4}}"
eth0_ipv4: 10.16.163.121
eth0_ipv4_ip: 10.16.163.121
eth0_ipv4_gw: 10.16.163.254
freezes: false
gw: "{{ eth0_ipv4_gw }}"
@@ -19,7 +19,7 @@ network_connections:
- autoconnect: yes
ip:
address:
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
- "{{ eth0_ipv4_ip }}/{{ eth0_ipv4_nm }}"
dhcp4: no
dns:
- "{{ dns1 }}"

View File

@@ -6,7 +6,7 @@ dns2: 10.16.163.34
dns_search1: "rdu3.fedoraproject.org"
dns_search3: "fedoraproject.org"
eth0_ip: "{{eth0_ipv4}}"
eth0_ipv4: 10.16.163.122
eth0_ipv4_ip: 10.16.163.122
eth0_ipv4_gw: 10.16.163.254
freezes: false
gw: "{{ eth0_ipv4_gw }}"
@@ -19,7 +19,7 @@ network_connections:
- autoconnect: yes
ip:
address:
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
- "{{ eth0_ipv4_ip }}/{{ eth0_ipv4_nm }}"
dhcp4: no
dns:
- "{{ dns1 }}"

View File

@@ -53,10 +53,10 @@
# run_once: true
ignore_errors: true
with_items:
- "rhcos-{{ rhcos_version }}-x86_64-live-initramfs.x86_64.img"
- "rhcos-{{ rhcos_version }}-x86_64-live-rootfs.x86_64.img"
- "rhcos-{{ rhcos_version }}-x86_64-metal.x86_64.raw.gz"
- "rhcos-{{ rhcos_version }}-x86_64-live-kernel-x86_64"
- "rhcos-live-initramfs.x86_64.img"
- "rhcos-live-rootfs.x86_64.img"
- "rhcos-metal.x86_64.raw.gz"
- "rhcos-live-kernel-x86_64"
- name: == OCP KVM provisioning == Ensuring symlink for correct version {{ rhcos_version }}
ansible.builtin.file:
state: link