From 670e035539ca94683f53d7b5dd8e48e527113b19 Mon Sep 17 00:00:00 2001 From: Valerii Ponomarov Date: Thu, 14 Feb 2019 20:07:53 +0530 Subject: [Deployment] Remove 'ignore_errors' flag from required steps For the moment, if subscription manager fails, we continue deployment, but it is mistake. We just spend redundant time before we try to install anything. Change-Id: Ib95c00a3c605b98f3cd6b7998d4b482533a5d491 --- deployment/playbooks/prod.yaml | 1 - 1 file changed, 1 deletion(-) (limited to 'deployment') diff --git a/deployment/playbooks/prod.yaml b/deployment/playbooks/prod.yaml index 3558468d..04be066b 100644 --- a/deployment/playbooks/prod.yaml +++ b/deployment/playbooks/prod.yaml @@ -17,4 +17,3 @@ - cloud-provider-setup - docker-storage-setup - openshift-volume-quota - ignore_errors: yes -- cgit