X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=undercloud-vm-nova-deploy.yaml;h=da15b46db00fa48117c0563ccbe26bdc5c7e48a6;hb=ca10b299b17401af5bc459b87b8d767149297be1;hp=7b13643c4bad0aa9a8573c94311b0c02c9847dba;hpb=fd18617b30a569142636e4a31b9b8975364155c2;p=apex-tripleo-heat-templates.git diff --git a/undercloud-vm-nova-deploy.yaml b/undercloud-vm-nova-deploy.yaml index 7b13643c..da15b46d 100644 --- a/undercloud-vm-nova-deploy.yaml +++ b/undercloud-vm-nova-deploy.yaml @@ -1,6 +1,6 @@ parameters: NeutronPublicInterface: - default: eth0 + default: nic1 description: What interface to bridge onto br-ex for network nodes. type: string NovaComputeDriver: @@ -19,10 +19,6 @@ parameters: default: nova.virt.baremetal.virtual_power_driver.VirtualPowerManager description: Bare metal power manager driver. type: string - PxeDeployTimeout: - default: 2400 - description: Timeout for PXE deployment of baremetal nodes - type: number PowerSSHHost: default: 192.168.122.1 description: SSH host to ssh to for power management operations. @@ -35,6 +31,10 @@ parameters: default: stack description: What username to ssh to the virtual power host with. type: string + PxeDeployTimeout: + default: 2400 + description: Timeout for PXE deployment of baremetal nodes + type: number resources: undercloudNovaDeployment: type: OS::Heat::StructuredDeployment