Let Puppet update all packages on non-controllers
authorJames Slagle <jslagle@redhat.com>
Fri, 15 Jan 2016 18:52:03 +0000 (13:52 -0500)
committerJames Slagle <jslagle@redhat.com>
Sun, 17 Jan 2016 16:52:40 +0000 (11:52 -0500)
commit4923ce769c228a3e094bd7aa96907a7ea9c49e9f
tree9173efcdc28c79671c9d0cf4c3d35c99a98af0ac
parentbdfdce52ad08d4ce70e7d4ca61b1c6d8409a8730
Let Puppet update all packages on non-controllers

With I02f7cf07792765359f19fdf357024d9e48690e42[1] in puppet-tripleo,
puppet is capable of updating all packages itself on non controller
nodes now.

This is a safer mechanism than using the exclude logic in yum_update.sh
since that can cause depdency problems across sub packages.

[1] https://review.openstack.org/#/c/261041/
Closes-Bug: 1534785

Change-Id: I9075a1bb85baa65a9d0afc5d0fd31a1f99a98819
extraconfig/tasks/yum_update.sh