github.com/openshift/installer@v1.4.17/scripts/openstack/manifest-tests/dual-stack/install-config.yaml (about) 1 apiVersion: v1 2 baseDomain: shiftstack.example.com 3 featureSet: TechPreviewNoUpgrade 4 controlPlane: 5 hyperthreading: Enabled 6 architecture: amd64 7 name: master 8 platform: 9 openstack: 10 type: ${COMPUTE_FLAVOR} 11 replicas: 3 12 compute: 13 - name: worker 14 platform: 15 openstack: 16 type: ${COMPUTE_FLAVOR} 17 replicas: 3 18 metadata: 19 name: manifests1 20 networking: 21 machineNetwork: 22 - cidr: "192.168.25.0/24" 23 - cidr: "fd2e:6f44:5dd8:c956::/64" 24 clusterNetwork: 25 - cidr: 10.128.0.0/14 26 hostPrefix: 23 27 - cidr: fd01::/48 28 hostPrefix: 64 29 serviceNetwork: 30 - 172.30.0.0/16 31 - fd02::/112 32 platform: 33 openstack: 34 cloud: ${OS_CLOUD} 35 computeFlavor: ${COMPUTE_FLAVOR} # deprecated in 4.7 36 ingressVIPs: ['192.168.25.79', 'fd2e:6f44:5dd8:c956:f816:3eff:fef1:1bad'] 37 apiVIPs: ['192.168.25.199', 'fd2e:6f44:5dd8:c956:f816:3eff:fe78:cf36'] 38 controlPlanePort: 39 fixedIPs: 40 - subnet: 41 name: external-subnet-v6 42 - subnet: 43 name: external-subnet 44 network: 45 name: external 46 pullSecret: ${PULL_SECRET}