Description of configuration options for baremetal
Configuration option = Default value Description
[baremetal]
db_backend = sqlalchemy (StrOpt) The backend to use for bare-metal database
deploy_kernel = None (StrOpt) Default kernel image ID used in deployment phase
deploy_ramdisk = None (StrOpt) Default ramdisk image ID used in deployment phase
driver = nova.virt.baremetal.pxe.PXE (StrOpt) Baremetal driver back-end (pxe or tilera)
flavor_extra_specs = (ListOpt) A list of additional capabilities corresponding to flavor_extra_specs for this compute host to advertise. Valid entries are name=value, pairs For example, "key1:val1, key2:val2"
ipmi_power_retry = 10 (IntOpt) Maximal number of retries for IPMI operations
net_config_template = $pybasedir/nova/virt/baremetal/net-dhcp.ubuntu.template (StrOpt) Template file for injected network config
power_manager = nova.virt.baremetal.ipmi.IPMI (StrOpt) Baremetal power management method
pxe_append_params = nofb nomodeset vga=normal (StrOpt) Additional append parameters for baremetal PXE boot
pxe_bootfile_name = pxelinux.0 (StrOpt) This gets passed to Neutron as the bootfile dhcp parameter.
pxe_config_template = $pybasedir/nova/virt/baremetal/pxe_config.template (StrOpt) Template file for PXE configuration
pxe_deploy_timeout = 0 (IntOpt) Timeout for PXE deployments. Default: 0 (unlimited)
pxe_network_config = False (BoolOpt) If set, pass the network configuration details to the initramfs via cmdline.
sql_connection = sqlite:///$state_path/baremetal_nova.sqlite (StrOpt) The SQLAlchemy connection string used to connect to the bare-metal database
terminal = shellinaboxd (StrOpt) Path to baremetal terminal program
terminal_cert_dir = None (StrOpt) Path to baremetal terminal SSL cert(PEM)
terminal_pid_dir = $state_path/baremetal/console (StrOpt) Path to directory stores pidfiles of baremetal_terminal
tftp_root = /tftpboot (StrOpt) Baremetal compute node's tftp root path
use_file_injection = False (BoolOpt) If True, enable file injection for network info, files and admin password
use_unsafe_iscsi = False (BoolOpt) Do not set this out of dev/test environments. If a node does not have a fixed PXE IP address, volumes are exported with globally opened ACL
vif_driver = nova.virt.baremetal.vif_driver.BareMetalVIFDriver (StrOpt) Baremetal VIF driver.
virtual_power_host_key = None (StrOpt) The ssh key for virtual power host_user
virtual_power_host_pass = (StrOpt) Password for virtual power host_user
virtual_power_host_user = (StrOpt) User to execute virtual power commands as
virtual_power_ssh_host = (StrOpt) IP or name to virtual power host
virtual_power_ssh_port = 22 (IntOpt) Port to use for ssh to virtual power host
virtual_power_type = virsh (StrOpt) Base command to use for virtual power(vbox, virsh)