Ping/pong charm 05/805/3 v1.0.3 v1.0.4
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)
commit4972fb1a6e074493d0f77395051e2ccf9693e379
tree2e1baaecd37517dcc5fe2c537ac5eb470a92604e
parent9b3883695614726896da5f0c8e4340651a6d4608
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]