Clocker Examples

Clocker example Brooklyn blueprints for Docker.

License

License

GroupId

GroupId

io.brooklyn.clocker
ArtifactId

ArtifactId

brooklyn-clocker-examples
Last Version

Last Version

0.8.2
Release Date

Release Date

Type

Type

jar
Description

Description

Clocker Examples
Clocker example Brooklyn blueprints for Docker.

Download brooklyn-clocker-examples

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
io.brooklyn.clocker : brooklyn-clocker-docker jar 0.8.2
io.brooklyn.clocker : brooklyn-clocker-patches jar 0.8.2
org.apache.brooklyn : brooklyn-jsgui war 0.7.0-SNAPSHOT
io.brooklyn.clocker : brooklyn-clocker-console war 0.8.2

provided (1)

Group / Artifact Type Version
org.apache.brooklyn : brooklyn-logback-xml Optional jar 0.7.0-SNAPSHOT

test (4)

Group / Artifact Type Version
org.testng : testng jar 6.8
org.apache.brooklyn : brooklyn-rest-client jar 0.7.0-SNAPSHOT
org.apache.brooklyn : brooklyn-test-support jar 0.7.0-SNAPSHOT
org.apache.brooklyn : brooklyn-core jar 0.7.0-SNAPSHOT

Project Modules

There are no modules declared in this project.

Build Status

Clocker

The current release is 2.0.0, available in Maven Central. For more information, see the official Clocker site, including documentation and tutorials.

The development version is 2.1.0-SNAPSHOT, available in the Sonatype Open-Source repository. To install this, follow the instructions below.

Overview

Clocker for Apache Brooklyn is a set of open source, Apache Licensed tools designed to make working with Docker containers as simple as a few clicks. Clocker contains Brooklyn blueprints to enable deployment and management of Docker Swarm and Kubernetes clusters.

You will find the source code for the blueprints in this repository.

Getting Started

Add Clocker to Brooklyn (Karaf Edition)

Add catalog entries using the YAML below:

brooklyn.catalog:
  brooklyn.libraries:
    - "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=io.brooklyn.etcd&a=brooklyn-etcd&v=2.7.0-SNAPSHOT"
    - "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=io.brooklyn.clocker&a=clocker-common&v=2.1.0-SNAPSHOT"
    - "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=io.brooklyn.clocker&a=clocker-swarm&v=2.1.0-SNAPSHOT"
    - "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=io.brooklyn.clocker&a=clocker-kubernetes&v=2.1.0-SNAPSHOT"
  items:
    - classpath://io.brooklyn.clocker.swarm:swarm/catalog.bom
    - classpath://io.brooklyn.clocker.kubernetes:kubernetes/catalog.bom

Add Clocker to Brooklyn (Classic Edition)

You must add the following JARs to ./lib/dropins:

Then add the catalog entries using the following YAML:

brooklyn.catalog:
  items:
    - classpath://swarm/catalog.bom
    - classpath://kubernetes/catalog.bom

Copyright

The following icon images have been used, and their use here is believed to be acceptable under their licensing terms or fair use doctrine. The source URLs and other links given contain more details:

io.brooklyn.clocker

Brooklyn Central

A community hub for Apache Brooklyn

Versions

Version
0.8.2
0.6.2