X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=undercloud-vm-ironic-deploy.yaml;h=5d23495c8542492c24f4977b6dbcfac0a7c5ca98;hb=f98f2bdf4d2a0b78494c96627d8da47b92491ce1;hp=6e778e5917985c77904b81432e0aac21d5502c8c;hpb=5e2e52aceb02d8e12bd7ce86d99f208c4fb850d8;p=apex-tripleo-heat-templates.git diff --git a/undercloud-vm-ironic-deploy.yaml b/undercloud-vm-ironic-deploy.yaml index 6e778e59..5d23495c 100644 --- a/undercloud-vm-ironic-deploy.yaml +++ b/undercloud-vm-ironic-deploy.yaml @@ -4,9 +4,21 @@ parameters: description: Ironic password for keystone access hidden: true NeutronPublicInterface: - default: eth0 + default: nic1 description: What interface to bridge onto br-ex for network nodes. type: string + NovaComputeDriver: + default: nova.virt.ironic.driver.IronicDriver + description: Full class name for the Nova compute driver + type: string + NovaComputeManager: + default: ironic.nova.compute.manager.ClusteredComputeManager + description: Full class name for the Nova compute manager + type: string + NovaSchedulerHostManager: + default: nova.scheduler.ironic_host_manager.IronicHostManager + description: Full class name for the Nova scheduler host manager + type: string PowerSSHPrivateKey: description: Private key for using to ssh to a virtual power host. type: string