X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=puppet%2Fcompute-config.yaml;h=acc9e61d62f087291ba0381c1e32a8da14bc5b2c;hb=3fa2ab420c2ba354fd709857e1ceaacf36a0f1b5;hp=9e128d3a89550fe33e7a31c4ef5c4a395ee3000c;hpb=ede33f67b9d35e13b0341732852f76e84e115245;p=apex-tripleo-heat-templates.git diff --git a/puppet/compute-config.yaml b/puppet/compute-config.yaml index 9e128d3a..acc9e61d 100644 --- a/puppet/compute-config.yaml +++ b/puppet/compute-config.yaml @@ -1,7 +1,7 @@ heat_template_version: 2015-04-30 description: > - A software config which runs manifests/overcloud_compute.pp + A software config which applies puppet on the compute role parameters: ConfigDebug: @@ -24,15 +24,21 @@ resources: enable_hiera: True enable_facter: False modulepath: /etc/puppet/modules:/opt/stack/puppet-modules:/usr/share/openstack-puppet/modules + inputs: + - name: step + type: Number outputs: - name: result config: list_join: - '' - - - get_file: manifests/overcloud_compute.pp + - - str_replace: + template: {get_file: manifests/overcloud_role.pp} + params: + __ROLE__: compute - {get_param: StepConfig} outputs: OS::stack_id: - description: The software config which runs overcloud_controller.pp + description: The software config which applies puppet on the compute role value: {get_resource: ComputePuppetConfigImpl}