Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,12 @@ tests:
TLS_13_ENABLE_TLS_ADHERENCE: "true"
TLS_13_TLS_ADHERENCE_POLICY: StrictAllComponents
test:
- chain: acm-install
- ref: rhobs-acm-setup-observability
Comment thread
coderabbitai[bot] marked this conversation as resolved.
- ref: optional-operators-operator-sdk
- ref: oran-o2ims-wait-for-tls-pods
- ref: tls-13
- ref: oran-o2ims-wait-for-tls-pods-post-rollout
- ref: tls-scanner-run
workflow: ipi-aws
- as: install-bundle-tls-scan-periodic
Expand All @@ -146,9 +149,12 @@ tests:
TLS_13_ENABLE_TLS_ADHERENCE: "true"
TLS_13_TLS_ADHERENCE_POLICY: StrictAllComponents
test:
- chain: acm-install
- ref: rhobs-acm-setup-observability
- ref: optional-operators-operator-sdk
- ref: oran-o2ims-wait-for-tls-pods
- ref: tls-13
- ref: oran-o2ims-wait-for-tls-pods-post-rollout
- ref: tls-scanner-run
workflow: ipi-aws
- always_run: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,12 @@ tests:
TLS_13_ENABLE_TLS_ADHERENCE: "true"
TLS_13_TLS_ADHERENCE_POLICY: StrictAllComponents
test:
- chain: acm-install
- ref: rhobs-acm-setup-observability
- ref: optional-operators-operator-sdk
- ref: oran-o2ims-wait-for-tls-pods
- ref: tls-13
- ref: oran-o2ims-wait-for-tls-pods-post-rollout
- ref: tls-scanner-run
workflow: ipi-aws
- as: install-bundle-tls-scan-periodic
Expand All @@ -146,9 +149,12 @@ tests:
TLS_13_ENABLE_TLS_ADHERENCE: "true"
TLS_13_TLS_ADHERENCE_POLICY: StrictAllComponents
test:
- chain: acm-install
- ref: rhobs-acm-setup-observability
- ref: optional-operators-operator-sdk
- ref: oran-o2ims-wait-for-tls-pods
- ref: tls-13
- ref: oran-o2ims-wait-for-tls-pods-post-rollout
- ref: tls-scanner-run
workflow: ipi-aws
- always_run: false
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"path": "oran-o2ims/wait-for-tls-pods-post-rollout/oran-o2ims-wait-for-tls-pods-post-rollout-ref.yaml",
"owners": {
"approvers": [
"alegacy",
"donpenney",
"rauhersu"
],
"reviewers": [
"alegacy",
"donpenney",
"rauhersu"
]
Comment thread
rauhersu marked this conversation as resolved.
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
ref:
as: oran-o2ims-wait-for-tls-pods-post-rollout
from: cli
cli: latest
commands: oran-o2ims-wait-for-tls-pods-post-rollout-commands.sh
env:
- name: WAIT_NAMESPACE
default: oran-o2ims
documentation: "Namespace where the oran-o2ims operator is deployed."
resources:
requests:
cpu: 100m
memory: 200Mi
documentation: |-
Runs the same checks as oran-o2ims-wait-for-tls-pods but is
intended to be placed after the tls-13 step. The Modern TLS
profile rollout restarts service-ca, which re-issues serving
certificates and causes operator pods to be recreated. This
step waits for the pods to come back up and serve TLS before
the tls-scanner-run step executes.