mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 14:03:32 +08:00
openshift: fix image urls more, correct vm ips
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
@@ -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 }}"
|
||||
|
||||
@@ -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 }}"
|
||||
|
||||
@@ -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 }}"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user