Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 989 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 989 Bytes

cloudops

Go Report Card Build Status

Goal

  1. 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.
  1. 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.

Building and running Cloudops

Cloudops expects GOLANG to be installed. To build cloudops, simply run make:

make

Vendoring

This repo uses go dep for vendoring. The following make rule will update the vendor directory.

make vendor