cpe-deployments/config/juju_deploy_lma.sh
Arif Ali 965fd7c7a2
Current updates to the bundles
* 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>
2023-06-09 16:02:35 +01:00

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 $*