cpe-deployments/config/juju_deploy_lma.sh
Arif Ali 1cce0c59d5
segregating lma and infra model
* Iniitial start of segregation
* Added ceph-radosgw to the configs for swift testing
2023-07-21 08:22:20 +01:00

14 lines
355 B
Bash
Executable File

#!/bin/bash
series=focal
juju model-config -m lma default-series=${series}
juju deploy -m lma ./bundle_lma.yaml \
--overlay ./overlays/landscape.yaml \
--overlay ./overlays/resources_lma.yaml \
--overlay ./overlays/stsstack_lma.yaml \
--overlay ./overlays/lma_versioned_overlay_focal.yaml \
--overlay ./overlays/lma_offers.yaml $*