Updated cluster creation playbook

This commit is contained in:
2025-07-26 01:06:44 -05:00
parent 0f4d2dcb7c
commit 5612932691
30 changed files with 533 additions and 237 deletions

View File

@@ -1,9 +1,12 @@
---
# file: host_vars/int-master01/vars
# OpenShift node
# Networking
# primary_interface: "enp1s0f0"
mac_address: "54:bf:64:60:52:2d"
primary_interface: "enp1s0f0"
boot_mac_address: "54:bf:64:60:52:2d"
install_mac_address: "00:0a:f7:5d:f3:53"
ip_address: 10.1.71.61
node_role: "master"
hostname: "{{ inventory_hostname }}.{{ base_domain }}"

View File

@@ -1,9 +1,12 @@
---
# file: host_vars/int-master01/vars
# file: host_vars/int-master02/vars
# OpenShift node
# Networking
# primary_interface: "enp1s0f0"
mac_address: "54:bf:64:5f:a2:80"
primary_interface: "enp1s0f0"
boot_mac_address: "54:bf:64:5f:a2:80"
install_mac_address: "98:b7:85:20:47:3b"
ip_address: 10.1.71.62
node_role: "master"
hostname: "{{ inventory_hostname }}.{{ base_domain }}"

View File

@@ -1,9 +1,12 @@
---
# file: host_vars/int-master01/vars
# file: host_vars/int-master03/vars
# OpenShift node
# Networking
# primary_interface: "enp1s0f0"
mac_address: "d8:9e:f3:4c:02:a9"
primary_interface: "enp1s0f0"
boot_mac_address: "d8:9e:f3:4c:02:a9"
install_mac_address: "98:b7:85:20:47:23"
ip_address: 10.1.71.63
node_role: "master"
hostname: "{{ inventory_hostname }}.{{ base_domain }}"

View File

@@ -1,9 +0,0 @@
---
# file: host_vars/int-master01/vars
# Networking
# primary_interface: "enp1s0f0"
mac_address: "54:bf:64:60:52:2d"
ip_address: 10.1.71.64
hostname: "{{ inventory_hostname }}.{{ base_domain }}"

View File

@@ -0,0 +1,12 @@
---
# file: host_vars/int-worker02/vars
# OpenShift node
# Networking
primary_interface: "enp2s0f0"
boot_mac_address: "58:47:ca:76:13:49"
install_mac_address: "58:47:ca:76:13:47"
ip_address: 10.1.71.65
node_role: "worker"
hostname: "{{ inventory_hostname }}.{{ base_domain }}"