Snapcraft.yaml for building zetcd snap packages
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
snap
.gitignore
README.md

README.md

zetcd-snaps

Snapcraft.yaml for building zetcd snap packages

Building

In the root of the repo run:

snapcraft cleanbuild

Installing from the Ubuntu Store

snap install zetcd --edge

Running

Forward ZooKeeper requests on :2181 to an etcd server listening on localhost:2379:

zetcd --zkaddr 0.0.0.0:2181 --endpoints localhost:2379

Simple testing with zkctl:

zetcd.zkctl watch / &
zetcd.zkctl create /abc "foo"