Allow to deploy with custom kubernetes runtime
Related-Prod: PRODX-42391
Change-Id: I20c6cc7a8f5a6e19cea66e158a781a9f7394187d
diff --git a/de/heat-templates/fragments/SrvInstancesBMCephOSD.yaml b/de/heat-templates/fragments/SrvInstancesBMCephOSD.yaml
index 0c92f7a..6791060 100644
--- a/de/heat-templates/fragments/SrvInstancesBMCephOSD.yaml
+++ b/de/heat-templates/fragments/SrvInstancesBMCephOSD.yaml
@@ -86,6 +86,8 @@
type: string
docker_ee_packages:
type: string
+ kubernetes_container_runtime:
+ type: string
docker_ee_url:
type: string
hardware_metadata:
@@ -117,6 +119,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 }