diff options
author | 2019-01-11 13:58:38 -0500 | |
---|---|---|
committer | 2019-01-11 20:39:43 +0000 | |
commit | d035fe08249fe8b1e5988b79c7355620727e5da0 (patch) | |
tree | e71cec98ba6790f5982ac124a6a06700c347e76d /components/resource-dict/load/resource_dictionary/db-source.json | |
parent | 5916e79bab772cc79765b0d8fedbc2de38e4ff4b (diff) |
Resource Resolution Service : 2
Changes for Primary-DB Resource Resolution Processor Service
Change-Id: Iaf6ad6277d36787d87881819ae530de1d7038a2e
Issue-ID: CCSDK-942
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Diffstat (limited to 'components/resource-dict/load/resource_dictionary/db-source.json')
-rw-r--r-- | components/resource-dict/load/resource_dictionary/db-source.json | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/components/resource-dict/load/resource_dictionary/db-source.json b/components/resource-dict/load/resource_dictionary/db-source.json deleted file mode 100644 index b96dc63f..00000000 --- a/components/resource-dict/load/resource_dictionary/db-source.json +++ /dev/null @@ -1,24 +0,0 @@ -{
- "name": "db-source",
- "property" :{
- "description": "name of the ",
- "type": "string"
- },
- "updated-by": "brindasanth@onap.com",
- "tags": "bundle-id, brindasanth@onap.com",
- "sources": {
- "db": {
- "type": "source-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"
- }
- }
- }
- }
-}
\ No newline at end of file |