Clocker

Apache Brooklyn blueprints to deploy and manage Docker environments

Лицензия

Лицензия

Группа

Группа

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

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

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

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

2.0.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

Clocker
Apache Brooklyn blueprints to deploy and manage Docker environments
Ссылка на сайт

Ссылка на сайт

https://github.com/brooklyncentral/clocker
Система контроля версий

Система контроля версий

https://github.com/brooklyncentral/clocker

Скачать clocker-parent

Имя Файла Размер
clocker-parent-2.0.0.pom 9 KB
Обзор

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

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

  • common
  • swarm
  • kubernetes

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

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

Версия
2.0.0