GithubHelp home page GithubHelp logo

xebialabs-community / xld-docker-machine-plugin Goto Github PK

View Code? Open in Web Editor NEW
0.0 36.0 1.0 120 KB

Provision docker.Engine using docker-machine

Home Page: http://www.xebialabs.com

Java 30.65% FreeMarker 6.59% Python 62.76%
xld docker docker-machine

xld-docker-machine-plugin's Introduction

Overview

The Docker Machine plugin is a XL Deploy plugin. It adds the capability for provision `docker.Engine' using Docker Machine. It defines 2 control tasks to start and to stop the docker-machine

CI status

Build Status

Installation

Place the plugin JAR file into your SERVER_HOME/plugins directory.

Dependencies:

Sample Package

<?xml version="1.0" encoding="UTF-8"?>
<udm.ProvisioningPackage version="1.0" application="Machina">
    <deployables>
        <docker.MachineSpec name="/machine">
            <tags/>
            <cardinality>1</cardinality>
            <boundTemplates>
                <ci ref="/engine"/>
            </boundTemplates>
            <provisioners/>
            <driver>vmwarefusion</driver>
            <insecureRegistries>
                <value>192.168.99.100:5000</value>
            </insecureRegistries>
            <engineOptions/>
            <engineLabels/>
        </docker.MachineSpec>
    </deployables>
    <templates>
        <template.docker.Engine name="/engine">
            <childTemplates/>
            <tags/>
            <dockerHost>{{%docker_host%}}</dockerHost>
            <enableTLS>{{%docker_tls_verify%}}</enableTLS>
            <certPem>{{%docker_certPem%}}</certPem>
            <keyPem>{{%docker_keyPem%}}</keyPem>
            <caPem>{{%docker_caPem%}}</caPem>
            <machineName>{{%machineName%}}</machineName>
        </template.docker.Engine>
    </templates>
    <boundTemplates/>
</udm.ProvisioningPackage>

DockerMachineDictionary

The docker.machine.DockerMachineDictionary is a new kind of dictionary that will resolve the ip of all the docker machines relative to the XL Deploy server host. The default keu prefix is MACHINE- (see docker.machine.DockerMachineDictionary hidden property).

Screenshot

xld-docker-machine-plugin's People

Contributors

ndebuhr avatar jdewinne avatar

Watchers

Jeroen van Erp avatar Jan Vermeir avatar Maarten Winkels avatar Martin van Vliet avatar Benoit Moussaud avatar  avatar Ravan Naidoo avatar Samuel Blin avatar James Cloos avatar  avatar Wian Vos avatar  avatar Bogdan Nechyporenko avatar T.j. Randall avatar  avatar  avatar Vladimir Ten avatar Christian Langmann avatar Elton Qevani avatar  avatar Randy Mazin avatar Rob Vanstone avatar Rick Broker avatar Juliano Krieger avatar Marty OKeefe avatar Nick Burglin avatar Addison Chung avatar Tanmay Mehra avatar Kapil Malhotra avatar gaurav sajwan avatar  avatar Sam Zhou avatar  avatar Shashank Srivastava avatar Mandeep Mehra avatar Rakesh K. Cherukuri avatar

Forkers

raviburra09

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.