a5c688a9ab
In order to support use of keystone, bifrost needs to be able to install keystone in a minimalistic fashion alongside of ironic. This commit adds the role, and required changes for that configuration to be bootstrapped. Change-Id: Icb1c5dfded5574d901444bbca72e5d74a336093f
22 lines
415 B
YAML
22 lines
415 B
YAML
---
|
|
init_template: upstart_template.j2
|
|
init_dest_dir: /etc/init/
|
|
init_ext: .conf
|
|
nginx_user: www-data
|
|
mysql_service_name: mysql
|
|
required_packages:
|
|
- mysql-server
|
|
- rabbitmq-server
|
|
- python-dev
|
|
- python-mysqldb
|
|
- python-configparser
|
|
- libffi-dev
|
|
- libxslt1-dev
|
|
- libssl-dev
|
|
- libxml2-dev
|
|
- nginx
|
|
- uwsgi
|
|
- uwsgi-core
|
|
# - python-django-uwsgi - This may not be needed
|
|
- uwsgi-plugin-python
|