{"id":23826108,"url":"https://github.com/appuio/machine-api-provider-cloudscale","last_synced_at":"2026-06-21T18:31:58.410Z","repository":{"id":257873684,"uuid":"870702339","full_name":"appuio/machine-api-provider-cloudscale","owner":"appuio","description":"Provider for cloudscale.ch for the OpenShift machine-api.","archived":false,"fork":false,"pushed_at":"2026-06-17T11:42:51.000Z","size":217,"stargazers_count":0,"open_issues_count":12,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2026-06-17T13:25:39.342Z","etag":null,"topics":["cloudscale-ch","openshift","vshn-project-ocp"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/appuio.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-10T14:10:15.000Z","updated_at":"2026-06-12T20:36:36.000Z","dependencies_parsed_at":"2025-04-18T17:53:18.448Z","dependency_job_id":"cb6c96e7-edc9-4c7a-913b-14c0aa842f2f","html_url":"https://github.com/appuio/machine-api-provider-cloudscale","commit_stats":null,"previous_names":["appuio/machine-api-provider-cloudscale"],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/appuio/machine-api-provider-cloudscale","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appuio%2Fmachine-api-provider-cloudscale","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appuio%2Fmachine-api-provider-cloudscale/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appuio%2Fmachine-api-provider-cloudscale/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appuio%2Fmachine-api-provider-cloudscale/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appuio","download_url":"https://codeload.github.com/appuio/machine-api-provider-cloudscale/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appuio%2Fmachine-api-provider-cloudscale/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34586666,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"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":["cloudscale-ch","openshift","vshn-project-ocp"],"created_at":"2025-01-02T12:15:41.839Z","updated_at":"2026-06-21T18:31:58.391Z","avatar_url":"https://github.com/appuio.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# machine-api-provider-cloudscale\n\nProvider for cloudscale.ch for the OpenShift machine-api.\n\n## Development\n\n## Updating OCP dependencies\n\n```bash\nRELEASE=release-4.XX\ngo get -u \"github.com/openshift/api@${RELEASE}\"\ngo get -u \"github.com/openshift/library-go@${RELEASE}\"\ngo get -u \"github.com/openshift/machine-api-operator@${RELEASE}\"\ngo mod tidy\n\n# Update the CRDs required for testing on a local non-OCP cluster\nmake sync-crds\n```\n\n### Testing on a local non-OCP cluster\n\n```bash\n# Apply required upstream CRDs\nkubectl apply -k config/crds\n\nmake run\n\n# Apply a generic machine object that will not join a cluster\nkubectl apply -f config/samples/machine-cloudscale-generic.yml\n```\n\n### Testing on a Project Syn managed OCP cluster\n\n```bash\n# Switch to the openshift-machine-api namespace\nyq -i '.current-context as $cc | with((.contexts[] | select(.name == $cc) | .context); .namespace = \"openshift-machine-api\")' ${KUBECONFIG:-$HOME/.kube/config}\n# Become system:admin\nyq -i '.current-context as $cc | (.contexts[] | select(.name == $cc) | .context.user) as $cu | with(.users[] | select(.name == $cu); .user.as = \"system:admin\")' ${KUBECONFIG:-$HOME/.kube/config}\noc whoami\n\n# Deploy nodelink controller if required\nhack/deploy-nodelink-controller.sh\n\n# Generate the userData secret from the main.tf.json in the cluster catalog\n./pkg/machine/userdata/userdata-secret-from-maintfjson.sh manifests/openshift4-terraform/main.tf.json | k apply -f-\n\nmake run\n\n# Apply a known working machine object\n# This will join the cluster and become a worker node\n# You want to update:\n# - metadata.labels[\"machine.openshift.io/cluster-api-cluster\"]\n# - spec.providerSpec.value.zone\n# - spec.providerSpec.value.baseDomain\n# - spec.providerSpec.value.image\n# - spec.providerSpec.value.interfaces[0].networkUUID\nkubectl apply -f config/samples/machine-cloudscale-known-working.yml\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappuio%2Fmachine-api-provider-cloudscale","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappuio%2Fmachine-api-provider-cloudscale","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappuio%2Fmachine-api-provider-cloudscale/lists"}