Fixed
Details
Assignee
Former userFormer user(Deactivated)Reporter
Former userFormer user(Deactivated)Priority
Low
Details
Details
Assignee
Former user
Former user(Deactivated)Reporter
Former user
Former user(Deactivated)Priority
Created October 19, 2016 at 3:50 PM
Updated January 20, 2017 at 11:58 AM
Resolved November 3, 2016 at 1:31 PM
I found a lot of out-of-sync slaves in Foreman and further investigation revealed that puppet agent is disabled on them.
The journal indicates that it's the upgrade job doing this:
Oct 19 14:24:51 vm0079.workers-phx.ovirt.org sudo[18213]: jenkins : TTY=unknown ; PWD=/home/jenkins/workspace/ovirt-engine_master_upgrade-from-4.0_el7_created ; USER=root ; COMMAND=/bin/puppet agent --disable
Oct 19 14:24:54 vm0079.workers-phx.ovirt.org puppet-agent[18215]: Disabling Puppet.
The job seems to re-enable puppet after it runs, but once there's several consecutive jobs in the queue this causes puppet to be effectively turned off for hours.
Do we really need this? Can we run engine upgrade jobs inside mock to not affect the node itself?