diff options
author | PatrikBuhr <patrik.buhr@est.tech> | 2023-02-23 12:39:31 +0100 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2023-02-27 14:38:18 +0000 |
commit | 1c317ebe1323f5f749adad062ec3486612ef7a25 (patch) | |
tree | 35d33696fdde90b1c71d05dbdcca99bc41464ad8 /a1-policy-management/README.md | |
parent | 4f8895586f154a6ad56774314d9caf714d944ed9 (diff) |
Removal of usage of DMaaP
Issue-ID: CCSDK-3852
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Change-Id: I88a370ea81f56763f54fde472c30d894c0df04e3
Diffstat (limited to 'a1-policy-management/README.md')
-rw-r--r-- | a1-policy-management/README.md | 30 |
1 files changed, 1 insertions, 29 deletions
diff --git a/a1-policy-management/README.md b/a1-policy-management/README.md index c25b29d8..1457d02b 100644 --- a/a1-policy-management/README.md +++ b/a1-policy-management/README.md @@ -36,10 +36,6 @@ To Run Policy Management Service in Local: In the folder /opt/app/policy-agent/config/, create a soft link with below command, ln -s <path to test_application_configuration.json> application_configuration.json -To Run Policy Management Service in Local with the DMaaP polling turned on: -In the folder /opt/app/policy-agent/config/, create a soft link with below command, -ln -s <path to test_application_configuration_with_dmaap_config.json> application_configuration.json - The Policy Management Service can be run stand alone in a simulated test mode. Then it simulates RICs. The REST API is published on port 8081 and it is started by command: mvn -Dtest=MockPolicyManagementService test @@ -47,35 +43,11 @@ mvn -Dtest=MockPolicyManagementService test The backend server publishes live API documentation at the URL `http://your-host-name-here:8081/swagger-ui.html` -The Policy Management Service uses A1-POLICY-AGENT-READ & A1-POLICY-AGENT-WRITE topic for subscribe & Publish to the DMaap. -Sample Request Message to DMaaP: -{ - "type": "request", - "target": "policy-management-service", - "timestamp": "2019-05-14T11:44:51.36Z", - "operation": "GET", - "correlationId": "c09ac7d1-de62-0016-2000-e63701125557-201", - "apiVersion": "1.0", - "originatorId": "849e6c6b420", - "requestId": "23343221", - "url": "/policies?type=type1&ric=ric1&service=service1" -} - -Sample Response Message to DMaaP: -{ - "type": "response", - "timestamp": "2019-05-14T11:44:51.36Z", - "correlationId": "c09ac7d1-de62-0016-2000-e63701125557-201", - "originatorId": "849e6c6b420", - "requestId": "23343221", - "status": "200 OK", - "message": [] -} ## License ONAP : ccsdk oran -Copyright (C) 2019-2022 Nordix Foundation. All rights reserved. +Copyright (C) 2019-2023 Nordix Foundation. 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. You may obtain a copy of the License at |