diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-11-11 10:44:05 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-11-11 10:44:05 +0000 |
commit | 7961f61a413eb36caf46677655cbf8af8bfb6303 (patch) | |
tree | d17b48d19cff2071e349d9fa705898bb2d719908 /puppet/ceph-storage.yaml | |
parent | adefda09c02b6d0b6fe2bfd68513e03924bc028d (diff) | |
parent | 16093c3932545b1a8d1f4572c98d6953c277b3d5 (diff) |
Merge "Allow a user to specify a comma separated list of ntp servers"
Diffstat (limited to 'puppet/ceph-storage.yaml')
-rw-r--r-- | puppet/ceph-storage.yaml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/puppet/ceph-storage.yaml b/puppet/ceph-storage.yaml index 75294599..0d968504 100644 --- a/puppet/ceph-storage.yaml +++ b/puppet/ceph-storage.yaml @@ -22,8 +22,9 @@ parameters: constraints: - custom_constraint: nova.keypair NtpServer: - type: string default: '' + description: Comma-separated list of ntp servers + type: comma_delimited_list EnablePackageInstall: default: 'false' description: Set to true to enable package installation via Puppet @@ -133,11 +134,7 @@ resources: config: {get_resource: CephStorageConfig} server: {get_resource: CephStorage} input_values: - ntp_servers: - str_replace: - template: '["server"]' - params: - server: {get_param: NtpServer} + ntp_servers: {get_param: NtpServer} enable_package_install: {get_param: EnablePackageInstall} enable_package_upgrade: {get_attr: [UpdateDeployment, update_managed_packages]} ceph_cluster_network: {get_attr: [NetIpSubnetMap, net_ip_subnet_map, {get_param: [ServiceNetMap, CephClusterNetwork]}]} |