{"id":22174994,"url":"https://github.com/morningspace/cluster-operator-fyre","last_synced_at":"2026-02-02T06:08:16.515Z","repository":{"id":103637800,"uuid":"456100578","full_name":"morningspace/cluster-operator-fyre","owner":"morningspace","description":"An Ansible Operator to provision OpenShift cluster on Fyre","archived":false,"fork":false,"pushed_at":"2022-03-08T10:15:47.000Z","size":108,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-26T19:48:12.237Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/morningspace.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,"publiccode":null,"codemeta":null}},"created_at":"2022-02-06T08:57:47.000Z","updated_at":"2022-03-05T04:37:25.000Z","dependencies_parsed_at":"2023-05-24T03:45:15.529Z","dependency_job_id":null,"html_url":"https://github.com/morningspace/cluster-operator-fyre","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/morningspace/cluster-operator-fyre","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morningspace%2Fcluster-operator-fyre","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morningspace%2Fcluster-operator-fyre/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morningspace%2Fcluster-operator-fyre/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morningspace%2Fcluster-operator-fyre/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/morningspace","download_url":"https://codeload.github.com/morningspace/cluster-operator-fyre/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morningspace%2Fcluster-operator-fyre/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29006746,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T04:25:24.522Z","status":"ssl_error","status_checked_at":"2026-02-02T04:24:51.069Z","response_time":58,"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":[],"created_at":"2024-12-02T07:55:43.648Z","updated_at":"2026-02-02T06:08:16.480Z","avatar_url":"https://github.com/morningspace.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cluster Operator Fyre\n\nAn Ansible Operator used to provision OpenShift cluster on Fyre by calling Fyre REST APIs.\n\n## Installation\n\nTo install this operator, run:\n\n```shell\nmake deploy\n```\n\nThis will install the operator onto your target Kubernetes cluster that is currently being used. (The current context specified in your kubeconfig)\n\n## How to use\n\nFor example, if you want to provision an OCP cluster with version `4.8.27` and `medium` size on Fyre QuickBurn, you can apply below Kubernetes resource:\n\n```yaml\napiVersion: clusters.ibm.com/v1alpha1\nkind: OpenShiftFyre\nmetadata:\n  name: openshiftfyre-qb-medium\n  namespace: cluster-operator-fyre-system\nspec:\n  # Reference to a secret including your fyre credential\n  providerSecretRef: my-fyre-secret\n  # Using Quick Burn\n  quotaType: \"quick_burn\"\n  # Site location\n  site: \"svl\"\n  # OCP version\n  ocpVersion: \"4.8.27\"\n  # Platform using x86\n  platform: \"x\"\n  # Size using medium\n  size: \"medium\"\n```\n\nBefore that, you may also need to create a secret including your Fyre credential that will be used by the operaor to communicate with Fyre REST APIs.\n\n```sh\nkubectl create secret generic my-fyre-secret -n cluster-operator-fyre-system \\\n  --from-literal username=\u003cyour fyre user name\u003e \\\n  --from-literal password=\u003cyour fyre user token\u003e \\\n  --from-literal product_group_id=\u003cyour fyre group id\u003e \\\n```\n\nYou can find more examples in `config/samples` directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorningspace%2Fcluster-operator-fyre","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmorningspace%2Fcluster-operator-fyre","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorningspace%2Fcluster-operator-fyre/lists"}