Change tca policy fieldpath 64/86164/2
authorVijay Venkatesh Kumar <vv770d@att.com>
Wed, 24 Apr 2019 12:49:48 +0000 (12:49 +0000)
committerVijay Venkatesh Kumar <vv770d@att.com>
Mon, 29 Apr 2019 16:20:19 +0000 (16:20 +0000)
Change-Id: Ia39e524b7415ffb30125270308c3c44613ebc2f5
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-1454

tca-cdap-container/pom.xml
tca-cdap-container/restart.sh

index 212feab..ffecb71 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!--
 ================================================================================
-Copyright (c) 2018 AT&T Intellectual Property. All rights reserved.
+Copyright (c) 2018-2019 AT&T Intellectual Property. All rights reserved.
 ================================================================================
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
@@ -27,7 +27,7 @@ limitations under the License.
   <groupId>org.onap.dcaegen2.deployments</groupId>
   <artifactId>tca-cdap-container</artifactId>
   <name>dcaegen2-deployments-tca-cdap-container</name>
-  <version>1.1.0</version>
+  <version>1.1.1</version>
   <url>http://maven.apache.org</url>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
index 6d0c60f..c61c300 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 # ================================================================================
-# Copyright (c) 2018 AT&T Intellectual Property. All rights reserved.
+# Copyright (c) 2018-2019 AT&T Intellectual Property. All rights reserved.
 # ================================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -201,7 +201,7 @@ function tca_poll_policy {
     else
         CONFIG=$(echo "$HTTP_BODY" | jq .config.app_config)
         PREF=$(echo "$HTTP_BODY" | jq .config.app_preferences)
-        POLICY=$(echo "$HTTP_BODY" | jq .policies.items[0].config.content.tca_policy)
+        POLICY=$(echo "$HTTP_BODY" | jq .policies.items[0].config.tca_policy)
 
 
         if [[ "$CONFIG" == "null"  || "$PREF" == "null" ]]; then