1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 06:46:36 +01:00
Files
installer/scripts/openstack/manifest-tests/lb-unmanaged/install-config.yaml
Thuan Vo 36c65d9e47 OCPBUGS-56079: apply fixes for yaml-lint errors
Notes: there are other yaml-lint warnings but they've been there for a
long time. This commit only focuses on the errors introduced during 4.19
cycle.
2025-05-12 18:44:52 -07:00

38 lines
683 B
YAML

apiVersion: v1
baseDomain: shiftstack.example.com
controlPlane:
hyperthreading: Enabled
architecture: amd64
name: master
platform:
openstack:
type: ${COMPUTE_FLAVOR}
replicas: 3
compute:
- name: worker
platform:
openstack:
type: ${COMPUTE_FLAVOR}
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}
loadBalancer:
type: UserManaged
apiVIPs:
- 10.0.128.10
ingressVIPs:
- 10.0.128.20
pullSecret: ${PULL_SECRET}