aboutsummaryrefslogtreecommitdiffstats
path: root/undercloud-vm-nova-deploy.yaml
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2014-09-05 14:39:35 -0500
committerDan Prince <dprince@redhat.com>2014-09-05 16:18:01 -0400
commit656b8385efde3e686c1f969bd5b32af0b08181af (patch)
tree86740e79dc4d0b6ed604acad98bd5621a3bb16a2 /undercloud-vm-nova-deploy.yaml
parenta916a8b2f8bf601ad3854d9ec8b2f2bb373104eb (diff)
Undercloud params for compute driver and manager
Add undercloud template parameters for NovaComputeDriver, NovaComputeManager, and NovaSchedulerHostManager. The motivation here is to be able to test configure Nova to use the new (in-tree) Ironic compute driver (which used to live in Ironic). NOTE: The initial Nova in-tree Ironic driver won't have its own ClusteredComputeManager (compute_manager). Even so I've gone ahead and added a parameter for NovaComputeManager so we can modify this accordingly in the future without making hard coded template changes. Change-Id: Ib48a6b6d8a6cff157bdf3948bd0330e9b29dd46a
Diffstat (limited to 'undercloud-vm-nova-deploy.yaml')
-rw-r--r--undercloud-vm-nova-deploy.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/undercloud-vm-nova-deploy.yaml b/undercloud-vm-nova-deploy.yaml
index ebd14ef6..7b13643c 100644
--- a/undercloud-vm-nova-deploy.yaml
+++ b/undercloud-vm-nova-deploy.yaml
@@ -3,6 +3,18 @@ parameters:
default: eth0
description: What interface to bridge onto br-ex for network nodes.
type: string
+ NovaComputeDriver:
+ default: baremetal.driver.BareMetalDriver
+ description: Full class name for the Nova compute driver
+ type: string
+ NovaComputeManager:
+ default: nova.compute.manager.ComputeManager
+ description: Full class name for the Nova compute manager
+ type: string
+ NovaSchedulerHostManager:
+ default: nova.scheduler.host_manager.HostManager
+ description: Full class name for the Nova scheduler host manager
+ type: string
PowerManager:
default: nova.virt.baremetal.virtual_power_driver.VirtualPowerManager
description: Bare metal power manager driver.