forked from aws/aws-parallelcluster-cookbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Berksfile
24 lines (21 loc) · 1.24 KB
/
Berksfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# frozen_string_literal: true
# To add a new cookbook dependency or to change version for an existing dependency
# uncomment the following line to enable the public Chef supermarket endpoint
# source 'https://supermarket.chef.io'
source chef_repo: "."
metadata
cookbook "apt", path: "./third-party/apt-7.4.0"
cookbook "iptables", path: "./third-party/iptables-8.0.0"
cookbook "line", path: "./third-party/line-4.0.1"
cookbook "nfs", path: "./third-party/nfs-2.6.4"
cookbook "openssh", path: "./third-party/openssh-2.9.1"
cookbook "pyenv", path: "./third-party/pyenv-3.4.2"
cookbook "selinux", path: "./third-party/selinux-3.1.1"
cookbook "yum", path: "./third-party/yum-6.1.1"
cookbook "yum-epel", path: "./third-party/yum-epel-4.1.2"
cookbook "aws-parallelcluster-install", path: "./cookbooks/aws-parallelcluster-install"
cookbook "aws-parallelcluster-config", path: "./cookbooks/aws-parallelcluster-config"
cookbook "aws-parallelcluster-slurm", path: "./cookbooks/aws-parallelcluster-slurm"
cookbook "aws-parallelcluster-scheduler-plugin", path: "./cookbooks/aws-parallelcluster-scheduler-plugin"
cookbook "aws-parallelcluster-awsbatch", path: "./cookbooks/aws-parallelcluster-awsbatch"
cookbook "aws-parallelcluster-test", path: "./cookbooks/aws-parallelcluster-test"