From d417395e0a40c9cca51e34bc03d3f4a211f150e8 Mon Sep 17 00:00:00 2001 From: Farid Da Encarnacao Date: Thu, 19 Jul 2018 10:22:22 -0400 Subject: [PATCH] Add etcd_volume_size parameter in coreos template Without those fixes new cluster fails with message: ERROR: The Parameter (etcd_volume_size) was not defined in template. Task: 1722523 Story: 20337 Change-Id: Ie38c9e010b61fafeda51ae8dccba94b6ed743f1d --- magnum/drivers/k8s_coreos_v1/templates/kubecluster.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/magnum/drivers/k8s_coreos_v1/templates/kubecluster.yaml b/magnum/drivers/k8s_coreos_v1/templates/kubecluster.yaml index a8ddfd8b5a..8b35c798aa 100644 --- a/magnum/drivers/k8s_coreos_v1/templates/kubecluster.yaml +++ b/magnum/drivers/k8s_coreos_v1/templates/kubecluster.yaml @@ -294,6 +294,12 @@ parameters: domain name for cluster DNS default: "cluster.local" + etcd_volume_size: + type: number + description: > + size of the cinder volume for etcd storage + default: 0 + openstack_ca: type: string hidden: true