github.com/openshift/installer@v1.4.17/scripts/openstack/manifest-tests/root-volume-types/install-config.yaml (about)

     1  apiVersion: v1
     2  baseDomain: shiftstack.example.com
     3  controlPlane:
     4    architecture: amd64
     5    name: master
     6    platform:
     7      openstack:
     8        rootVolume:
     9          size: 100
    10          types: ["type-1", "type-2", "type-3"]
    11          zones: ["VolumeAZ1", "VolumeAZ2", "VolumeAZ3"]
    12        type: ${COMPUTE_FLAVOR}
    13        zones: ["MasterAZ1", "MasterAZ2", "MasterAZ3"]
    14    replicas: 3
    15  compute:
    16  - name: worker
    17    platform:
    18      openstack:
    19        rootVolume:
    20          size: 100
    21          types: ["type-A", "type-B", "type-C"]
    22        type: ${COMPUTE_FLAVOR}
    23    replicas: 1000
    24  metadata:
    25    name: manifests1
    26  networking:
    27    clusterNetwork:
    28    - cidr: 10.128.0.0/14
    29      hostPrefix: 23
    30    machineNetwork:
    31    - cidr: 10.0.128.0/17
    32    networkType: OVNKubernetes
    33    serviceNetwork:
    34    - 172.30.0.0/16
    35  platform:
    36    openstack:
    37      apiFloatingIP: ${API_FIP}
    38      cloud: ${OS_CLOUD}
    39      externalNetwork: ${EXTERNAL_NETWORK}
    40  pullSecret: ${PULL_SECRET}