Install process SuSE support
Install process SuSE support. Tested through install point on openSUSE. Change-Id: If3b147e280266fe4ba4f4ceadaf298e611983f13
This commit is contained in:
parent
add3cfb7e4
commit
0ed31d8953
@ -0,0 +1,49 @@
|
||||
---
|
||||
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
|
||||
sgabios_dir: /usr/share/sgabios/
|
||||
nginx_user: nginx
|
||||
virt_group: libvirt
|
||||
mysql_service_name: mysql
|
||||
tftp_service_name: tftp
|
||||
required_packages:
|
||||
- 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
|
||||
- qemu-sgabios
|
||||
# NOTE(cinerama): amtterm is not currently packaged for SuSE.
|
||||
- libvirt-daemon
|
||||
- debootstrap
|
||||
- iptables
|
||||
- tar
|
||||
- curl
|
||||
iscsi_client_package: "open-iscsi"
|
@ -38,6 +38,10 @@
|
||||
when: test_grep_fix_hostname.rc != 0
|
||||
- name: "Start rabbitmq-server"
|
||||
service: name=rabbitmq-server state=started
|
||||
# NOTE(cinerama): on some systems, rabbit may not be ready when we want to
|
||||
# make changes to users if we don't wait first
|
||||
- name: "Wait for rabbitmq"
|
||||
wait_for: port=5672 delay=5
|
||||
- name: "Ensure guest user is removed from rabbitmq"
|
||||
rabbitmq_user:
|
||||
user: "guest"
|
||||
|
Loading…
x
Reference in New Issue
Block a user