forked from aws/aws-parallelcluster-cookbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Berksfile
31 lines (27 loc) · 1.78 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
25
26
27
28
29
30
31
# 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.2"
cookbook "iptables", path: "./third-party/iptables-8.0.0"
cookbook "line", path: "./third-party/line-4.5.2"
cookbook "nfs", path: "./third-party/nfs-5.0.0"
cookbook "openssh", path: "./third-party/openssh-2.10.3"
cookbook "pyenv", path: "./third-party/pyenv-3.5.1"
cookbook "selinux", path: "./third-party/selinux-6.0.5"
cookbook "yum", path: "./third-party/yum-7.4.0"
cookbook "yum-epel", path: "./third-party/yum-epel-4.5.0"
cookbook "aws-parallelcluster-common", path: "./cookbooks/aws-parallelcluster-common"
cookbook "aws-parallelcluster-test", path: "./cookbooks/aws-parallelcluster-test"
cookbook "aws-parallelcluster-config", path: "./cookbooks/aws-parallelcluster-config"
cookbook "aws-parallelcluster-awsbatch", path: "./cookbooks/aws-parallelcluster-awsbatch"
cookbook "aws-parallelcluster-computefleet", path: "./cookbooks/aws-parallelcluster-computefleet"
cookbook "aws-parallelcluster-entrypoints", path: "./cookbooks/aws-parallelcluster-entrypoints"
cookbook "aws-parallelcluster-environment", path: "./cookbooks/aws-parallelcluster-environment"
cookbook "aws-parallelcluster-platform", path: "./cookbooks/aws-parallelcluster-platform"
cookbook "aws-parallelcluster-scheduler-plugin", path: "./cookbooks/aws-parallelcluster-scheduler-plugin"
cookbook "aws-parallelcluster-shared", path: "./cookbooks/aws-parallelcluster-shared"
cookbook "aws-parallelcluster-slurm", path: "./cookbooks/aws-parallelcluster-slurm"
cookbook "aws-parallelcluster-tests", path: "./cookbooks/aws-parallelcluster-tests"