Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arangogutierrez/vagrant-devboxes
Vagrantfiles and common scripts to quickly setup VMs for Singularity test purposes under multiple distributions
https://github.com/arangogutierrez/vagrant-devboxes
Last synced: about 2 months ago
JSON representation
Vagrantfiles and common scripts to quickly setup VMs for Singularity test purposes under multiple distributions
- Host: GitHub
- URL: https://github.com/arangogutierrez/vagrant-devboxes
- Owner: ArangoGutierrez
- Created: 2018-10-03T19:55:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-03T19:56:16.000Z (over 6 years ago)
- Last Synced: 2024-10-29T18:49:43.290Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vagrant-devboxes
Vagrantfiles and common scripts to quickly setup VMs for test purposes under multiple distributions:
- CentOS 6
- CentOS 7
- Debian 8
- Debian 9
- Ubuntu 14.04
- Ubuntu 16.04In each, it will install the release and development branches of Singularity, in
suid and no-suid forms, in separate prefixes under /vagrant/homeAlso mounts ~/Git on host into /Git, and installs my dotfiles for the vagrant user.
## Convenience Scripts
- **init_all.sh** Runs vagrant up, vagrant halt on each directory so that there are suspended VMs of each kind ready to go.
- **halt_all.sh** Runs vagrant halt on each directory to suspend all VMs.
- **destroy_all.sh ** Runs vagrant destroy on each directory to suspend all VMs.