You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[shiftstack] Make shiftstackclient pod resources configurable
Add variables to configure CPU and memory requests/limits for
the shiftstackclient pod instead of hardcoding them.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Signed-off-by: Ella Shulman <eshulman@redhat.com>
Copy file name to clipboardExpand all lines: roles/shiftstack/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,10 @@ Role for triggering Openshift on Openstack QA automation (installation and tests
25
25
*`cifmw_shiftstack_sc`: (*string*) The storage class to be used for PVC for the shiftstackclient pod. Defaults to `local-storage`.
26
26
*`cifmw_shiftstack_shiftstackclient_artifacts_dir`: (*string*) The artifacts directory path for the shiftstackclient pod. Defaults to `/home/cloud-admin/artifacts`.
27
27
*`cifmw_shiftstack_shiftstackclient_incluster_kubeconfig_dir`: (*string*) The directory path in shiftstackclient pod the will hold the RHOSO kubeconfig. Defaults to `/home/cloud-admin/incluster-kubeconfig`.
28
+
*`cifmw_shiftstack_client_pod_ram_requests`: (*string*) Memory request for the shiftstackclient pod. Defaults to `12Gi`.
29
+
*`cifmw_shiftstack_client_pod_ram_limits`: (*string*) Memory limit for the shiftstackclient pod. Defaults to `12Gi`.
30
+
*`cifmw_shiftstack_client_pod_cpu_requests`: (*string*) CPU request for the shiftstackclient pod. Defaults to `4`.
31
+
*`cifmw_shiftstack_client_pod_cpu_limits`: (*string*) CPU limit for the shiftstackclient pod. Defaults to `4`.
28
32
29
33
## Examples
30
34
The role is imported in the test playbook, i.e. when:
0 commit comments