File tree Expand file tree Collapse file tree
collection/stages/roles/egressip_tests/files Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -157,3 +157,8 @@ ovnk_list: &ovnk_tests
157157" 5.0 " :
158158 " OVNKubernetes " :
159159 << : *ovnk_tests
160+
161+ # OpenShift 5.1
162+ " 5.1 " :
163+ " OVNKubernetes " :
164+ << : *ovnk_tests
Original file line number Diff line number Diff line change 1+ ---
2+ #
3+ # * OSP VERIFICATION - OCP 5.1 NIGHTLY *
4+ #
5+ # - Version-pinned variant of osp_verification.yaml for OCP 5.1 pre-GA nightly.
6+ # - Enables early regression detection on the next OCP minor stream.
7+ # - Runs on the RHOSO 18.0 OSASINFRA Validated Architecture (serval71).
8+ #
9+ # Note: The sigstore fix env var (nightly_disable_image_policy) is EXPERIMENTAL
10+ # and may change. Monitor shiftstack-qa/configs/global.yml for updates.
11+ #
12+
13+ openshift_release : " 5.1"
14+ openshift_build_name : " " # Empty resolves to latest nightly via 5.1.0-0.nightly/latest
15+ installation_type : ipi
16+ stages :
17+ - prepare
18+ - install
19+ - post
20+ - verification
21+ - day2ops
22+ - openstack_test
23+ - lb_tests
24+ - egressip_tests
25+
26+ day2ops_procedures :
27+ - rotate_app_creds
28+
29+ ocp_deployment_topology :
30+ network_type : OVNKubernetes
31+ primary_ip_protocol : ipv4 # ipv4 or ipv6
32+ secondary_ip_protocol : " " # ipv4, ipv6, or "" for single-stack
33+ ipv4 :
34+ ip_version : 4
35+ tenant_subnet :
36+ cidr : 10.196.0.0/16 # CIDR for the machine network (tenant network)
37+ cluster_network :
38+ cidr : 10.128.0.0/14
39+ host_prefix : 23
40+ service_network :
41+ - 172.30.0.0/16
42+ flavors :
43+ master :
44+ name : " master"
45+ ram : 16384
46+ vcpus : 4
47+ disk : 30
48+ worker :
49+ name : " worker"
50+ ram : 8192
51+ vcpus : 2
52+ disk : 30
53+ replicas :
54+ master : 3
55+ worker : 2
56+ servergroups :
57+ master : " soft-anti-affinity"
58+ worker : " soft-anti-affinity"
You can’t perform that action at this time.
0 commit comments