{"id":19879187,"url":"https://github.com/qjoly/k3s-openstack","last_synced_at":"2026-02-16T13:33:50.850Z","repository":{"id":135185082,"uuid":"593951309","full_name":"qjoly/k3s-openstack","owner":"qjoly","description":"Déploiement d'un cluster k3s sur Openstack","archived":false,"fork":false,"pushed_at":"2025-01-14T20:39:22.000Z","size":7,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-15T21:38:31.942Z","etag":null,"topics":["k3s","kubernetes","openstack","terraform"],"latest_commit_sha":null,"homepage":"","language":"HCL","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/qjoly.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,"zenodo":null}},"created_at":"2023-01-27T08:27:01.000Z","updated_at":"2023-07-26T11:44:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"13a7ff78-1973-4a48-b25e-651557fccd0c","html_url":"https://github.com/qjoly/k3s-openstack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/qjoly/k3s-openstack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qjoly%2Fk3s-openstack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qjoly%2Fk3s-openstack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qjoly%2Fk3s-openstack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qjoly%2Fk3s-openstack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qjoly","download_url":"https://codeload.github.com/qjoly/k3s-openstack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qjoly%2Fk3s-openstack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29509162,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"last_error":"SSL_read: 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":["k3s","kubernetes","openstack","terraform"],"created_at":"2024-11-12T17:07:48.056Z","updated_at":"2026-02-16T13:33:50.844Z","avatar_url":"https://github.com/qjoly.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Principe\nCe dépot permet de déployer un Cluster Kubernetes K3S à l'aide du projet [k3s-ansible](https://github.com/k3s-io/k3s-ansible) de manière simple (ou brouillon)\n\n# Arborescence\n\nOn suggère que la clé privée (générée via l'interface horizon dans ce cas) est\nprésente dans le dossier **parent** à ce dépot. \n\n```\n├── kubernetes-infomaniak\n│   ├── ansibles\n│   │   ├── installing_k3s_ansible.yml\n│   │   └── share_ssh_key.yml\n│   ├── inventory.tf\n│   ├── modules\n│   │   └── instance\n│   │       ├── instance.tf\n│   │       ├── outputs.tf\n│   │       ├── providers.tf\n│   │       └── variables.tf\n│   ├── modules.tf\n│   ├── network.tf\n│   ├── provisionning.tf\n│   ├── secgroup.tf\n│   ├── terragrunt.hcl\n│   └── variables.tf\n├── privkey\n└── terragrunt.hcl\n```\n\nvous aurez également besoin de créer un fichier *terragrunt.hcl* sur le dossier parent (dont la configuration est appelée par le fichier *terragrunt.hcl* du dépot)\n\n```hcl\n# Fichier ../terragrunt.hcl\ngenerate \"provider\" {\n  path = \"provider.tf\"\n  if_exists = \"overwrite_terragrunt\"\n  contents = \u003c\u003cEOF\nterraform {\n  required_providers {\n    openstack = {\n      source  = \"terraform-provider-openstack/openstack\"\n      version = \"1.44.0\"\n    }\n  }\n}\n\n# Configuration du provider OpenStack\nprovider \"openstack\" {\n  auth_url = \"https://api.pub1.infomaniak.cloud/identity\" # tests réalisés sur le Cloud publique de Infomaniak\n  region = \"\"\n  user_name = \"\"\n  password = \"\"\n  user_domain_name = \"Default\"\n  project_domain_id = \"default\"\n  tenant_id = \"\"\n  tenant_name = \"\"\n}\nEOF\n}\n```\n\n# TO-DO\n\n- Créer un module pour les règles de sécurités  \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqjoly%2Fk3s-openstack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqjoly%2Fk3s-openstack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqjoly%2Fk3s-openstack/lists"}