Initial import of charm layer to deploy and configure OpenMano 05/505/1
authorAdam Israel <adam.israel@canonical.com>
Tue, 4 Oct 2016 19:07:16 +0000 (12:07 -0700)
committerAdam Israel <adam.israel@canonical.com>
Tue, 4 Oct 2016 19:07:16 +0000 (12:07 -0700)
commit50227af7528fd544826a238ddab7d40746f6873d
treef97945050ac1ce2c59b9905ff2f26405d88c5fcd
parent33f0a7e496b0385d6849138381ac1e4089efe328
Initial import of charm layer to deploy and configure OpenMano

Signed-off-by: Adam Israel <adam.israel@canonical.com>
14 files changed:
charms/.gitignore [new file with mode: 0644]
charms/README.md [new file with mode: 0644]
charms/layers/openmano/README.md [new file with mode: 0644]
charms/layers/openmano/config.yaml [new file with mode: 0644]
charms/layers/openmano/icon.svg [new file with mode: 0644]
charms/layers/openmano/layer.yaml [new file with mode: 0644]
charms/layers/openmano/metadata.yaml [new file with mode: 0644]
charms/layers/openmano/reactive/layer_openmano.py [new file with mode: 0644]
charms/layers/openmano/scripts/create-datacenter.sh [new file with mode: 0755]
charms/layers/openmano/scripts/create-tenant.sh [new file with mode: 0755]
charms/layers/openmano/scripts/init_mano_db.sh [new file with mode: 0755]
charms/layers/openmano/templates/openmanod.cfg [new file with mode: 0644]
charms/layers/openmano/tests/00-setup [new file with mode: 0755]
charms/layers/openmano/tests/10-deploy [new file with mode: 0755]