Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lavabit/robox
The tools needed to robotically create/configure/provision a large number of operating systems, for a variety of hypervisors, using packer.
https://github.com/lavabit/robox
alpine arch bash centos debian fedora freebsd gentoo hyperv libvirt openbsd opensuse oracle packer parallels rhel ubuntu vagrant virtualbox vmware
Last synced: 4 days ago
JSON representation
The tools needed to robotically create/configure/provision a large number of operating systems, for a variety of hypervisors, using packer.
- Host: GitHub
- URL: https://github.com/lavabit/robox
- Owner: lavabit
- Created: 2018-06-05T04:17:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-10T19:31:11.000Z (7 months ago)
- Last Synced: 2025-01-10T13:31:39.342Z (11 days ago)
- Topics: alpine, arch, bash, centos, debian, fedora, freebsd, gentoo, hyperv, libvirt, openbsd, opensuse, oracle, packer, parallels, rhel, ubuntu, vagrant, virtualbox, vmware
- Language: Shell
- Homepage:
- Size: 26.2 MB
- Stars: 638
- Watchers: 17
- Forks: 143
- Open Issues: 60
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Roboxes
Generic base boxes, providing a variety of operating systems, and available across a number of different virtualized platforms.
## Website
https://roboxes.org## Vagrant Boxes
https://app.vagrantup.com/generic
https://app.vagrantup.com/lavabit
https://app.vagrantup.com/lineage## Podman / Docker Images
https://hub.docker.com/u/roboxes/
https://hub.docker.com/u/lavabit/
or
https://quay.io/organization/roboxes
https://quay.io/organization/lavabit## Pending Additions/Updates
Add support for the new "architecture" flag. This means adding "386" or "amd64" as appropriate. And it means we need to add "arm64" boxes to the pipeline.
## Upcoming Additions
Oct 23rd, 2023 / FreeBSD 14.0
\* Repo updated.
\*\* Beta/pre-prerelease added.## Pending Tasks
_We would welcome community help (as a pull request) with any of the following tasks._
Generate docker variants for the Ubuntu/Debian/Alpine configurations
Incorporate the upload/delete/release scripts into the robox.sh script as functions.
Add vagrant user password randomization logic to the bundled Vagrantfiles.
Improve the unit box validation/check script with SSH command tests/checks.
Start building ARM variants for some virtual machines/boxes.
^-- WE NEED A HARDWARE DONATION TO MAKE ARM64 IMAGES
**THIS SHOULD, WE HOPE, IN THE WORKS --^**
## Operating System RequestsThe following variants of existing builds have been requested, and will be added at a future date, when time allows (or someone submits a pull request).
[Fedora Rawhide](https://fedoraproject.org/wiki/Releases/Rawhide)
[OpenSUSE Tumbleweed](https://software.opensuse.org/distributions/tumbleweed)
This operating system has been requested, but at present doesn't apppear to have sufficient interest. If that changes, it could be easily added by adapting the existing Debian/Ubuntu configurations.[Pop\!\_OS](https://pop.system76.com/)
The following operating systems have been requested by a member of the Robox community, but require a volunteer to generate a configuration, before they can be incorporated into the workflow.[Haiku](https://www.haiku-os.org/get-haiku/)
[Minix](https://www.minix3.org/)
[Parrot](https://www.parrotsec.org/)
[SmartOS](https://www.joyent.com/smartos)## Operating System Candidates
The following operating systems are potential candidates. They may be added in the future.
Manjaro
Mint
OpenSolaris
SlackwareMacOS
Darwin
ReactOS
WindowsTails
Kali## Adding Boxes
Submit a pull request with your favorite distro.
## Building a Box
To build a Robox locally, run the following:
```bash
git clone https://github.com/lavabit/robox && cd robox
./robox.sh box generic-BOX-PROVIDER
```You will to replace the BOX and PROVIDER placeholders in the example above.
Replace `BOX` with one of the these values: `[alma8|alma9|alpine35|alpine36|alpine37|alpine38|alpine39|alpine310|alpine311|alpine312|alpine313|alpine314|alpine315|alpine316|alpine317|arch|centos6|centos7|centos8|centos8s|centos9s|debian8|debian9|debian10|debian11|devuan1|devuan2|devuan3|devuan4|dragonflybsd5|dragonflybsd6|fedora25|fedora26|fedora27|fedora28|fedora29|fedora30|fedora31|fedora32|fedora33|fedora34|fedora35|fedora36|fedora37|freebsd11|freebsd12|freebsd13|gentoo|hardenedbsd11|hardenedbsd12|hardenedbsd13|netbsd8|netbsd9|openbsd6|openbsd7|opensuse15|opensuse42|oracle7|oracle8|oracle8|rhel6|rhel7|rhel8|rocky8|rocky9|ubuntu1604|ubuntu1610|ubuntu1704|ubuntu1710|ubuntu1804|ubuntu1810|ubuntu1904|ubuntu1910|ubuntu2004|ubuntu2010|ubuntu2104|ubuntu2110|ubuntu2204|ubuntu2210|ubuntu2304]`
And replace `PROVIDER` with one of these values: `[docker|hyperv|libvirt|parallels|virtualbox|vmware]`.
A configuration for all of the distros is available for every provider, EXCEPT Docker. At present we have only adapted a subset of the configurations to build Docker/Podman images.The above presumes you already have [`packer`](https://www.packer.io/) and the hypervisor for the targeted provider installed. The `res/providers/providers.sh` script may provide guidance on the steps required to setup a Linux build host for VMWare/Virtualbox/Docker/libvirt. Please note that this scripts was written for RHEL/CentOS 7. You will then need to adapt the package names and CLI commands to your environment.
## VirtualBox DisksEnabling the discard/nonrotational options with our VirtualBox configs, appears to improve performance, but only on build robots equipped with SSDs or NVMe drives, and then only if the virtual machine is configured with VDI virtual disks. This combination allows guests to utilize discard/unmap/trim. However, if a virtual machine is deployed onto traditional magnetic hard disks with discard/nonrotational enabled, performance will drop significantly ( 1/50th of normal in some cases ).
Furthermore, while Packer appears to use VDI disk image files, when the virtual machine is exported and converted into a Vagrant box, the disk gets converted into the VMDK format. The discard/nonrotational options are preserved, and the result is that when the base box is deployed, it results in a virtual machine with the discard/nonrotational options enabled with an unsupported VMDK virtual disk.
As a result, we are currently not using the following options in our Packer config files.
```
"hard_drive_discard": true,
"hard_drive_nonrotational" : true,
```
A handful of relevant messages from VirtualBox when a Vagrant box is deployed with this issue.
```
File system of 'generic-debian8-virtualbox/generic-debian8-virtualbox_default_1649216430418_60259/generic-debian8-virtualbox-disk001.vmdk' is xfs
Format = "VMDK" (cb=5)
Path = "generic-debian8-virtualbox/generic-debian8-virtualbox_default_1649216430418_60259/generic-debian8-virtualbox-disk001.vmdk" (cb=154)
VMSetError: /home/vbox/vbox-5.2.44/src/VBox/Storage/VD.cpp(5662) int VDOpen(PVDISK, const char*, const char*, unsigned int, PVDINTERFACE); rc=VERR_VD_DISCARD_NOT_SUPPORTED
MSetError: VD: Backend 'VMDK' does not support discard
AIOMgr: Endpoint for file 'generic-debian8-virtualbox/generic-debian8-virtualbox_default_1649216430418_60259/generic-debian8-virtualbox-disk001.vmdk' (flags 000c0723) created successfully
AIOMgr: generic-debian8-virtualbox/generic-debian8-virtualbox_default_1649216430418_60259/generic-debian8-virtualbox-disk001.vmdk
```
The performance degradation leads to write timeouts, and the logs become filled with messages like the following.
```
VD#0: Write request was active for 36 seconds
VD#0: Aborted write (524288 bytes left) returned rc=VERR_PDM_MEDIAEX_IOREQ_CANCELED
AHCI#0P0: Canceled write at offset 82372182016 (524288 bytes left) returned rc=VERR_PDM_MEDIAEX_IOREQ_CANCELED
```## Donate
The roboxes are maintained by volunteers, and provided for free. As such we rely on donations to cover the cost of the hardware, and bandwidth. If you find this project useful, and would like to see it grow, please help by making a Bitcoin, Bitcoin Cash, Monero or [monetary donation](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=99THGS6F4HGLU&source=url). If you represent a public cloud, and would like to provide infrastructure support, please contact us directly, or open a ticket.
Monero
8B3BsNGvpT3SAkMCa672FaCjRfouqnwtxMKiZrMx27ry1KA7aNy5J4kWuJBBRfwzsKZrTvud2wrLH2uvaDBdBw9cSrVRzxCBitcoin
3NKSTPEeTGmuA95CGGqnyi3zPASSApLZbEBitcoin Cash
qqxyedtn68jg84w4mkd3vsw2nu6pgkydnudza0ed0m[Roboxes](https://roboxes.org) is maintained by Ladar Levison, with infrastructure provided by [Lavabit LLC](https://lavabit.com).