Skip to content

Instantly share code, notes, and snippets.

@jongsma
jongsma / Vagrantfile
Last active November 20, 2017 23:53
Vagrant file for creating 2 virtual box VM's as the basis for an Oracle RAC cluster. This setup has 2 nodes with 4 shared disks and the needed network interfaces. Explanation of this file is here: https://jongsma.wordpress.com/2016/08/12/vagrant-for-you-rac-test-environment
# -*- mode: ruby -*-
# vi: set ft=ruby :
VAGRANTFILE_API_VERSION = "2"
ASM_LOC = "/pathto/vagrant/rac/asmdisk"
num_disks = 4
servers = 2
mem = 4096
cpu = 2