
Move service to use uWSGI role instead of iternal task for uwsgi deployment. This aims to ease the maintenance of uWSGI and speedup metal deployments as the same uwsgi environment will be used across all services. Depends-On: https://review.opendev.org/678200/ Depends-On: https://review.opendev.org/678055/ Change-Id: If5aeeefb93c8ba3c1368970de61ea1300218f637
101 lines
2.2 KiB
YAML
101 lines
2.2 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:
|
|
- genisoimage
|
|
- git
|
|
- iptables
|
|
- libpython2.7
|
|
- python-openstackclient
|
|
|
|
nova_devel_distro_packages:
|
|
- libpq-dev
|
|
- libsystemd-dev
|
|
- libxml2-dev
|
|
- python-httplib2
|
|
|
|
nova_service_distro_packages:
|
|
- python3-nova
|
|
- python3-memcache
|
|
- python3-systemd
|
|
|
|
nova_service_extra_distro_packages:
|
|
kvm:
|
|
- nova-compute-kvm
|
|
novnc:
|
|
- nova-novncproxy
|
|
spice:
|
|
- nova-spiceproxy
|
|
serialconsole:
|
|
- openstack-nova-serialproxy
|
|
|
|
nova_compute_barbican_distro_packages:
|
|
- cryptsetup
|
|
|
|
nova_compute_oslomsg_amqp1_distro_packages:
|
|
- libssl-dev
|
|
- libsasl2-modules
|
|
- sasl2-bin
|
|
|
|
# the qemu-system-.*, qemu-block-extra, qemu-utils, qemu-user packages are explictly listed
|
|
# for consistent upgrades (they will all be to the same version)
|
|
nova_compute_kvm_distro_packages:
|
|
- bridge-utils
|
|
- genisoimage
|
|
- kpartx
|
|
- "{{ (ansible_distribution == 'Debian') | ternary('libvirt-daemon-system', 'libvirt-bin') }}"
|
|
- netcat-openbsd
|
|
- open-iscsi
|
|
- python-guestfs
|
|
- python3-guestfs
|
|
- python-libvirt
|
|
- python3-libvirt
|
|
- qemu
|
|
- qemu-utils
|
|
- sysfsutils
|
|
- vlan
|
|
- nfs-common
|
|
- dosfstools
|
|
- multipath-tools
|
|
- qemu-system
|
|
- qemu-system-arm
|
|
- qemu-system-mips
|
|
- qemu-system-ppc
|
|
- qemu-system-sparc
|
|
- qemu-system-x86
|
|
- qemu-system-misc
|
|
- qemu-block-extra
|
|
- qemu-utils
|
|
- qemu-user
|
|
- qemu-kvm
|
|
- qemu-efi
|
|
- ovmf
|
|
|
|
nova_compute_kvm_packages_to_symlink:
|
|
- python-libvirt
|
|
- python3-libvirt
|
|
- python-guestfs
|
|
- python3-guestfs
|
|
|
|
nova_compute_ksm_packages:
|
|
- ksmtuned
|