Clocker Docker Integration

Clocker Brooklyn entities and locations for Docker integration.

Лицензия

Лицензия

Категории

Категории

Docker Контейнер Виртуализация
Группа

Группа

io.brooklyn.clocker
Идентификатор

Идентификатор

brooklyn-clocker-docker
Последняя версия

Последняя версия

1.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Clocker Docker Integration
Clocker Brooklyn entities and locations for Docker integration.

Скачать brooklyn-clocker-docker

Как подключить последнюю версию

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

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
io.brooklyn.clocker : brooklyn-clocker-patches jar 1.2.0
io.brooklyn.clocker : brooklyn-clocker-extras jar 1.2.0
org.apache.brooklyn : brooklyn-all jar 0.10.0-SNAPSHOT
io.brooklyn.networking : brooklyn-networking-portforwarding jar 0.10.0-SNAPSHOT
io.brooklyn.networking : brooklyn-networking-cloudstack jar 0.10.0-SNAPSHOT
io.brooklyn.etcd : brooklyn-etcd jar 2.2.0
io.cloudsoft.jclouds.labs : docker jar 1.9.2-cloudsoft.20160630

test (3)

Идентификатор библиотеки Тип Версия
org.apache.brooklyn : brooklyn-core jar 0.10.0-SNAPSHOT
org.apache.brooklyn : brooklyn-test-support jar 0.10.0-SNAPSHOT
org.apache.brooklyn : brooklyn-software-base jar 0.10.0-SNAPSHOT

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.2.0
1.1.1
1.1.0-PREVIEW.20160215
1.1.0
0.8.2
0.6.2