diff --git a/ci-operator/config/openshift/release/openshift-release-main__nightly-5.0.yaml b/ci-operator/config/openshift/release/openshift-release-main__nightly-5.0.yaml index 9e22df7e9e7a2..1075b2abd4997 100644 --- a/ci-operator/config/openshift/release/openshift-release-main__nightly-5.0.yaml +++ b/ci-operator/config/openshift/release/openshift-release-main__nightly-5.0.yaml @@ -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: diff --git a/ci-operator/config/openshift/release/openshift-release-main__nightly-5.1.yaml b/ci-operator/config/openshift/release/openshift-release-main__nightly-5.1.yaml index 576fa20d67b73..8a47922386719 100644 --- a/ci-operator/config/openshift/release/openshift-release-main__nightly-5.1.yaml +++ b/ci-operator/config/openshift/release/openshift-release-main__nightly-5.1.yaml @@ -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: diff --git a/ci-operator/jobs/openshift/release/openshift-release-main-periodics.yaml b/ci-operator/jobs/openshift/release/openshift-release-main-periodics.yaml index 75af4b4bb8ff6..533aec80835be 100644 --- a/ci-operator/jobs/openshift/release/openshift-release-main-periodics.yaml +++ b/ci-operator/jobs/openshift/release/openshift-release-main-periodics.yaml @@ -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 * * * @@ -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 * * * diff --git a/ci-operator/step-registry/baremetalds/two-node/fencing/mac/OWNERS b/ci-operator/step-registry/baremetalds/two-node/fencing/mac/OWNERS new file mode 100644 index 0000000000000..de96e50975bd5 --- /dev/null +++ b/ci-operator/step-registry/baremetalds/two-node/fencing/mac/OWNERS @@ -0,0 +1,4 @@ +approvers: + - openshift-edge-approvers +reviewers: + - openshift-edge-reviewers \ No newline at end of file diff --git a/ci-operator/step-registry/baremetalds/two-node/fencing/mac/baremetalds-two-node-fencing-mac-workflow.metadata.json b/ci-operator/step-registry/baremetalds/two-node/fencing/mac/baremetalds-two-node-fencing-mac-workflow.metadata.json new file mode 100644 index 0000000000000..a9fd30ab00a8d --- /dev/null +++ b/ci-operator/step-registry/baremetalds/two-node/fencing/mac/baremetalds-two-node-fencing-mac-workflow.metadata.json @@ -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" + ] + } +} \ No newline at end of file diff --git a/ci-operator/step-registry/baremetalds/two-node/fencing/mac/baremetalds-two-node-fencing-mac-workflow.yaml b/ci-operator/step-registry/baremetalds/two-node/fencing/mac/baremetalds-two-node-fencing-mac-workflow.yaml new file mode 100644 index 0000000000000..f7fe137ee1966 --- /dev/null +++ b/ci-operator/step-registry/baremetalds/two-node/fencing/mac/baremetalds-two-node-fencing-mac-workflow.yaml @@ -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). \ No newline at end of file