From f77efc5c253c8ae3e5d6c04845826f79ef77b101 Mon Sep 17 00:00:00 2001 From: Balazs Szekeres Date: Tue, 16 Jul 2019 15:21:46 +0200 Subject: [PATCH] Etcd proxy added in caas-etcd Etcd proxy needs a proxy port config. Change-Id: I38ceab7a959cd43cd945fb36e6398433d8fd00a1 Signed-off-by: Balazs Szekeres --- SPECS/instantiate.spec | 2 +- cm_config/caas.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/SPECS/instantiate.spec b/SPECS/instantiate.spec index cb75284..ff96f32 100644 --- a/SPECS/instantiate.spec +++ b/SPECS/instantiate.spec @@ -15,7 +15,7 @@ %define COMPONENT instantiate %define RPM_NAME caas-%{COMPONENT} %define RPM_MAJOR_VERSION 1.0.0 -%define RPM_MINOR_VERSION 7 +%define RPM_MINOR_VERSION 8 Name: %{RPM_NAME} Version: %{RPM_MAJOR_VERSION} diff --git a/cm_config/caas.yaml b/cm_config/caas.yaml index dd6c663..414d529 100644 --- a/cm_config/caas.yaml +++ b/cm_config/caas.yaml @@ -27,6 +27,7 @@ libexec_dir: /usr/libexec/caas apiserver_in_hosts: apiserver.{{ dns_domain }} etcd_api_port: 4111 etcd_peer_port: 4112 +etcd_proxy_port: 23790 kubernetes_component_label: akrec-image swift_url: swift.kube-system.svc.{{ dns_domain }} swift_port: 8084 -- 2.16.6