Compiled charm published to cs:~nfv/vpe-router-1
Change-Id: I79a7f51de91ce7aaf17922afd966e436d7784da3
Signed-off-by: Adam Israel <adam.israel@canonical.com>
diff --git a/builds/vpe-router/deps/layer/layer-basic/layer.yaml b/builds/vpe-router/deps/layer/layer-basic/layer.yaml
new file mode 100644
index 0000000..f826b3f
--- /dev/null
+++ b/builds/vpe-router/deps/layer/layer-basic/layer.yaml
@@ -0,0 +1,18 @@
+defines:
+ packages:
+ type: array
+ default: []
+ description: Additional packages to be installed at time of bootstrap
+ use_venv:
+ type: boolean
+ default: false
+ description: >
+ Install charm dependencies (wheelhouse) into a Python virtual environment
+ to help avoid conflicts with other charms or libraries on the machine.
+ include_system_packages:
+ type: boolean
+ default: false
+ description: >
+ If using a virtual environment, allow the venv to see Python packages
+ installed at the system level. This reduces isolation, but is necessary
+ to use Python packages installed via apt-get.