jchaloup pushed to etcd (f20). "ETCD_ADVERTISE_CLIENT_URLS has to be set if ETCD_LISTEN_CLIENT_URLS is (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri May 22 13:34:55 UTC 2015


From a6eb03e08de0b66d7b1b1ad71c423413d1186f76 Mon Sep 17 00:00:00 2001
From: Jan Chaloupka <jchaloup at redhat.com>
Date: Fri, 22 May 2015 15:24:23 +0200
Subject: ETCD_ADVERTISE_CLIENT_URLS has to be set if ETCD_LISTEN_CLIENT_URLS
 is - related: #1222416


diff --git a/etcd.conf b/etcd.conf
index 086b740..7cad6e6 100644
--- a/etcd.conf
+++ b/etcd.conf
@@ -16,7 +16,7 @@ ETCD_LISTEN_CLIENT_URLS="http://localhost:4001"
 #ETCD_INITIAL_CLUSTER="default=http://localhost:2380,default=http://localhost:7001"
 #ETCD_INITIAL_CLUSTER_STATE="new"
 #ETCD_INITIAL_CLUSTER_TOKEN="etcd-cluster"
-#ETCD_ADVERTISE_CLIENT_URLS="http://localhost:2379,http://localhost:4001"
+ETCD_ADVERTISE_CLIENT_URLS="http://localhost:2379,http://localhost:4001"
 #ETCD_DISCOVERY=""
 #ETCD_DISCOVERY_SRV=""
 #ETCD_DISCOVERY_FALLBACK="proxy"
diff --git a/etcd.spec b/etcd.spec
index f977749..beb4c5a 100644
--- a/etcd.spec
+++ b/etcd.spec
@@ -14,7 +14,7 @@
 
 Name:		%{repo}
 Version:	2.0.11
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	A highly-available key value store for shared configuration
 License:	ASL 2.0
 URL:		https://%{import_path}
@@ -225,6 +225,10 @@ getent passwd %{name} >/dev/null || useradd -r -g %{name} -d %{_sharedstatedir}/
 %endif
 
 %changelog
+* Fri May 22 2015 jchaloup <jchaloup at redhat.com> - 2.0.11-2
+- ETCD_ADVERTISE_CLIENT_URLS has to be set if ETCD_LISTEN_CLIENT_URLS is
+  related: #1222416
+
 * Mon May 18 2015 jchaloup <jchaloup at redhat.com> - 2.0.11-1
 - Update to v2.0.11
   resolves: #1222416
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/etcd.git/commit/?h=f20&id=a6eb03e08de0b66d7b1b1ad71c423413d1186f76


More information about the scm-commits mailing list