Ubuntu Pastebin

Paste from bdx at Mon, 6 Nov 2017 19:28:43 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
$ juju deploy cs:~jamesbeedy/elasticsearch-34 es-master --config elasticsearch.yaml --to zone=es2 --bind "cluster=vlan20 public=mgmt-net" --constraints "tags=master"
Located charm "cs:~jamesbeedy/elasticsearch-34".
Deploying charm "cs:~jamesbeedy/elasticsearch-34".

$ juju add-unit es-master -n 2 --to zone=es2,zone=es2

$ juju deploy cs:~jamesbeedy/elasticsearch-34 es-data --config elasticsearch.yaml --to zone=es2 --bind "cluster=vlan20 public=mgmt-net" --constraints "tags=data"
Located charm "cs:~jamesbeedy/elasticsearch-34".
Deploying charm "cs:~jamesbeedy/elasticsearch-34".

$ juju add-unit es-data -n 11 --to zone=es2,zone=es2,zone=es2,zone=es2,zone=es2,zone=es2,zone=es2,zone=es2,zone=es2,zone=es2,zone=es2
Download as text