Copy hpuswest to vanilla
We need to keep hpuswest around to keep the gate happy. A future patch will remove these files. Change-Id: I9dfdd617fba45c0947bd3d4e853d85b83923018b Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
2481f30e5d
commit
5db816a0cb
22
templates/bifrost/bifrost_global_vars.vanilla.erb
Normal file
22
templates/bifrost/bifrost_global_vars.vanilla.erb
Normal file
@ -0,0 +1,22 @@
|
||||
network_interface: eth2
|
||||
node_default_network_interface: eth2
|
||||
node_network_info: "{}"
|
||||
ipv4_subnet_mask: 255.255.255.192
|
||||
ipv4_gateway: <%= @ipaddress_eth2 %>
|
||||
ipv4_nameserver: 8.8.8.8
|
||||
addressing_mode: "dhcp"
|
||||
dhcp_pool_start: 10.10.16.144
|
||||
dhcp_pool_end: 10.10.16.190
|
||||
inventory_dhcp: true
|
||||
dib_os_element: "ubuntu-minimal"
|
||||
dib_packages: "openssh-server,vlan,vim,less,bridge-utils,language-pack-en,iputils-ping,rsyslog"
|
||||
dib_trace: true
|
||||
extra_dib_elements: "devuser infra-cloud-networking 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"
|
||||
DIB_DEV_USER_PWDLESS_SUDO: "Y"
|
||||
ELEMENTS_PATH: "/opt/stack/diskimage-builder/elements:/opt/stack/elements:/opt/project-config/nodepool/elements"
|
||||
extra_kernel_options: intel_iommu=off
|
3
templates/bifrost/inventory.vanilla.json.erb
Normal file
3
templates/bifrost/inventory.vanilla.json.erb
Normal file
@ -0,0 +1,3 @@
|
||||
<% @ironic_deployed_inventory = @ironic_inventory.reject { |k,v| v['disabled'] } -%>
|
||||
<% @ironic_deployed_inventory.each { |k,v| v['driver_info']['power']['ipmi_password'] = @ipmi_passwords[v['driver_info']['power']['ipmi_address']] } -%>
|
||||
<%= JSON.pretty_generate(@ironic_deployed_inventory) %>
|
Loading…
x
Reference in New Issue
Block a user