github.com/openshift/installer@v1.4.17/scripts/openstack/manifest-tests/nova-availability-zones/install-config.yaml (about)

     1  apiVersion: v1
     2  baseDomain: shiftstack.example.com
     3  controlPlane:
     4    hyperthreading: Enabled
     5    architecture: amd64
     6    name: master
     7    platform:
     8      openstack:
     9        type: ${COMPUTE_FLAVOR}
    10        zones:
    11        - masterzone
    12        - masterztwo
    13        - masterzthree
    14    replicas: 10
    15  compute:
    16  - name: worker
    17    platform:
    18      openstack:
    19        type: ${COMPUTE_FLAVOR}
    20        zones:
    21        - zone
    22        - ztwo
    23        - zthree
    24    replicas: 1000
    25  metadata:
    26    name: manifests1
    27  networking:
    28    clusterNetwork:
    29    - cidr: 10.128.0.0/14
    30      hostPrefix: 23
    31    machineNetwork:
    32    - cidr: 10.0.128.0/17
    33    networkType: OVNKubernetes
    34    serviceNetwork:
    35    - 172.30.0.0/16
    36  platform:
    37    openstack:
    38      cloud: ${OS_CLOUD}
    39      externalNetwork: ${EXTERNAL_NETWORK}
    40      computeFlavor: ${COMPUTE_FLAVOR}  # deprecated in 4.7
    41      lbFloatingIP: ${API_FIP}
    42  pullSecret: ${PULL_SECRET}