X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=charms%2Flayers%2Fopenmano%2Flayer.yaml;fp=charms%2Flayers%2Fopenmano%2Flayer.yaml;h=469e7f3e2195bb78147856c4568377549362ca78;hb=51cc9c4c78bb54c84a5d2399207d206eb30ea247;hp=0000000000000000000000000000000000000000;hpb=9f40121f66e644ddf700720d8d4bdf464f6dd414;p=osm%2FRO.git diff --git a/charms/layers/openmano/layer.yaml b/charms/layers/openmano/layer.yaml new file mode 100644 index 00000000..469e7f3e --- /dev/null +++ b/charms/layers/openmano/layer.yaml @@ -0,0 +1,26 @@ +includes: + - 'layer:basic' + - 'interface:mysql' + - 'interface:openvim' + - 'interface:http' + +options: + basic: + packages: + - python-yaml + - python-bottle + - python-mysqldb + - python-jsonschema + - python-paramiko + - python-argcomplete + - python-requests + - python3-git + + # These are for openstack as a VIM + # - python-novaclient + # - python-keystoneclient + # - python-glanceclient + # - python-neutronclient + + # mysql client needed to install database + - mariadb-client