Ensure sysstat package is installed

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
This commit is contained in:
Keigo Noha 2020-10-16 14:44:03 +09:00
parent 6de45b7c17
commit ec30b7d9b1
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@ _tripleo_bootstrap_packages_bootstrap:
- puppet-tripleo
- rsync
- tmpwatch
- sysstat
_tripleo_bootstrap_legacy_network_packages:
- network-scripts

View File

@ -26,3 +26,4 @@ _tripleo_bootstrap_packages_bootstrap:
- puppet-tripleo
- rsync
- tmpwatch
- sysstat