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: 3 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-03T19:56:16.000Z (almost 7 years ago)
- Last Synced: 2025-02-09T14:16:34.114Z (5 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.