Temporary workaround for ACM installation failure 91/12791/1
authoraravind.est <aravindhan.a@est.tech>
Fri, 26 Apr 2024 15:56:34 +0000 (16:56 +0100)
committeraravind.est <aravindhan.a@est.tech>
Fri, 26 Apr 2024 15:57:49 +0000 (16:57 +0100)
ACM installation failing with bad image names. This fixes that.

Issue-ID: NONRTRIC-981
Change-Id: I66a6bb61fad65b78de95a922fd429b2ba4217278
Signed-off-by: aravind.est <aravindhan.a@est.tech>
scripts/install/install-acm.sh

index 491c1de..e4cac49 100755 (executable)
@@ -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"