From: aravind.est Date: Fri, 26 Apr 2024 15:56:34 +0000 (+0100) Subject: Temporary workaround for ACM installation failure X-Git-Tag: 0.1.0~10^2 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=40ecfaebdeaf1e4c97994b8ed3cce468b3f3c066;p=nonrtric%2Fplt%2Frappmanager.git Temporary workaround for ACM installation failure ACM installation failing with bad image names. This fixes that. Issue-ID: NONRTRIC-981 Change-Id: I66a6bb61fad65b78de95a922fd429b2ba4217278 Signed-off-by: aravind.est --- diff --git a/scripts/install/install-acm.sh b/scripts/install/install-acm.sh index 491c1de..e4cac49 100755 --- a/scripts/install/install-acm.sh +++ b/scripts/install/install-acm.sh @@ -52,6 +52,9 @@ function wait_for_pods_to_be_running() { } git clone "https://gerrit.onap.org/r/policy/docker" +pushd docker +git fetch https://gerrit.onap.org/r/policy/docker refs/changes/46/137546/1 && git checkout FETCH_HEAD +popd CWD=$(pwd) export WORKSPACE="$CWD/docker"