-
Notifications
You must be signed in to change notification settings - Fork 17
/
metadata.json
61 lines (60 loc) · 1.33 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
{
"name": "hewlettpackard-oneview",
"version": "6.2.0",
"author": "Hewlett Packard Enterprise",
"summary": "HPE Puppet providers and types for management of HPE OneView Appliances",
"license": "Apache-2.0",
"source": "https://github.com/HewlettPackard/oneview-puppet",
"project_page": "https://github.com/HewlettPackard/oneview-puppet",
"issues_url": "https://github.com/HewlettPackard/oneview-puppet/issues",
"dependencies": [
],
"operatingsystem_support": [
{
"operatingsystem": "windows"
},
{
"operatingsystem": "ubuntu"
},
{
"operatingsystem": "suse"
},
{
"operatingsystem": "redhat"
},
{
"operatingsystem": "mac_os_x"
},
{
"operatingsystem": "debian"
},
{
"operatingsystem": "centos"
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.1.0"
},
{
"name": "ruby",
"version_requirement": ">=2.3.1"
},
{
"name": "oneview-sdk-ruby",
"version_requirement": ">=5.11.0"
}
],
"tags": [
"oneview",
"hpe",
"hewlett packard enterprise",
"i3s",
"image streamer",
"bare-metal provisioning"
],
"pdk-version": "1.17.0",
"template-url": "https://github.com/puppetlabs/pdk-templates#1.17.0",
"template-ref": "tags/1.17.0-0-gd3a4319"
}