149d555d6b
Had issues where QEMU packages were not in sync and got an error: ... Note: only modules from the same build can be loaded. ... The qemu package no longer lists dependencies on qemu-system, qemu-user, qemu-utils in apt show. Qemu-utils is recommended by other packages but I am unsure as to whether this will guarantee an upgrade in all circumstances. While qemu-system does list dependencies on the arm, mips, ppc... packages they are unversioned and therefore do not keep in step. Change-Id: I8ea4681a58a54bdc6a24ff053b11dfee5cc7af59
86 lines
1.8 KiB
YAML
86 lines
1.8 KiB
YAML
---
|
|
# Copyright 2014, Rackspace US, Inc.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
## APT Cache options
|
|
cache_timeout: 600
|
|
|
|
libvirt_group: libvirt
|
|
libvirt_service_name: libvirtd
|
|
|
|
# Common apt packages
|
|
nova_distro_packages:
|
|
- git
|
|
- iptables
|
|
- libxml2
|
|
|
|
nova_devel_distro_packages:
|
|
- libsystemd-dev
|
|
- libxml2-dev
|
|
|
|
nova_service_distro_packages:
|
|
- python3-nova
|
|
- python3-memcache
|
|
- python3-systemd
|
|
|
|
nova_service_extra_distro_packages:
|
|
kvm:
|
|
- nova-compute-kvm
|
|
novnc:
|
|
- novnc
|
|
nova_api:
|
|
- uwsgi
|
|
- uwsgi-plugin-python3
|
|
spice:
|
|
- spice-html5
|
|
serialconsole:
|
|
- openstack-nova-serialproxy
|
|
|
|
nova_compute_packages:
|
|
- dosfstools
|
|
- genisoimage
|
|
- kpartx
|
|
- multipath-tools
|
|
- nfs-common
|
|
- open-iscsi
|
|
- python3-guestfs
|
|
- sysfsutils
|
|
|
|
nova_compute_barbican_distro_packages:
|
|
- cryptsetup
|
|
|
|
nova_compute_oslomsg_amqp1_distro_packages:
|
|
- libssl-dev
|
|
- libsasl2-modules
|
|
- sasl2-bin
|
|
|
|
nova_compute_kvm_distro_packages:
|
|
- libvirt-daemon
|
|
- libvirt-daemon-system
|
|
- python3-libvirt
|
|
- qemu
|
|
- qemu-utils
|
|
- qemu-user
|
|
- qemu-block-extra
|
|
- qemu-system
|
|
- "{{ (ansible_architecture == 'x86_64') | ternary('qemu-system-x86', 'qemu-system-arm') }}"
|
|
- qemu-system-misc
|
|
|
|
nova_compute_kvm_packages_to_symlink:
|
|
- python3-libvirt
|
|
- python3-guestfs
|
|
|
|
nova_compute_ksm_packages:
|
|
- ksmtuned
|