From 14a9a365c5aaaa4a34fe23541dc455134056cbdb Mon Sep 17 00:00:00 2001 From: "andre.schmid" Date: Mon, 21 Jun 2021 15:12:57 +0100 Subject: Remove the obsolete DmaapPublisher module MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The module is not part of the SDC repo build and not being used in the project. It also does not build in its current state. Change-Id: Ide1bcde26c2781cba9d0baa3a3da1b9c96ba5144 Issue-ID: SDC-3620 Signed-off-by: André Schmid --- utils/DmaapPublisher/src/main/resources/catalogMgmt.yaml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 utils/DmaapPublisher/src/main/resources/catalogMgmt.yaml (limited to 'utils/DmaapPublisher/src/main/resources/catalogMgmt.yaml') diff --git a/utils/DmaapPublisher/src/main/resources/catalogMgmt.yaml b/utils/DmaapPublisher/src/main/resources/catalogMgmt.yaml deleted file mode 100644 index 04ac9fb992..0000000000 --- a/utils/DmaapPublisher/src/main/resources/catalogMgmt.yaml +++ /dev/null @@ -1,7 +0,0 @@ -publisherPropertiesFilePath: "catalogMgmt.properties" -topicMessages: - - "{\"operationalEnvironmentId\": \"1234\",\"operationalEnvironmentName\":\"Op Env Name\",\"operationalEnvironmentType\":\"ECOMP\",\"tenantContext\":\"Test\",\"workloadContext\":\"VNF_E2E-IST\",\"action\":\"CREATE\"}" - #- "{\"transactionId\": \"221e8cbe-493d-4848-b46c-a552b8928075\",\"notificationReason\":[\"product\"],\"republish\":\"No\"}" - #- "{\"transactionId\": \"221e8cbe-493d-4848-b46c-a552b8928075\",\"notificationReason\":[\"logo\"],\"republish\":\"No\"}" - #- "{\"transactionId\": \"221e8cbe-493d-4848-b46c-a552b8928075\",\"notificationReason\":[\"availabilitymatrix\"],\"republish\":\"No\"}" - #- "{\"transactionId\": \"221e8cbe-493d-4848-b46c-a552b8928075\",\"notificationReason\":[\"product\",\"availabilitymatrix\"],\"republish\":\"No\"}" \ No newline at end of file -- cgit 1.2.3-korg