You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by bp...@apache.org on 2016/01/05 16:17:55 UTC

celix git commit: CELIX-330: Add minmal discovery_etcd description

Repository: celix
Updated Branches:
  refs/heads/develop 63b9aa86e -> 52a94bf62


CELIX-330: Add minmal discovery_etcd description


Project: http://git-wip-us.apache.org/repos/asf/celix/repo
Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/52a94bf6
Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/52a94bf6
Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/52a94bf6

Branch: refs/heads/develop
Commit: 52a94bf62b2ce39ca67f7b1d6ba8dad484f3b578
Parents: 63b9aa8
Author: Bjoern Petri <bp...@apache.org>
Authored: Tue Jan 5 16:17:30 2016 +0100
Committer: Bjoern Petri <bp...@apache.org>
Committed: Tue Jan 5 16:17:30 2016 +0100

----------------------------------------------------------------------
 remote_services/discovery_etcd/README.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix/blob/52a94bf6/remote_services/discovery_etcd/README.md
----------------------------------------------------------------------
diff --git a/remote_services/discovery_etcd/README.md b/remote_services/discovery_etcd/README.md
new file mode 100644
index 0000000..ff879ce
--- /dev/null
+++ b/remote_services/discovery_etcd/README.md
@@ -0,0 +1,12 @@
+## Discovery ETCD
+
+The Celix Discovery ETCD bundles realizes OSGi services discovery based on [etcd](https://github.com/coreos/etcd).
+
+###### Properties
+    DISCOVERY_ETCD_ROOT_PATH             used path (default: discovery)
+    DEFAULT_ETCD_SERVER_IP               ip address of the etcd server (default: 127.0.0.1)
+    DEFAULT_ETCD_SERVER_PORT             port of the etcd server  (default: 2379)
+    DEFAULT_ETCD_TTL                     time-to-live for etcd entries in seconds (default: 30)
+
+###### CMake option
+    BUILD_RSA_DISCOVERY_ETCD=ON