aarch64: Add kpti=off similar to x86_64 nopti
[fuel.git] / mcp / reclass / classes / cluster / mcp-common-ha / openstack_compute.yml
index 2375ef5..af87d9c 100644 (file)
@@ -34,7 +34,7 @@ parameters:
     nova_vncproxy_url: https://${_param:cluster_public_host}:6080
     keepalived_vip_interface: br-ctl
     keepalived_vip_virtual_router_id: 69
-    linux_system_codename: xenial
+    linux_system_codename: bionic
   glusterfs:
     client:
       volumes:
@@ -54,6 +54,11 @@ parameters:
         connection_recycle_time: ${_param:db_connection_recycle_time}
       barbican:
         enabled: ${_param:barbican_integration_enabled}
+      pkgs:
+        - cinder-volume
+      openiscsi_services:
+        - tgt
+        - iscsid
   linux:
     storage:
       lvm:
@@ -68,19 +73,10 @@ parameters:
         boot_options:
           - spectre_v2=off
           - nopti
+          - kpti=off
           - nospec_store_bypass_disable
           - noibrs
           - noibpb
-      file:
-        /var/tmp/dhcp_agent.patch:
-          contents: |
-            549,551c549,550
-            <                 self.schedule_resync("Duplicate IP addresses found, "
-            <                                      "DHCP cache is out of sync",
-            <                                      created_port.network_id)
-            ---
-            >                 LOG.info("Duplicate IP addresses found for %s network",
-            >                          created_port.network_id)
   neutron:
     gateway:
       vlan_aware_vms: true
@@ -89,6 +85,8 @@ parameters:
       report_interval: 120
   nova:
     compute:
+      libvirt_service: libvirtd
+      libvirt_bin: /etc/default/libvirtd
       disk_cachemodes: file=directsync,block=none
       preallocate_images: space
       heal_instance_info_cache_interval: 300
@@ -96,3 +94,8 @@ parameters:
         enabled: ${_param:barbican_integration_enabled}
       image:
         verify_glance_signatures: false
+      pkgs:
+        - nova-compute
+        - python3-novaclient
+        - pm-utils
+        - sysfsutils