diff options
author | Jorge Hernandez <jh1730@att.com> | 2017-11-09 11:20:06 -0600 |
---|---|---|
committer | Jorge Hernandez <jh1730@att.com> | 2017-11-09 11:37:20 -0600 |
commit | 887bb7eb64a3b730d20d00d8a00b6e350bb9738b (patch) | |
tree | 248727b83b1568ee883c5b57c0bda6026236f34e | |
parent | c4a59ba52a1be5bcab607eb14c4885c87a638604 (diff) |
brmsgw 1.1.0 dependencies instead of 1.1.1
Change-Id: I4356091f168a9bb9ada7756611728e04f68e2a3e
Issue-ID: POLICY-436
Signed-off-by: Jorge Hernandez <jh1730@att.com>
-rw-r--r-- | config/pe/brmsgw.conf | 2 | ||||
-rwxr-xr-x | config/pe/push-policies.sh | 4 |
2 files changed, 3 insertions, 3 deletions
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 '{ |