* migrate charms to charm-hub, and template up * Add ceph-radosgw for swift stuff * Prep work on lma seperation to a new model * Remove some erronous relations * Add lma relations to memcached Signed-off-by: Arif Ali <arif.ali@canonical.com>
10 lines
149 B
Bash
Executable File
10 lines
149 B
Bash
Executable File
#!/bin/bash
|
|
|
|
series=focal
|
|
|
|
juju model-config -m lma default-series=${series}
|
|
|
|
juju deploy -m lma ./bundle_lma.yaml \
|
|
--map-machines=existing $*
|
|
|