We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bafcf3 commit 62a5b49Copy full SHA for 62a5b49
tests/integration/integration_config.yml.j2
@@ -71,7 +71,7 @@ sc_config:
71
# Set sc_replication_dest_host/username/password to "" to signal no replication is configured.
72
sc_replication_dest_host: https://10.5.11.60
73
# We have same username on .50 and .60 node.
74
- sc_replication_dest_username: from-j2-file # "{{ sc_username_50 }}"
+ sc_replication_dest_username: "{{ sc_username_50 }}"
75
sc_replication_dest_password: "{{ sc_password_50 }}"
76
# desired configuration after tests are done
77
cluster:
0 commit comments