diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-08-13 06:45:37 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-08-13 06:45:37 +0000 |
commit | 19a3b332302126a0d41a866f0257899304dd7b85 (patch) | |
tree | 8486952b7436a73900d51e341b99c281e997b911 /common/deploy-steps.j2 | |
parent | 03a4abac4ea7cfa7acc545a771e41d0ceda8b237 (diff) | |
parent | 76421eb249051c749c920e600d9caa508d9e7729 (diff) |
Merge "Move deploy-steps-playbook to deploy-steps-tasks"
Diffstat (limited to 'common/deploy-steps.j2')
-rw-r--r-- | common/deploy-steps.j2 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/common/deploy-steps.j2 b/common/deploy-steps.j2 index e5d7e98c..bd8d9bc0 100644 --- a/common/deploy-steps.j2 +++ b/common/deploy-steps.j2 @@ -72,7 +72,15 @@ resources: - name: update_identifier - name: bootstrap_server_id - name: docker_puppet_debug - config: {get_file: deploy-steps-playbook.yaml} + config: + str_replace: + template: | + - hosts: localhost + connection: local + tasks: + _TASKS + params: + _TASKS: {get_file: deploy-steps-tasks.yaml} {%- for step in range(1, deploy_steps_max) %} # BEGIN service_workflow_tasks handling |