diff options
author | Dan Timoney <dt5972@att.com> | 2018-09-12 17:19:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-12 17:19:09 +0000 |
commit | 04d5531c0e299b8ea99cb22a8058b88cb3385cb2 (patch) | |
tree | 00240d872e05ccd2c1da43c8d974e0becd496d9c /ms/controllerblueprints/application/load | |
parent | d56e37e648b9cbb56a5a3411137011d45e1f3687 (diff) | |
parent | 5a992c7645fd3488382e736e8ce913aa6721e862 (diff) |
Merge "Controller Blueprints Microservice"
Diffstat (limited to 'ms/controllerblueprints/application/load')
-rw-r--r-- | ms/controllerblueprints/application/load/resource_dictionary/default-source.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ms/controllerblueprints/application/load/resource_dictionary/default-source.json b/ms/controllerblueprints/application/load/resource_dictionary/default-source.json new file mode 100644 index 00000000..64bfa0cc --- /dev/null +++ b/ms/controllerblueprints/application/load/resource_dictionary/default-source.json @@ -0,0 +1,16 @@ +{
+ "tags": "v4-ip-type, tosca.datatypes.Root, data_type, brindasanth@onap.com",
+ "name": "default-source",
+ "property" :{
+ "description": "name of the ",
+ "type": "string"
+ },
+ "updated-by": "brindasanth@onap.com",
+ "sources": {
+ "default": {
+ "type": "source-default",
+ "properties": {
+ }
+ }
+ }
+}
\ No newline at end of file |