Merge "Use -net=host for docker-puppet.py config gen"

This commit is contained in:
Jenkins 2017-04-21 12:56:11 +00:00 committed by Gerrit Code Review
commit 85b2282336
1 changed files with 4 additions and 0 deletions

View File

@ -182,6 +182,8 @@ resources:
properties:
group: script
config: {get_file: docker-puppet.py}
inputs:
- name: NET_HOST
{{role.name}}GenerateConfigDeployment:
type: OS::Heat::SoftwareDeploymentGroup
@ -190,6 +192,8 @@ resources:
name: {{role.name}}GenerateConfigDeployment
servers: {get_param: [servers, {{role.name}}]}
config: {get_resource: {{role.name}}GenerateConfig}
input_values:
NET_HOST: 'true'
{{role.name}}PuppetStepConfig:
type: OS::Heat::Value