{"id":14156656,"url":"https://github.com/electrocucaracha/lint-devstack","last_synced_at":"2026-04-30T14:36:45.100Z","repository":{"id":18806590,"uuid":"22020939","full_name":"electrocucaracha/lint-devstack","owner":"electrocucaracha","description":"All-in-One Devstack scripts","archived":false,"fork":false,"pushed_at":"2026-03-31T02:07:37.000Z","size":180,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-31T05:08:22.489Z","etag":null,"topics":["devstack","self-runner","vagrant"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/electrocucaracha.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-07-19T22:23:29.000Z","updated_at":"2026-03-23T05:14:00.000Z","dependencies_parsed_at":"2023-12-06T17:28:11.038Z","dependency_job_id":"53bc7dfc-dc05-44af-94de-d893cdab5fbd","html_url":"https://github.com/electrocucaracha/lint-devstack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/electrocucaracha/lint-devstack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electrocucaracha%2Flint-devstack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electrocucaracha%2Flint-devstack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electrocucaracha%2Flint-devstack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electrocucaracha%2Flint-devstack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/electrocucaracha","download_url":"https://codeload.github.com/electrocucaracha/lint-devstack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electrocucaracha%2Flint-devstack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32468009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"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":["devstack","self-runner","vagrant"],"created_at":"2024-08-17T08:07:39.404Z","updated_at":"2026-04-30T14:36:45.095Z","avatar_url":"https://github.com/electrocucaracha.png","language":"Shell","funding_links":[],"categories":["vagrant"],"sub_categories":[],"readme":"# Lint Devstack\n\n\u003c!-- markdown-link-check-disable-next-line --\u003e\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![GitHub Super-Linter](https://github.com/electrocucaracha/lint-devstack/workflows/Lint%20Code%20Base/badge.svg)](https://github.com/marketplace/actions/super-linter)\n[![Ruby Style Guide](https://img.shields.io/badge/code_style-rubocop-brightgreen.svg)](https://github.com/rubocop/rubocop)\n\n\u003c!-- markdown-link-check-disable-next-line --\u003e\n\n![visitors](https://visitor-badge.laobi.icu/badge?page_id=electrocucaracha.lint-devstack)\n[![Scc Code Badge](https://sloc.xyz/github/electrocucaracha/lint-devstack?category=code)](https://github.com/boyter/scc/)\n[![Scc COCOMO Badge](https://sloc.xyz/github/electrocucaracha/lint-devstack?category=cocomo)](https://github.com/boyter/scc/)\n\n## Overview\n\nThis project offers an automated process to provision a\n[Devstack][1] development environment for working with OpenStack\nprojects.\nThe Virtual Machine is configured to share the OpenStack's projects\nsource code to host machine.\nAs result, it's possible to run system tests and use a local IDE\nduring development.\n\n### Key Features\n\n- **Automated Provisioning**:\n  Uses Vagrant and shell scripts to automate the complete DevStack\n  setup\n- **Multi-Project Support**:\n  Enables flexible installation of 100+ OpenStack projects and\n  plugins\n- **Development-Ready**:\n  Provides shared source code between host and VM for seamless IDE\n  integration\n- **Service Management**:\n  Dynamically enables/disables services based on project requirements\n- **Configuration Flexibility**:\n  Supports custom environment variables for advanced configuration\n- **Multi-Distribution Support**:\n  Compatible with Ubuntu, Debian, and other Linux distributions\n\n## Setup\n\nThis project uses [Vagrant tool][2] for provisioning Virtual Machines\nautomatically.\nIt's highly recommended to use the _setup.sh_ script of the\n[bootstrap-vagrant project][3] for installing Vagrant dependencies\nand plugins required for its project.\nThe script supports two Virtualization providers (Libvirt and\nVirtualBox).\n\n    curl -fsSL http://bit.ly/initVagrant | PROVIDER=libvirt bash\n\nOnce Vagrant is installed, it's possible to deploy the demo with the\nfollowing instruction:\n\n    vagrant up\n\n## Quick setup\n\nIt's possible to run this project without having to clone it.\nThe following instruction allows its remote execution:\n\n    curl -fsSL https://raw.githubusercontent.com/electrocucaracha/lint-devstack/master/setup.sh | OS_PROJECT_LIST=octavia bash\n\n### Environment variables\n\n| Name                  | Default       | Description                                                          |\n| :-------------------- | :------------ | :------------------------------------------------------------------- |\n| `OS_PROJECT_LIST`     |               | Comma-separated list of OpenStack projects/plugins to enable         |\n| `OS_DISABLE_SVC_LIST` |               | Comma-separated list of Devstack services to disable                 |\n| `DEVSTACK_RELEASE`    | stable/2025.2 | Devstack release branch (e.g., stable/2024.2, master)                |\n| `PASSWORD`            | password      | Default password for all Devstack services                           |\n| `MYSQL_PASSWORD`      | password      | MySQL database password                                              |\n| `DATABASE_PASSWORD`   | password      | Database connection password                                         |\n| `SERVICE_PASSWORD`    | password      | OpenStack service password                                           |\n| `ADMIN_PASSWORD`      | password      | OpenStack admin user password                                        |\n| `RABBIT_PASSWORD`     | password      | RabbitMQ password                                                    |\n| `DEBUG`               | false         | Enable debug output (set to \"true\" to enable verbose logging)        |\n| `LINT_DEVSTACK_*`     |               | Custom Devstack configuration variables (prefix with LINT*DEVSTACK*) |\n\n#### Notes on Environment Variables\n\n- **OS_PROJECT_LIST**:\n  Accepts project names from the\n  [OpenStack Plugin Registry](https://docs.openstack.org/devstack/latest/plugin-registry.html).\n  Multiple projects should be comma-separated\n  (e.g., `OS_PROJECT_LIST=octavia,neutron,heat`)\n- **Custom Configuration**:\n  Any variable prefixed with `LINT_DEVSTACK_` will be automatically\n  added to the Devstack local.conf file with the prefix removed\n  (e.g., `LINT_DEVSTACK_OFFLINE=True` becomes `OFFLINE=True`)\n- **Password Management**:\n  Individual password variables override the generic `PASSWORD`\n  variable for specific components\n\n[1]: http://docs.openstack.org/developer/devstack/\n[2]: https://www.vagrantup.com/\n[3]: https://github.com/electrocucaracha/bootstrap-vagrant\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felectrocucaracha%2Flint-devstack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felectrocucaracha%2Flint-devstack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felectrocucaracha%2Flint-devstack/lists"}