[Stein and older] Ensure rsync installed

rsync needs to be installed in the case of deployed server.

Change-Id: I01b3055e606bbe3bad847d6a0f5ddaf44552a156
Closes-Bug: #1864232
(cherry picked from commit a094a8d393)
This commit is contained in:
Lars Kellogg-Stedman 2020-02-21 13:19:38 -05:00 committed by Alex Schultz
parent ff2085140a
commit 3e92b8b5bd
2 changed files with 4 additions and 2 deletions

View File

@ -10,7 +10,8 @@ yum install -y \
openvswitch \ openvswitch \
python-heat-agent* \ python-heat-agent* \
openstack-selinux \ openstack-selinux \
tmpwatch tmpwatch \
rsync
ln -s -f /usr/share/openstack-puppet/modules/* /etc/puppet/modules ln -s -f /usr/share/openstack-puppet/modules/* /etc/puppet/modules

View File

@ -10,7 +10,8 @@ yum install -y \
openvswitch \ openvswitch \
python-heat-agent* \ python-heat-agent* \
openstack-selinux \ openstack-selinux \
tmpwatch tmpwatch \
rsync
ln -s -f /usr/share/openstack-puppet/modules/* /etc/puppet/modules ln -s -f /usr/share/openstack-puppet/modules/* /etc/puppet/modules