
This patch removes the conditional inclusion of the notification section of the service configuration. This ensures that oslo.messaging notifications use the correct transport for deployments that have separate rpc and notify messaging backends. For example, if the transport_url is not provided in the notification section of the service configuration, the transport_url specified in the default section will be used instead. Change-Id: Ia66fe9a4c5c18f31fa50e06017389489be8c66a4
154 lines
3.2 KiB
YAML
154 lines
3.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
|
|
- python-openstackclient
|
|
- libpython2.7
|
|
|
|
nova_devel_distro_packages:
|
|
- libpq-dev
|
|
- libxml2-dev
|
|
- python-httplib2
|
|
|
|
nova_service_distro_packages:
|
|
- nova-api
|
|
- nova-conductor
|
|
- nova-consoleauth
|
|
- nova-placement-api
|
|
- nova-scheduler
|
|
- python-memcache
|
|
- python-novaclient
|
|
- python-pymysql
|
|
- python-sqlalchemy
|
|
- uwsgi
|
|
- uwsgi-plugin-python
|
|
|
|
nova_service_extra_distro_packages:
|
|
kvm:
|
|
- nova-compute-kvm
|
|
lxd:
|
|
- nova-compute-lxd
|
|
novnc:
|
|
- nova-novncproxy
|
|
spice:
|
|
- nova-spiceproxy
|
|
serialconsole:
|
|
- openstack-nova-serialproxy
|
|
|
|
nova_novnc_distro_packages:
|
|
- libjs-jquery
|
|
- libjs-sphinxdoc
|
|
- libjs-underscore
|
|
- libjs-swfobject
|
|
- librabbitmq4
|
|
- libyaml-0-2
|
|
|
|
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
|
|
- libvirt-bin
|
|
- 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
|
|
|
|
nova_compute_kvm_packages_to_symlink:
|
|
- python-libvirt
|
|
- python3-libvirt
|
|
- python-guestfs
|
|
- python3-guestfs
|
|
|
|
nova_compute_lxd_distro_packages:
|
|
- bridge-utils
|
|
- dosfstools
|
|
- genisoimage
|
|
- kpartx
|
|
- lxd
|
|
- multipath-tools
|
|
- nfs-common
|
|
- open-iscsi
|
|
- python-guestfs
|
|
- sysfsutils
|
|
- vlan
|
|
- thin-provisioning-tools
|
|
|
|
# nova powervm virt driver
|
|
nova_compute_powervm_distro_packages:
|
|
- bridge-utils
|
|
- genisoimage
|
|
- kpartx
|
|
- open-iscsi
|
|
- python-guestfs
|
|
- sysfsutils
|
|
- vlan
|
|
- nfs-common
|
|
- dosfstools
|
|
- multipath-tools
|
|
- pvm-novalink
|
|
|
|
nova_compute_ksm_packages:
|
|
- ksmtuned
|
|
|
|
novalink_repo:
|
|
repo: "deb [arch=ppc64el] http://public.dhe.ibm.com/systems/virtualization/Novalink/debian/ novalink_1.0.0 non-free"
|
|
state: "present"
|
|
filename: "public_dhe_ibm_com_systems_virtualization_Novalink_debian"
|
|
|
|
novalink_gpg_keys:
|
|
- url: "http://public.dhe.ibm.com/systems/virtualization/Novalink/debian/novalink-gpg-pub.key"
|
|
state: "present"
|
|
|
|
nova_uwsgi_bin: '/usr/bin'
|