blob: 469e7f3e2195bb78147856c4568377549362ca78 [file] [log] [blame]
Adam Israel50227af2016-10-04 12:07:16 -07001includes:
2 - 'layer:basic'
3 - 'interface:mysql'
4 - 'interface:openvim'
5 - 'interface:http'
6
7options:
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