{"id":26145133,"url":"https://github.com/edixos/provider-ovh","last_synced_at":"2026-03-13T07:04:53.082Z","repository":{"id":215495280,"uuid":"738088916","full_name":"edixos/provider-ovh","owner":"edixos","description":"Crossplane Provider for OVH (Provided by Edixos)","archived":false,"fork":false,"pushed_at":"2026-02-03T11:25:30.000Z","size":1943,"stargazers_count":19,"open_issues_count":1,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-03T19:42:23.390Z","etag":null,"topics":["controllers","crossplane","crossplane-provider","kubernetes","ovh","providers"],"latest_commit_sha":null,"homepage":"https://www.ovhcloud.com/fr/","language":"Go","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/edixos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-01-02T11:50:47.000Z","updated_at":"2026-02-03T11:25:34.000Z","dependencies_parsed_at":"2025-04-14T02:47:44.337Z","dependency_job_id":"e105d0fc-a2a8-4b21-91be-24c72eabc416","html_url":"https://github.com/edixos/provider-ovh","commit_stats":null,"previous_names":["edixos/provider-ovh"],"tags_count":18,"template":false,"template_full_name":"crossplane/upjet-provider-template","purl":"pkg:github/edixos/provider-ovh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edixos%2Fprovider-ovh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edixos%2Fprovider-ovh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edixos%2Fprovider-ovh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edixos%2Fprovider-ovh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edixos","download_url":"https://codeload.github.com/edixos/provider-ovh/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edixos%2Fprovider-ovh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30460818,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T06:34:02.089Z","status":"ssl_error","status_checked_at":"2026-03-13T06:33:49.182Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["controllers","crossplane","crossplane-provider","kubernetes","ovh","providers"],"created_at":"2025-03-11T04:36:32.503Z","updated_at":"2026-03-13T07:04:53.066Z","avatar_url":"https://github.com/edixos.png","language":"Go","readme":"# Provider OVH\n\n`provider-ovh` is a [Crossplane](https://crossplane.io/) provider that\nis built using [Upjet](https://github.com/crossplane/upjet) code\ngeneration tools and exposes XRM-conformant managed resources for the\nOVHcloud API.\n\n## Prerequisites\n\n* Install [Crossplane in your cluster](https://docs.crossplane.io/v2.1/get-started/install/)\n\n## Getting Started\n\nInstall the provider by using the following command:\n```bash\ncat \u003c\u003cEOF | kubectl apply -f -\napiVersion: pkg.crossplane.io/v1\nkind: Provider\nmetadata:\n  name: provider-ovh\nspec:\n  package: xpkg.upbound.io/edixos/provider-ovh:latest\nEOF\n```\nOr using the CLI:\n```bash\nup ctp provider install edixos/provider-ovh\n```\n\nIf you want to specify a version of the provider, add an image tag\nto the [latest release](https://marketplace.upbound.io/providers/edixos/provider-ovh).\nExample:\n`xpkg.upbound.io/edixos/provider-ovh:v2.10.1`\n\nNotice that in this example Provider resource is referencing ControllerConfig with debug enabled.\n\nYou can see the API reference [here](https://doc.crds.dev/github.com/edixos/provider-ovh).\n\n## Developing\n\nRun code-generation pipeline:\n```console\ngo run cmd/generator/main.go \"$PWD\"\n```\n\nRun against a Kubernetes cluster:\n\n```console\nmake run\n```\n\nBuild, push, and install:\n\n```console\nmake all\n```\n\nBuild binary:\n\n```console\nmake build\n```\n\n## Report a Bug\n\nFor filing bugs, suggesting improvements, or requesting new features, please\nopen an [issue](https://github.com/edixos/provider-ovh/issues).\n\n## Marketplace Extension Assets\n\nThis repository includes optional Marketplace extension assets under the `extensions/` directory:\n\n```\nextensions/\n  icons/icon.svg          # Provider icon\n  readme/readme.md        # Marketplace readme (concise overview)\n  release-notes/release_notes.md  # Human-authored release notes per version\n  sboms/sbom.json         # CycloneDX SBOM (regenerated in CI)\n```\n\nDuring CI publish, we run:\n\n```\nup alpha xpkg append --extensions-root=./extensions xpkg.upbound.io/edixos/provider-ovh:\u003cversion\u003e\n```\n\nWhere `\u003cversion\u003e` is read from `_output/version` produced by the build. You can test locally after logging into the Upbound registry:\n\n```bash\ncurl -sL https://cli.upbound.io | sh\nVERSION=$(cat _output/version)\nup alpha xpkg append --extensions-root=./extensions xpkg.upbound.io/edixos/provider-ovh:${VERSION}\n```\n\nTo update for a new release:\n1. Edit `extensions/release-notes/release_notes.md` adding a section for the new `vX.Y.Z`.\n2. Optionally refine `extensions/readme/readme.md` or update the icon.\n3. Commit changes before tagging the release so CI appends correct assets.\n\nSBOM generation currently uses [Syft](https://github.com/anchore/syft) in CI to regenerate `extensions/sboms/sbom.json`. You can reproduce locally:\n\n```bash\ncurl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin\nsyft dir:. -o cyclonedx-json \u003e extensions/sboms/sbom.json\n```\n\nThis is an alpha feature (requires `up` CLI v0.39.0+).\n\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedixos%2Fprovider-ovh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedixos%2Fprovider-ovh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedixos%2Fprovider-ovh/lists"}