Big Switch Neutron ML2 plugin integration
[apex-tripleo-heat-templates.git] / puppet / manifests / overcloud_compute.pp
index d36cf0b..e6fa947 100644 (file)
@@ -53,6 +53,17 @@ if $nova_enable_rbd_backend {
   }
 }
 
+if hiera('cinder_enable_nfs_backend', false) {
+  if ($::selinux != "false") {
+    selboolean { 'virt_use_nfs':
+        value => on,
+        persistent => true,
+    } -> Package['nfs-utils']
+  }
+
+  package {'nfs-utils': } -> Service['nova-compute']
+}
+
 include ::nova::compute::libvirt
 include ::nova::network::neutron
 include ::neutron