| includes: | |
| - 'layer:basic' | |
| - 'interface:mysql' | |
| - 'interface:openvim' | |
| - 'interface:http' | |
| options: | |
| basic: | |
| packages: | |
| - python-yaml | |
| - python-bottle | |
| - python-mysqldb | |
| - python-jsonschema | |
| - python-paramiko | |
| - python-argcomplete | |
| - python-requests | |
| - python3-git | |
| # These are for openstack as a VIM | |
| # - python-novaclient | |
| # - python-keystoneclient | |
| # - python-glanceclient | |
| # - python-neutronclient | |
| # mysql client needed to install database | |
| - mariadb-client |