* Iniitial start of segregation * Added ceph-radosgw to the configs for swift testing
14 lines
355 B
Bash
Executable File
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 $*
|
|
|