Skip to content

Instantly share code, notes, and snippets.

@emreozkangit
Created May 11, 2022 08:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emreozkangit/75b83e7d9da7f8dab35819721528ce28 to your computer and use it in GitHub Desktop.
Save emreozkangit/75b83e7d9da7f8dab35819721528ce28 to your computer and use it in GitHub Desktop.
apiVersion: v1
baseDomain: basedomain
compute:
- architecture: amd64
hyperthreading: Enabled
name: worker
platform: {}
replicas: 0
controlPlane:
architecture: amd64
hyperthreading: Enabled
name: master
platform: {}
replicas: 3
metadata:
name: ocpprod
networking:
machineNetwork:
- cidr: 10.x.0.0/16
networkType: OpenShiftSDN
platform:
baremetal:
apiVIP: 10.x.0.100
externalBridge: baremetal
ingressVIP: 10.x.0.200
bootstrapProvisioningIP: 10.x.0.x
provisioningHostIP: 10.x.0.x
provisioningNetwork: Disabled
bootstrapOSImage: http://10.x.0.x:8080/rhcos-46.82.202011260640-0-qemu.x86_64.qcow2.gz?sha256=99928ff40c2d8e3aa358d9bd453102e3d1b5e9694fb5d54febc56e275f35da51
clusterOSImage: http://10.x.0.x:8080/rhcos-46.82.202011260640-0-openstack.x86_64.qcow2.gz?sha256=a8a28cfe5f5e5dadedb3442afcb447f85bddf2e82dcd558813a985a4d495782a
hosts:
- bmc:
address: idrac-virtualmedia://10.x.x.x/redfish/v1/Systems/System.Embedded.1
disableCertificateVerification: true
password: x
username: redhat
hardwareProfile: default
name: "x"
role: master
bootMACAddress: B8:85:84:D2:98:C1
rootDeviceHints:
deviceName: "/dev/sda"
- bmc:
address: idrac-virtualmedia://10.x.x.x/redfish/v1/Systems/System.Embedded.1
disableCertificateVerification: true
password: x
username: redhat
hardwareProfile: default
name: "x"
role: master
bootMACAddress: B8:85:84:D2:98:CE
rootDeviceHints:
deviceName: "/dev/sda"
- bmc:
address: idrac-virtualmedia://10.x.x.x/redfish/v1/Systems/System.Embedded.1
disableCertificateVerification: true
password: x
username: redhat
hardwareProfile: default
name: "x"
role: master
bootMACAddress: B8:85:84:D2:98:DB
rootDeviceHints:
deviceName: "/dev/sda"
pullSecret:
sshKey:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment