debility-zz / wakame-vdc

Datacenter Hypervisor

Home Page:http://wakame.jp/wiki/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wakame-vdc

Code Climate

Wakame-vdc is the Data Center Level Hypervisor.

See details for http://wakame.jp/wiki/ (in English)

Features:

  • Operation

  • Web GUI

  • RESTful API

  • Hypervisor

  • KVM

  • VMware ESXi

  • LXC

  • OpenVZ

  • Network

  • Security Group (L3)

  • Distributed Firewall

  • Distributed NAT

  • Global IP Address

  • Open vSwitch (OpenFlow) + Trema Based Controller

  • Storage

  • Local Disk Drive Management

  • Virtual SAN (Indelible FS)

  • Tired Snapshot Management

  • Machine Image Transferring between Data Centers

  • Monitoring

  • Instance Monitor (Zabbix)

  • Performance Monitor

  • Message Monitor (fluentd)

  • Notification (Dolphin)

  • Management

  • Per Account Quota

Install

Required Components

  • RabbitMQ (>= 2.7.1)
  • MySQL (>= 5.1.66)
  • nginx (>= 1.0.15)
  • Ruby (>= 2.0.0)
  • RubyGems (>= 1.8.23)

Building a Development Environment

Ubuntu 10.04

$ sudo apt-get install git-core
$ sudo gem install bundler
$ sudo ln -s  /var/lib/gems/1.8/bin/bundle /usr/local/bin/
$ git clone git://github.com/axsh/wakame-vdc.git
$ cd ./wakame-vdc/
$ sudo -s
# ./tests/vdc.sh install
# ./tests/vdc.sh run

RHEL6/CentOS6

# yum install -y git
# git clone git://github.com/axsh/wakame-vdc.git
# cd ./wakame-vdc/
# ./tests/vdc.sh install::rhel
# ./tests/vdc.sh run

Users

If you already use this software, please let me know. Thank you.

Contributors

Special thanks to all contributors for submitting patches. A full list of contributors including their patches can be found at:

https://github.com/axsh/wakame-vdc/contributors

License

Copyright (c) Axsh Co. Components are included distribution under LGPL 3.0 and Apache 2.0

About

Datacenter Hypervisor

http://wakame.jp/wiki/


Languages

Language:Ruby 46.0%Language:JavaScript 24.4%Language:Shell 23.3%Language:CSS 6.3%Language:Perl 0.0%