fuel-plugin-solidfire-cinder/deployment_scripts/puppet/manifests/site.pp

7 lines
291 B
ObjectPascal

notice('MODULAR: fuel-plugin-solidfire-cinder')
# The manifest is executed on nodes with cinder role or on nodes with controller role when Ceph is used.
if ('cinder' in hiera('roles')) or (!empty(filter_nodes(hiera('nodes'), 'role', 'ceph-osd'))) {
class { 'plugin_cinder_solidfire': }
}