-
Notifications
You must be signed in to change notification settings - Fork 0
/
kafka.yml
39 lines (35 loc) · 1.28 KB
/
kafka.yml
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
33
34
35
36
37
38
39
#configuration based on the iac-cloud-kafka project
test-conf:
project: "marko-kafka"
no_nodes: "3"
zookeeper_url: "http://apache.uib.no/zookeeper/zookeeper-3.4.14/zookeeper-3.4.14.tar.gz"
kafka_url: "http://apache.uib.no/kafka/2.2.0/kafka_2.12-2.2.0.tgz"
id_rsa_path: "/root/.ssh/id_rsa"
min-cluster:
instance_tag: "min"
ami: ""
instance_type: "t2.small"
no_nodes: "3"
zookeeper_url: "http://apache.uib.no/zookeeper/zookeeper-3.4.14/zookeeper-3.4.14.tar.gz"
kafka_url: "http://apache.uib.no/kafka/2.2.0/kafka_2.12-2.2.0.tgz"
five-cluster:
instance_tag: "five"
ami: ""
instance_type: "t2.small"
no_nodes: "5"
zookeeper_url: "http://apache.uib.no/zookeeper/zookeeper-3.4.14/zookeeper-3.4.14.tar.gz"
kafka_url: "http://apache.uib.no/kafka/2.2.0/kafka_2.12-2.2.0.tgz"
single-cluster:
instance_tag: "single"
ami: ""
instance_type: "t2.medium"
no_nodes: "1"
zookeeper_url: "http://apache.uib.no/zookeeper/zookeeper-3.4.14/zookeeper-3.4.14.tar.gz"
kafka_url: "http://apache.uib.no/kafka/2.2.0/kafka_2.12-2.2.0.tgz"
medium-cluster:
instance_tag: "medium"
ami: ""
instance_type: "t2.medium"
no_nodes: "3"
zookeeper_url: "http://apache.uib.no/zookeeper/zookeeper-3.4.14/zookeeper-3.4.14.tar.gz"
kafka_url: "http://apache.uib.no/kafka/2.2.0/kafka_2.12-2.2.0.tgz"