Compiled charm published to cs:~nfv/vpe-router-1
authorAdam Israel <adam.israel@canonical.com>
Tue, 27 Sep 2016 20:17:01 +0000 (16:17 -0400)
committerAdam Israel <adam.israel@canonical.com>
Tue, 27 Sep 2016 21:39:42 +0000 (17:39 -0400)
commit6de6ff1f5885ce32e6a7d30be1d80c82a41e4721
tree6d2017d11f7a98995c98f33a4d7f7b5da34ab21d
parent370aa5bd83ce4622f0d8f6e91ff60e11b0190aa4
Compiled charm published to cs:~nfv/vpe-router-1

Change-Id: I79a7f51de91ce7aaf17922afd966e436d7784da3
Signed-off-by: Adam Israel <adam.israel@canonical.com>
70 files changed:
.gitignore [new file with mode: 0644]
builds/vpe-router/.build.manifest [new file with mode: 0644]
builds/vpe-router/.gitignore [new file with mode: 0644]
builds/vpe-router/Makefile [new file with mode: 0644]
builds/vpe-router/README.md [new file with mode: 0644]
builds/vpe-router/actions.yaml [new file with mode: 0644]
builds/vpe-router/actions/add-corporation [new file with mode: 0755]
builds/vpe-router/actions/configure-interface [new file with mode: 0755]
builds/vpe-router/actions/connect-domains [new file with mode: 0755]
builds/vpe-router/actions/delete-corporation [new file with mode: 0755]
builds/vpe-router/actions/delete-domain-connection [new file with mode: 0755]
builds/vpe-router/bin/layer_option [new file with mode: 0755]
builds/vpe-router/config.yaml [new file with mode: 0644]
builds/vpe-router/copyright [new file with mode: 0644]
builds/vpe-router/deps/layer/layer-basic/.gitignore [new file with mode: 0644]
builds/vpe-router/deps/layer/layer-basic/Makefile [new file with mode: 0644]
builds/vpe-router/deps/layer/layer-basic/README.md [new file with mode: 0644]
builds/vpe-router/deps/layer/layer-basic/bin/layer_option [new file with mode: 0755]
builds/vpe-router/deps/layer/layer-basic/copyright [new file with mode: 0644]
builds/vpe-router/deps/layer/layer-basic/hooks/config-changed [new file with mode: 0755]
builds/vpe-router/deps/layer/layer-basic/hooks/hook.template [new file with mode: 0644]
builds/vpe-router/deps/layer/layer-basic/hooks/install [new file with mode: 0755]
builds/vpe-router/deps/layer/layer-basic/hooks/leader-elected [new file with mode: 0755]
builds/vpe-router/deps/layer/layer-basic/hooks/leader-settings-changed [new file with mode: 0755]
builds/vpe-router/deps/layer/layer-basic/hooks/start [new file with mode: 0755]
builds/vpe-router/deps/layer/layer-basic/hooks/stop [new file with mode: 0755]
builds/vpe-router/deps/layer/layer-basic/hooks/update-status [new file with mode: 0755]
builds/vpe-router/deps/layer/layer-basic/hooks/upgrade-charm [new file with mode: 0755]
builds/vpe-router/deps/layer/layer-basic/layer.yaml [new file with mode: 0644]
builds/vpe-router/deps/layer/layer-basic/lib/charms/layer/__init__.py [new file with mode: 0644]
builds/vpe-router/deps/layer/layer-basic/lib/charms/layer/basic.py [new file with mode: 0644]
builds/vpe-router/deps/layer/layer-basic/lib/charms/layer/execd.py [new file with mode: 0644]
builds/vpe-router/deps/layer/layer-basic/metadata.yaml [new file with mode: 0644]
builds/vpe-router/deps/layer/layer-basic/reactive/__init__.py [new file with mode: 0644]
builds/vpe-router/deps/layer/layer-basic/requirements.txt [new file with mode: 0644]
builds/vpe-router/deps/layer/layer-basic/tox.ini [new file with mode: 0644]
builds/vpe-router/deps/layer/layer-basic/wheelhouse.txt [new file with mode: 0644]
builds/vpe-router/hooks/config-changed [new file with mode: 0755]
builds/vpe-router/hooks/hook.template [new file with mode: 0644]
builds/vpe-router/hooks/install [new file with mode: 0755]
builds/vpe-router/hooks/leader-elected [new file with mode: 0755]
builds/vpe-router/hooks/leader-settings-changed [new file with mode: 0755]
builds/vpe-router/hooks/start [new file with mode: 0755]
builds/vpe-router/hooks/stop [new file with mode: 0755]
builds/vpe-router/hooks/update-status [new file with mode: 0755]
builds/vpe-router/hooks/upgrade-charm [new file with mode: 0755]
builds/vpe-router/layer.yaml [new file with mode: 0644]
builds/vpe-router/lib/charms/layer/__init__.py [new file with mode: 0644]
builds/vpe-router/lib/charms/layer/basic.py [new file with mode: 0644]
builds/vpe-router/lib/charms/layer/execd.py [new file with mode: 0644]
builds/vpe-router/lib/charms/router.py [new file with mode: 0644]
builds/vpe-router/metadata.yaml [new file with mode: 0644]
builds/vpe-router/reactive/__init__.py [new file with mode: 0644]
builds/vpe-router/reactive/vpe_router.py [new file with mode: 0644]
builds/vpe-router/requirements.txt [new file with mode: 0644]
builds/vpe-router/tox.ini [new file with mode: 0644]
builds/vpe-router/wheelhouse/Jinja2-2.8.tar.gz [new file with mode: 0644]
builds/vpe-router/wheelhouse/MarkupSafe-0.23.tar.gz [new file with mode: 0644]
builds/vpe-router/wheelhouse/PyYAML-3.12.tar.gz [new file with mode: 0644]
builds/vpe-router/wheelhouse/Tempita-0.5.2.tar.gz [new file with mode: 0644]
builds/vpe-router/wheelhouse/charmhelpers-0.9.1.tar.gz [new file with mode: 0644]
builds/vpe-router/wheelhouse/charms.reactive-0.4.4.tar.gz [new file with mode: 0644]
builds/vpe-router/wheelhouse/ecdsa-0.13.tar.gz [new file with mode: 0644]
builds/vpe-router/wheelhouse/netaddr-0.7.18.tar.gz [new file with mode: 0644]
builds/vpe-router/wheelhouse/paramiko-1.16.3.tar.gz [new file with mode: 0644]
builds/vpe-router/wheelhouse/pip-8.1.2.tar.gz [new file with mode: 0644]
builds/vpe-router/wheelhouse/pyaml-16.9.0.tar.gz [new file with mode: 0644]
builds/vpe-router/wheelhouse/pycrypto-2.6.1.tar.gz [new file with mode: 0644]
builds/vpe-router/wheelhouse/six-1.10.0.tar.gz [new file with mode: 0644]
juju-env.sh [new file with mode: 0644]