+ All Categories
Home > Technology > Docker Puppet Automatisation on Hidora

Docker Puppet Automatisation on Hidora

Date post: 21-Mar-2017
Category:
Upload: open-it
View: 38 times
Download: 0 times
Share this document with a friend
11
1 Docker + Puppet Agent
Transcript
Page 1: Docker Puppet Automatisation on Hidora

1

Docker + Puppet Agent

Page 2: Docker Puppet Automatisation on Hidora

2

Page 3: Docker Puppet Automatisation on Hidora

3

CLI / API Rest

Page 4: Docker Puppet Automatisation on Hidora

4

CLI

Page 5: Docker Puppet Automatisation on Hidora

5

CLI - Installation

curl -s ftp://ftp.jelastic.com/pub/cli/jelastic-cli-installer.sh | bash

Requirement- Java 1.7- Under Windows: Unix like env

(Cygwin)

Page 6: Docker Puppet Automatisation on Hidora

6

CLI - Authentification

Requirement- User account

~/jelastic/users/authentication/signin --login {email} --password {password} --platformUrl {platform_url}

Page 7: Docker Puppet Automatisation on Hidora

7

Commands

Page 8: Docker Puppet Automatisation on Hidora

8

Control your environments

Page 9: Docker Puppet Automatisation on Hidora

9

Create our docker!

~/jelastic/environment/control/createenvironment --env '{"shortdomain" : « test-du-meetup» }'

--nodes '[{"nodeType" : "docker", "fixedCloudlets" : 1, "flexibleCloudlets" : 32, "docker" : {

"image" : "matthieurobin/centos-puppet-agent"}}]'

Page 10: Docker Puppet Automatisation on Hidora

10

Hidora - resultat

Page 11: Docker Puppet Automatisation on Hidora

11

A quoi ça sert?

Tests A/B


Recommended