diff options
Diffstat (limited to 'undercloud-vm.yaml')
-rw-r--r-- | undercloud-vm.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/undercloud-vm.yaml b/undercloud-vm.yaml index 8a3a9d25..7bcc8f29 100644 --- a/undercloud-vm.yaml +++ b/undercloud-vm.yaml @@ -9,6 +9,10 @@ Parameters: Default: unset Description: The keystone auth secret. Type: String + BaremetalArch: + Default: i386 + Description: The architecture to use in Nova-BM - i386 or amd64. + Type: String Flavor: Default: baremetal Description: Flavor to request when deploying. @@ -132,7 +136,8 @@ Resources: ram_allocation_ratio: 1.0 reserved_host_memory_mb: 0 baremetal: - arch: i386 + arch: + Ref: BaremetalArch db: mysql://nova:unset@localhost/nova_bm power_manager: nova.virt.baremetal.virtual_power_driver.VirtualPowerManager pxe_deploy_timeout: 2400 |