108942079b
This changes the package install task to not fail if there is a problem installing the bootstrap packages. This is inline with existing expectations that we don't require a working package manager with enabled repos on initial images. A followup task is added which will cause an error if any of the required bootstrap packages are not already installed. This patch also fixes the image yaml files that were not using the parent package openstack-heat-agents which uncovered this issue. Change-Id: I5df6193a0d72e8b52a2d95e1827173fc74885d37 Closes-Bug: #1792994
24 lines
556 B
YAML
24 lines
556 B
YAML
disk_images:
|
|
-
|
|
imagename: overcloud-odl
|
|
builder: dib
|
|
type: qcow2
|
|
distro: rhel7
|
|
elements:
|
|
- sysctl
|
|
- baremetal
|
|
- dhcp-all-interfaces
|
|
- openvswitch
|
|
- os-collect-config
|
|
- puppet-modules
|
|
- stable-interface-names
|
|
- grub2-deprecated
|
|
packages:
|
|
- java-1.8.0-openjdk
|
|
- ntp
|
|
- opendaylight
|
|
- openstack-heat-agents
|
|
- os-net-config
|
|
- jq
|
|
options:
|