Arif Ali
40ce5b3395
* Test initial LMA stuff for controller model * Add a script to add tags in Landscape based on juju AZs * Sync certs and update landscape-client config on all units
12 lines
215 B
Bash
Executable File
12 lines
215 B
Bash
Executable File
#!/bin/bash
|
|
|
|
series=bionic
|
|
|
|
#juju model-config juju-model-default.yaml
|
|
|
|
juju model-config -m controller default-series=${series}
|
|
|
|
juju deploy -m controller ./bundle_controller.yaml \
|
|
--map-machines=existing $*
|
|
|