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

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