{"id":15478481,"url":"https://github.com/startcloud/vagrant-zones","last_synced_at":"2026-05-11T04:19:40.144Z","repository":{"id":44419907,"uuid":"512555622","full_name":"STARTcloud/vagrant-zones","owner":"STARTcloud","description":"Vagrant Plugin which can be used to managed LX, Bhyve, Illumos and other zones on illumos (OmniOSce)","archived":false,"fork":false,"pushed_at":"2024-10-11T16:37:14.000Z","size":821,"stargazers_count":3,"open_issues_count":12,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-19T03:23:04.096Z","etag":null,"topics":["omnios","omniosce","ruby","vagrant","vagrant-plugin","vagrant-providers"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/STARTcloud.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-10T22:47:39.000Z","updated_at":"2024-10-11T16:37:06.000Z","dependencies_parsed_at":"2023-12-14T03:23:55.673Z","dependency_job_id":"79945eb6-4b2b-49ab-a2f7-08a25a27ff45","html_url":"https://github.com/STARTcloud/vagrant-zones","commit_stats":{"total_commits":412,"total_committers":5,"mean_commits":82.4,"dds":"0.19417475728155342","last_synced_commit":"9768e6be83ec7806f8788736a8adc6e246dd505d"},"previous_names":[],"tags_count":65,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/STARTcloud%2Fvagrant-zones","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/STARTcloud%2Fvagrant-zones/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/STARTcloud%2Fvagrant-zones/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/STARTcloud%2Fvagrant-zones/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/STARTcloud","download_url":"https://codeload.github.com/STARTcloud/vagrant-zones/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248735480,"owners_count":21153413,"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","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":["omnios","omniosce","ruby","vagrant","vagrant-plugin","vagrant-providers"],"created_at":"2024-10-02T04:04:37.715Z","updated_at":"2026-04-02T23:06:05.194Z","avatar_url":"https://github.com/STARTcloud.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vagrant-zones\nVagrant Plugin which can be used to managed Bhyve, LX and native zones on illumos (OmniOSce)\n\nThis project is still in the early stages, any feedback is much appreciated\n\n[![Gem Version](https://badge.fury.io/rb/vagrant-zones.svg)](https://badge.fury.io/rb/vagrant-zones)\n[![Test, Lint, Release and Publish](https://github.com/STARTcloud/vagrant-zones/actions/workflows/lint-release-and-publish.yml/badge.svg)](https://github.com/STARTcloud/vagrant-zones/actions/workflows/lint-release-and-publish.yml)\n\n- [Status](#status)\n  - [Functions](../../wiki/Status#functions)\n  - [Boxes](../../wiki/Status#Box-Support)\n- [Examples](https://github.com/STARTCloud/vagrant-zones-examples)\n- [Installation](#installation)\n- [Known Issues](../../wiki/Known-Issues-and-Workarounds)\n- [Development](../../wiki/Plugin-Development-Environment)\n  - [Preparing OS environment](../../wiki/Plugin-Development-Environment#setup-os-for-development)\n  - [Setup vagrant-zones environment](../../wiki/Plugin-Development-Environment#setup-vagrant-zones-environment)\n- [Commands](../../wiki/Commands) \n  - [Create a box](../../wiki/Commands#create-a-box)\n  - [Add the box](../../wiki/Commands#add-the-box)\n  - [Run the box](../../wiki/Commands#run-the-box)\n  - [SSH into the box](../../wiki/Commands#ssh-into-the-box)\n  - [Shutdown the box and cleanup](../../wiki/Commands#shutdown-the-box-and-cleanup)\n  - [Convert the Box](../../wiki/Commands#convert)\n  - [Detect existing VMs](../../wiki/Commands#detect)\n  - [Create, Manage, Destroy ZFS snapshots](../../wiki/Commands#zfs-snapshots)\n  - [Clone and existing zone](../../wiki/Commands#clone)\n  - [Safe restart/shutdown](../../wiki/Commands#safe-control)\n  - [Start/Stop console](../../wiki/Commands#console)\n\n## Installation\n\nPublished Package locations:\n- [rubygems.org](https://rubygems.org/gems/vagrant-zones).\n- [github.com](../../packages)\n\n### Setup OS Installation\n\n  * ooce/library/libarchive\n  * system/bhyve\n  * system/bhyve/firmware\n  * ooce/application/vagrant\n  * ruby-26\n  * zadm\n\n### Setup vagrant-zones\n\n To install it in a standard vagrant environment:\n\n `vagrant plugin install vagrant-zones`\n \n To install it in a development vagrant environment:\n\n `vagrant plugin install vagrant-zones-nightly`\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/STARTcloud/vagrant-zones/issues\n\n## License\n\nThis project is licensed under the AGPL v3 License - see the [LICENSE](LICENSE) file for details\n\n## Built With\n* [Vagrant](https://www.vagrantup.com/) - Portable Development Environment Suite.\n* [bhyve](https://omnios.org/info/bhyve) - Hypervisor.\n* [zadm](https://github.com/omniosorg/zadm) -  Bhyve Management tool\n\n## Contributing Sources and References\n* [vagrant-bhyve](https://github.com/jesa7955/vagrant-bhyve) - A Vagrant plugin for FreeBSD to spin up Bhyve Guests.\n* [vagrant-zone](https://github.com/skylime/vagrant-zone) - A Vagrant plugin to spin up LXZones.\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](https://www.prominic.net) for details on our code of conduct, and the process for submitting pull requests to us.\n\n## Authors\n* **Mark Gilbert** - [Makr91](https://github.com/Makr91)\n\nSee also the list of [contributors](../../graphs/contributors) who participated in this project.\n\n## Acknowledgments\n\n* Hat tip to anyone whose code was used\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstartcloud%2Fvagrant-zones","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstartcloud%2Fvagrant-zones","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstartcloud%2Fvagrant-zones/lists"}