{"id":26763552,"url":"https://github.com/cobaltcore-dev/cloud-storage-operations","last_synced_at":"2025-07-04T20:32:16.008Z","repository":{"id":252667293,"uuid":"840245483","full_name":"cobaltcore-dev/cloud-storage-operations","owner":"cobaltcore-dev","description":"Operations for the Ceph storage backend within the ApeiroRA stack.","archived":false,"fork":false,"pushed_at":"2025-04-08T11:29:00.000Z","size":195,"stargazers_count":2,"open_issues_count":4,"forks_count":3,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-04-15T11:06:39.862Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Smarty","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cobaltcore-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-09T09:25:54.000Z","updated_at":"2025-04-08T11:29:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"33766ad5-d92e-498a-94a3-8d16f798c324","html_url":"https://github.com/cobaltcore-dev/cloud-storage-operations","commit_stats":null,"previous_names":["cobaltcore-dev/cloud-storage-operations"],"tags_count":0,"template":false,"template_full_name":"cobaltcore-dev/repository-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cobaltcore-dev%2Fcloud-storage-operations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cobaltcore-dev%2Fcloud-storage-operations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cobaltcore-dev%2Fcloud-storage-operations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cobaltcore-dev%2Fcloud-storage-operations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cobaltcore-dev","download_url":"https://codeload.github.com/cobaltcore-dev/cloud-storage-operations/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249058371,"owners_count":21205910,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-28T19:19:35.082Z","updated_at":"2025-07-04T20:32:16.002Z","avatar_url":"https://github.com/cobaltcore-dev.png","language":"Smarty","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\n# SPDX-FileCopyrightText: Copyright 2024 SAP SE or an SAP affiliate company and cobaltcore-dev contributors\n#\n# SPDX-License-Identifier: Apache-2.0\n--\u003e\n\n# Cloud storage operations\n\n[![REUSE status](https://api.reuse.software/badge/github.com/cobaltcore-dev/cloud-storage-operations)](https://api.reuse.software/info/github.com/cobaltcore-dev/cloud-storage-operations)\n\nThis repository contains packaged resources and configuration related to the operations of the vendor-neutral cloud storage backend within the ApeiroRA project.\n\n# Content\n\nThe content is structured as follows:\n\n```\ncloud-storage-operations\n    │\n    └── charts/\n         │\n         └── ceph-operations\n              │\n              ├── aggregations/             Prometheus aggregation rules for kubernetes.\n              │\n              ├── alerts/                   Prometheus alerts for kubernetes.\n              │\n              ├── dashboards/               Plutono dashboards for visualizing key metrics.\n              |\n              ├── dashboards-global/        Plutono dashboards for visualizing global metrics.\n              │\n              ├── perses-dashboards/        Perses dashboards for visualizing key metrics.\n              │\n              ├── perses-dashboards-global/ Perses dashboards for visualizing global metrics.\n              │\n              ├── playbooks/                Step-by-step instructions for troubleshooting.       \n              │\n              ├── Chart.yaml                Helm chart manifest.\n              │\n              └── plugindefintion.yaml      Links the Helm chart to the Greenhouse platform.\n\n```\n\n## Values\n\n| Key | Type | Default | Description |\n|-----|------|---------|-------------|\n| dashboards.create | bool | `true` | Enables ConfigMap resources with dashboards to be created |\n| dashboards.dashboardSelectors | list | `[{\"name\":\"plutono-dashboard\",\"value\":\"\\\"true\\\"\"}]` | Label selectors for the Plutono dashboards to be picked up by Plutono. |\n| dashboards.global.create | bool | `false` | Enables ConfigMap resources with global dashboards to be created |\n| dashboards.global.dashboardSelectors | list | `[{\"name\":\"plutono-global\",\"value\":\"\\\"true\\\"\"}]` | Label selectors for the global Plutono dashboards to be picked up by the global Plutono. |\n| dashboards.global.persesDashboardSelectors | list | `[{\"name\":\"perses.dev/global-resource\",\"value\":\"\\\"true\\\"\"}]` | Label selectors for the global Perses dashboards to be picked up by the global Perses. |\n| global.commonLabels | object | `{}` | Common labels to add to all resources # |\n| persesDashboards.create | bool | `true` | Enables ConfigMap resources with perses dashboards to be created |\n| persesDashboards.dashboardSelectors | list | `[{\"name\":\"perses.dev/resource\",\"value\":\"\\\"true\\\"\"}]` | Label selectors for the Plutono dashboards to be picked up by Plutono. |\n| prometheusRules.additionalRuleAnnotations | object | `{}` | Additional annotations for PrometheusRule alerts |\n| prometheusRules.additionalRuleLabels | string | `nil` | Additional labels for PrometheusRule alerts # This is useful for adding additional labels such as \"support_group\" or \"service\" for the routing of alerts to each rule |\n| prometheusRules.annotations | object | `{}` | Annotations for PrometheusRules |\n| prometheusRules.create | bool | `true` | Enables PrometheusRule resources to be created |\n| prometheusRules.disabled | object | `{\"CephAPodNodePGImbalance\":true,\"CephNodeInconsistentMTU\":true,\"CephStorageNodePGImbalance\":true}` | Disables specific PrometheusRule alerts |\n| prometheusRules.labels | object | `{}` | Labels for PrometheusRules |\n| prometheusRules.ruleGroups.absentMetrics | bool | `true` |  |\n| prometheusRules.ruleGroups.clusterHealth | bool | `true` |  |\n| prometheusRules.ruleGroups.customrules | bool | `true` |  |\n| prometheusRules.ruleGroups.generic | bool | `true` |  |\n| prometheusRules.ruleGroups.healthChecks | bool | `true` |  |\n| prometheusRules.ruleGroups.manager | bool | `false` |  |\n| prometheusRules.ruleGroups.mon | bool | `true` |  |\n| prometheusRules.ruleGroups.nodes | bool | `true` |  |\n| prometheusRules.ruleGroups.osd | bool | `true` |  |\n| prometheusRules.ruleGroups.pgr | bool | `true` |  |\n| prometheusRules.ruleGroups.pools | bool | `true` |  |\n| prometheusRules.ruleGroups.rados | bool | `true` |  |\n| prometheusRules.ruleSelectors | string | `nil` |  |\n\n## Support, Feedback, Contributing\n\nThis project is open to feature requests/suggestions, bug reports etc. via [GitHub issues](https://github.com/cobaltcore-dev/cloud-storage-operations/issues). Contribution and feedback are encouraged and always welcome. For more information about how to contribute, the project structure, as well as additional contribution information, see our [Contribution Guidelines](CONTRIBUTING.md).\n\n## Security / Disclosure\nIf you find any bug that may be a security problem, please follow our instructions at [in our security policy](https://github.com/cobaltcore-dev/cloud-storage-operations/security/policy) on how to report it. Please do not create GitHub issues for security-related doubts or problems.\n\n## Code of Conduct\n\nWe as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone. By participating in this project, you agree to abide by its [Code of Conduct](https://github.com/SAP/.github/blob/main/CODE_OF_CONDUCT.md) at all times.\n\n## Licensing\n\nCopyright 2024 SAP SE or an SAP affiliate company and cobaltcore-dev contributors. Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/cobaltcore-dev/cloud-storage-operations).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcobaltcore-dev%2Fcloud-storage-operations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcobaltcore-dev%2Fcloud-storage-operations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcobaltcore-dev%2Fcloud-storage-operations/lists"}