diff options
author | Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com> | 2018-08-21 04:11:57 +0000 |
---|---|---|
committer | Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com> | 2018-08-21 04:11:57 +0000 |
commit | 5285007a4e66bc18c69cef96aa32326a139d7642 (patch) | |
tree | 898fb3f81a7981c0dc2332dc5d42b87523d15162 /ms/controllerblueprints/modules/service/load | |
parent | a3c9519d6aa7eb8e1f450a7d041047f2c0a5cc07 (diff) |
Controller Blueprints Microservice
Define Controllerblueprint API DataType and Error definitions for Config model, Service Template, Model Type and Resource Dictionary Services
Change-Id: I12d8d87292ec101601b0cfb7ba9670730973e318
Issue-ID: CCSDK-469
Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
Diffstat (limited to 'ms/controllerblueprints/modules/service/load')
-rw-r--r-- | ms/controllerblueprints/modules/service/load/resource_dictionary/db-source.json (renamed from ms/controllerblueprints/modules/service/load/resource_dictionary/bundle-id.json) | 13 | ||||
-rw-r--r-- | ms/controllerblueprints/modules/service/load/resource_dictionary/input-source.json (renamed from ms/controllerblueprints/modules/service/load/resource_dictionary/action-name.json) | 2 | ||||
-rw-r--r-- | ms/controllerblueprints/modules/service/load/resource_dictionary/v4-ip-type.json | 4 |
3 files changed, 9 insertions, 10 deletions
diff --git a/ms/controllerblueprints/modules/service/load/resource_dictionary/bundle-id.json b/ms/controllerblueprints/modules/service/load/resource_dictionary/db-source.json index f9678f5ff..862523544 100644 --- a/ms/controllerblueprints/modules/service/load/resource_dictionary/bundle-id.json +++ b/ms/controllerblueprints/modules/service/load/resource_dictionary/db-source.json @@ -3,20 +3,19 @@ "description": "name of the ",
"resource-type": "ONAP",
"resource-path": "vnf/bundle-id",
- "updated-by": "ym9479@onap.com",
+ "updated-by": "brindasanth@onap.com",
"data-type": "String",
- "tags": "bundle-id, ym9479@onap.com",
+ "tags": "bundle-id, brindasanth@onap.com",
"source": {
"db": {
- "path": "$key-value",
+ "query": "SELECT bundle-id FROM DEVICE_PROFILE WHERE profile_name = :profile_name",
"input-key-mapping": {
- "key-value": "$resource-group-key"
+ "profile_name": "profile_name"
},
"output-key-mapping": {
- "bundle-id": "bundle-id"
+ "db-country": "country",
+ "db-state": "state"
}
- },
- "input": {
}
},
"decryption-rules": [
diff --git a/ms/controllerblueprints/modules/service/load/resource_dictionary/action-name.json b/ms/controllerblueprints/modules/service/load/resource_dictionary/input-source.json index 92b64e629..35736b663 100644 --- a/ms/controllerblueprints/modules/service/load/resource_dictionary/action-name.json +++ b/ms/controllerblueprints/modules/service/load/resource_dictionary/input-source.json @@ -5,7 +5,7 @@ "description": "To be provided",
"valid-values": null,
"sample-value": null,
- "updated-by": "ym9479@onap.com",
+ "updated-by": "brindasanth@onap.com",
"tags": null,
"default": null,
"data-type": "string",
diff --git a/ms/controllerblueprints/modules/service/load/resource_dictionary/v4-ip-type.json b/ms/controllerblueprints/modules/service/load/resource_dictionary/v4-ip-type.json index 03254b78a..c6c0f9851 100644 --- a/ms/controllerblueprints/modules/service/load/resource_dictionary/v4-ip-type.json +++ b/ms/controllerblueprints/modules/service/load/resource_dictionary/v4-ip-type.json @@ -1,8 +1,8 @@ {
- "tags": "v4-ip-type, tosca.datatypes.Root, data_type, ym9479@onap.com",
+ "tags": "v4-ip-type, tosca.datatypes.Root, data_type, brindasanth@onap.com",
"name": "v4-ip-type",
"description": "To be provided",
- "updated-by": "ym9479@onap.com",
+ "updated-by": "brindasanth@onap.com",
"resource-type": "ONAP",
"resource-path": "vnf/v4-ip-type",
"data-type": "string",
|