update openshift agent installer for hub cluster

This commit is contained in:
2025-03-21 22:52:17 -05:00
parent 1644d5b45e
commit 81002d39bd
10 changed files with 60 additions and 164 deletions

View File

@@ -0,0 +1,8 @@
// Matcher group for OCP Internal machinesmachines
resource "matchbox_group" "ocp-hub" {
name = "ocp-hub" # Physical Server
profile = matchbox_profile.hub.name
selector = {
mac = "98:b7:85:1e:c6:f1" # PXE boots and installs to 10GbE NIC
}
}