forked from aws/aws-parallelcluster-cookbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.rb
32 lines (29 loc) · 1.03 KB
/
metadata.rb
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
# frozen_string_literal: true
name 'aws-parallelcluster'
maintainer 'Amazon Web Services'
maintainer_email ''
license 'Apache-2.0'
description 'Installs/Configures AWS ParallelCluster'
long_description 'Installs/Configures AWS ParallelCluster'
issues_url 'https://github.com/aws/aws-parallelcluster-cookbook/issues'
source_url 'https://github.com/aws/aws-parallelcluster-cookbook'
chef_version '17.2.29'
version '3.0.1'
supports 'amazon', '>= 2'
supports 'centos', '>= 7'
supports 'ubuntu', '>= 18.04'
depends 'apt', '~> 7.4.0'
depends 'iptables', '~> 8.0.0'
depends 'line', '~> 4.0.1'
depends 'nfs', '~> 2.6.4'
depends 'openssh', '~> 2.9.1'
depends 'pyenv', '~> 3.4.2'
depends 'selinux', '~> 3.1.1'
depends 'yum', '~> 6.1.1'
depends 'yum-epel', '~> 4.1.2'
depends 'aws-parallelcluster-install', '~> 3.0.1'
depends 'aws-parallelcluster-config', '~> 3.0.1'
depends 'aws-parallelcluster-slurm', '~> 3.0.1'
depends 'aws-parallelcluster-byos', '~> 3.0.1'
depends 'aws-parallelcluster-awsbatch', '~> 3.0.1'
depends 'aws-parallelcluster-test', '~> 3.0.1'