summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/heat-types/contrailCompute/contrailCompute.json
blob: 144136acd1e47af6fe5a4dd8a20643975ae132db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	"payloadName": "contrailCompute.yml",
	"contactId": "jh0003",
	"name": "ContrailCompute",
	"description": "Represents a virtual machine for contrail service template. The information provided will be used to create a VM that matches characteristics.",
	"resourceIconPath": "compute",
	"resourceType": "VFC",
	"categories": [{
		"name": "Generic",
		"subcategories": [{
			"name": "Infrastructure"
		}]
	}],
	"tags": ["ContrailCompute"]
}