From 887bb7eb64a3b730d20d00d8a00b6e350bb9738b Mon Sep 17 00:00:00 2001 From: Jorge Hernandez Date: Thu, 9 Nov 2017 11:20:06 -0600 Subject: brmsgw 1.1.0 dependencies instead of 1.1.1 Change-Id: I4356091f168a9bb9ada7756611728e04f68e2a3e Issue-ID: POLICY-436 Signed-off-by: Jorge Hernandez --- config/pe/brmsgw.conf | 2 +- config/pe/push-policies.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'config') diff --git a/config/pe/brmsgw.conf b/config/pe/brmsgw.conf index a84128ed..70d8bbb6 100644 --- a/config/pe/brmsgw.conf +++ b/config/pe/brmsgw.conf @@ -49,5 +49,5 @@ BRMS_UEB_API_KEY= BRMS_UEB_API_SECRET= #Dependency.json file version -BRMS_DEPENDENCY_VERSION=1.1.0 +BRMS_DEPENDENCY_VERSION=1.1.1 diff --git a/config/pe/push-policies.sh b/config/pe/push-policies.sh index 20e0bfaa..27320c32 100755 --- a/config/pe/push-policies.sh +++ b/config/pe/push-policies.sh @@ -229,7 +229,7 @@ curl -v --silent -X PUT --header 'Content-Type: application/json' --header 'Acce "policyType": "MicroService" }' 'http://pdp:8081/pdp/api/pushPolicy' -sleep 2 +sleep 10 echo "pushPolicy : PUT : com.MicroServicevDNS" curl -v --silent -X PUT --header 'Content-Type: application/json' --header 'Accept: text/plain' --header 'ClientAuth: cHl0aG9uOnRlc3Q=' --header 'Authorization: Basic dGVzdHBkcDphbHBoYTEyMw==' --header 'Environment: TEST' -d '{ @@ -238,7 +238,7 @@ curl -v --silent -X PUT --header 'Content-Type: application/json' --header 'Acce "policyType": "MicroService" }' 'http://pdp:8081/pdp/api/pushPolicy' -sleep 2 +sleep 10 echo "pushPolicy : PUT : com.MicroServicevCPE" curl -v --silent -X PUT --header 'Content-Type: application/json' --header 'Accept: text/plain' --header 'ClientAuth: cHl0aG9uOnRlc3Q=' --header 'Authorization: Basic dGVzdHBkcDphbHBoYTEyMw==' --header 'Environment: TEST' -d '{ -- cgit 1.2.3-korg