From 79da22a897fd575f124b2a16701e1199aefaa7b7 Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Mon, 11 Mar 2019 20:50:17 +0100 Subject: [PATCH] Deploy steps playbook: add a step0 tag All the config-download steps can be run using a `stepX` tag with ansible-playbook, except step 0. This patch adds the tag. Change-Id: Ida335e7b7efef6c2a5a8b7a23b09f13588c7695a --- common/deploy-steps.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/common/deploy-steps.j2 b/common/deploy-steps.j2 index a32998a869..821eb6dfe1 100644 --- a/common/deploy-steps.j2 +++ b/common/deploy-steps.j2 @@ -302,6 +302,7 @@ outputs: tags: - overcloud - deploy_steps + - step0 - hosts: {{primary_role_name}}:DEPLOY_TARGET_HOST name: Server deployments