puppet-infracloud/templates/bifrost/bifrost_global_vars.erb

30 lines
1.1 KiB
Plaintext

network_interface: <%= @network_interface %>
node_default_network_interface: <%= @default_network_interface %>
node_network_info: "{}"
disable_dnsmasq_dns: true
ipv4_subnet_mask: <%= @ipv4_subnet_mask %>
ipv4_gateway: <%= @ipv4_gateway %>
ipv4_nameserver: <%= @ipv4_nameserver %>
vlan_id: <%= @vlan %>
dhcp_pool_start: <%= @dhcp_pool_start %>
dhcp_pool_end: <%= @dhcp_pool_end %>
dhcp_static_mask: <=% @dhcp_static_mask %>
inventory_dhcp: true
inventory_dhcp_static_ip: true
dib_os_element: "ubuntu-minimal"
dib_packages: "openssh-server,vlan,vim,less,bridge-utils,language-pack-en,iputils-ping,rsyslog,curl"
dib_trace: true
extra_dib_elements: "devuser infra-cloud-bridge puppet growroot"
mysql_password: <%= @mysql_password %>
ironic_db_password: <%= @ironic_db_password %>
dib_env_vars:
DIB_INSTALLTYPE_simple_init: repo
DIB_DEV_USER_USERNAME: "baremetal"
<% if @dib_dev_user_password != nil %>
DIB_DEV_USER_PASSWORD: "<=% @dib_dev_user_password -%>"
<% end %>
DIB_DEV_USER_PWDLESS_SUDO: "Y"
ELEMENTS_PATH: "/opt/stack/elements:/opt/project-config/nodepool/elements"
extra_kernel_options: intel_iommu=off
create_ipa_image: true