{"id":21648076,"url":"https://github.com/markelog/terraform-openstack-gitlab","last_synced_at":"2026-05-03T20:32:51.613Z","repository":{"id":66168929,"uuid":"154690293","full_name":"markelog/terraform-openstack-gitlab","owner":"markelog","description":"Set up GtiLab with terraform via OpenStack","archived":false,"fork":false,"pushed_at":"2019-04-03T13:59:22.000Z","size":27,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-06T21:29:54.567Z","etag":null,"topics":["gitlab","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/markelog.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":"security.tf","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-25T14:59:32.000Z","updated_at":"2024-01-15T21:38:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"f221069c-e3ff-40fc-bced-66843e84d5d1","html_url":"https://github.com/markelog/terraform-openstack-gitlab","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/markelog/terraform-openstack-gitlab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markelog%2Fterraform-openstack-gitlab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markelog%2Fterraform-openstack-gitlab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markelog%2Fterraform-openstack-gitlab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markelog%2Fterraform-openstack-gitlab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markelog","download_url":"https://codeload.github.com/markelog/terraform-openstack-gitlab/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markelog%2Fterraform-openstack-gitlab/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32583944,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"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":["gitlab","openstack","terraform"],"created_at":"2024-11-25T06:53:16.683Z","updated_at":"2026-05-03T20:32:51.037Z","avatar_url":"https://github.com/markelog.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Set up GtiLab with terraform via OpenStack\n\n## Use case\n\nIf you orchestrate your VMs via OpenStack and you want to quickly set up and maintain GitLab and runners for it.\n\n[Install terraform](https://learn.hashicorp.com/terraform/getting-started/install.html) and then download the template –\n```sh\n$ git clone git@github.com:markelog/terraform-gitlab-openstack.git\n$ cd terraform-gitlab-openstack\n```\n\nPrepere the template –\n\n```sh\n$ terraform init\n```\n\nCopy example as config file for terraform –\n\n```sh\n$ copy terraform.example.tfvars terraform.tfvars\n```\n\nModify the options to your liking.\n\nApply the template –\n\n```sh\n$ terraform apply\n```\n\n## Values\n```terraform\n#### OpenStack related values ####\n\n# Address to OpenStack API\nauth_url                = \"https://openstack.killa.cloud:5000/v3\"\n\n# OpenStack User Domain Name (optional)\nuser_domain_name        = \"killa-gorilla.com\"\n\n# Name of the tenant\ntenant                  = \"super-tenant\"\n\n# Tenant ID\ntenant_id               = \"623899a6acffbf4bfbbfa3c784c3609564\"\n\n# Name of the network\nnetwork                 = \"super-group\"\n\n# OpenStack username\nuser_name               = \"killa\"\n\n# OpenStack password\npassword                = \"gorilla\"\n\n# Name of the user in instances (including runners)\nssh_username            = \"killa\"\n\n# Path to the ssh key (it's not going to be copied anywhere)\nssh_key_file            = \"/Users/killa/.ssh/id_rsa\"\n\n#### GitLab ####\n\n# Address of the host\ngitlab_host             = \"http://gitlab.killa-gorilla.com\"\n\n# Password for GitLab UI (user is \"root\")\nui_password           \t= \"test\"\n\n# Flavor of the openstack VM\nflavor                  = \"w1.c8r16\"\n\n# Name of the image\nimage                   = \"Ubuntu 18.04\"\n\n# Size of the runners volumes\nvolume_size             = 50\n\n# Type of the runners volumes\nvolume_type             = \"volumes-ceph-gold\"\n\n# Amount of runners\nnum_runners             = 10\n\n# GitLab config\ngitlab_config           = \"./configs/gitlab.rb\"\n\n# Docker config on runners\ndocker_config           = \"./configs/runner/daemon.json\"\n\n# S3 for shared cache on runners\ns3_endpoint             = \"https://s3.killa-gorilla.com\"\ns3_access_key           = \"ASDASDAQWQF51ASD\"\ns3_secret_key           = \"ASDA#Qqwdasd12!#@asdA@!SAD\"\n```\n\n# Notes\n\n1. Tested on Ubuntu Bionic Beaver\n1. Uses docker executor on runners (see [configs](bootstrap) folder)\n1. Includes cron job on runners for docker auto-cleaning\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkelog%2Fterraform-openstack-gitlab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkelog%2Fterraform-openstack-gitlab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkelog%2Fterraform-openstack-gitlab/lists"}