Merge "Fix version plugin issue"
authorDan Timoney <dt5972@att.com>
Wed, 18 Apr 2018 21:01:37 +0000 (21:01 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 18 Apr 2018 21:01:37 +0000 (21:01 +0000)
14 files changed:
ansible-adapter/ansible-adapter-bundle/debug-logs/EELF/debug.log [new file with mode: 0644]
ansible-adapter/ansible-adapter-bundle/logs/EELF/application.log [new file with mode: 0644]
ansible-adapter/ansible-adapter-bundle/logs/EELF/audit.log [new file with mode: 0644]
ansible-adapter/ansible-adapter-bundle/logs/EELF/error.log [new file with mode: 0644]
ansible-adapter/ansible-adapter-bundle/logs/EELF/metrics.log [new file with mode: 0644]
ansible-adapter/ansible-adapter-bundle/logs/EELF/performance.log [new file with mode: 0644]
ansible-adapter/ansible-adapter-bundle/logs/EELF/policy.log [new file with mode: 0644]
ansible-adapter/ansible-adapter-bundle/logs/EELF/security.log [new file with mode: 0644]
ansible-adapter/ansible-adapter-bundle/logs/EELF/server.log [new file with mode: 0644]
ansible-adapter/ansible-adapter-bundle/pom.xml
ansible-adapter/ansible-adapter-features/pom.xml
ansible-adapter/ansible-adapter-installer/pom.xml
ansible-adapter/pom.xml
pom.xml

diff --git a/ansible-adapter/ansible-adapter-bundle/debug-logs/EELF/debug.log b/ansible-adapter/ansible-adapter-bundle/debug-logs/EELF/debug.log
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/ansible-adapter/ansible-adapter-bundle/logs/EELF/application.log b/ansible-adapter/ansible-adapter-bundle/logs/EELF/application.log
new file mode 100644 (file)
index 0000000..e42f405
--- /dev/null
@@ -0,0 +1,19 @@
+2018-04-17 22:38:28,679|||main||||INFO||||||| EELF0005I Searching path "${user.home};etc;../etc" for log configuration file "logback-test.xml"
+2018-04-17 22:38:28,682|||main||||INFO||||||| EELF0001I Loading default logging configuration from system resource file "com/att/eelf/logback.xml"
+2018-04-17 22:38:28,698|||main||||INFO||||||| Retrieving results from https://192.168.1.1?Id=101&Type=GetLog
+2018-04-17 22:38:28,698|||main||||INFO||||||| Querying url = https://192.168.1.1?Id=101&Type=GetLog
+2018-04-17 22:38:28,709|||main||||INFO||||||| Request output = {"Results":{"192.168.1.10":{"Id":"101","StatusCode":200,"StatusMessage":"SUCCESS"}},"StatusCode":200,"StatusMessage":"FINISHED"}
+2018-04-17 22:38:28,712|||main||||INFO||||||| Got uri 
+2018-04-17 22:38:28,715|||main||||INFO||||||| Querying url = https://192.168.1.1?Id=100&Type=GetResult
+2018-04-17 22:38:28,715|||main||||INFO||||||| Parsing response from Server = {"Results":{"192.168.1.10":{"Id":"100","StatusCode":200,"StatusMessage":"SUCCESS"}},"StatusCode":200,"StatusMessage":"FINISHED"}
+2018-04-17 22:38:28,719|||main||||INFO||||||| Received response with code = 200, Message = FINISHED
+2018-04-17 22:38:28,719|||main||||INFO||||||| Processing results in response
+2018-04-17 22:38:28,719|||main||||INFO||||||| Get JSON dictionary from Results ..
+2018-04-17 22:38:28,719|||main||||INFO||||||| Iterating through hosts
+2018-04-17 22:38:28,719|||main||||INFO||||||| Processing host = 192.168.1.10
+2018-04-17 22:38:28,719|||main||||INFO||||||| Code = 200, Message = SUCCESS
+2018-04-17 22:38:28,720|||main||||INFO||||||| Request response = FINISHED
+2018-04-17 22:38:28,720|||main||||INFO||||||| Ansible Request  100 finished with Result = success, Message = FINISHED
+2018-04-17 22:38:28,775|||main||||INFO||||||| Updated Payload  = {"Id":"cd75d4da-096c-419e-a2c8-3e14362c729c","PlaybookName":"test_playbook.yaml"}
+2018-04-17 22:38:28,775|||main||||INFO||||||| Posting request = {"Id":"cd75d4da-096c-419e-a2c8-3e14362c729c","PlaybookName":"test_playbook.yaml"} to url = https://192.168.1.1
+2018-04-17 22:38:28,775|||main||||INFO||||||| Submission of Test  successful.
diff --git a/ansible-adapter/ansible-adapter-bundle/logs/EELF/audit.log b/ansible-adapter/ansible-adapter-bundle/logs/EELF/audit.log
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/ansible-adapter/ansible-adapter-bundle/logs/EELF/error.log b/ansible-adapter/ansible-adapter-bundle/logs/EELF/error.log
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/ansible-adapter/ansible-adapter-bundle/logs/EELF/metrics.log b/ansible-adapter/ansible-adapter-bundle/logs/EELF/metrics.log
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/ansible-adapter/ansible-adapter-bundle/logs/EELF/performance.log b/ansible-adapter/ansible-adapter-bundle/logs/EELF/performance.log
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/ansible-adapter/ansible-adapter-bundle/logs/EELF/policy.log b/ansible-adapter/ansible-adapter-bundle/logs/EELF/policy.log
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/ansible-adapter/ansible-adapter-bundle/logs/EELF/security.log b/ansible-adapter/ansible-adapter-bundle/logs/EELF/security.log
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/ansible-adapter/ansible-adapter-bundle/logs/EELF/server.log b/ansible-adapter/ansible-adapter-bundle/logs/EELF/server.log
new file mode 100644 (file)
index 0000000..e69de29
index 2d6a50b..2a8c744 100644 (file)
@@ -19,6 +19,7 @@
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>binding-parent</artifactId>
         <version>1.0.1-SNAPSHOT</version>
+        <relativePath/>
     </parent>
 
     <groupId>org.onap.ccsdk.sli.adaptors</groupId>
index 380e737..235eb6d 100644 (file)
@@ -18,6 +18,7 @@
         <artifactId>odlparent-lite</artifactId>
         <groupId>org.onap.ccsdk.parent</groupId>
         <version>1.0.1-SNAPSHOT</version>
+        <relativePath/>
     </parent>
     <groupId>org.onap.ccsdk.sli.adaptors</groupId>
     <artifactId>ansible-adapter-features</artifactId>
index 7aa18ba..79448f8 100644 (file)
@@ -28,6 +28,7 @@
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>odlparent-lite</artifactId>
         <version>1.0.1-SNAPSHOT</version>
+        <relativePath/>
     </parent>
     <groupId>org.onap.ccsdk.sli.adaptors</groupId>
     <artifactId>ansible-adapter-installer</artifactId>
index ede9159..83fa295 100644 (file)
@@ -29,6 +29,7 @@
     <groupId>org.onap.ccsdk.parent</groupId>
     <artifactId>odlparent-lite</artifactId>
     <version>1.0.1-SNAPSHOT</version>
+    <relativePath/>
   </parent>
 
   <groupId>org.onap.ccsdk.sli.adaptors</groupId>
diff --git a/pom.xml b/pom.xml
index ecb52e7..5eb1224 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -4,8 +4,8 @@
 
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
-        <artifactId>odlparent-carbon-sr1</artifactId>
-        <version>0.1.0</version>
+        <artifactId>odlparent-lite</artifactId>
+        <version>1.0.1-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>