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:
Paul Belanger 2016-06-08 17:09:19 -04:00
parent 2481f30e5d
commit 5db816a0cb
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
2 changed files with 25 additions and 0 deletions

View 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

View 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) %>