-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path4.17_ovnkubernetes_ipi.yaml
51 lines (49 loc) · 1.14 KB
/
4.17_ovnkubernetes_ipi.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
openshift_release: 4.17 # It can be "4.10", "4.11", etc. or "4-stable"
openshift_build_name: "candidate" # It can be an empty value "" (latest nightly), a given build
installation_type: ipi
conformance_test_type: parallel
stages:
- cleanup
- prepare
- install
- post
- verification
- day2ops
- openstack_test
- conformance_test
- cinder_csi_tests
- manila_csi_tests
day2ops_procedures:
- moving-etcd-to-ephemeral
ocp_deployment_topology:
network_type: OVNKubernetes
primary_ip_protocol: ipv4 # ipv4 or ipv6
secondary_ip_protocol: "" # ipv4, ipv6, or "" for single-stack
ipv4:
ip_version: 4
tenant_subnet:
cidr: 10.196.0.0/16 # CIDR for the machine network (tenant network)
cluster_network:
cidr: 10.128.0.0/14
host_prefix: 23
service_network:
- 172.30.0.0/16
flavors:
master:
name: "master"
ram: 16384
vcpus: 4
disk: 30
ephemeral: 10
worker:
name: "worker"
ram: 8192
vcpus: 2
disk: 25
replicas:
master: 3
worker: 2
controlplane_rootvolume:
size: 30
types: ['__DEFAULT__', '__DEFAULT__', '__DEFAULT__']