The intention here was to install the product-release
rpm. The package name is rhosp-release. Typo w/
-version
Change-Id: Idded17e553ea3ba9824635418bd875162928a8f7
Ansible modules rely on custom imports such as yaml. Since we need to
support both overcloud image deployed and pre-deployed servers, we end
up having to track these in two places. Missing deps need to go in the
image and the tripleo_bootstrap role. This change addressed the latter.
Closes-bug: #1894957
Change-Id: Ied27b97db9aab16dd92aa9dc99e93d4834d3c633
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
The change-id, I71355b8501047d4b956f66a5025e70058d7ce0bc, introduced
sysstat package into the overcloud image. However, it won't affect to
the existing deploymennt. This commit ensures that sysstat package is
installed in the overcloud nodes.
Depends-on: https://review.opendev.org/#/c/747077/
Change-Id: Ib37b62bf21b502cb69d4fd77aa23b9525a6d5a7b
Currently this is only used downstream, however there is a version
package that can allow us to ensure specific package requirements are
met. We can likely add this to the upstream via a tripleo-version or
something to that efffect but currently this does not exist. So this
change adds a task to ensure that we have the latest version of this
version package at deploy time.
Change-Id: I5fd88c8e2fae811e854eb0dfb462fae8d1ad8f0d
When using pre-deployed nodes installed with minimal OS, it may happen
rsync is missing, and it's needed by the Ansible tasks using synchronize
module. Let's make sure the package is installed.
It was initially done in Ie8a1ad5e2c9e32cce1f1b8c264a8b44207d99b59 but
this wasn't enough for the regular deployment.
Change-Id: I15c06296c0e20e1db086cb4c7cf669251be3eccb
Closes-Bug: #1863216
Related: https://bugzilla.redhat.com/show_bug.cgi?id=1802827
We always configure a tmpwatch cron as part of the logrotate-crond
container but we need to make sure it's installed in the case of
pre-deployed servers.
Change-Id: I48381c2972900c52fd68885026d4e64e9663d072
Closes-Bug: #1864118
All roles that have a hyphen in them need to be renamed to use an
underscore. This change creates a symlink to all roles using their
original name which will ensure we maintain compatibility with
the rest of the TripleO stack. This is being done because roles with
hyphens are no longer valid within collections.
A temp PBR update has been made to accomodate all of the symlinks to
the legacy role names.
[0] https://docs.ansible.com/ansible/devel/dev_guide/developing_collections.html#roles-directory
Change-Id: Id00a3670351990e5489a297c4c7200f8c05af096
Signed-off-by: Kevin Carter <kecarter@redhat.com>