Remove slave/resource management from Jenkins

Description

The way out infra is configure right now, resource allocation and management is done by Jenkins itself. This means that all resources need to pre-allocated to Jenkins in the form of slaves.

If we want to have separate Jenkins masters, our current configuration will force us to hard-split the resources between different Jenkins masters.

If we want to share our pool of resources between multiple masters, it means that resource allocation needs to move out of Jenkins to external tools.

Potential tools for different types of resources are:

  • Beaker for managing physical hosts

  • oVirt + a Jenkins could provider plugin for managing VMs

  • OpenShift for managing containers (As a replacement for chroots).

Activity

Show:

Barak Korren June 11, 2018 at 6:12 AM

Removing https://ovirt-jira.atlassian.net/browse/OVIRT-1880#icft=OVIRT-1880 as a blocker and adding https://ovirt-jira.atlassian.net/browse/OVIRT-2178#icft=OVIRT-2178 as we're probably not going to use beaker directly for B.M. slaves and instead rely on CentOS CI and Duffy.

Details

Assignee

Reporter

Priority

Created February 7, 2018 at 9:55 AM
Updated June 12, 2018 at 1:15 PM

Flag notifications