forked from drebes/puppet-openshiftinstaller
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
25 lines (25 loc) · 676 Bytes
/
metadata.json
File metadata and controls
25 lines (25 loc) · 676 Bytes
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
{
"name": "flypenguin-openshiftinstaller",
"version": "2.3.0",
"author": "Axel Bock <axel.bock@amadeus.com>",
"license": "MIT",
"summary": "Installs openshift cluster using the official ansible installer from Redhat. Cluster nodes are collected by querying the puppetdb.",
"source": "https://github.com/flypenguin/puppet-openshiftinstaller.git",
"tags": [
"openshift"
],
"dependencies": [
{
"name": "dalen/puppetdbquery",
"version_requirement": ">=1.5.3"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=4.0.0"
},
{
"name": "nvogel/ansible",
"version_requirement": ">=3.0.0"
}
]
}