Etcd proxy added in caas-etcd 00/1200/2
authorBalazs Szekeres <balazs.szekeres@nokia.com>
Tue, 16 Jul 2019 13:21:46 +0000 (15:21 +0200)
committerBalazs Szekeres <balazs.szekeres@nokia.com>
Tue, 16 Jul 2019 13:24:22 +0000 (15:24 +0200)
Etcd proxy needs a proxy port config.

Change-Id: I38ceab7a959cd43cd945fb36e6398433d8fd00a1
Signed-off-by: Balazs Szekeres <balazs.szekeres@nokia.com>
SPECS/instantiate.spec
cm_config/caas.yaml

index cb75284..ff96f32 100644 (file)
@@ -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}
index dd6c663..414d529 100644 (file)
@@ -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