File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ #
3+ # * OSP VERIFICATION - OCP 4.21 NIGHTLY *
4+ #
5+ # - Version-pinned variant of osp_verification.yaml for OCP 4.21 pre-GA nightly.
6+ # - Used for early regression detection before 4.21 reaches EOL.
7+ # - Runs on the RHOSO 18.0 OSASINFRA Validated Architecture (serval70).
8+ #
9+ # Parent epic: https://redhat.atlassian.net/browse/OSPRH-31438
10+ # Task: https://redhat.atlassian.net/browse/OSPRH-31439
11+ #
12+
13+ openshift_release : " 4.21"
14+ openshift_build_name : " " # Empty resolves to latest nightly via 4.21.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+
25+ day2ops_procedures :
26+ - rotate_app_creds
27+
28+ ocp_deployment_topology :
29+ network_type : OVNKubernetes
30+ primary_ip_protocol : ipv4 # ipv4 or ipv6
31+ secondary_ip_protocol : " " # ipv4, ipv6, or "" for single-stack
32+ ipv4 :
33+ ip_version : 4
34+ tenant_subnet :
35+ cidr : 10.196.0.0/16 # CIDR for the machine network (tenant network)
36+ cluster_network :
37+ cidr : 10.128.0.0/14
38+ host_prefix : 23
39+ service_network :
40+ - 172.30.0.0/16
41+ flavors :
42+ master :
43+ name : " master"
44+ ram : 16384
45+ vcpus : 4
46+ disk : 30
47+ worker :
48+ name : " worker"
49+ ram : 8192
50+ vcpus : 2
51+ disk : 30
52+ replicas :
53+ master : 3
54+ worker : 2
55+ servergroups :
56+ master : " anti-affinity"
57+ worker : " anti-affinity"
Original file line number Diff line number Diff line change 1+ ---
2+ #
3+ # * OSP VERIFICATION - OCP 4.22 NIGHTLY *
4+ #
5+ # - Version-pinned variant of osp_verification.yaml for OCP 4.22 nightly.
6+ # - Ensures explicit 4.22 coverage persists after 4-stable rolls to 4.23.
7+ # - Runs on the RHOSO 18.0 OSASINFRA Validated Architecture (serval70).
8+ #
9+ # Parent epic: https://redhat.atlassian.net/browse/OSPRH-31438
10+ # Task: https://redhat.atlassian.net/browse/OSPRH-31440
11+ #
12+
13+ openshift_release : " 4.22"
14+ openshift_build_name : " " # Empty resolves to latest nightly via 4.22.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+
25+ day2ops_procedures :
26+ - rotate_app_creds
27+
28+ ocp_deployment_topology :
29+ network_type : OVNKubernetes
30+ primary_ip_protocol : ipv4 # ipv4 or ipv6
31+ secondary_ip_protocol : " " # ipv4, ipv6, or "" for single-stack
32+ ipv4 :
33+ ip_version : 4
34+ tenant_subnet :
35+ cidr : 10.196.0.0/16 # CIDR for the machine network (tenant network)
36+ cluster_network :
37+ cidr : 10.128.0.0/14
38+ host_prefix : 23
39+ service_network :
40+ - 172.30.0.0/16
41+ flavors :
42+ master :
43+ name : " master"
44+ ram : 16384
45+ vcpus : 4
46+ disk : 30
47+ worker :
48+ name : " worker"
49+ ram : 8192
50+ vcpus : 2
51+ disk : 30
52+ replicas :
53+ master : 3
54+ worker : 2
55+ servergroups :
56+ master : " anti-affinity"
57+ worker : " anti-affinity"
Original file line number Diff line number Diff line change 1+ ---
2+ #
3+ # * OSP VERIFICATION - OCP 4.23 NIGHTLY *
4+ #
5+ # - Version-pinned variant of osp_verification.yaml for OCP 4.23 pre-GA nightly.
6+ # - Enables early regression detection before 4.23 reaches the stable channel.
7+ # - Runs on the RHOSO 18.0 OSASINFRA Validated Architecture (serval70).
8+ #
9+ # Parent epic: https://redhat.atlassian.net/browse/OSPRH-31438
10+ # Task: https://redhat.atlassian.net/browse/OSPRH-31441
11+ #
12+
13+ openshift_release : " 4.23"
14+ openshift_build_name : " " # Empty resolves to latest nightly via 4.23.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+
25+ day2ops_procedures :
26+ - rotate_app_creds
27+
28+ ocp_deployment_topology :
29+ network_type : OVNKubernetes
30+ primary_ip_protocol : ipv4 # ipv4 or ipv6
31+ secondary_ip_protocol : " " # ipv4, ipv6, or "" for single-stack
32+ ipv4 :
33+ ip_version : 4
34+ tenant_subnet :
35+ cidr : 10.196.0.0/16 # CIDR for the machine network (tenant network)
36+ cluster_network :
37+ cidr : 10.128.0.0/14
38+ host_prefix : 23
39+ service_network :
40+ - 172.30.0.0/16
41+ flavors :
42+ master :
43+ name : " master"
44+ ram : 16384
45+ vcpus : 4
46+ disk : 30
47+ worker :
48+ name : " worker"
49+ ram : 8192
50+ vcpus : 2
51+ disk : 30
52+ replicas :
53+ master : 3
54+ worker : 2
55+ servergroups :
56+ master : " anti-affinity"
57+ worker : " anti-affinity"
Original file line number Diff line number Diff line change 1+ ---
2+ #
3+ # * OSP VERIFICATION - OCP 5.0 NIGHTLY *
4+ #
5+ # - Version-pinned variant of osp_verification.yaml for OCP 5.0 pre-GA nightly.
6+ # - OCP 5.0 is the next major release; enables early regression detection.
7+ # - Runs on the RHOSO 18.0 OSASINFRA Validated Architecture (serval70).
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+ # Parent epic: https://redhat.atlassian.net/browse/OSPRH-31438
13+ # Task: https://redhat.atlassian.net/browse/OSPRH-31442
14+ #
15+
16+ openshift_release : " 5.0"
17+ openshift_build_name : " " # Empty resolves to latest nightly via 5.0.0-0.nightly/latest
18+ installation_type : ipi
19+ stages :
20+ - prepare
21+ - install
22+ - post
23+ - verification
24+ - day2ops
25+ - openstack_test
26+ - lb_tests
27+
28+ day2ops_procedures :
29+ - rotate_app_creds
30+
31+ ocp_deployment_topology :
32+ network_type : OVNKubernetes
33+ primary_ip_protocol : ipv4 # ipv4 or ipv6
34+ secondary_ip_protocol : " " # ipv4, ipv6, or "" for single-stack
35+ ipv4 :
36+ ip_version : 4
37+ tenant_subnet :
38+ cidr : 10.196.0.0/16 # CIDR for the machine network (tenant network)
39+ cluster_network :
40+ cidr : 10.128.0.0/14
41+ host_prefix : 23
42+ service_network :
43+ - 172.30.0.0/16
44+ flavors :
45+ master :
46+ name : " master"
47+ ram : 16384
48+ vcpus : 4
49+ disk : 30
50+ worker :
51+ name : " worker"
52+ ram : 8192
53+ vcpus : 2
54+ disk : 30
55+ replicas :
56+ master : 3
57+ worker : 2
58+ servergroups :
59+ master : " anti-affinity"
60+ worker : " anti-affinity"
You can’t perform that action at this time.
0 commit comments