Code Monkey home page Code Monkey logo

jclouds-karaf's Introduction

Karaf JClouds Integration

This project currently hosts a Karaf feature for easy installation of JClouds inside Apache Karaf.

Installation Instructions

On Karaf 2.2.0 or later:

  1. Install JClouds AWS S3 Module karaf@root> feature:addurl mvn:org.jclouds.karaf/jclouds-karaf/1.1.1-SNAPSHOT/xml/features karaf@root> feature:install jclouds-aws-s3

  2. Install Karaf Commands karaf@root> feature:install jclouds-commands

  3. Create a sample blobstore service karaf@root> config:edit org.jclouds.blobstore-s3 karaf@root> config:propset provider aws-s3 karaf@root> config:propset identiy XXXXXXXXX karaf@root> config:propset identiy XXXXXXXXX karaf@root> config:propset credential XXXXXXXXX karaf@root> config:update

  4. Use the blobstore commands karaf@root> jclouds:blobstore-write BUCKET_NAME BLOB_NAME payload karaf@root> jclouds:blobstore-read BUCKET_NAME BLOB_NAME And it will display the payload

  5. Create a sample ec2 compute service karaf@root> config:edit org.jclouds.compute-ec2 karaf@root> config:propset provider aws-ec2 karaf@root> config:propset identiy XXXXXXXXX karaf@root> config:propset identiy XXXXXXXXX karaf@root> config:propset credential XXXXXXXXX karaf@root> config:propset jclouds.ec2.ami-owners XXXXXXXXX karaf@root> config:update

  6. Use the compute service commands karaf@root> jclouds:create --imageId YOUR_IMAGE_ID --locationId YOUR_LOCATION_ID GROUPNAME Enjoy your new instance on EC2

The sample is basic it will just display the content of the blob to the standard output.

License

Copyright (C) 2011 Cloud Conscious, LLC. [email protected]

Licensed under the Apache License, Version 2.0

jclouds-karaf's People

Contributors

gnodet avatar iocanel avatar

Stargazers

 avatar

Watchers

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