aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/compute-role.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-12-22 23:41:08 +0000
committerGerrit Code Review <review@openstack.org>2016-12-22 23:41:08 +0000
commit2a6df57475642792264e3e069359167ee6a81b0a (patch)
tree24053f028a36c72c90416d96fa2e6acb8dc5ec2d /puppet/compute-role.yaml
parent6190f56a511fae5a0e7db956f885afe935a6b68e (diff)
parentd5cd18d3c5e1a54cb15be39e421f98fd01e1a99c (diff)
Merge "Introduce role-specific NodeUserData, use for docker"
Diffstat (limited to 'puppet/compute-role.yaml')
-rw-r--r--puppet/compute-role.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/puppet/compute-role.yaml b/puppet/compute-role.yaml
index bf580221..cedab0e6 100644
--- a/puppet/compute-role.yaml
+++ b/puppet/compute-role.yaml
@@ -172,6 +172,8 @@ resources:
type: multipart
- config: {get_resource: NodeUserData}
type: multipart
+ - config: {get_resource: RoleUserData}
+ type: multipart
# Creates the "heat-admin" user if configured via the environment
# Should return a OS::Heat::MultipartMime reference via OS::stack_id
@@ -183,6 +185,11 @@ resources:
NodeUserData:
type: OS::TripleO::NodeUserData
+ # For optional operator role-specific userdata
+ # Should return a OS::Heat::MultipartMime reference via OS::stack_id
+ RoleUserData:
+ type: OS::TripleO::Compute::NodeUserData
+
ExternalPort:
type: OS::TripleO::Compute::Ports::ExternalPort
properties: