X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=common%2Fdeploy-steps-tasks.yaml;h=73d3036cf4d871afb74cf8b9e8efaa63fda32299;hb=06aa582cfd312d9381369ddd28d190145becc10b;hp=c6935e75f1fc85a1ac82bf9057205b8ca591c5d0;hpb=19a3b332302126a0d41a866f0257899304dd7b85;p=apex-tripleo-heat-templates.git diff --git a/common/deploy-steps-tasks.yaml b/common/deploy-steps-tasks.yaml index c6935e75..73d3036c 100644 --- a/common/deploy-steps-tasks.yaml +++ b/common/deploy-steps-tasks.yaml @@ -5,7 +5,7 @@ # Per step puppet configuration of the baremetal host ##################################################### - name: Write the config_step hieradata - copy: content="{{dict(step=step|int)|to_json}}" dest=/etc/puppet/hieradata/config_step.json force=true + copy: content="{{dict(step=step|int)|to_json}}" dest=/etc/puppet/hieradata/config_step.json force=true mode=0600 - name: Run puppet host configuration for step {{step}} command: >- puppet apply @@ -27,7 +27,8 @@ shell: python /var/lib/docker-puppet/docker-puppet.py environment: NET_HOST: 'true' - DEBUG: '{{docker_puppet_debug}}' + DEBUG: '{{docker_puppet_debug|default(false)}}' + PROCESS_COUNT: '{{docker_puppet_process_count|default(3)}}' when: step == "1" changed_when: false check_mode: no