-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathosp_verification.yaml
54 lines (52 loc) · 1.46 KB
/
osp_verification.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
52
53
54
---
#
# * OSP VERIFICATION *
#
# - This job will be run in integration pipeline and will be monitored by CI team.
# - It includes the stages that will exercise the OSP integration in order to
# validate the OSP candidate release.
# - It will use latest stable version of OCP.
# - It is prepared to run with a full virtualized setup, so the flavors are reduced
# from the official OCP documentation to fit on the virtualized resources.
# - It is prepared to run on top of RHOSP18 OSASINFRA Validated Architecture.
#
openshift_release: 4-stable # It can be "4.10", "4.11", etc. or "4-stable"
openshift_build_name: "" # It can be an empty value "" (latest nightly), a given build
installation_type: ipi
stages:
- prepare
- install
- post
- verification
- openstack_test
- lb_tests
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
worker:
name: "worker"
ram: 8192
vcpus: 2
disk: 30
replicas:
master: 3
worker: 2
servergroups:
master: "anti-affinity"
worker: "anti-affinity"