mirror of
https://github.com/openshift/installer.git
synced 2026-02-05 06:46:36 +01:00
In 4.12, the default CNI will be OVNKubernetes. This change will deploy ovnk by default as well as adjust tests, docs and comments to reflect the same. Signed-off-by: Jamo Luhrsen <jluhrsen@gmail.com>
39 lines
861 B
YAML
39 lines
861 B
YAML
apiVersion: v1
|
|
baseDomain: shiftstack.example.com
|
|
controlPlane:
|
|
hyperthreading: Enabled
|
|
architecture: amd64
|
|
name: master
|
|
platform:
|
|
openstack:
|
|
type: ${COMPUTE_FLAVOR}
|
|
additionalSecurityGroupIDs:
|
|
- aaaaaaaa-bbbb-4ccc-dddd-111111111111
|
|
replicas: 3
|
|
compute:
|
|
- name: worker
|
|
platform:
|
|
openstack:
|
|
type: ${COMPUTE_FLAVOR}
|
|
additionalSecurityGroupIDs:
|
|
- aaaaaaaa-bbbb-4ccc-dddd-000000000000
|
|
replicas: 3
|
|
metadata:
|
|
name: manifests1
|
|
networking:
|
|
clusterNetwork:
|
|
- cidr: 10.128.0.0/14
|
|
hostPrefix: 23
|
|
machineNetwork:
|
|
- cidr: 10.0.128.0/17
|
|
networkType: OVNKubernetes
|
|
serviceNetwork:
|
|
- 172.30.0.0/16
|
|
platform:
|
|
openstack:
|
|
cloud: ${OS_CLOUD}
|
|
externalNetwork: ${EXTERNAL_NETWORK}
|
|
computeFlavor: ${COMPUTE_FLAVOR} # deprecated in 4.7
|
|
lbFloatingIP: ${API_FIP}
|
|
pullSecret: ${PULL_SECRET}
|