diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-12-07 19:17:56 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-12-07 19:17:56 +0000 |
commit | 4e293c2ada6696f17fa78b6c0aebb815fee5a32d (patch) | |
tree | 9d5fd025f77a47d31a7a09804d17e8992d3e9962 /puppet/compute.yaml | |
parent | 4d59bbb55eae146d78c44282151d3d15eeded240 (diff) | |
parent | a7925bc9ed253baae87185016b65dc4cb774d966 (diff) |
Merge "Add option to add metadata for the overcloud nodes"
Diffstat (limited to 'puppet/compute.yaml')
-rw-r--r-- | puppet/compute.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/puppet/compute.yaml b/puppet/compute.yaml index c33373d1..deedf00f 100644 --- a/puppet/compute.yaml +++ b/puppet/compute.yaml @@ -297,6 +297,12 @@ parameters: The DNS domain used for the hosts. This should match the dhcp_domain configured in the Undercloud neutron. Defaults to localdomain. + ServerMetadata: + default: {} + description: > + Extra properties or metadata passed to Nova for the created nodes in + the overcloud. It's accessible via the Nova metadata API. + type: json resources: @@ -314,6 +320,7 @@ resources: user_data_format: SOFTWARE_CONFIG user_data: {get_resource: UserData} name: {get_param: Hostname} + metadata: {get_param: ServerMetadata} # Combine the NodeAdminUserData and NodeUserData mime archives UserData: |