Advertisement
karmab

Untitled

Jul 16th, 2019
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. apiVersion: v1beta4
  2. baseDomain: kni.lab.redhat.com
  3. metadata:
  4. name: dev5
  5. compute:
  6. - name: worker
  7. replicas: 0
  8. controlPlane:
  9. name: master
  10. replicas: 3
  11. platform:
  12. baremetal: {}
  13. platform:
  14. baremetal:
  15. dnsVIP: 192.168.111.2
  16. hosts:
  17. - name: openshift-master-0
  18. role: master
  19. bmc:
  20. address: ipmi://10.19.133.30
  21. username: root
  22. password: calvin
  23. bootMACAddress: 98:03:9b:61:80:48
  24. hardwareProfile: default
  25. - name: openshift-master-1
  26. role: master
  27. bmc:
  28. address: ipmi://10.19.133.31
  29. username: root
  30. password: calvin
  31. bootMACAddress: 98:03:9b:61:ae:18
  32. hardwareProfile: default
  33. - name: openshift-master-2
  34. role: master
  35. bmc:
  36. address: ipmi://10.19.133.30
  37. username: root
  38. password: calvin
  39. bootMACAddress: 98:03:9b:61:ba:d0
  40. hardwareProfile: default
  41. image:
  42. source: "http://172.22.0.1/images/rhcos-ootpa-latest.qcow2"
  43. checksum:
  44. deployKernel: http://172.22.0.1/images/ironic-python-agent.kernel
  45. deployRamdisk: http://172.22.0.1/images/ironic-python-agent.initramfs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement