{"id":15176543,"url":"https://github.com/netways/terraform-talos-openstack","last_synced_at":"2026-02-06T07:31:53.528Z","repository":{"id":254283207,"uuid":"846048946","full_name":"NETWAYS/terraform-talos-openstack","owner":"NETWAYS","description":"A collection of Terraform resources for deploying Talos Linux to OpenStack.","archived":false,"fork":false,"pushed_at":"2024-08-22T13:25:09.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-05T04:04:32.134Z","etag":null,"topics":["opentofu","talos","terraform"],"latest_commit_sha":null,"homepage":"https://nws.netways.de/","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NETWAYS.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}},"created_at":"2024-08-22T12:42:57.000Z","updated_at":"2024-10-02T19:59:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"06db4f8f-9161-47d6-aa31-ad27f848dd13","html_url":"https://github.com/NETWAYS/terraform-talos-openstack","commit_stats":null,"previous_names":["netways/terraform-talos-openstack"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NETWAYS/terraform-talos-openstack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NETWAYS%2Fterraform-talos-openstack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NETWAYS%2Fterraform-talos-openstack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NETWAYS%2Fterraform-talos-openstack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NETWAYS%2Fterraform-talos-openstack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NETWAYS","download_url":"https://codeload.github.com/NETWAYS/terraform-talos-openstack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NETWAYS%2Fterraform-talos-openstack/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267198709,"owners_count":24051559,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-26T02:00:08.937Z","response_time":62,"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":["opentofu","talos","terraform"],"created_at":"2024-09-27T13:21:19.070Z","updated_at":"2026-02-06T07:31:53.489Z","avatar_url":"https://github.com/NETWAYS.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Talos Linux on OpenStack: Step by Step\n\nThis repository contains Terraform resources for bringing up a cluster of [Talos](https://talos.dev)\nVMs on [OpenStack](https://openstack.org) using [Terraform](https://terraform.io) or\n[OpenTofu](https://opentofu.org).\n\nA step-by-step guide can be found on our blog:\n\n- 🇬🇧 **English**: [Talos Linux on OpenStack: Step by Step](https://nws.netways.de/blog/2024/08/22/talos-linux-on-openstack-step-by-step/)\n- 🇩🇪 **German**: [Talos Linux auf OpenStack: Schritt für Schritt](https://nws.netways.de/de/blog/2024/08/22/talos-linux-auf-openstack-schritt-fuer-schritt/)\n\n## Quick Start\n\n\u003e [!NOTE]\n\u003e If you are a NETWAYS Cloud customer and want to deploy Talos there, please see the resources\n\u003e on the `netways-cloud` branch [[Link](https://github.com/NETWAYS/terraform-talos-openstack/tree/netways-cloud)] for a tweaked version.\n\nWhile we strongly encourage reading the whole step by step guide linked above, here's a primer on\nhow to get started with this repository.\n\n1. Clone the repository and initialize Terraform.\n   ```sh\n   git clone https://github.com/NETWAYS/terraform-talos-openstack\n   cd terraform-talos-openstack\n   terraform init\n   ```\n2. Configure the OpenStack provider in `main.tf`. For configuration options, see the\n   [official provider documentation](https://registry.terraform.io/providers/terraform-provider-openstack/openstack/latest/docs).\n3. Let Terraform provision the resources.\n   ```sh\n   terraform apply\n   ```\n4. Generate the Talos configuration(s). Use the Floating IP from the previous step's output.\n   ```sh\n   talosctl gen secrets\n   talosctl gen config talos-on-openstack https://\u003cfloating-ip\u003e:6443 --with-secrets secrets.yaml\n   ```\n5. Let Terraform provision the resources again to apply Talos' configuration(s).\n   ```sh\n   terraform apply\n   ```\n6. Bootstrap Kubernetes using `talosctl`.\n   ```sh\n   talosctl bootstrap -e \u003cfloating-ip\u003e -n \u003cfloating-ip\u003e\n   ```\n\n## Questions and Support\n\nFeel free to [open an issue](https://github.com/NETWAYS/terraform-talos-openstack/issues) using one of the issue templates available.\n\n## License\n\nThe material published in this repository is licensed under the **Creative Commons Zero** license.\nA copy can be found in the [`LICENSE`](./LICENSE) file in this repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetways%2Fterraform-talos-openstack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetways%2Fterraform-talos-openstack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetways%2Fterraform-talos-openstack/lists"}