From 5f94bdd9acef79a4c4c4a8727f44b8598e6223cc Mon Sep 17 00:00:00 2001 From: "shashikanth.vh" Date: Thu, 2 Nov 2017 19:14:44 +0530 Subject: Fix underlay DG testing issue Fixed exception which occured while updating A&AI. Few parameters(config-sub-type, operational status) missed while saving underlay configuration to A&AI While saving service relation to A&AI, key formed with invalid service-Id and also missed to include global-customer-id and service-type. https://jira.onap.org/browse/SDNC-162 Issue-Id: SDNC-162 Change-Id: I631e685fa017e82be4666fc2bb9ad601b12cafa7 Signed-off-by: shashikanth.vh Former-commit-id: 6bce0d3e205d274e2f5f914f40c142e59e46fa93 --- .../json/GENERIC-RESOURCE-API_network-topology-operation-create.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'platform-logic/generic-resource-api/src/main/json') diff --git a/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_network-topology-operation-create.json b/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_network-topology-operation-create.json index 1ac38e62..82569490 100644 --- a/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_network-topology-operation-create.json +++ b/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_network-topology-operation-create.json @@ -2056,7 +2056,7 @@ "id": "56419be7.895d24", "type": "save", "name": "save underlay configuration in AAI", - "xml": "\n\n\n\n\n", + "xml": "\n\n\n\n\n\n\n\n", "comments": "", "outputs": 1, "x": 808.03125, @@ -2070,7 +2070,7 @@ "id": "a13270b7.6c1f5", "type": "save", "name": "save service relationship in AAI", - "xml": "\n\n\n\n\n\n", + "xml": "\n\n\n\n\n\n", "comments": "", "outputs": 1, "x": 800.03125, -- cgit 1.2.3-korg