{"id":37160286,"url":"https://github.com/cble-platform/provider-openstack","last_synced_at":"2026-01-14T19:00:46.310Z","repository":{"id":206315145,"uuid":"716200736","full_name":"cble-platform/provider-openstack","owner":"cble-platform","description":"CBLE Provider for Openstack","archived":false,"fork":false,"pushed_at":"2024-04-17T15:10:04.000Z","size":116,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-09T21:41:57.930Z","etag":null,"topics":["cble-provider","openstack"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cble-platform.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}},"created_at":"2023-11-08T16:36:15.000Z","updated_at":"2023-11-10T19:01:02.000Z","dependencies_parsed_at":"2023-11-09T01:24:53.062Z","dependency_job_id":"a875ad28-cbfe-48d7-9146-ba83746bcddd","html_url":"https://github.com/cble-platform/provider-openstack","commit_stats":null,"previous_names":["cble-platform/provider-openstack"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/cble-platform/provider-openstack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cble-platform%2Fprovider-openstack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cble-platform%2Fprovider-openstack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cble-platform%2Fprovider-openstack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cble-platform%2Fprovider-openstack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cble-platform","download_url":"https://codeload.github.com/cble-platform/provider-openstack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cble-platform%2Fprovider-openstack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28431149,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T18:57:19.464Z","status":"ssl_error","status_checked_at":"2026-01-14T18:52:48.501Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["cble-provider","openstack"],"created_at":"2026-01-14T19:00:43.300Z","updated_at":"2026-01-14T19:00:46.301Z","avatar_url":"https://github.com/cble-platform.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Openstack CBLE Provider\n\n## Generating Provider Config\n\nFirst, download the `\u003cproject_name\u003e-rc.sh` file from your Openstack deployment. Then pass it into the `generate_config.sh` script:\n\n```shell\n$ ./generate_config.sh path/to/some-rc.sh\nGenerating config from path/to/some-rc.sh...\nPlease enter your OpenStack Password for project \u003cproject name\u003e as user \u003cusername\u003e:\nGenerated Openstack provider config config.yaml!\n```\n\n## Example Blueprint\n\n```yaml\n# vars\n\nmain_subnet: 10.10.0.0/24\nrouter_ip: 10.10.0.254\nhost_ip: 10.10.0.1\n```\n\n```yaml\n# blueprint\n\nversion: \"1.0\"\n\n# Host 1\nhost1:\n  resource: openstack.v1.host\n  config:\n    hostname: host1\n    image: ubuntu22.04\n    flavor: l2-micro\n    disk_size: 10240\n    networks:\n      network1:\n        dhcp: false\n        ip: \"{{ .host_ip }}\"\n# Host 2\nhost2:\n  resource: openstack.v1.host\n  config:\n    hostname: host2\n    image: ubuntu22.04\n    flavor: l2-micro\n    disk_size: 10240\n    networks:\n      network1:\n        dhcp: true\n# Network 1\nnetwork1:\n  resource: openstack.v1.network\n  config:\n    subnet: \"{{ .main_subnet }}\"\n    gateway: \"{{ .router_ip }}\"\n    dhcp:\n      - start: 10.10.0.10\n        end: 10.10.0.100\n# Router 1\nrouter1:\n  resource: openstack.v1.router\n  config:\n    external_network: MAIN NET\n    networks:\n      network1:\n        dhcp: false\n        ip: \"{{ .router_ip }}\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcble-platform%2Fprovider-openstack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcble-platform%2Fprovider-openstack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcble-platform%2Fprovider-openstack/lists"}