Giter VIP home page Giter VIP logo

devcloud4's Introduction

Devcloud 4

Introduction

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

Issue reporting

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.

Getting started

  1. Due to the large amount of data to be pulled from the Internet, it's probably not a good idea to do this over WiFi.

  2. Ensure your system has git installed.

  3. When on Windows, make sure you've set the git option autocrlf to false:

    git config --global core.autocrlf false
    
  4. Clone the repository:

    git clone https://github.com/imduffy15/devcloud4.git
    
  5. Download and Install VirtualBox

    On Windows7, the Xenserver VM crashed immediately after booting with a General Protection Fault. Installing VirtualBox version 4.3.6r91406 (https://www.virtualbox.org/wiki/Download_Old_Builds_4_3) fixed the problem, but only downgrade if the latest version does not work for you.

  6. Download and install Vagrant

  7. Ensure all Vagrant Plugins are installed:

    cd /path/to/cloned/repo
    bash scripts/vagrant_prep.sh vbox

Configure virtualbox

  1. Open virtualbox and navigate to its preferences/settings window.

  2. Click onto the network tab and then onto the host only network tab.

  3. Configure your adapters as follows:

    • On Windows, the adapternames are different, and map as follows:
      • vboxnet0: VirtualBox Host-Only Ethernet Adapter
      • vboxnet1: VirtualBox Host-Only Ethernet Adapter 2
      • vboxnet2: VirtualBox Host-Only Ethernet Adapter 3

    For Basic Networking you only need:

    vboxnet0
    • IPv4 IP address of 192.168.22.1
    • Subnet of 255.255.255.0
    • DHCP server disabled

    For Advanced Networking you will need:

    vboxnet1
    • IPv4 IP address of 192.168.23.1
    • Subnet of 255.255.255.0
    • DHCP server disabled
    vboxnet2
    • IPv4 IP address of 192.168.24.1
    • Subnet of 255.255.255.0
    • DHCP server disabled

Host only network

Host only network configuration ip IP

Host only network configuration dhcp

devcloud4's People

Contributors

imduffy15 avatar geogeurt avatar remibergsma avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.