@@ -23,7 +23,7 @@ https://github.com/116davinder/zookeeper-cluster-ansible
23
23
# ** Production Environment Setup**
24
24
25
25
## ** Cloud Infra Setup for Apache Kafka Using Terraform**
26
- Under terrform folder
26
+
27
27
* ` terraform/aws `
28
28
* ` terraform/oci `
29
29
@@ -55,17 +55,19 @@ ansible-playbook -i inventory/<environment>/cluster.ini clusterConsumerMetricSet
55
55
56
56
* ** Sample Splunk Dashboards**
57
57
```
58
- these are under " files/splunk dashboards" folder.
58
+ files/splunk- dashboards
59
59
```
60
60
* ** To add newrelic monitoring to cluster**
61
61
62
62
``` ansible-playbook -i inventory/<environment>/cluster.ini clusterNewRelicSetup.yml ```
63
63
64
64
* ** Sample NewRelic Dashboards**
65
+
65
66
```
66
- these are under " files/newrelic-dashboards" folder.
67
+ files/newrelic-dashboards
67
68
```
68
69
70
+
69
71
### ** To add new broker to cluster**
70
72
* Update Required vars in ``` inventory/<environment>/group_vars/all.yml ``` .
71
73
* Update Required vars in ``` inventory/<environment>/cluster.ini ``` .
@@ -143,10 +145,11 @@ It will be installed in similar way to apache kafka but it will start apache kaf
143
145
144
146
``` ansible-playbook -i inventory/<environment>/cluster.ini clusterKafkaMirrorMakerRemoveNodes.yml ```
145
147
146
- ### ** Rolling restart cluster**
148
+ ### ** Rolling Restart cluster**
147
149
148
150
``` ansible-playbook -i inventory/<environment>/cluster.ini clusterKafkaMirrorMakerRollingRestart.yml ```
149
151
152
+ ## ** Kafka Management / Operations**
150
153
### ** Install / Upgrade / Update Kafka Manager ( CMAK )**
151
154
** Ref:** ` https://github.com/yahoo/kafka-manager/releases `
152
155
@@ -157,7 +160,7 @@ It will be installed in similar way to apache kafka but it will start apache kaf
157
160
### ** Tested OS**
158
161
* CentOS 7
159
162
* RedHat 7
160
- * Ubuntu / Debain ( under progress, might work )
163
+ * Ubuntu / Debain ( under progress, might work :) )
161
164
162
165
### ** Tested Ansible Version**
163
166
```
0 commit comments