Code Monkey home page Code Monkey logo

cinderella's Introduction

Getting Started

What is Cinderella?

The goal is to provide a REST/Query-based API for vCloud that is compatible with Amazon EC2 and S3 services. This will allow tools like Euca2ools to interact with public or private vCloud environments by taking advantage of vCloud Director 5.1 enhancements and the vBlob project from CloudFoundry team.

Requirements

  • Java 1.6+
  • Maven 3.0.4+
  • Amazon EC2 credentials
  • vCloud Director API endpoint and credentials

Getting source

$ git clone https://github.com/cinderella/cinderella.git
$ cd cinderella
$ git submodule init
$ git submodule update

Build

The build will generate JAXB annotated classes for EC2 then uses the maven-shade-plugin to package everything into a single artifact, cinderella.jar.

$ mvn clean package

Configuration

Create ~/.cinderella/ec2-service.properties with the following content:

vcd_endpoint=YOUR_VCD_ENDPOINT
vcd_useratorg=YOUR_VCD_USERATORG
vcd_password=YOUR_VCD_PASSWORD
vcd_network=VDC_NETWORK_FOR_NEW_INSTANCES
aws_key_YOUR_EC2_ACCESSKEY=YOUR_EC2_SECRETKEY

Running

Cinderella leverages an embedded Jetty container. All that's needed to run is:

$ java -jar cinderella-web/target/cinderella.jar

Application will be available at http://localhost:8080/

Usage

Here are some examples using the EC2 API Command Line Tool:

DescribeAvailabilityZones

ec2-describe-availability-zones -U http://localhost:8080/api/ -O YOUR_EC2_ACCESSKEY -W YOUR_EC2_SECRETKEY -v --debug

DescribeRegions

ec2-describe-regions -U http://localhost:8080/api/ -O YOUR_EC2_ACCESSKEY -W YOUR_EC2_SECRETKEY -v --debug

cinderella's People

Contributors

ccustine avatar digitalsanctum avatar

Watchers

 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.