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: modules/ROOT/pages/deploy-proxy-monitoring.adoc
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,13 +38,20 @@ image::{imagesprefix}zdm-ansible-container-ls3.png[Contents of the Ansible Contr
38
38
[[_configure_the_zdm_proxy]]
39
39
== Configure the {zdm-proxy}
40
40
41
-
The {zdm-proxy} configuration is composed of four files:
41
+
The {zdm-proxy} configuration is composed of five files:
42
42
43
+
* `zdm_proxy_container_config.yml`, containing the internal configuration of the proxy container itself.
43
44
* `zdm_proxy_cluster_config.yml`, containing all the configuration that allows the proxy to connect to Origin and Target. This is always required.
44
45
* `zdm_proxy_core_config.yml`, containing important configuration that is commonly used and changed during the migration.
45
46
* `zdm_proxy_advanced_config.yml`, containing advanced configuration that may be required in some scenarios but can be usually left to its default values.
46
47
* `zdm_proxy_custom_tls_config.yml`, to configure TLS encryption if desired.
47
48
49
+
=== Container configuration
50
+
The first step of the proxy container configuration is to open the `zdm_proxy_container_config.yml` file.
51
+
Configure the desired ZDM proxy version and create a strategy to inject configuration parameters.
52
+
All versions of ZDM proxy support the ability to provide configuration parameters using environment variables.
53
+
Starting with ZDM 2.3.0, you can inject the configuration with the YAML file generated from automation scripts.
54
+
48
55
=== Cluster and core configuration
49
56
50
57
The next step is to edit the `zdm_proxy_cluster_config.yml` file in the Docker container.
0 commit comments