The follow project aims to simplify getting a full Apache CloudStack environment running on your machine. You can either take the easy ride and run vagrant up in either one of the 'binary installation' directories or compile CloudStack yourself. See for instructions in the 'basic' and 'advanced' directories.
The included VagrantFile will give you:
-
Management
- NFS Server
- MySQL Server
- Router
-
- Cloudstack Management Server * (Only given in binary installation)
-
XenServer 6.2
Please use the issue reporting feature on github for reporting any issues you experience.
Github will email project authors and they will be able to assist best, going off to mailing lists, forums, question sites etc. is not helpful and will not benefit the quality of this project.
-
Ensure your system has
gitinstalled. -
Clone the repository:
git clone https://github.com/imduffy15/devcloud4.git
-
Download and Install VirtualBox
-
Download and install Vagrant
-
Ensure all Vagrant Plugins are installed:
cd /path/to/cloned/repo bash scripts/vagrant_prep.sh vbox
-
Open virtualbox and navigate to its preferences/settings window.
-
Click onto the network tab and then onto the host only network tab.
-
Configure your adapters as follows:
- IPv4 IP address of 192.168.22.1
- Subnet of 255.255.255.0
- DHCP server disabled
- IPv4 IP address of 192.168.23.1
- Subnet of 255.255.255.0
- DHCP server disabled
- IPv4 IP address of 192.168.24.1
- Subnet of 255.255.255.0
- DHCP server disabled


