diff --git a/ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml b/ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml index 7f1a30b4cbe8..b7df460a101a 100644 --- a/ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml +++ b/ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml @@ -360,7 +360,7 @@ objects: exit 1 fi - /bin/openshift-install --dir=/tmp/artifacts/installer --log-level=debug create cluster & + /bin/openshift-install --dir=/tmp/artifacts/installer create cluster & wait "$!" # Performs cleanup of all created resources @@ -452,7 +452,7 @@ objects: echo "Deprovisioning cluster ..." export AWS_SHARED_CREDENTIALS_FILE=/etc/openshift-installer/.awscred - openshift-install --dir /tmp/artifacts/installer --log-level debug destroy cluster + openshift-install --dir /tmp/artifacts/installer destroy cluster } trap 'teardown' EXIT diff --git a/ci-operator/templates/openshift/installer/cluster-launch-installer-src.yaml b/ci-operator/templates/openshift/installer/cluster-launch-installer-src.yaml index e122b297f788..eed1a33cfaea 100644 --- a/ci-operator/templates/openshift/installer/cluster-launch-installer-src.yaml +++ b/ci-operator/templates/openshift/installer/cluster-launch-installer-src.yaml @@ -332,7 +332,7 @@ objects: exit 1 fi - /bin/openshift-install --dir=/tmp/artifacts/installer --log-level=debug create cluster & + /bin/openshift-install --dir=/tmp/artifacts/installer create cluster & wait "$!" # Performs cleanup of all created resources @@ -424,7 +424,7 @@ objects: echo "Deprovisioning cluster ..." export AWS_SHARED_CREDENTIALS_FILE=/etc/openshift-installer/.awscred - openshift-install --dir /tmp/artifacts/installer --log-level debug destroy cluster + openshift-install --dir /tmp/artifacts/installer destroy cluster } trap 'teardown' EXIT diff --git a/ci-operator/templates/openshift/openshift-ansible/cluster-launch-e2e-40.yaml b/ci-operator/templates/openshift/openshift-ansible/cluster-launch-e2e-40.yaml index 5526ca06e76a..a38c32c7c81e 100644 --- a/ci-operator/templates/openshift/openshift-ansible/cluster-launch-e2e-40.yaml +++ b/ci-operator/templates/openshift/openshift-ansible/cluster-launch-e2e-40.yaml @@ -329,7 +329,7 @@ objects: fi # Need to copy install-config.yml as it gets consumed. cp /tmp/artifacts/installer/install-config.yml /tmp/artifacts/installer/install-config-ansible.yml - /bin/openshift-install --dir=/tmp/artifacts/installer --log-level=debug create ignition-configs & + /bin/openshift-install --dir=/tmp/artifacts/installer create ignition-configs & wait "$!" # Runs an install