Skip to content

Commit

Permalink
Added etcd service
Browse files Browse the repository at this point in the history
  • Loading branch information
mgerstner authored and erig0 committed Mar 13, 2018
1 parent 578f23d commit ac32094
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/Makefile.am
Expand Up @@ -146,6 +146,8 @@ CONFIG_FILES = \
services/docker-swarm.xml \
services/dropbox-lansync.xml \
services/elasticsearch.xml \
services/etcd-client.xml \
services/etcd-server.xml \
services/finger.xml \
services/freeipa-ldaps.xml \
services/freeipa-ldap.xml \
Expand Down
6 changes: 6 additions & 0 deletions config/services/etcd-client.xml
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<service>
<short>etcd Client</short>
<description>etcd implements a distributed key value store that provides a reliably way to store data across a cluster of machines. This is the client side port.</description>
<port port="2379" protocol="tcp"/>
</service>
6 changes: 6 additions & 0 deletions config/services/etcd-server.xml
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<service>
<short>etcd Server</short>
<description>etcd implements a distributed key value store that provides a reliably way to store data across a cluster of machines. This is the server side port.</description>
<port port="2380" protocol="tcp"/>
</service>

0 comments on commit ac32094

Please sign in to comment.