diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-09-11 13:23:12 +0200 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-09-11 13:23:12 +0200 |
commit | 676a7325b3240d69270330928a00b7b2ec8e3861 (patch) | |
tree | 143c6bcb9004047f9e7f7398498454fbd6249b75 /src/test/resources/example/sdc/sdcVFCResourceExample.json | |
parent | 97655250b373893157bfadd267ba21693b6fa905 (diff) |
Fix Holmes delegates and sdc
Fix holmes delegates not declared in the cldsconfiguration
and SDC IT tests that reports some exceptions
Change-Id: I19dae11ad994e78e1f71fc78a2ff4627d91e66c1
Issue-Id: CLAMP-27
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'src/test/resources/example/sdc/sdcVFCResourceExample.json')
-rw-r--r-- | src/test/resources/example/sdc/sdcVFCResourceExample.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/test/resources/example/sdc/sdcVFCResourceExample.json b/src/test/resources/example/sdc/sdcVFCResourceExample.json new file mode 100644 index 000000000..85b46c5ea --- /dev/null +++ b/src/test/resources/example/sdc/sdcVFCResourceExample.json @@ -0,0 +1,28 @@ +{ + "uuid": "d7646638-2572-4a94-b497-c028ac15f9ca", + "invariantUUID": "e81d960d-794c-4d86-bbc4-31a2f86141ed", + "name": "ClampDev.nodes.heat.virc_fe_be", + "version": "1.0", + "toscaModelURL": "/sdc/v1/catalog/resources/d7646638-2572-4a94-b497-c028ac15f9ca/toscaModel", + "category": "Generic", + "subCategory": "Abstract", + "resourceType": "VFC", + "lifecycleState": "CERTIFIED", + "lastUpdaterUserId": "m08740", + "lastUpdaterFullName": "Zero ASDCMech", + "toscaResourceName": "org.openecomp.resource.vfc.Clampdev.abstract.nodes.heat.virc_fe_be", + "artifacts": [ + { + "artifactName": "Fault-alarms-ASDC-vprobes-vLB.csv", + "artifactType": "SNMP_TRAP", + "artifactURL": "/sdc/v1/catalog/resources/d7646638-2572-4a94-b497-c028ac15f9ca/artifacts/5138e316-0237-49aa-817a-b3d8eaf77392", + "artifactDescription": "Artifact created from csar", + "artifactChecksum": "YWY2ZTY5NjhlOTU0YjQyZThhNTIyOGFmNzI1NTRiYzQ=", + "artifactUUID": "5138e316-0237-49aa-817a-b3d8eaf77392", + "artifactVersion": "1", + "artifactLabel": "faultalarmsasdcvprobesvlbcsv", + "artifactGroupType": "DEPLOYMENT" + } + ], + "description": "Not reusable inner VFC" +}
\ No newline at end of file |