Skip to content

Commit dc76c06

Browse files
Merge pull request #35 from shiftstack/add-ocp-5.1-nightly-job
Add OCP 5.1 nightly testconfig and egressip allowlist
2 parents b5d8882 + 3cb6749 commit dc76c06

2 files changed

Lines changed: 63 additions & 0 deletions

File tree

collection/stages/roles/egressip_tests/files/egressip-allowlist.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
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"

0 commit comments

Comments
 (0)