install-config.yml.template 580 B

12345678910111213141516171819202122232425262728
  1. baseDomain: ${OCP_BASE_DOMAIN}
  2. clusterID: ${OCP_CLUSTER_ID}
  3. machines:
  4. - name: master
  5. replicas: ${OCP_MASTERS}
  6. - name: worker
  7. replicas: 1
  8. metadata:
  9. name: ${OCP_CLUSTER_NAME}
  10. networking:
  11. clusterNetworks:
  12. - cidr: 10.128.0.0/14
  13. hostSubnetLength: 9
  14. serviceCIDR: 172.30.0.0/16
  15. type: OpenShiftSDN
  16. platform:
  17. libvirt:
  18. URI: qemu+tcp://192.168.122.1/system
  19. defaultMachinePlatform:
  20. image: file:///unused
  21. masterIPs: null
  22. network:
  23. if: ${OCP_NETDEV}
  24. ipRange: ${OCP_NETCIDR}
  25. pullSecret: |
  26. ${OCP_PULL_SECRET}
  27. sshKey: |
  28. ${OCP_SSH_PUB_KEY}