Merge "[lib.sh] Split into multiple files for readability"
[fuel.git] / mcp / reclass / classes / cluster / mcp-common-noha / openstack_compute.yml
index 673853e..0409974 100644 (file)
@@ -37,6 +37,8 @@ parameters:
         password: ${_param:keystone_neutron_password}
       barbican:
         enabled: ${_param:barbican_integration_enabled}
+      image:
+        verify_glance_signatures: false
   neutron:
     compute:
       notification: true
@@ -49,6 +51,11 @@ parameters:
         host: ${_param:openstack_control_address}
   cinder:
     volume:
+      backend:
+        lvm-driver:
+          # Align system.cinder.volume.backend.lvm and MaaS data
+          volume_group: ${linux:storage:lvm:cinder-vg:name}
+      my_ip: ${_param:single_address}
       database:
         host: ${_param:cluster_local_address}
       identity:
@@ -67,6 +74,11 @@ parameters:
           fstype: nfs
           device: ${_param:openstack_control_address}:/srv/nova/instances
   linux:
+    storage:
+      lvm:
+        # Align with both system.cinder.volume.backend.lvm and MaaS data
+        cinder-vg:
+          name: vgroot
     system:
       kernel:
         sysctl: