forked from logicalclocks/hopsworks-chef
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Berksfile
30 lines (27 loc) · 1.8 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
Encoding.default_external = "UTF-8"
source 'https://supermarket.chef.io'
metadata
cookbook 'conda', github: "logicalclocks/conda-chef", branch: "master"
cookbook 'kagent', github: "logicalclocks/kagent-chef", branch: "master"
cookbook 'hops', github: "logicalclocks/hops-hadoop-chef", branch: "master"
cookbook 'ndb', github: "logicalclocks/ndb-chef", branch: "master"
cookbook 'hadoop_spark', github: "logicalclocks/spark-chef", branch: "master"
cookbook 'flink', github: "logicalclocks/flink-chef", branch: "master"
cookbook 'livy', github: "logicalclocks/livy-chef", branch: "master"
cookbook 'epipe', github: "logicalclocks/epipe-chef", branch: "master"
cookbook 'tensorflow', github: "logicalclocks/tensorflow-chef", branch: "master"
cookbook 'kzookeeper', github: "logicalclocks/kzookeeper", branch: "master"
cookbook 'kkafka', github: "logicalclocks/kafka-cookbook", branch: "master"
cookbook 'elastic', github: "logicalclocks/elasticsearch-chef", branch: "master"
cookbook 'hopslog', github: "logicalclocks/hopslog-chef", branch: "master"
cookbook 'hopsmonitor', github: "logicalclocks/hopsmonitor-chef", branch: "master"
cookbook 'hops_airflow', github: "logicalclocks/airflow-chef", branch: "master"
cookbook 'hive2', github: "logicalclocks/hive-chef", branch: "master"
cookbook 'consul', github: "logicalclocks/consul-chef", branch: "master"
cookbook 'kube-hops', github: "logicalclocks/kube-hops-chef", branch: "master"
cookbook 'cloud', github: "logicalclocks/cloud-chef", branch: "master"
cookbook 'onlinefs', github: "logicalclocks/onlinefs-chef", branch: "master"
cookbook 'flyingduck', github: "logicalclocks/flyingduck-chef", branch: "master"
cookbook 'glassfish', github: "logicalclocks/chef-glassfish", branch: "master"
cookbook 'java', github: "logicalclocks/java", branch: "v7.0.0-1"
cookbook 'packagecloud', '= 1.0.1'