Allow to deploy with custom kubernetes runtime

Related-Prod: PRODX-42391

Change-Id: I20c6cc7a8f5a6e19cea66e158a781a9f7394187d
diff --git a/de/heat-templates/fragments/SrvInstancesVMCephOSD.yaml b/de/heat-templates/fragments/SrvInstancesVMCephOSD.yaml
index dff89f5..e7834e2 100644
--- a/de/heat-templates/fragments/SrvInstancesVMCephOSD.yaml
+++ b/de/heat-templates/fragments/SrvInstancesVMCephOSD.yaml
@@ -85,6 +85,8 @@
     type: string
   docker_ee_packages:
     type: string
+  kubernetes_container_runtime:
+    type: string
   docker_ee_url:
     type: string
   hardware_metadata:
@@ -143,6 +145,7 @@
             $wait_condition_notify: { get_attr: [ wait_handle, curl_cli ] }
             $docker_ee_url: { get_param: docker_ee_url }
             $docker_ee_packages: { get_param: docker_ee_packages }
+            $kubernetes_container_runtime: { get_param: kubernetes_container_runtime }
             $docker_ee_release: { get_param: docker_ee_release }
             $ucp_master_host: { get_param: ucp_master_host }
             $docker_ucp_image: { get_param: docker_ucp_image }