-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathorcexamples.json
More file actions
38 lines (38 loc) · 2.22 KB
/
orcexamples.json
File metadata and controls
38 lines (38 loc) · 2.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[
{
"id": "AWS-VM-Setup-Terraform",
"name": "AWS-VM-Setup-using-Terraform",
"description": "Level 3: Orchestrate via other tools - Setup a VM in AWS using Terraform",
"html_url": "https://github.com/cloudify-community/blueprint-examples/tree/master/virtual-machine",
"zip_url": "https://github.com/cloudify-community/blueprint-examples/releases/download/5.0.5-40/virtual-machine.zip",
"readme_url": "https://raw.githubusercontent.com/cloudify-community/blueprint-examples/master/virtual-machine/README.md",
"main_blueprint": "aws-terraform.yaml",
"image_url": "https://github.com/ofercloudify/test/raw/master/TF.png",
"created_at": "2017-05-11T19:32:13Z",
"updated_at": "2020-05-21T14:25:37Z"
},
{
"id": "AWS-VM-Setup-CloudFormation",
"name": "AWS-VM-Setup-using-CloudFormation",
"description": "Level 3: Orchestrate via other tools - Setup a VM in AWS using CloudFormation",
"html_url": "https://github.com/cloudify-community/blueprint-examples/tree/master/virtual-machine",
"zip_url": "https://github.com/cloudify-community/blueprint-examples/releases/download/5.0.5-40/virtual-machine.zip",
"readme_url": "https://raw.githubusercontent.com/cloudify-community/blueprint-examples/master/virtual-machine/README.md",
"main_blueprint": "aws-cloudformation.yaml",
"image_url": "https://github.com/ofercloudify/test/raw/master/cloudformation.png",
"created_at": "2017-05-11T19:32:13Z",
"updated_at": "2020-05-21T14:25:37Z"
},
{
"id": "Azure-VM-Setup-ARM",
"name": "Azure-VM-Setup-using-ARM",
"description": "Level 3: Orchestrate via other tools - Setup a VM in Azure using Azure ARM",
"html_url": "https://github.com/cloudify-community/blueprint-examples/tree/master/virtual-machine",
"zip_url": "https://github.com/cloudify-community/blueprint-examples/releases/download/5.0.5-40/virtual-machine.zip",
"readme_url": "https://raw.githubusercontent.com/cloudify-community/blueprint-examples/master/virtual-machine/README.md",
"main_blueprint": "azure-arm.yaml",
"image_url": "https://github.com/ofercloudify/test/raw/master/arm.png",
"created_at": "2017-05-11T19:32:13Z",
"updated_at": "2020-05-21T14:25:37Z"
}
]