tripleo-ansible/tripleo_ansible/roles/tripleo_bootstrap/vars/redhat.yml
Keigo Noha ec30b7d9b1 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
2020-10-16 14:56:15 +09:00

30 lines
819 B
YAML

---
# Copyright 2019 Red Hat, Inc.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
_tripleo_bootstrap_packages_bootstrap:
- libselinux-python
- lvm2
- jq
- os-net-config
- openstack-heat-agents
- openstack-selinux
- openvswitch
- puppet-tripleo
- rsync
- tmpwatch
- sysstat