| Adam Israel | 50227af | 2016-10-04 12:07:16 -0700 | [diff] [blame] | 1 | includes: |
| 2 | - 'layer:basic' | ||||
| 3 | - 'interface:mysql' | ||||
| 4 | - 'interface:openvim' | ||||
| 5 | - 'interface:http' | ||||
| 6 | |||||
| 7 | options: | ||||
| 8 | basic: | ||||
| 9 | packages: | ||||
| 10 | - python-yaml | ||||
| 11 | - python-bottle | ||||
| 12 | - python-mysqldb | ||||
| 13 | - python-jsonschema | ||||
| 14 | - python-paramiko | ||||
| 15 | - python-argcomplete | ||||
| 16 | - python-requests | ||||
| 17 | - python3-git | ||||
| 18 | |||||
| 19 | # These are for openstack as a VIM | ||||
| 20 | # - python-novaclient | ||||
| 21 | # - python-keystoneclient | ||||
| 22 | # - python-glanceclient | ||||
| 23 | # - python-neutronclient | ||||
| 24 | |||||
| 25 | # mysql client needed to install database | ||||
| 26 | - mariadb-client | ||||