From 6ad41e3ccd398a2721f41ad61c80b7bb03f7d127 Mon Sep 17 00:00:00 2001 From: Ittay Stern Date: Mon, 31 Dec 2018 17:21:27 +0200 Subject: Merge from ECOMP's repository Main Features -------------- - Async-Instantiation jobs mechanism major update; still WIP (package `org.onap.vid.job`) - New features in View/Edit: Activate fabric configuration; show related networks; soft delete - Support AAI service-tree traversal (`AAIServiceTree`) - In-memory cache for SDC models and certain A&AI queries (`CacheProviderWithLoadingCache`) - Upgrade TOSCA Parser and add parsing options; fix malformed TOSCA models - Resolve Cloud-Owner values for MSO - Pass X-ONAP headers to MSO Infrastructure -------------- - Remove codehaus' jackson mapper; use soley fasterxml 2.9.7 - Surefire invokes both TestNG and JUnit tests - Support Kotlin source files - AaiController2 which handles errors in a "Spring manner" - Inline generated-sources and remove jsonschema2pojo Quality -------- - Cumulative bug fixes (A&AI API, UI timeouts, and many more) - Many Sonar issues cleaned-up - Some unused classes removed - Minor changes in vid-automation project, allowing some API verification to run Hard Merges ------------ - HTTP Clients (MSO, A&AI, WebConfig, OutgoingRequestHeadersTest) - Moved `package org.onap.vid.controllers` to `controller`, without plural -- just to keep semantic sync with ECOMP. Reference commit in ECOMP: 3d1141625 Issue-ID: VID-378 Change-Id: I9c8d1e74caa41815891d441fc0760bb5f29c5788 Signed-off-by: Ittay Stern --- .../test/resources/policy-configuration-csar.JSON | 33 ++++++++++++++++------ 1 file changed, 24 insertions(+), 9 deletions(-) (limited to 'vid-app-common/src/test/resources/policy-configuration-csar.JSON') diff --git a/vid-app-common/src/test/resources/policy-configuration-csar.JSON b/vid-app-common/src/test/resources/policy-configuration-csar.JSON index 8e9b46e7a..41f5f5cbf 100644 --- a/vid-app-common/src/test/resources/policy-configuration-csar.JSON +++ b/vid-app-common/src/test/resources/policy-configuration-csar.JSON @@ -28,7 +28,8 @@ "collector_node": "pprobeservice_proxy 5", "policy_name": "policy2", "equip_vendor": "Cisco", - "equip_model": "Nexus 3048-TP" + "equip_model": "Nexus 3048-TP", + "ecomp_generated_naming": "false" }, "type": "Configuration", "modelCustomizationName": "Port Mirroring Configuration By Policy 1", @@ -55,7 +56,8 @@ "collector_node": "pprobeservice_proxy 4", "policy_name": "policy1", "equip_vendor": "Cisco", - "equip_model": "Nexus 3048-TP" + "equip_model": "Nexus 3048-TP", + "ecomp_generated_naming": "false" }, "type": "Configuration", "modelCustomizationName": "Port Mirroring Configuration By Policy 0", @@ -80,7 +82,9 @@ "customizationUuid": "d7cfe338-eeda-4217-ba13-f24b0811fb17", "inputs": {}, "commands": {}, - "properties": {}, + "properties": { + "ecomp_generated_naming": "false" + }, "type": "Service Proxy", "sourceModelUuid": "c3e6c9bd-b24d-458e-aa99-e0cadf70c5e5", "sourceModelInvariant": "dd8a805d-3946-4f11-9831-e26cd6aec9a3", @@ -95,7 +99,9 @@ "customizationUuid": "7a69f133-564c-4eb6-b93e-0a8281967efb", "inputs": {}, "commands": {}, - "properties": {}, + "properties": { + "ecomp_generated_naming": "false" + }, "type": "Service Proxy", "sourceModelUuid": "c3e6c9bd-b24d-458e-aa99-e0cadf70c5e5", "sourceModelInvariant": "dd8a805d-3946-4f11-9831-e26cd6aec9a3", @@ -110,7 +116,9 @@ "customizationUuid": "9d81c21f-e29c-44f6-b5f6-caa974ee078a", "inputs": {}, "commands": {}, - "properties": {}, + "properties": { + "ecomp_generated_naming": "false" + }, "type": "Service Proxy", "sourceModelUuid": "2a2ea15f-07c6-4b89-bfca-e8aba39a34d6", "sourceModelInvariant": "a7eac2b3-8444-40ee-92e3-b3359b32445c", @@ -125,7 +133,9 @@ "customizationUuid": "271efa3b-276e-4536-976a-cc9c9c014f1e", "inputs": {}, "commands": {}, - "properties": {}, + "properties": { + "ecomp_generated_naming": "false" + }, "type": "Service Proxy", "sourceModelUuid": "8a84e59b-45fe-4851-8ff1-34225a0b32c3", "sourceModelInvariant": "83b458fd-5dd3-419b-a9e3-7335814a0911", @@ -140,7 +150,9 @@ "customizationUuid": "d64623ae-5935-4afd-803e-c86e94d8e740", "inputs": {}, "commands": {}, - "properties": {}, + "properties": { + "ecomp_generated_naming": "false" + }, "type": "Service Proxy", "sourceModelUuid": "8a84e59b-45fe-4851-8ff1-34225a0b32c3", "sourceModelInvariant": "83b458fd-5dd3-419b-a9e3-7335814a0911", @@ -155,7 +167,9 @@ "customizationUuid": "060be63d-5f9c-4fd0-8ef7-830d5e8eca17", "inputs": {}, "commands": {}, - "properties": {}, + "properties": { + "ecomp_generated_naming": "false" + }, "type": "Service Proxy", "sourceModelUuid": "2a2ea15f-07c6-4b89-bfca-e8aba39a34d6", "sourceModelInvariant": "a7eac2b3-8444-40ee-92e3-b3359b32445c", @@ -164,5 +178,6 @@ }, "vfModules": {}, "volumeGroups": {}, - "pnfs": {} + "pnfs": {}, + "vnfGroups": {} } \ No newline at end of file -- cgit 1.2.3-korg