~ibmcharmers/charms/trusty/layer-ibm-mobilefirst-server/trunk

« back to all changes in this revision

Viewing changes to deps/layer/layer-basic/layer.yaml

  • Committer: Suchitra Venugopal
  • Date: 2016-09-06 09:48:53 UTC
  • Revision ID: suchvenu@in.ibm.com-20160906094853-1n09myeisek096nm
IBM MobileFirst Server

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
defines:
 
2
  packages:
 
3
    type: array
 
4
    default: []
 
5
    description: Additional packages to be installed at time of bootstrap
 
6
  use_venv:
 
7
    type: boolean
 
8
    default: false
 
9
    description: >
 
10
      Install charm dependencies (wheelhouse) into a Python virtual environment
 
11
      to help avoid conflicts with other charms or libraries on the machine.
 
12
  include_system_packages:
 
13
    type: boolean
 
14
    default: false
 
15
    description: >
 
16
      If using a virtual environment, allow the venv to see Python packages
 
17
      installed at the system level.  This reduces isolation, but is necessary
 
18
      to use Python packages installed via apt-get.