summaryrefslogtreecommitdiffstats
path: root/ms/controllerblueprints/modules/service/load/resource_dictionary
diff options
context:
space:
mode:
Diffstat (limited to 'ms/controllerblueprints/modules/service/load/resource_dictionary')
-rw-r--r--ms/controllerblueprints/modules/service/load/resource_dictionary/action-name.json17
-rw-r--r--ms/controllerblueprints/modules/service/load/resource_dictionary/bundle-id.json32
-rw-r--r--ms/controllerblueprints/modules/service/load/resource_dictionary/v4-ip-type.json14
3 files changed, 63 insertions, 0 deletions
diff --git a/ms/controllerblueprints/modules/service/load/resource_dictionary/action-name.json b/ms/controllerblueprints/modules/service/load/resource_dictionary/action-name.json
new file mode 100644
index 000000000..92b64e629
--- /dev/null
+++ b/ms/controllerblueprints/modules/service/load/resource_dictionary/action-name.json
@@ -0,0 +1,17 @@
+{
+ "name": "action-name",
+ "resource-path": "action-name",
+ "resource-type": "ONAP",
+ "description": "To be provided",
+ "valid-values": null,
+ "sample-value": null,
+ "updated-by": "ym9479@onap.com",
+ "tags": null,
+ "default": null,
+ "data-type": "string",
+ "source": {
+ "input": {
+ "key": "action-name"
+ }
+ }
+} \ No newline at end of file
diff --git a/ms/controllerblueprints/modules/service/load/resource_dictionary/bundle-id.json b/ms/controllerblueprints/modules/service/load/resource_dictionary/bundle-id.json
new file mode 100644
index 000000000..f9678f5ff
--- /dev/null
+++ b/ms/controllerblueprints/modules/service/load/resource_dictionary/bundle-id.json
@@ -0,0 +1,32 @@
+{
+ "name": "bundle-id",
+ "description": "name of the ",
+ "resource-type": "ONAP",
+ "resource-path": "vnf/bundle-id",
+ "updated-by": "ym9479@onap.com",
+ "data-type": "String",
+ "tags": "bundle-id, ym9479@onap.com",
+ "source": {
+ "db": {
+ "path": "$key-value",
+ "input-key-mapping": {
+ "key-value": "$resource-group-key"
+ },
+ "output-key-mapping": {
+ "bundle-id": "bundle-id"
+ }
+ },
+ "input": {
+ }
+ },
+ "decryption-rules": [
+ {
+ "sources": [
+ "input"
+ ],
+ "path": "/.",
+ "rule": "LOCAL-Decrypt",
+ "decrypt-type": "AES128"
+ }
+ ]
+} \ No newline at end of file
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
new file mode 100644
index 000000000..03254b78a
--- /dev/null
+++ b/ms/controllerblueprints/modules/service/load/resource_dictionary/v4-ip-type.json
@@ -0,0 +1,14 @@
+{
+ "tags": "v4-ip-type, tosca.datatypes.Root, data_type, ym9479@onap.com",
+ "name": "v4-ip-type",
+ "description": "To be provided",
+ "updated-by": "ym9479@onap.com",
+ "resource-type": "ONAP",
+ "resource-path": "vnf/v4-ip-type",
+ "data-type": "string",
+ "source": {
+ "input": {
+
+ }
+ }
+} \ No newline at end of file