952e99cb6b
We are using MariaDB database for ironic so we need to install the optional PyMySQL dependency for sqlalchemy on all distributions otherwise ironic-dbsync fails with the following error: CRITI [ironic] ImportError: No module named pymysql Traceback (most recent call last): File "/usr/bin/ironic-dbsync", line 10, in <module> sys.exit(main()) File "/usr/lib/python2.7/site-packages/ironic/cmd/dbsync.py", line 103, in main CONF.command.func() File "/usr/lib/python2.7/site-packages/ironic/cmd/dbsync.py", line 35, in upgrade migration.upgrade(CONF.command.revision) File "/usr/lib/python2.7/site-packages/ironic/db/migration.py", line 36, in upgrade return get_backend().upgrade(version) File "/usr/lib/python2.7/site-packages/ironic/db/sqlalchemy/migration.py", line 56, in upgrade alembic.command.upgrade(config, revision or 'head') [...] File "/usr/lib64/python2.7/site-packages/sqlalchemy/dialects/mysql/pymysql.py", line 49, in dbapi return __import__('pymysql') ImportError: No module named pymysql Change-Id: Ib44779de06a7bad91a08e148e1c0e1eb9815afe8
52 lines
1.1 KiB
YAML
52 lines
1.1 KiB
YAML
---
|
|
init_template: systemd_template.j2
|
|
init_dest_dir: /usr/lib/systemd/system/
|
|
init_ext: .service
|
|
syslinux_tftp_dir: /usr/share/syslinux
|
|
# NOTE (cinerama): The iPXE binaries are not currently packaged for SuSE,
|
|
# so we download them and install them to /usr/local/share/ipxe. If the
|
|
# files are packaged, download_ipxe can be removed and ipxe_dir set to
|
|
# the location of the packaged files.
|
|
download_ipxe: true
|
|
ipxe_dir: /usr/local/share/ipxe
|
|
ipxe_full_binary: ipxe.lkrn
|
|
ironic_rootwrap_dir: /usr/bin/
|
|
nginx_user: nginx
|
|
mysql_service_name: mysql
|
|
tftp_service_name: tftp
|
|
required_packages:
|
|
- python-selinux
|
|
- mariadb-server
|
|
- dnsmasq
|
|
- rabbitmq-server
|
|
- python-devel
|
|
- python-MySQL-python
|
|
- python-iniparse
|
|
- libffi-devel
|
|
- libxslt-devel
|
|
- openssl-devel
|
|
- libxml2-devel
|
|
- qemu-ipxe
|
|
- tftp
|
|
- syslinux
|
|
- xinetd
|
|
- parted
|
|
- ipmitool
|
|
- psmisc
|
|
- nginx
|
|
- wget
|
|
- genisoimage
|
|
- kpartx
|
|
- qemu-tools
|
|
- openwsman-python
|
|
- policycoreutils-python
|
|
- debootstrap
|
|
- iptables
|
|
- tar
|
|
- curl
|
|
- socat
|
|
- python-pip
|
|
- gcc
|
|
- python-PyMySQL
|
|
iscsi_client_package: "open-iscsi"
|