bf3d518670
Add a configurable option to choose to install pypowervm from source, otherwise default to relying on it already being installed Change-Id: I15b85c8bcae163e762310efdabfdc26d72e2b629
30 lines
1.2 KiB
Plaintext
30 lines
1.2 KiB
Plaintext
# Devstack settings
|
|
# These defaults can be overridden in the localrc section of the local.conf file
|
|
|
|
# Add nova-powervm to enabled services
|
|
enable_service nova-powervm
|
|
|
|
# NovaLink install/upgrade settings
|
|
INSTALL_NOVALINK=$(trueorfalse False INSTALL_NOVALINK)
|
|
INSTALL_PYPOWERVM=$(trueorfalse False INSTALL_PYPOWERVM)
|
|
PVM_ADMIN_GROUP=${PVM_ADMIN_GROUP:-pvm_admin}
|
|
|
|
# Nova settings
|
|
PVM_DRIVER=nova_powervm.virt.powervm.driver.PowerVMDriver
|
|
INSTANCE_NAME_TEMPLATE=${INSTANCE_NAME_TEMPLATE:-"%(display_name).13s-%(uuid).8s-pvm"}
|
|
COMPUTE_MONITORS=${COMPUTE_MONITORS:-nova.compute.monitors.all_monitors}
|
|
FORCE_CONFIG_DRIVE=${FORCE_CONFIG_DRIVE:-True}
|
|
INJECTED_NETWORK_TEMPLATE=${INJECTED_NETWORK_TEMPLATE:-$DEST/nova/nova/virt/interfaces.template}
|
|
FLAT_INJECTED=${FLAT_INJECTED:-true}
|
|
# This is required to be true to support the PowerVM RMC management network
|
|
USE_IPV6=${USE_IPV6:-True}
|
|
FIREWALL_DRIVER=${FIREWALL_DRIVER:-"nova.virt.firewall.NoopFirewallDriver"}
|
|
|
|
# PowerVM settings
|
|
# DISK_DRIVER : 'localdisk' (the default) or 'ssp'
|
|
DISK_DRIVER=${DISK_DRIVER:-ssp}
|
|
# VOL_GRP_NAME only required for localdisk driver
|
|
# VOL_GRP_NAME=${VOL_GRP_NAME:-devstackvg}
|
|
# CLUSTER_NAME used by SSP driver
|
|
# CLUSTER_NAME=${CLUSTER_NAME:-devstack_cluster}
|