tripleo-heat-templates/puppet/extraconfig/pre_deploy/controller/multiple.yaml

19 lines
403 B
YAML

heat_template_version: wallaby
description: 'Extra Pre-Deployment Config, multiple'
parameters:
server:
type: string
resources:
CinderNetappConfig:
type: cinder-netapp.yaml
properties:
server: {get_param: server}
# Note depends_on may be used for serialization if ordering is important
OtherConfig:
type: other.yaml
properties:
server: {get_param: server}