aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vFW_CNF_CDS/templates/cba/Definitions/artifact_types.json
diff options
context:
space:
mode:
authorKonrad Bańka <k.banka@samsung.com>2021-05-21 13:22:29 +0200
committerKonrad Bańka <k.banka@samsung.com>2021-05-21 15:25:25 +0200
commit21757af846776cf5005e06d8c4a9c9dfd4eb6b6e (patch)
tree17be21a995ea78a6549def9d784e05149be2f06e /heat/vFW_CNF_CDS/templates/cba/Definitions/artifact_types.json
parent8adaf0e65ffa62a117577ffabadefe4f779f8efb (diff)
[vFW_CNF_CDS] Sort generated json files
Sort generated generated _types.json files for easier comparison of changes between commits. Provide "jsonlint_cba" target to simply lint autogenerated _types.json files. Issue-ID: INT-1899 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: I83f6543f21a65cdd293aa72689766d2f4b48824e
Diffstat (limited to 'heat/vFW_CNF_CDS/templates/cba/Definitions/artifact_types.json')
-rw-r--r--heat/vFW_CNF_CDS/templates/cba/Definitions/artifact_types.json32
1 files changed, 16 insertions, 16 deletions
diff --git a/heat/vFW_CNF_CDS/templates/cba/Definitions/artifact_types.json b/heat/vFW_CNF_CDS/templates/cba/Definitions/artifact_types.json
index 4211156e..778394d7 100644
--- a/heat/vFW_CNF_CDS/templates/cba/Definitions/artifact_types.json
+++ b/heat/vFW_CNF_CDS/templates/cba/Definitions/artifact_types.json
@@ -1,30 +1,30 @@
{
"artifact_types": {
+ "artifact-k8sconfig-content": {
+ "derived_from": "tosca.artifacts.Implementation",
+ "description": "K8s Config Folder Artifact",
+ "version": "1.0.0"
+ },
+ "artifact-k8sprofile-content": {
+ "derived_from": "tosca.artifacts.Implementation",
+ "description": "K8s Profile Folder Artifact",
+ "version": "1.0.0"
+ },
"artifact-mapping-resource": {
- "description": "Resource Mapping File used along with Configuration template",
- "version": "1.0.0",
"derived_from": "tosca.artifacts.Implementation",
+ "description": "Resource Mapping File used along with Configuration template",
"file_ext": [
"json"
- ]
+ ],
+ "version": "1.0.0"
},
"artifact-template-velocity": {
- "description": " Velocity Template used for Configuration",
- "version": "1.0.0",
"derived_from": "tosca.artifacts.Implementation",
+ "description": " Velocity Template used for Configuration",
"file_ext": [
"vtl"
- ]
- },
- "artifact-k8sprofile-content": {
- "description": "K8s Profile Folder Artifact",
- "version": "1.0.0",
- "derived_from": "tosca.artifacts.Implementation"
- },
- "artifact-k8sconfig-content": {
- "description": "K8s Config Folder Artifact",
- "version": "1.0.0",
- "derived_from": "tosca.artifacts.Implementation"
+ ],
+ "version": "1.0.0"
}
}
}