78 lines
2.1 KiB
YAML
78 lines
2.1 KiB
YAML
---
|
|
# Path to directory for source code checkouts.
|
|
source_checkout_path:
|
|
|
|
# Virtualenv directory where Bifrost will be installed.
|
|
kolla_bifrost_venv:
|
|
|
|
# URL of Bifrost source code repository.
|
|
kolla_bifrost_source_url:
|
|
|
|
# Version (branch, tag, etc.) of Bifrost source code repository.
|
|
kolla_bifrost_source_version:
|
|
|
|
# Directory where Kolla custom configuration files will be installed.
|
|
kolla_node_custom_config_path:
|
|
|
|
# DIB image OS element.
|
|
kolla_bifrost_dib_os_element:
|
|
|
|
# DIB image OS release.
|
|
kolla_bifrost_dib_os_release:
|
|
|
|
# List of DIB image elements.
|
|
kolla_bifrost_dib_elements: []
|
|
|
|
# DIB image init element.
|
|
kolla_bifrost_dib_init_element:
|
|
|
|
# DIB image environment variables.
|
|
kolla_bifrost_dib_env_vars: {}
|
|
|
|
# List of DIB image packages.
|
|
kolla_bifrost_dib_packages: []
|
|
|
|
# List of Ironic drivers to enable.
|
|
kolla_bifrost_enabled_drivers: []
|
|
|
|
# Whether to enable the Ironic PXE drivers.
|
|
kolla_bifrost_enable_pxe_drivers: false
|
|
|
|
# List of Ironic PXE drivers to enable if kolla_bifrost_enable_pxe_drivers.
|
|
kolla_bifrost_pxe_drivers: []
|
|
|
|
# IP address range for DHCP.
|
|
kolla_bifrost_dhcp_pool_start:
|
|
kolla_bifrost_dhcp_pool_end:
|
|
|
|
# Default route provided to nodes via DHCP.
|
|
kolla_bifrost_dnsmasq_router:
|
|
|
|
# List of DNS servers provided to nodes via DHCP.
|
|
kolla_bifrost_dnsmasq_dns_servers: []
|
|
|
|
# DNS domain provided to nodes via DHCP.
|
|
kolla_bifrost_domain:
|
|
|
|
# List of of inspector processing plugins.
|
|
kolla_bifrost_inspector_processing_hooks:
|
|
|
|
# Which MAC addresses to add as ports during introspection. One of 'all',
|
|
# 'active' or 'pxe'.
|
|
kolla_bifrost_inspector_port_addition:
|
|
|
|
# List of extra kernel parameters for the inspector default PXE configuration.
|
|
kolla_bifrost_inspector_extra_kernel_options:
|
|
|
|
# URL of Ironic Python Agent (IPA) kernel image.
|
|
kolla_bifrost_ipa_kernel_upstream_url:
|
|
|
|
# URL of Ironic Python Agent (IPA) ramdisk image.
|
|
kolla_bifrost_ipa_ramdisk_upstream_url:
|
|
|
|
# Server inventory to be configured in {{ kolla_node_custom_config_path }}/bifrost/servers.yml.
|
|
kolla_bifrost_servers: {}
|
|
|
|
# Free form extra configuration to append to {{ kolla_node_custom_config_path }}/bifrost/bifrost.yml.
|
|
kolla_bifrost_extra_globals:
|