From 032ce4ec7c3d7ac138555dfe980ca53ebbf39f01 Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Thu, 30 Jan 2020 11:23:57 -0500 Subject: Removing blueprints-processor Blueprints-Processor is deprecated, use CCSDK/CDS instead Change-Id: I0abc96061c3c5edc6c5d02bcd6f35e18e31882a7 Issue-ID: CCSDK-2051 Signed-off-by: Singal, Kapil (ks220y) --- .../src/test/resources/mapping/db/db-array.json | 40 ---------------------- 1 file changed, 40 deletions(-) delete mode 100644 blueprints-processor/plugin/assignment-provider/src/test/resources/mapping/db/db-array.json (limited to 'blueprints-processor/plugin/assignment-provider/src/test/resources/mapping/db/db-array.json') diff --git a/blueprints-processor/plugin/assignment-provider/src/test/resources/mapping/db/db-array.json b/blueprints-processor/plugin/assignment-provider/src/test/resources/mapping/db/db-array.json deleted file mode 100644 index bab783544..000000000 --- a/blueprints-processor/plugin/assignment-provider/src/test/resources/mapping/db/db-array.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "locations": { - "name": "locations", - "property": { - "type": "list", - "entry_schema": { - "type": "dt-location" - } - }, - "sources": { - "db": { - "type": "source-sdnctl-db", - "properties": { - "query": "SELECT db-country, db-state FROM DEVICE_PROFILE WHERE profile_name = :profile_name", - "input-key-mapping": { - "profile_name": "profile_name" - }, - "output-key-mapping": { - "db-country": "country", - "db-state": "state" - }, - "key-dependencies": [ - "profile_name" - ] - } - } - } - }, - "profile_name": { - "name": "profile_name", - "property": { - "type": "string" - }, - "sources": { - "input": { - "type": "source-input" - } - } - } -} \ No newline at end of file -- cgit 1.2.3-korg