Initial import of charm layer to deploy and configure OpenMano
[osm/RO.git] / charms / layers / openmano / layer.yaml
diff --git a/charms/layers/openmano/layer.yaml b/charms/layers/openmano/layer.yaml
new file mode 100644 (file)
index 0000000..469e7f3
--- /dev/null
@@ -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