Skip to content

Commit 6adfc78

Browse files
committed
add separate template
1 parent fbc5898 commit 6adfc78

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

integration-tests/src/test/resources/multipleclusters/wdtmultipledynclusters.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ topology:
1919
DynamicClusterSize: '@@PROP:CONFIGURED_MANAGED_SERVER_COUNT@@'
2020
MaxDynamicClusterSize: '@@PROP:CONFIGURED_MANAGED_SERVER_COUNT@@'
2121
ServerNamePrefix: '@@PROP:MANAGED_SERVER_NAME_BASE@@'
22-
ServerTemplate: '@@PROP:CLUSTER_NAME@@-template'
22+
ServerTemplate: '@@PROP:CLUSTER_NAME@@-template2'
2323
Server:
2424
'@@PROP:ADMIN_NAME@@':
2525
ListenPort: '@@PROP:ADMIN_PORT@@'
@@ -34,3 +34,8 @@ topology:
3434
ListenPort: '@@PROP:MANAGED_SERVER_PORT@@'
3535
JTAMigratableTarget:
3636
Cluster: '@@PROP:CLUSTER_NAME@@'
37+
'@@PROP:CLUSTER_NAME@@-template2':
38+
Cluster: '@@PROP:CLUSTER_NAME@@-2'
39+
ListenPort: '@@PROP:MANAGED_SERVER_PORT@@'
40+
JTAMigratableTarget:
41+
Cluster: '@@PROP:CLUSTER_NAME@@-2'

0 commit comments

Comments
 (0)