12376b958e
This patch adds installation of virtualbmc and plugging VMs into it as part of 'bifrost-create-vm-nodes' role. The baremetal data file is now populated with nodes using "agent_ipmitool" driver. All things defaulting to some *_ssh drivers are replaced with corresponding *_ipmitool drivers. Most libvirt and VM related tasks (including some SSH key management) and vars are moved from 'bifrost-ironic-install' role to 'bifrost-create-vm-nodes' role, as ironic istelf now should barely care about libvirt as no *_ssh drivers are used. Change-Id: If42082e5b1fe8b83a364e27efc549bb74a19ab2f Closes-Bug: #1659876
45 lines
845 B
YAML
45 lines
845 B
YAML
---
|
|
init_template: systemd_template.j2
|
|
init_dest_dir: /usr/lib/systemd/system/
|
|
init_ext: .service
|
|
syslinux_tftp_dir: /var/lib/tftpboot
|
|
ipxe_dir: /usr/share/ipxe/
|
|
ipxe_full_binary: ipxe.lkrn
|
|
ironic_rootwrap_dir: /usr/bin/
|
|
nginx_user: nginx
|
|
mysql_service_name: mariadb
|
|
tftp_service_name: tftp
|
|
required_packages:
|
|
- mariadb-server
|
|
- dnsmasq
|
|
- rabbitmq-server
|
|
- python-devel
|
|
- MySQL-python
|
|
- python-iniparse
|
|
- libffi-devel
|
|
- libxslt-devel
|
|
- openssl-devel
|
|
- libxml2-devel
|
|
- ipxe-bootimgs
|
|
- tftp-server
|
|
- syslinux
|
|
- syslinux-tftpboot
|
|
- xinetd
|
|
- parted
|
|
- ipmitool
|
|
- psmisc
|
|
- nginx
|
|
- wget
|
|
- genisoimage
|
|
- kpartx
|
|
- qemu-kvm-tools
|
|
- qemu-img
|
|
- openwsman-python
|
|
- libselinux-python
|
|
- policycoreutils-python
|
|
- debootstrap
|
|
- gcc
|
|
- python2-pip
|
|
- socat
|
|
iscsi_client_package: "iscsi-initiator-utils"
|