puppet-infracloud/templates/bifrost/bifrost_global_vars.erb
Yolanda Robla Mota c34f350cfe Force deployment image to trusty
Default for ubuntu-minimal has been set to xenial,
and it's causing dhcp-all-interfaces to fail. A bug has been
opened in bifrost for it:
https://bugs.launchpad.net/bifrost/+bug/1641668

Change-Id: I52b9f984e4dd77916c38e8ce8d2aa41c247a66c8
2016-11-14 18:06:17 +01:00

32 lines
1.2 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: <%= @gateway_ip %>
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_os_release: "trusty"
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
dnsmasq_router: false