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
9 lines
453 B
YAML
9 lines
453 B
YAML
---
|
|
fixes:
|
|
- The tripleo-bootstrap ansible role will no longer fail if yum fails to
|
|
install the required packages. This fixed behavior aligns with previous
|
|
requirements where enabled package repositories and a working package
|
|
manager are not required on the initially deployed images. Errors are
|
|
ignored on the package install task, and then a subsequent task will cause
|
|
a failure indicating the required packages are not present.
|