{"id":37677756,"url":"https://github.com/openstack-charmers/charm-woodpecker","last_synced_at":"2026-01-16T12:18:37.434Z","repository":{"id":47404157,"uuid":"337010755","full_name":"openstack-charmers/charm-woodpecker","owner":"openstack-charmers","description":null,"archived":false,"fork":false,"pushed_at":"2024-03-14T20:28:16.000Z","size":168,"stargazers_count":1,"open_issues_count":2,"forks_count":7,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-03-14T21:49:04.719Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openstack-charmers.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2021-02-08T08:41:36.000Z","updated_at":"2023-11-14T05:25:42.000Z","dependencies_parsed_at":"2024-03-14T21:45:21.971Z","dependency_job_id":"360d0e11-b8d3-42a4-8ae7-6d9d60ab00d2","html_url":"https://github.com/openstack-charmers/charm-woodpecker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/openstack-charmers/charm-woodpecker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack-charmers%2Fcharm-woodpecker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack-charmers%2Fcharm-woodpecker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack-charmers%2Fcharm-woodpecker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack-charmers%2Fcharm-woodpecker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openstack-charmers","download_url":"https://codeload.github.com/openstack-charmers/charm-woodpecker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack-charmers%2Fcharm-woodpecker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478549,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-01-16T12:18:37.350Z","updated_at":"2026-01-16T12:18:37.414Z","avatar_url":"https://github.com/openstack-charmers.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Overview\n\nThe woodpecker charm deploy a testing tool that enables various action\nbased performance tests to be performed.\n\n# Usage\n\n## Configuration\n\nSee file `config.yaml` for the full list of options, along with their\ndescriptions and default values. The option, `pool-name`, may be provided as a\ndefault pool name for the bench tests.\n\n* `pool-name`\n\n## Deployment\n\nWe are assuming a pre-existing Ceph cluster.\n\nTo provide the testing host:\n\n    juju deploy cs:~openstack-charmers-next/woodpecker\n\nThen add a relation to the ceph-mon application:\n\n    juju add-relation woodpecker:ceph-client ceph-mon:client\n\n## Snap on Ubuntu 20.04 (Focal)\n\nDue to [LP Bug #1902951][swift-bench-bug] it is necessary to use the [Swift\nBench Snap][swift-bench-snap] when deploying woodpecker on Ubuntu 20.04\n(Focal).\n\nIn the bundle:\n\n... code-block:: console\n\n  woodpecker:\n    num_units: 1\n    series: focal\n    resources:\n      swift-bench: /path/to/swift-bench.snap\n\n\nFrom command line:\n\n:command:`juju attach-resource woodpecker swift-bench=/path/to/swift-bench.snap\n\n## Actions\n\nThis section covers Juju [actions][juju-docs-actions] supported by the charm.\nActions allow specific operations to be performed on a per-unit basis.\n\n* `rados-bench`\n* `rbd-bench`\n* `swift-bench`\n* `fio`\n\nTo display action descriptions run `juju actions woodpecker`. If the charm is\nnot deployed then see file `actions.yaml`.\n\n\n\u003c!--\n\n# Bugs\n\nPlease report bugs on [Launchpad][lp-bugs-charm-woodpecker].\n\nFor general charm questions refer to the [OpenStack Charm Guide][cg].\n\n--\u003e\n\n\u003c!-- LINKS --\u003e\n\n[ceph-mon-charm]: https://jaas.ai/ceph-mon\n[ceph-osd-charm]: https://jaas.ai/ceph-osd\n[cg]: https://docs.openstack.org/charm-guide\n[cg-preview-charms]: https://docs.openstack.org/charm-guide/latest/openstack-charms.html#tech-preview-charms-beta\n[cdg]: https://docs.openstack.org/project-deploy-guide/charm-deployment-guide\n[juju-docs-actions]: https://jaas.ai/docs/actions\n[lp-bugs-charm-woodpecker]: https://bugs.launchpad.net/charm-woodpecker/+filebug\n[swift-bench-bug]: https://bugs.launchpad.net/ubuntu/+source/swift-bench/+bug/1902951\n[swift-bench-snap]: https://github.com/openstack-charmers/snap-swift-bench\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenstack-charmers%2Fcharm-woodpecker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenstack-charmers%2Fcharm-woodpecker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenstack-charmers%2Fcharm-woodpecker/lists"}