Skip to content
Closed
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

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ chain:
as: ipi-deprovision
steps:
- chain: gather
- ref: ipi-deprovision-deprovision
- ref: ipi-deprovision
documentation: |-
The IPI deprovision step chain contains all the individual steps necessary to gather and deprovision an OpenShift cluster.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ref:
as: ipi-deprovision-deprovision
as: ipi-deprovision
from: installer
commands: ipi-deprovision-deprovision-commands.sh
commands: ipi-deprovision-commands.sh
resources:
requests:
cpu: 1000m
Expand Down
1 change: 0 additions & 1 deletion ci-operator/step-registry/ipi/install/install/OWNERS

This file was deleted.

4 changes: 2 additions & 2 deletions ci-operator/step-registry/ipi/install/ipi-install-chain.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ chain:
as: ipi-install
steps:
- ref: ipi-install-rbac
- ref: ipi-install-install
- ref: ipi-install
documentation: |-
The IPI install step chain contains all the individual steps necessary to install an OpenShift cluster.
The IPI install step chain contains all the individual steps necessary to install an OpenShift cluster.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ref:
as: ipi-install-install
as: ipi-install
from: installer
commands: ipi-install-install-commands.sh
commands: ipi-install-commands.sh
resources:
requests:
cpu: 1000m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ ref:
cpu: 10m
memory: 100Mi
documentation: |-
The SDN multi-manifest step adds the configuration for SDN multi-tenant networking to set of manifests for installation. The script creates the manifest_cluster-network-03-config.yml file that is consumed by ipi-install-install.
The SDN multi-manifest step adds the configuration for SDN multi-tenant networking to set of manifests for installation. The script creates the manifest_cluster-network-03-config.yml file that is consumed by ipi-install.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ ref:
cpu: 10m
memory: 100Mi
documentation: |-
The SDN single-manifest step adds the configuration for SDN single-tenant networking to set of manifests for installation. The script creates the manifest_cluster-network-03-config.yml file that is consumed by ipi-install-install.
The SDN single-manifest step adds the configuration for SDN single-tenant networking to set of manifests for installation. The script creates the manifest_cluster-network-03-config.yml file that is consumed by ipi-install.