install-config-example.yml 588 B

123456789101112131415161718192021222324252627282930
  1. ---
  2. baseDomain: example.com
  3. machines:
  4. - name: master
  5. replicas: 1
  6. - name: worker
  7. # This should always be zero for openshift-ansible
  8. replicas: 0
  9. metadata:
  10. name: mycluster
  11. networking:
  12. clusterNetworks:
  13. - cidr: 10.128.0.0/14
  14. hostSubnetLength: 9
  15. serviceCIDR: 172.30.0.0/16
  16. type: OpenShiftSDN
  17. platform:
  18. libvirt:
  19. # This URI is not actually used
  20. URI: null
  21. defaultMachinePlatform:
  22. image: file:///unused
  23. masterIPs: null
  24. network:
  25. if: null
  26. ipRange: null
  27. pullSecret: |
  28. < paste your pullSecret here >
  29. sshKey: |
  30. < paster your pubkey here >