A collection of Vagrant projects that provision Oracle and other software automatically, using Vagrant, an Oracle Linux box, and shell scripts. Unless indicated otherwise, these projects work with both Oracle VM VirtualBox and libvirt/KVM.
All projects in this repository require Vagrant and either Oracle VM VirtualBox or libvirt/KVM with the vagrant-libvirt plugin.
- Install Oracle VM VirtualBox
- Install Vagrant
- Read Philippe's blog post for instructions on using the Vagrant libvirt provider
- Clone this repository
git clone https://github.com/oracle/vagrant-projects
- Change into the desired project folder
- Follow the README.md instructions inside the folder
We have recently renamed this repository. Unfortunately the new URL for the boxes metadata will not be taken into consideration if you already have a box locally (See Vagrant issue #9637).
You will see the following when you create a new VM:
==> ol7-vagrant: Checking if box 'oraclelinux/7' version '7.8.103' is up to date...
==> ol7-vagrant: There was a problem while downloading the metadata for your box
==> ol7-vagrant: to check for updates. This is not an error, since it is usually due
==> ol7-vagrant: to temporary network problems. This is just a warning. The problem
==> ol7-vagrant: encountered was:
==> ol7-vagrant:
==> ol7-vagrant: The requested URL returned error: 404 Not Found
When this happens:
- Ensure you have the correct metadata URL in your Vagrantfile:
BOX_URL = "https://oracle.github.io/vagrant-projects/boxes"
- Remove your local copy of the box -- E.g. for oraclelinux/7:
vagrant box remove --all oraclelinux/7
Please provide feedback of any kind via Github issues on this repository.