-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmetadata.json
141 lines (141 loc) · 5.24 KB
/
metadata.json
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"version": "1.0",
"modifiedTime": "2022-04-27T12:00:00+08:00",
"annotations": [],
"entities": [
{
"kind": "blueprints",
"metadata": {
"name": "anthos-on-ahv",
"description": "Google Anthos on AHV",
"annotations": {
"provider": "nutanix",
"os": "linux",
"kubernetes": "anthos"
}
},
"schemas": [
{
"version": 1617871862682027,
"url": "https://raw.githubusercontent.com/nutanixdev/calm-community/main/examples/blueprints/kubernetes/platforms/anthos-on-ahv.json"
},
{
"version": "latest",
"url": "https://raw.githubusercontent.com/nutanixdev/calm-community/main/examples/blueprints/kubernetes/platforms/anthos-on-ahv.json"
}
],
"uri": "https://raw.githubusercontent.com/nutanixdev/calm-community/main/examples/blueprints/kubernetes/platforms/anthos-on-ahv.json"
},
{
"kind": "blueprints",
"metadata": {
"name": "awx-on-k3s",
"description": "Red Hat Ansible AWX on Kubernetes (K3s)",
"annotations": {
"provider": "nutanix",
"os": "linux",
"kubernetes": "k3s",
"application": ["ansible","awx"]
}
},
"schemas": [],
"uri": "https://raw.githubusercontent.com/nutanixdev/calm-community/main/examples/blueprints/kubernetes/apps/awx-on-k3s.json"
},
{
"kind": "runbooks",
"metadata": {
"name": "tf_aws",
"description": "Terraform integration with AWS VPC demo",
"annotations": {}
},
"schemas": [],
"uri": "https://raw.githubusercontent.com/nutanixdev/calm-community/main/examples/runbooks/integrations/terraform/tf_aws.json"
},
{
"kind": "tasks",
"metadata": {
"name": "elb_create_instance",
"description": "AWS ELB - create instance",
"annotations": {
"provider": "aws",
"service": "elb"
}
},
"schemas": [],
"uri": "https://raw.githubusercontent.com/nutanixdev/calm-community/main/examples/tasks/aws/elb/elb_create_instance.py"
},
{
"kind": "tasks",
"metadata": {
"name": "lambda_create_function",
"description": "AWS Lambda - create function",
"annotations": {
"provider": "aws",
"service": "lambda"
}
},
"schemas": [],
"uri": "https://raw.githubusercontent.com/nutanixdev/calm-community/main/examples/tasks/aws/lambda/lambda_create_function.py"
},
{
"kind": "tasks",
"metadata": {
"name": "rds_create_instance",
"description": "AWS RDS - create instance",
"annotations": {
"provider": "aws",
"service": "rds"
}
},
"schemas": [],
"uri": "https://raw.githubusercontent.com/nutanixdev/calm-community/main/examples/tasks/aws/rds/rds_create_instance.py"
},
{
"kind": "tasks",
"metadata": {
"name": "enable_vm_backup",
"description": "Azure VM - enable backup",
"annotations": {
"provider": "azure",
"service": "vm"
}
},
"schemas": [],
"uri": "https://raw.githubusercontent.com/nutanixdev/calm-community/main/examples/tasks/azure/virtual_machines/enable_vm_backup.py"
},
{
"kind": "tasks",
"metadata": {
"name": "kubernetes_vault_install",
"description": "Linux - Install HashiCorp Vault in Kubernetes",
"annotations": {
"os": "linux",
"provider": "any",
"script_type": "shell"
}
},
"schemas": [],
"uri": "https://raw.githubusercontent.com/nutanixdev/calm-community/main/examples/tasks/linux/vault/kubernetes_vault_install.sh"
},
{
"kind": "tasks",
"metadata": {
"name": "kubernetes_awx_install",
"description": "Linux - Install Ansible AWX in Kubernetes",
"annotations": {
"os": "linux",
"provider": "any",
"script_type": "shell"
}
},
"schemas": [],
"uri": "https://raw.githubusercontent.com/nutanixdev/calm-community/main/examples/tasks/linux/awx/kubernetes_awx_install.sh"
}
],
"referenceKinds": [
"runbooks",
"blueprints",
"variables (not implemented yet)",
"tasks (not implemented yet)"
]
}