diff --git a/ci-operator/step-registry/ipi/aws/OWNERS b/ci-operator/step-registry/ipi/aws/OWNERS new file mode 100644 index 0000000000000..f14198cff70e7 --- /dev/null +++ b/ci-operator/step-registry/ipi/aws/OWNERS @@ -0,0 +1,11 @@ +approvers: +- smarterclayton +- wking +- stevekuznetsov +- vrutkovs +- abhinavdahiya +- deads2k +- crawford +- ewolinetz +- csrwng +- staebler diff --git a/ci-operator/step-registry/ipi/aws/ipi-aws-workflow.yaml b/ci-operator/step-registry/ipi/aws/ipi-aws-workflow.yaml new file mode 100644 index 0000000000000..96673479b2c55 --- /dev/null +++ b/ci-operator/step-registry/ipi/aws/ipi-aws-workflow.yaml @@ -0,0 +1,10 @@ +workflow: + as: ipi-aws + steps: + pre: + - chain: ipi-conf-aws + - chain: ipi-install + post: + - chain: ipi-deprovision + documentation: |- + The IPI workflow provides pre- and post- steps that provision and deprovision an OpenShift cluster with a default configuration on AWS, allowing job authors to inject their own end-to-end test logic.