Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axsh/openvdc
Extendable Tiny Datacenter Hypervisor on top of Mesos architecture. Wakame-vdc v2 Project.
https://github.com/axsh/openvdc
cloud-computing container golang iaas mesos-architecture virtual-machine
Last synced: 1 day ago
JSON representation
Extendable Tiny Datacenter Hypervisor on top of Mesos architecture. Wakame-vdc v2 Project.
- Host: GitHub
- URL: https://github.com/axsh/openvdc
- Owner: axsh
- License: lgpl-3.0
- Created: 2016-10-06T09:09:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-09T05:22:32.000Z (about 6 years ago)
- Last Synced: 2024-08-04T04:07:13.498Z (3 months ago)
- Topics: cloud-computing, container, golang, iaas, mesos-architecture, virtual-machine
- Language: Go
- Size: 5.09 MB
- Stars: 12
- Watchers: 14
- Forks: 5
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-mesos - openvdc
README
# openvdc
Extendable Tiny Datacenter Hypervisor on top of Mesos architecture. Wakame-vdc v2 Project.## Build
Ensure ``$GOPATH`` is set. ``$PATH`` needs to have ``$GOPATH/bin``.
```
go get -u github.com/axsh/openvdc
cd $GOPATH/src/github.com/axsh/openvdc
go run ./build.go
```Build with compile ``proto/*.proto``.
```
go run ./build.go -with-gogen
```