Skip to content
Open
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 @@ -971,6 +971,13 @@ tests:
steps:
cluster_profile: equinix-edge-enablement
workflow: baremetalds-two-node-fencing-extended
- as: e2e-metal-ovn-two-node-fencing-mac
capabilities:
- intranet
interval: 168h
steps:
cluster_profile: equinix-edge-enablement
workflow: baremetalds-two-node-fencing-mac
- as: e2e-aws-ovn-proxy
cron: 0 0 */2 * *
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -971,6 +971,13 @@ tests:
steps:
cluster_profile: equinix-edge-enablement
workflow: baremetalds-two-node-fencing-extended
- as: e2e-metal-ovn-two-node-fencing-mac
capabilities:
- intranet
interval: 168h
steps:
cluster_profile: equinix-edge-enablement
workflow: baremetalds-two-node-fencing-mac
- as: e2e-aws-ovn-proxy
cron: 0 0 */2 * *
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -293661,6 +293661,91 @@ periodics:
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: build10
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: main
org: openshift
repo: release
interval: 168h
labels:
capability/intranet: intranet
ci-operator.openshift.io/cloud: equinix-edge-enablement
ci-operator.openshift.io/cloud-cluster-profile: equinix-edge-enablement
ci-operator.openshift.io/variant: nightly-5.0
ci.openshift.io/generator: prowgen
ci.openshift.io/no-builds: "true"
job-release: "5.0"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-release-main-nightly-5.0-e2e-metal-ovn-two-node-fencing-mac
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=e2e-metal-ovn-two-node-fencing-mac
- --variant=nightly-5.0
command:
- ci-operator
env:
- name: HTTP_SERVER_IP
valueFrom:
fieldRef:
fieldPath: status.podIP
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
imagePullPolicy: Always
name: ""
ports:
- containerPort: 8080
name: http
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /etc/boskos
name: boskos
readOnly: true
- mountPath: /secrets/ci-pull-credentials
name: ci-pull-credentials
readOnly: true
- mountPath: /secrets/gcs
name: gcs-credentials
readOnly: true
- mountPath: /secrets/manifest-tool
name: manifest-tool-local-pusher
readOnly: true
- mountPath: /etc/pull-secret
name: pull-secret
readOnly: true
- mountPath: /etc/report
name: result-aggregator
readOnly: true
serviceAccountName: ci-operator
volumes:
- name: boskos
secret:
items:
- key: credentials
path: credentials
secretName: boskos-credentials
- name: ci-pull-credentials
secret:
secretName: ci-pull-credentials
- name: manifest-tool-local-pusher
secret:
secretName: manifest-tool-local-pusher
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: build10
cron: 19 10,20 * * *
Expand Down Expand Up @@ -320107,6 +320192,91 @@ periodics:
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: build10
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: main
org: openshift
repo: release
interval: 168h
labels:
capability/intranet: intranet
ci-operator.openshift.io/cloud: equinix-edge-enablement
ci-operator.openshift.io/cloud-cluster-profile: equinix-edge-enablement
ci-operator.openshift.io/variant: nightly-5.1
ci.openshift.io/generator: prowgen
ci.openshift.io/no-builds: "true"
job-release: "5.1"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-release-main-nightly-5.1-e2e-metal-ovn-two-node-fencing-mac
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=e2e-metal-ovn-two-node-fencing-mac
- --variant=nightly-5.1
command:
- ci-operator
env:
- name: HTTP_SERVER_IP
valueFrom:
fieldRef:
fieldPath: status.podIP
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
imagePullPolicy: Always
name: ""
ports:
- containerPort: 8080
name: http
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /etc/boskos
name: boskos
readOnly: true
- mountPath: /secrets/ci-pull-credentials
name: ci-pull-credentials
readOnly: true
- mountPath: /secrets/gcs
name: gcs-credentials
readOnly: true
- mountPath: /secrets/manifest-tool
name: manifest-tool-local-pusher
readOnly: true
- mountPath: /etc/pull-secret
name: pull-secret
readOnly: true
- mountPath: /etc/report
name: result-aggregator
readOnly: true
serviceAccountName: ci-operator
volumes:
- name: boskos
secret:
items:
- key: credentials
path: credentials
secretName: boskos-credentials
- name: ci-pull-credentials
secret:
secretName: ci-pull-credentials
- name: manifest-tool-local-pusher
secret:
secretName: manifest-tool-local-pusher
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: build10
cron: 19 10,20 * * *
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
approvers:
- openshift-edge-approvers
reviewers:
- openshift-edge-reviewers
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"path": "baremetalds/two-node/fencing/mac/baremetalds-two-node-fencing-mac-workflow.yaml",
"owners": {
"approvers": [
"openshift-edge-approvers"
],
"reviewers": [
"openshift-edge-reviewers"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
workflow:
as: baremetalds-two-node-fencing-mac
steps:
allow_best_effort_post_steps: true
cluster_profile: equinix-edge-enablement
pre:
- chain: baremetalds-ofcir-pre
test:
- chain: baremetalds-ipi-test
post:
- chain: baremetalds-ofcir-post
env:
DEVSCRIPTS_CONFIG: |
IP_STACK=v4
NUM_MASTERS=2
MASTER_MEMORY=32768
MASTER_DISK=100
NUM_WORKERS=0
FEATURE_SET="TechPreviewNoUpgrade"
BMC_DRIVER="redfish"
FENCING_CREDENTIAL_IDENTIFIER=macAddress
ENABLE_HYPERVISOR_SSH_CONFIG: "true"
documentation: |-
This workflow executes a Two Node OpenShift with Fencing (TNF) cluster installation.
In this workflow, the fencing credentials are keyed by MAC address rather than hostname (FENCING_CREDENTIAL_IDENTIFIER=macAddress).