| Adam Israel | 6de6ff1 | 2016-09-27 16:17:01 -0400 | [diff] [blame^] | 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. |