Add defaults for Ubuntu 18.04

Adds defaults for Ubuntu 18.04 as required packages
are not currently installed.

Change-Id: Id94d56eb7192365208891c22123ec7c7514a1a94
This commit is contained in:
Antony Messerli 2019-03-22 12:25:55 -05:00
parent 339f6cb949
commit b7d9c2f7e6
2 changed files with 58 additions and 0 deletions

View File

@ -0,0 +1,37 @@
---
init_template: systemd_template.j2
init_dest_dir: /lib/systemd/system/
init_ext: .service
required_packages:
- mysql-server
- rabbitmq-server
- python-dev
- python-mysqldb
- python-configparser
- libffi-dev
- libxslt1-dev
- libssl-dev
- libxml2-dev
- ipxe
- tftpd-hpa
- tftp-hpa
- xinetd
- parted
- ipmitool
- psmisc
- nginx
- wget
- genisoimage
- kpartx
- qemu-utils
- python-openwsman
- debootstrap
- uuid-runtime
- curl
- python-pip
- python-pymysql
- dnsmasq
# NOTE(TheJulia): The above entry for dnsmasq must be the last entry in the
# package list as the installation causes name resolution changes that can
# temporarily block packages following it while the system is being
# reconfigured. See: https://review.openstack.org/#/c/223813

View File

@ -0,0 +1,21 @@
---
init_template: systemd_template.j2
init_dest_dir: /lib/systemd/system/
init_ext: .service
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
- python-pip
- python-pymysql