From 66fd97b462f425aff574d4b9a83fb0bb5a604657 Mon Sep 17 00:00:00 2001 From: Michael Winters Date: Wed, 10 Sep 2025 17:12:10 -0500 Subject: [PATCH] Sort communishift keys for readability Signed-off-by: Michael Winters --- inventory/group_vars/all | 91 ++++++++++++++++++++-------------------- 1 file changed, 46 insertions(+), 45 deletions(-) diff --git a/inventory/group_vars/all b/inventory/group_vars/all index b012ee371b..34ad9a4f33 100644 --- a/inventory/group_vars/all +++ b/inventory/group_vars/all @@ -40,64 +40,65 @@ br1_nm: 255.255.255.0 collectd_apache: true # communishift project resource overrides communishift_projects: + # please keep these sorted alphabetically for readability communishift-admins: name: communishift-admins - do_not_delete: true # Marked do not delete 2024-11-25 - communishift-eventbot: - name: communishift-eventbot - communishift-fedora-review-service: - name: communishift-fedora-review-service - do_not_delete: true # Marked do not delete 2024-10-21 - communishift-lightspeed-build: - name: communishift-lightspeed-build - communishift-log-detective: - name: communishift-log-detective - do_not_delete: true # Marked do not delete 2024-10-21 - memory_requests: 4Gi - memory_limits: 6Gi - storage_requests: 10Gi - communishift-mattdm: - name: communishift-mattdm - communishift-metrics: - name: communishift-metrics - communishift-openscanhub: - name: communishift-openscanhub - cpu_requests: 2 - memory_requests: 2Gi + do_not_delete: true # Marked do not delete 2024-11-25 - dkirwan + communishift-avant: + name: communishift-avant cpu_limits: 2 - memory_limits: 4Gi - pods: 16 - communishift-planet: - name: communishift-planet - communishift-forgejo: - name: communishift-forgejo - communishift-gitlabce: - name: communishift-gitlabce - communishift-ocm: - name: communishift-ocm - communishift-weekly-bootc: - name: communishift-weekly-bootc - do_not_delete: true # Marked do not delete 2024-11-26. Needed until end of bootc initative. - communishift-fossology: - name: communishift-fossology + cpu_requests: 2 + memory_limits: 3Gi + memory_requests: 1.5Gi + pods: 6 + storage_requests: 10Gi communishift-commops-analytics: name: communishift-commops-analytics communishift-commops-datanom: name: communishift-commops-datanom communishift-discoursepolls: name: communishift-discoursepolls + communishift-eventbot: + name: communishift-eventbot + communishift-fedora-review-service: + do_not_delete: true # Marked do not delete 2024-10-21 - dkirwan + name: communishift-fedora-review-service + communishift-forgejo: + name: communishift-forgejo + communishift-fossology: + name: communishift-fossology + communishift-gitlabce: + name: communishift-gitlabce communishift-jitsi: name: communishift-jitsi + communishift-lightspeed-build: + name: communishift-lightspeed-build + communishift-log-detective: + name: communishift-log-detective + do_not_delete: true # Marked do not delete 2024-10-21 - dkirwan + memory_limits: 6Gi + memory_requests: 4Gi + storage_requests: 10Gi + communishift-mattdm: + name: communishift-mattdm + communishift-metrics: + name: communishift-metrics + communishift-ocm: + name: communishift-ocm + communishift-openscanhub: + name: communishift-openscanhub + cpu_limits: 2 + cpu_requests: 2 + memory_limits: 4Gi + memory_requests: 2Gi + pods: 16 + communishift-planet: + name: communishift-planet communishift-standupbot: name: communishift-standupbot - communishift-avant: - name: communishift-avant - storage_requests: 10Gi - cpu_requests: 2 - cpu_limits: 2 - memory_requests: 1.5Gi - memory_limits: 3Gi - pods: 6 + communishift-weekly-bootc: + do_not_delete: true # Marked do not delete 2024-11-26. Needed until end of bootc initative. - dkirwan + name: communishift-weekly-bootc # true or false if we are or are not a copr build virthost. # Default to false copr_build_virthost: false