From f96d1cf00d281325f915bd966c28013243a31c10 Mon Sep 17 00:00:00 2001 From: David Garcia Date: Tue, 15 Dec 2020 17:25:01 +0100 Subject: [PATCH] Pin osm bundle in charmed installer Change-Id: I4777fa038ceb2624a20a6bd182f14b5546b58d59 Signed-off-by: David Garcia --- installers/charmed_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/charmed_install.sh b/installers/charmed_install.sh index 00e4112b..095c04f3 100755 --- a/installers/charmed_install.sh +++ b/installers/charmed_install.sh @@ -238,7 +238,7 @@ function deploy_charmed_osm(){ if [ -v BUNDLE ]; then juju deploy $BUNDLE --overlay ~/.osm/vca-overlay.yaml $images_overlay else - juju deploy cs:osm --channel edge --overlay ~/.osm/vca-overlay.yaml $images_overlay + juju deploy cs:osm-52 --overlay ~/.osm/vca-overlay.yaml $images_overlay fi echo "Waiting for deployment to finish..." -- 2.25.1