Ping/pong charm
authorAdam Israel <adam.israel@canonical.com>
Thu, 15 Dec 2016 03:50:51 +0000 (22:50 -0500)
committerAdam Israel <adam.israel@canonical.com>
Tue, 20 Dec 2016 17:25:09 +0000 (12:25 -0500)
commit32e2fa55e105d5b87e9d57012b35f205e0036d59
tree064806f0300cb384713e3f7b12f8dff0bdb1e5f7
parent14e91c04c69eea5009f159c173de99dff0d5378b
Ping/pong charm

This is the Juju charm layer to build the pingpong charm

Change-Id: I732746a53ce6db0faa3e7e528cb60a60e0296afe
Signed-off-by: Adam Israel <adam.israel@canonical.com>
17 files changed:
layers/pingpong/README.md [new file with mode: 0644]
layers/pingpong/actions.yaml [new file with mode: 0644]
layers/pingpong/actions/get-rate [new file with mode: 0755]
layers/pingpong/actions/get-server [new file with mode: 0755]
layers/pingpong/actions/get-state [new file with mode: 0755]
layers/pingpong/actions/get-stats [new file with mode: 0755]
layers/pingpong/actions/set-rate [new file with mode: 0755]
layers/pingpong/actions/set-server [new file with mode: 0755]
layers/pingpong/actions/start-ping [new file with mode: 0755]
layers/pingpong/actions/stop-ping [new file with mode: 0755]
layers/pingpong/config.yaml [new file with mode: 0644]
layers/pingpong/icon.svg [new file with mode: 0644]
layers/pingpong/layer.yaml [new file with mode: 0644]
layers/pingpong/metadata.yaml [new file with mode: 0644]
layers/pingpong/reactive/pingpong.py [new file with mode: 0644]
layers/pingpong/tests/00-setup [new file with mode: 0755]
layers/pingpong/tests/10-deploy [new file with mode: 0755]