Pallet jclouds Provider

A provider for using Pallet with jclouds. jclouds is a library allowing uniform access to multiple clouds. Pallet is a platform for agile and programmatic automation of infrastructure in the cloud, on server racks or directly on virtual machines. Pallet provides cloud provider and operating system independence, and allows for an unprecedented level of customization.

License

License

GroupId

GroupId

org.cloudhoist
ArtifactId

ArtifactId

pallet-jclouds
Last Version

Last Version

1.5.2
Release Date

Release Date

Type

Type

jar
Description

Description

Pallet jclouds Provider
A provider for using Pallet with jclouds. jclouds is a library allowing uniform access to multiple clouds. Pallet is a platform for agile and programmatic automation of infrastructure in the cloud, on server racks or directly on virtual machines. Pallet provides cloud provider and operating system independence, and allows for an unprecedented level of customization.
Source Code Management

Source Code Management

http://github.com/pallet/pallet-jclouds

Download pallet-jclouds

How to add to project

<!-- https://jarcasting.com/artifacts/org.cloudhoist/pallet-jclouds/ -->
<dependency>
    <groupId>org.cloudhoist</groupId>
    <artifactId>pallet-jclouds</artifactId>
    <version>1.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.cloudhoist/pallet-jclouds/
implementation 'org.cloudhoist:pallet-jclouds:1.5.2'
// https://jarcasting.com/artifacts/org.cloudhoist/pallet-jclouds/
implementation ("org.cloudhoist:pallet-jclouds:1.5.2")
'org.cloudhoist:pallet-jclouds:jar:1.5.2'
<dependency org="org.cloudhoist" name="pallet-jclouds" rev="1.5.2">
  <artifact name="pallet-jclouds" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cloudhoist', module='pallet-jclouds', version='1.5.2')
)
libraryDependencies += "org.cloudhoist" % "pallet-jclouds" % "1.5.2"
[org.cloudhoist/pallet-jclouds "1.5.2"]

Dependencies

compile (3)

Group / Artifact Type Version
org.clojure : clojure jar 1.3.0
org.jclouds : jclouds-compute jar 1.5.5
org.jclouds : jclouds-blobstore jar 1.5.5

provided (1)

Group / Artifact Type Version
org.cloudhoist : pallet jar 0.7.2

test (7)

Group / Artifact Type Version
org.cloudhoist : pallet test-jar 0.7.2
org.jclouds : jclouds-all jar 1.5.5
org.jclouds.driver : jclouds-sshj jar 1.5.5
org.jclouds.driver : jclouds-slf4j jar 1.5.5
org.slf4j : slf4j-api jar 1.6.1
ch.qos.logback : logback-core jar 1.0.0
ch.qos.logback : logback-classic jar 1.0.0

Project Modules

There are no modules declared in this project.

pallet-jclouds

Build Status

A provider for Pallet, to use jclouds to access many clouds.

Pallet

Pallet is used to provision and maintain servers on cloud and virtual machine infrastructure, and aims to solve the problem of providing a consistently configured running image across a range of clouds. It is designed for use from the Clojure REPL, from clojure code, and from the command line.

  • reuse configuration in development, testing and production.
  • store all your configuration in a source code management system (eg. git), including role assignments.
  • configuration is re-used by compostion; just create new functions that call existing crates with new arguments. No copy and modify required.
  • enable use of configuration crates (recipes) from versioned jar files.

Documentation is available.

Installation

Pallet-jclouds is distributed as a jar, and is available in the sonatype repository.

Installation is with maven or your favourite maven repository aware build tool.

Latest versions

jclouds 1.2.x : pallet-jclouds-1.2.0-alpha1

jclouds 1.3.x : pallet-jclouds-1.3.0

jclouds 1.4.x : pallet-jclouds-1.4.2

jclouds 1.5.x : pallet-jclouds-1.5.4 (jclouds 1.5.5)

jclouds 1.7.x : pallet-jclouds-1.7.3 (jclouds 1.7.2)

lein project.clj

:dependencies [[com.palletops/pallet "0.8.0-RC.8"]
               [com.palletops/pallet-jclouds "1.7.3"]]

maven pom.xml

<dependencies>
  <dependency>
    <groupId>com.palletops</groupId>
    <artifactId>pallet</artifactId>
    <version>0.8.0-RC.8</version>
  </dependency>
  <dependency>
    <groupId>com.palletops</groupId>
    <artifactId>pallet-jclouds</artifactId>
    <version>1.7.3</version>
  </dependency>
<dependencies>

<repositories>
  <repository>
    <id>clojars</id>
    <url>http://clojars.org/repo</url>
  </repository>
</repositories>

Using other jclouds versions

To use a different minor version of jclouds, say 1.7.3, you can use the nearest matching pallet-jclouds version, add exclusions for the default jclouds version in that release, and add jclouds dependencies for the jclouds version you would like.

License

Licensed under EPL

Contributors

Copyright 2010, 2011, 2012, 2013 Hugo Duncan.

org.cloudhoist

pallet

Versions

Version
1.5.2
1.5.1
1.5.0
1.5.0-alpha.1
1.4.3
1.4.2
1.4.1
1.4.0
1.4.0-beta.1
1.3.0
1.3.0-beta.1
1.3.0-alpha.1
1.2.0-alpha1