all: Pin Ubuntu kernel to 5.0.0-37 for Bionic
[fuel.git] / mcp / reclass / classes / cluster / all-mcp-arch-common / opnfv / init.yml.j2
index 2e88d9c..755d2cb 100644 (file)
@@ -38,3 +38,9 @@ parameters:
 {%- for server in nm.dns_public %}
           - {{ server }}
 {%- endfor %}
+{%- if '-iec-' not in conf.MCP_DEPLOY_SCENARIO and conf.MCP_KERNEL_VER %}
+    system:
+      kernel:
+        version: '{{ conf.MCP_KERNEL_VER }}'
+        headers: True
+{%- endif %}