Details
Assignee
UnassignedUnassignedReporter
Barak KorrenBarak Korren(Deactivated)Components
Priority
Medium
Details
Details
Assignee
Unassigned
UnassignedReporter
Barak Korren
Barak Korren(Deactivated)Components
Priority
Created February 7, 2018 at 9:55 AM
Updated June 12, 2018 at 1:15 PM
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).