{"id":20111483,"url":"https://github.com/openstack/charm-ceph-proxy","last_synced_at":"2026-03-08T19:36:48.961Z","repository":{"id":66174584,"uuid":"62662401","full_name":"openstack/charm-ceph-proxy","owner":"openstack","description":"Juju Charm - Ceph Proxy. Mirror of code maintained at opendev.org.","archived":false,"fork":false,"pushed_at":"2024-11-19T09:33:47.000Z","size":1392,"stargazers_count":11,"open_issues_count":0,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-06T11:35:19.973Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://opendev.org/openstack/charm-ceph-proxy","language":"Python","has_issues":false,"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/openstack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"2016-07-05T19:07:43.000Z","updated_at":"2024-11-19T09:33:52.000Z","dependencies_parsed_at":"2024-06-10T16:12:22.907Z","dependency_job_id":"6afa57dc-130e-4325-a1d1-10652f4581b9","html_url":"https://github.com/openstack/charm-ceph-proxy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/openstack/charm-ceph-proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fcharm-ceph-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fcharm-ceph-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fcharm-ceph-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fcharm-ceph-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openstack","download_url":"https://codeload.github.com/openstack/charm-ceph-proxy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fcharm-ceph-proxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271746598,"owners_count":24813571,"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","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2024-11-13T18:16:16.117Z","updated_at":"2026-03-08T19:36:48.922Z","avatar_url":"https://github.com/openstack.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Overview\n\n[Ceph][ceph-upstream] is a unified, distributed storage system designed for\nexcellent performance, reliability, and scalability.\n\nThe ceph-proxy charm deploys a proxy that acts as a [ceph-mon][ceph-mon-charm]\napplication for an external Ceph cluster. It joins a non-charmed Ceph cluster\nto a Juju model.\n\nThe charm works with traditional Ceph charm clients (e.g. cinder, glance,\nnova-compute) but it also supports the [ceph-radosgw][ceph-radosgw-charm] and\n[ceph-fs][ceph-fs-charm] charms.\n\n# Usage\n\n## Configuration\n\nThis section covers common and/or important configuration options. See file\n`config.yaml` for the full list of options, along with their descriptions and\ndefault values. See the [Juju documentation][juju-docs-config-apps] for details\non configuring applications.\n\n#### `fsid`\n\nThe `fsid` option supplies the UUID of the external cluster.\n\n#### `admin-key`\n\nThe `admin-key` option supplies the admin Cephx key of the external cluster.\n\n#### `monitor-hosts`\n\nThe `monitor-hosts` option supplies the network addresses (and ports) of the\nMonitors of the external cluster.\n\n## Deployment\n\nLet file ``ceph-proxy.yaml`` contain the deployment configuration:\n\n```yaml\n    ceph-proxy:\n        fsid: a4f1fb08-c83d-11ea-8f4a-635b3b062931\n        admin-key: AQCJvBFfWX+GLhAAln5dFd1rZekcGLyMmy58bQ==\n        monitor-hosts: '10.246.114.21:6789 10.246.114.22:6789 10.246.114.7:6789'\n```\n\nTo deploy:\n\n    juju deploy --config ceph-proxy.yaml ceph-proxy\n\nNow add relations as you normally would between a ceph-mon application and\nanother application, except substitute ceph-proxy for ceph-mon. For instance,\nto use the external Ceph cluster as the backend for an existing glance\napplication:\n\n    juju add-relation ceph-proxy:client glance:ceph\n\n## Actions\n\nMany of the ceph-mon charm's actions are supported. See file `actions.yaml` for\nthe full list of actions, along with their descriptions.\n\n# Bugs\n\nPlease report bugs on [Launchpad][lp-bugs-charm-ceph-proxy].\n\nFor general charm questions refer to the [OpenStack Charm Guide][cg].\n\n\u003c!-- LINKS --\u003e\n\n[ceph-upstream]: https://ceph.io\n[cg]: https://docs.openstack.org/charm-guide\n[ceph-mon-charm]: https://charmhub.io/ceph-mon\n[ceph-fs-charm]: https://charmbui.io/ceph-fs\n[ceph-radosgw-charm]: https://charmbui.io/ceph-radosgw\n[juju-docs-actions]: https://charmbui.io/docs/actions\n[juju-docs-config-apps]: https://juju.is/docs/configuring-applications\n[lp-bugs-charm-ceph-proxy]: https://bugs.launchpad.net/charm-ceph-proxy/+filebug\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenstack%2Fcharm-ceph-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenstack%2Fcharm-ceph-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenstack%2Fcharm-ceph-proxy/lists"}