You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: roles/amq_streams_cruise_control/README.md
+16-15Lines changed: 16 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,21 +4,22 @@ Perform installation and configuration of Cruise Control.
4
4
5
5
| Variable | Description | Default |
6
6
|:---------|:------------|:--------|
7
-
|`amq_streams_cruise_control_home`| Path to folder where Cruise Control has been installed |`/opt/cruise-control/`|
8
-
|`amq_streams_cruise_control_service_name`| Name of the systemd service running Cruise Control |`amq_streams_cruise_control`|
9
-
|`amq_streams_cruise_control_server_start`| Path to start script for systemd service managing Cruise Control |`{{ amq_streams_cruise_control_home }}/kafka-cruise-control-start.sh`|
10
-
|`amq_streams_cruise_control_server_stop`| Path to stop script for systemd service managing Cruise Control |`{{ amq_streams_cruise_control_home }}/kafka-cruise-control-stop.sh`|
11
-
|`amq_streams_cruise_control_server_config`| Path to config file for Cruise Control service |`/etc/amq_streams_cruise_control.properties`|
12
-
|`amq_streams_cruise_control_config_template`| Path to template defining the systemd service for Cruise Control |`templates/service.conf.j2`|
13
-
|`amq_streams_cruise_control_config_properties_template`| Path to template defining the config file for Cruise Control |`templates/cruisecontrol.properties.j2`|
14
-
|`amq_streams_cruise_control_user`| User account running the Cruise Control service |`root`|
15
-
|`amq_streams_cruise_control_group`| Groupname of the account running the Cruise Control service |`root`|
16
-
|`amq_streams_cruise_control_zk_host`| Hostname of the Zookeeper instance used by Cruise Control to communicate with the ensemble |`{{ groups['zookeepers'][0] }}`|
17
-
|`amq_streams_cruise_control_broker_host`| Hostname of the Zookeeper instance used by Cruise Control to communicate with the ensemble |`{{ groups['brokers'][0] }}`|
18
-
|`amq_streams_cruise_control_host`| Name of the host system running Cruise Control |`localhost`|
19
-
|`amq_streams_cruise_control_port`| Port used communicate with Cruise Control |`9090`|
20
-
|`amq_streams_cruise_control_api_path`| Context of the HTTP API call to Cruise Control (don't modify unless you know what you are doing) |`kafkacruisecontrol`|
21
-
|`amq_streams_cruise_control_operation_exec`| Set to False to display the URL built, but do not execute it (debug) |`True`|
7
+
|`redhat_streams_cruise_control_home`| Path to folder where Cruise Control has been installed |`/opt/cruise-control/`|
8
+
|`redhat_streams_cruise_control_service_name`| Name of the systemd service running Cruise Control |`redhat_streams_cruise_control`|
9
+
|`redhat_streams_cruise_control_server_start`| Path to start script for systemd service managing Cruise Control |`{{ redhat_streams_cruise_control_home }}/kafka-cruise-control-start.sh`|
10
+
|`redhat_streams_cruise_control_server_stop`| Path to stop script for systemd service managing Cruise Control |`{{ redhat_streams_cruise_control_home }}/kafka-cruise-control-stop.sh`|
11
+
|`redhat_streams_cruise_control_server_config`| Path to config file for Cruise Control service |`/etc/redhat_streams_cruise_control.properties`|
12
+
|`redhat_streams_cruise_control_config_template`| Path to template defining the systemd service for Cruise Control |`templates/service.conf.j2`|
13
+
|`redhat_streams_cruise_control_config_properties_template`| Path to template defining the config file for Cruise Control |`templates/cruisecontrol.properties.j2`|
14
+
|`redhat_streams_cruise_control_user`| User account running the Cruise Control service |`root`|
15
+
|`redhat_streams_cruise_control_group`| Groupname of the account running the Cruise Control service |`root`|
16
+
|`redhat_streams_cruise_control_zk_host`| Hostname of the Zookeeper instance used by Cruise Control to communicate with the ensemble |`{{ groups['zookeepers'][0] }}`|
17
+
|`redhat_streams_cruise_control_broker_host`| Hostname of the broker instance used by Cruise Control to communicate with the ensemble |`{{ groups['brokers'][0] }}`|
18
+
|`redhat_streams_cruise_control_host`| Name of the host system running Cruise Control |`localhost`|
19
+
|`redhat_streams_cruise_control_port`| Port used to communicate with Cruise Control |`9090`|
20
+
|`redhat_streams_cruise_control_api_path`| Context of the HTTP API call to Cruise Control (don't modify unless you know what you are doing) |`kafkacruisecontrol`|
21
+
|`redhat_streams_cruise_control_operation_exec`| Set to False to display the URL built, but do not execute it (debug) |`True`|
Copy file name to clipboardExpand all lines: roles/amq_streams_exporter/README.md
+25-25Lines changed: 25 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,28 +6,28 @@ Perform installation and configuration of Kafka Export.
6
6
7
7
| Variable | Description | Default |
8
8
|:---------|:------------|:--------|
9
-
|`amq_streams_exporter_target_arch`| Specify physical architecture of target host |`{{ ansible_architecture }}`|
10
-
|`amq_streams_exporter_version`| Exporter version to be used |`1.7.0`|
11
-
|`amq_streams_exporter_download_base_url`| Base URL for downloading Exporter archive |`https://github.com/danielqsj/kafka_exporter/releases/download/`|
|`amq_streams_exporter_broker_server_port`| Broker's port |`9092`|
33
-
|`amq_streams_exporter_server_extra_args`| Extra arguments to Exporter service start command |`--group.filter='.*' --topic.filter='.*' --offset.show-all --verbosity=0 --kafka.version='{{ amq_streams_common_product_version }}' --kafka.server={{ amq_streams_exporter_broker_server_host }}:{{ amq_streams_exporter_broker_server_port }}`|
9
+
|`redhat_streams_exporter_target_arch`| Specify physical architecture of target host |`{{ ansible_architecture }}`|
10
+
|`redhat_streams_exporter_version`| Exporter version to be used |`1.7.0`|
11
+
|`redhat_streams_exporter_download_base_url`| Base URL for downloading Exporter archive |`https://github.com/danielqsj/kafka_exporter/releases/download/`|
0 commit comments