diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2018-09-07 10:06:06 -0400 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2018-09-07 10:26:09 -0400 |
commit | 1f06d61152c1664e413200bc54e03e5828abcb2f (patch) | |
tree | fdaf09438ef1470d73d517298f2fad80d8edcef9 /blueprints-processor/plugin/model-provider/src | |
parent | ac1650b87348b4b01080ae210062c48da355496c (diff) |
SDN Controller Blueprints Processor Features
Fixing Installer POM File to update features repo to org.onap.ccsdk.features/ccsdk-features
Change-Id: I53a0b507326f926837a87f00e51cf116fdadfe4c
Issue-ID: CCSDK-505
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Diffstat (limited to 'blueprints-processor/plugin/model-provider/src')
2 files changed, 7 insertions, 7 deletions
diff --git a/blueprints-processor/plugin/model-provider/src/test/resources/service_templates/default.json b/blueprints-processor/plugin/model-provider/src/test/resources/service_templates/default.json index f7dc5940a..d3dd9934a 100644 --- a/blueprints-processor/plugin/model-provider/src/test/resources/service_templates/default.json +++ b/blueprints-processor/plugin/model-provider/src/test/resources/service_templates/default.json @@ -241,7 +241,7 @@ "type" : "tosca.capabilities.Node"
},
"content" : {
- "type" : "tosca.capability.Content",
+ "type" : "tosca.capabilities.Content",
"properties" : {
"type" : {
"required" : false,
@@ -306,7 +306,7 @@ "type" : "tosca.capabilities.Node"
},
"content" : {
- "type" : "tosca.capability.Content",
+ "type" : "tosca.capabilities.Content",
"properties" : {
"type" : {
"required" : false,
@@ -371,7 +371,7 @@ },
"capabilities" : {
"content" : {
- "type" : "tosca.capability.Content",
+ "type" : "tosca.capabilities.Content",
"properties" : {
"content" : {
"required" : true,
@@ -380,7 +380,7 @@ }
},
"mapping" : {
- "type" : "tosca.capability.Mapping",
+ "type" : "tosca.capabilities.Mapping",
"properties" : {
"mapping" : {
"required" : false,
diff --git a/blueprints-processor/plugin/model-provider/src/test/resources/service_templates/resource_assignment.json b/blueprints-processor/plugin/model-provider/src/test/resources/service_templates/resource_assignment.json index 030af7b4f..0e29fe160 100644 --- a/blueprints-processor/plugin/model-provider/src/test/resources/service_templates/resource_assignment.json +++ b/blueprints-processor/plugin/model-provider/src/test/resources/service_templates/resource_assignment.json @@ -194,7 +194,7 @@ "type": "tosca.capabilities.Node"
},
"content": {
- "type": "tosca.capability.Content",
+ "type": "tosca.capabilities.Content",
"properties": {
"type": {
"required": false,
@@ -321,7 +321,7 @@ },
"capabilities": {
"content": {
- "type": "tosca.capability.Content",
+ "type": "tosca.capabilities.Content",
"properties": {
"content": {
"required": true,
@@ -330,7 +330,7 @@ }
},
"mapping": {
- "type": "tosca.capability.Mapping",
+ "type": "tosca.capabilities.Mapping",
"properties": {
"mapping": {
"required": false,
|