
Support Compass OpenStack installation with integrated PLUMgrid Open Networking Suite. PLUMgrid ONS is a comprehensive software-only networking solution for OpenStack which integrates with Neutron. The current implementation supports OpenStack Juno with a single controller. * add role for core plumgrid software * add role for plugin to neutron * add single-controller playbook to include plumgrid roles Change-Id: I4c320e9282bcafe450556e70020505fdb5aaf396
28 lines
835 B
Plaintext
28 lines
835 B
Plaintext
# This file is managed by Managed by Ansible
|
|
|
|
# This is the basic set of devices allowed / required by
|
|
# all virtual machines.
|
|
#
|
|
cgroup_device_acl = [
|
|
"/dev/null", "/dev/full", "/dev/zero",
|
|
"/dev/random", "/dev/urandom",
|
|
"/dev/ptmx", "/dev/kvm", "/dev/kqemu",
|
|
"/dev/rtc","/dev/hpet", "/dev/vfio/vfio",
|
|
"/dev/net/tun"
|
|
]
|
|
|
|
# If clear_emulator_capabilities is enabled, libvirt will drop all
|
|
# privileged capabilities of the QEmu/KVM emulator. This is enabled by
|
|
# default.
|
|
clear_emulator_capabilities=0
|
|
|
|
# The user for QEMU processes run by the system instance. It can be
|
|
# specified as a user name or as a user id. The qemu driver will try to
|
|
# parse this value first as a name and then, if the name doesn't exist,
|
|
# as a user id.
|
|
#
|
|
user="root"
|
|
|
|
# The group for QEMU processes run by the system instance.
|
|
group="root"
|