move virtbmc var to common

The undercloud-deploy role is failing on
'enable_vbmc' is undefined\

Change-Id: I52bc78132e68876d35f182cda7c70add8634d32e
This commit is contained in:
Wes Hayutin 2018-03-30 11:34:09 -04:00
parent ad46263b7c
commit c00049a836
2 changed files with 5 additions and 1 deletions

View File

@ -177,6 +177,9 @@ ssl_overcloud: false
overcloud_public_vip: 10.0.0.5
overcloud_public_vip6: 2001:db8:fd00:1000::14
# Enable the virt_bmc ( virtual baremetal controllers )
enable_vbmc: true
# Set this to `false` if you don't want your undercloud and overcloud vms
# to have a VNC console available.
enable_vnc_console: true

View File

@ -1,2 +1,3 @@
# Use the vbmc
enable_vbmc: true
# moved to common
# enable_vbmc: true