File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
integration-tests/src/test/resources/multipleclusters Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments