- Define abstraction layerproviding a common interface to perform cloud operations that include:
- Provisioning and managing Instances
- Provisioning and managing Storage
- Provisioning and managing network resources.
- Provide implementation for variety of clouds.
Cloudops will provide a set of binaries for debugging but its main purpose is to be used a library.
Cloudops expects GOLANG to be installed. To build cloudops, simply run make
:
make
This repo uses go dep for vendoring. The following make rule will update the vendor directory.
make vendor