Ubuntu Pastebin

Paste from seal at Fri, 30 Jan 2015 08:43:24 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
juju docean add-machine -n 2 --constraints="$CONSTRAINTS" --series="trusty"

juju deploy local:trusty/etcd --to 0
juju deploy local:trusty/flannel-docker api-flannel
juju deploy local:trusty/docker api-docker --to 1

juju add-relation api-flannel:docker-host api-docker:juju-info
juju add-relation api-flannel:network api-docker:network
juju add-relation api-flannel:db etcd:client

juju expose docker-api
Download as text