Ubuntu Pastebin

Paste from dimitern at Wed, 16 Dec 2015 11:31:34 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/bash

set -x

juju switch maas-19

juju bootstrap --upload-tools --to node-3

#read -p Start?

# juju space create admin
# juju space create public
# juju space create internal
# juju space create storage
# juju subnet add 10.50.19.0/24 admin default
# juju subnet add 10.100.19.0/24 public default
# juju subnet add 10.200.19.0/24 internal default
# juju subnet add 10.250.19.0/24 storage default

juju deploy ~/Documents/spaces-demo/spaces-demo-bundle-simplified.yaml

watch juju status --format tabular
Download as text