Update inventory and matchbox configuration
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
---
|
||||
- name: OpenShift image creation
|
||||
ansible.builtin.command:
|
||||
cmd: /usr/local/bin/openshift-install agent create pxe-files
|
||||
chdir: 03-matchbox
|
||||
register: command_result
|
||||
ignore_errors: yes
|
||||
ansible.builtin.command: /usr/local/bin/openshift-install agent create pxe-files
|
||||
args:
|
||||
chdir: 03-matchbox
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// Matcher group for OCP Internal machinesmachines
|
||||
resource "matchbox_group" "ocp-hub" {
|
||||
name = "ocp-hub" # Physical Server
|
||||
profile = matchbox_profile.hub.name
|
||||
profile = matchbox_profile.openshift-agent-install.name
|
||||
selector = {
|
||||
mac = "98:b7:85:1e:c6:f1" # PXE boots and installs to 10GbE NIC
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user