Rancher Maven Plugin

A simple maven plugin to create or upgrade a Rancher service automatically

Лицензия

Лицензия

Категории

Категории

Maven Компиляция и сборка
Группа

Группа

com.github.ptdien
Идентификатор

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

rancher-maven-plugin
Последняя версия

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

1.0.2
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

Rancher Maven Plugin
A simple maven plugin to create or upgrade a Rancher service automatically
Ссылка на сайт

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

https://github.com/ptdien/rancher-maven-plugin
Система контроля версий

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

https://github.com/ptdien/rancher-maven-plugin

Скачать rancher-maven-plugin

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

<plugin>
    <groupId>com.github.ptdien</groupId>
    <artifactId>rancher-maven-plugin</artifactId>
    <version>1.0.2</version>
</plugin>

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
log4j : log4j jar 1.2.17
com.fasterxml.jackson.core : jackson-databind jar 2.9.4
org.apache.maven : maven-plugin-api jar 3.0

provided (2)

Идентификатор библиотеки Тип Версия
org.projectlombok : lombok jar 1.16.20
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.4

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

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

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

rancher-maven-plugin

Upgrade a single service in specific environment

1. Installation

<plugin>
    <groupId>com.github.ptdien</groupId>
    <artifactId>rancher-maven-plugin</artifactId>
    <version>1.0.2</version>
</plugin>

2. Usage:

mvn 
-Drancher.host=<The rancher host. Ex: 127.0.0.1>
-Drancher.port=<The rancher port. Ex: 8080>
-Drancher.project.name= <The environment name>
-Drancher.stack.name= <The stack name>
-Drancher.service.name= <The service name that you want to upgrade or create if it's not already existed on stack.>
-Dservice.action.timeout=60000 <60 seconds>
-Drancher.username= <The environment access key>
-Drancher.password= <The evironment secret key>
-Ddocker.image.name= <The docker image name. Ex: 127.0.0.1:9000/dockerimage:1.0.0>
rancher:run

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

Версия
1.0.2
1.0.1
1.0.0
0.5.0
0.0.8
0.0.7
0.0.4
0.0.3
0.0.2