Bug 1489950

Summary: RFE: Custom Pod Idling Rules
Product: OpenShift Online Reporter: Kyle Hughes <khughes>
Component: RFEAssignee: Abhishek Gupta <abhgupta>
Status: NEW --- QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: 3.xCC: aos-bugs, aweiteka
Target Milestone: ---   
Target Release: 3.x   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Kyle Hughes 2017-09-08 18:43:57 UTC
Description of problem:

Pods idle by default after 24 hours, in some cases. We need to be able to opt out of pod idling in some situations where we may have processes running on a pod even if it looks idle to openshift. We do not believe this is currently possible.


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Seth Jennings 2017-09-11 20:21:48 UTC
Solly, PTAL.  If this is valid, please reassign to the RFE component.

Comment 2 Seth Jennings 2017-09-11 20:22:33 UTC
Solly, PTAL.  If this is valid, please reassign to the RFE component.

Comment 5 Kyle Hughes 2017-10-12 19:25:12 UTC
I'm referring to the following scripts, which, if in use, would idle all pods after 24 hours: https://gitolite.corp.redhat.com/cgit/it-syseng/paas/platform-management.git/tree/roles/ose_idling/files

Comment 6 Aaron Weitekamp 2018-04-06 18:26:04 UTC
To be clear, application idling is "opt in". Here's an attempt do address this use case: https://github.com/openshift/openshift-ansible/pull/7841

If the PR were merged one could run this playbook as a timed job template from Ansible Tower, excluding a custom list of projects that should not be idled.

Kyle, does this satisfy the requirement?