Skip to content

Commit ce91911

Browse files
committed
adding simplified topology
1 parent e290c4f commit ce91911

File tree

1 file changed

+0
-70
lines changed

1 file changed

+0
-70
lines changed

integration-tests/src/test/resources/wdt/config.cluster.topology.yaml

Lines changed: 0 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -26,73 +26,3 @@ topology:
2626
'managed-server3':
2727
Cluster: '@@PROP:CLUSTER_NAME@@'
2828
ListenPort: '@@PROP:MANAGED_SERVER_PORT@@'
29-
appDeployments:
30-
Application:
31-
# Quote needed because of hyphen in string
32-
'simple-app':
33-
SourcePath: 'wlsdeploy/applications/simple-app.war'
34-
Target: '@@PROP:CLUSTER_NAME@@'
35-
ModuleType: war
36-
StagingMode: nostage
37-
PlanStagingMode: nostage
38-
39-
resources:
40-
FileStore:
41-
TestFileStore:
42-
Target: '@@PROP:ADMIN_NAME@@'
43-
TestClusterFileStore:
44-
Target: '@@PROP:CLUSTER_NAME@@'
45-
JMSServer:
46-
TestJmsServer:
47-
ProductionPausedAtStartup: false
48-
ConsumptionPausedAtStartup: false
49-
Target: '@@PROP:ADMIN_NAME@@'
50-
PersistentStore: 'TestFileStore'
51-
InsertionPausedAtStartup: false
52-
MessageCompressionOptions: GZIP_DEFAULT_COMPRESSION
53-
TestClusterJmsServer:
54-
ProductionPausedAtStartup: false
55-
ConsumptionPausedAtStartup: false
56-
Target: '@@PROP:CLUSTER_NAME@@'
57-
PersistentStore: 'TestClusterFileStore'
58-
InsertionPausedAtStartup: false
59-
MessageCompressionOptions: GZIP_DEFAULT_COMPRESSION
60-
61-
JMSSystemResource:
62-
TestJmsModule:
63-
Target: '@@PROP:ADMIN_NAME@@'
64-
SubDeployment:
65-
TestSubDeployment:
66-
Target: TestJmsServer
67-
JmsResource:
68-
ConnectionFactory:
69-
testCF:
70-
JNDIName: jms/testCF
71-
DefaultTargetingEnabled: true
72-
Queue:
73-
testQueue:
74-
SubDeploymentName: TestSubDeployment
75-
JNDIName: jms/testQueue
76-
testQueue2:
77-
SubDeploymentName: TestSubDeployment
78-
JNDIName: jms/testQueue2
79-
TestClusterJmsModule:
80-
Target: '@@PROP:CLUSTER_NAME@@'
81-
SubDeployment:
82-
TestClusterSubDeployment:
83-
Target: TestClusterJmsServer
84-
JmsResource:
85-
UniformDistributedQueue:
86-
testUniformQueue:
87-
SubDeploymentName: TestClusterSubDeployment
88-
JNDIName: jms/testUniformQueue
89-
UniformDistributedTopic:
90-
testUniformTopic:
91-
SubDeploymentName: TestClusterSubDeployment
92-
ForwardingPolicy: Partitioned
93-
JNDIName: jms/testUniformTopic
94-
95-
WLDFSystemResource:
96-
'TestWldfModule':
97-
Description: WLDF Module for Situational Config Override
98-
Target: '@@PROP:ADMIN_NAME@@'

0 commit comments

Comments
 (0)