apache-ignite

Форк
0
168 строк · 7.0 Кб
1
#
2
# Licensed to the Apache Software Foundation (ASF) under one or more
3
# contributor license agreements.  See the NOTICE file distributed with
4
# this work for additional information regarding copyright ownership.
5
# The ASF licenses this file to You under the Apache License, Version 2.0
6
# (the "License"); you may not use this file except in compliance with
7
# the License.  You may obtain a copy of the License at
8
#
9
#      http://www.apache.org/licenses/LICENSE-2.0
10
#
11
# Unless required by applicable law or agreed to in writing, software
12
# distributed under the License is distributed on an "AS IS" BASIS,
13
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
# See the License for the specific language governing permissions and
15
# limitations under the License.
16
#
17

18
# Local address to bind to.
19
local.ip=127.0.0.1
20

21
# TCP communication port
22
comm.tcp.port=30010
23

24
# JBoss JNDI
25
# JBoss context factory for JNDI connection establishing.
26
jboss.jndi.context.factory=org.jnp.interfaces.NamingContextFactory
27
# JBoss specific parameter for JNDI connection establishing.
28
jboss.jndi.pkg.prefixes=org.jboss.naming:org.jnp.interfaces
29
# URL of JBoss server for the 1st node.
30
jboss.jndi.node1.provider.url=jnp://localhost:1199
31
# URL of JBoss server for the 2nd node.
32
jboss.jndi.node2.provider.url=jnp://localhost:1299
33
# JBoss Discovery test max wait time.
34
jboss.disco.test.wait=180000
35

36
# Deployment configuration paths.
37
# You will either need to override deploy.uri.dir or supply CLASSES_URI as system property.
38
#
39
# Path to keystore with private and public keys.
40
deploy.uri.secure.keystore=@{IGNITE_HOME}/modules/tests/config/securedeploy/keystore
41
# Temporary dir where deployment unit stored before deploy.
42
deploy.uri.tmpdir=${java.io.tmpdir}/gg
43
# Deployment dir for file scanner test with different types of GAR's.
44
deploy.uri.file2.path=${java.io.tmpdir}/gg/verification/
45
# URI string.
46
deploy.uri.file2=file://freq=200@localhost/${java.io.tmpdir}/gg/verification/
47
# File scanner URI for local file deployment.
48
deploy.uri.file=file://localhost/@{IGNITE_HOME}/modules/extdata/uri/target/file/
49
# FTP scanner URI for FTP deployment.
50
deploy.uri.ftp=ftp://ftptest:iddqd@94.72.60.102:21/test/deployment
51
# Classes scanner URI for classes deployment. Must be overridden for every user.
52
deploy.uri.cls=${CLASSES_URI}
53
# Http scanner URI for HTTP deployment.
54
deploy.uri.http=http://fake.uri
55
# Http scanner URI for secure SSL HTTPs deployment.
56
deploy.uri.https=https://fake.uri
57
# Directory with descriptors to construct GAR files.
58
deploy.gar.descriptor.dir=modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF
59

60
# Directory with a number of descriptors for the Ant gar task.
61
ant.gar.descriptor.dir=modules/extdata/p2p/META-INF
62
# Temporary directory for the Ant task resulting GAR file.
63
ant.gar.tmpdir=${java.io.tmpdir}/gg
64
# The same as p2p.uri.cls but without protocol
65
ant.gar.srcdir=@{IGNITE_HOME}/modules/extdata/uri/target/classes/
66

67
# Paths to use in URI deployment SPI tests
68
urideployment.jar.uri=modules/extdata/uri/target/deploy/uri.jar
69
urideployment.path.tmp=modules/extdata/uri/target/deploy_tmp/
70

71
# GAR paths to use in URI deployment SPI tests
72
ant.urideployment.gar.uri=file://freq=5000@localhost/EXTDATA/uri/target/deploy
73
ant.urideployment.gar.file=modules/extdata/uri/target/deploy/uri.gar
74
ant.urideployment.gar.libs-file=modules/extdata/uri/target/deploy2/uri-libs.gar
75
ant.urideployment.gar.classes-file=modules/extdata/uri/target/deploy2/uri-classes.gar
76
ant.urideployment.gar.path=modules/extdata/uri/target/deploy/
77

78
# Classpath directory for GridP2PUserVersionChangeSelfTest
79
ant.userversion.class.dir=@{IGNITE_HOME}/modules/tests/java/
80

81
# Multicast discovery self test.
82
discovery.mbeanserver.selftest.baseport=50000
83

84
# TCP communication self test.
85
comm.mbeanserver.selftest.baseport=50100
86

87
# Kernel tests.
88
grid.comm.selftest.sender.timeout=1000
89
grid.comm.selftest.timeout=10000
90

91
#P2P tests
92
#Overwrite this property. It should point to P2P module compilation directory.
93
p2p.uri.cls=file://localhost/@{IGNITE_HOME}/modules/extdata/p2p/target/classes/
94
p2p.uri.cls.second=file://localhost/@{IGNITE_HOME}/modules/extdata/uri/target/classes/
95

96
# AOP tests.
97
# Connector port for RMI.
98
connector.rmi.port=7657
99
# Connector port for XFire Web Service.
100
connector.ws.port=9090
101

102
# Load test duration in minutes.
103
load.test.duration=500
104
load.test.threadnum=50
105
load.test.nodenum=5
106

107
# Loaders tests
108
loader.self.test.config=modules/core/src/test/config/loaders/grid-cfg.xml
109
loader.self.multipletest.config=modules/core/src/test/config/loaders/grid-cfg-2-grids.xml
110
loader.self.test.jboss.config=modules/core/src/test/config/loaders/grid-cfg.xml
111

112
# WebSphere jmx properties
113
websphere.jmx.connector.host=localhost
114
websphere.jmx.connector.port=8880
115
websphere.jmx.connector.security=false
116
websphere.jmx.username=
117
websphere.jmx.pwd=
118

119
# GlassFish jmx properties for GlassFish Loader
120
glassfish.jmx.rmi.connector.port=8686
121
glassfish.jmx.username=admin
122
glassfish.jmx.password=adminadmin
123

124
# Tomcat jmx properties for Servlet Loader
125
tomcat.jmx.rmi.connector.port=1097
126

127
# Marshaller for tests
128
#marshaller.class=org.apache.ignite.marshaller.jdk.GridJdkMarshaller
129

130
# EC2 configuration for tests
131
#amazon.access.key=
132
#amazon.secret.key=
133

134
# SSH config.
135
ssh.username=uname
136
ssh.password=passwd
137

138
# SSL tests keystore.
139
ssl.keystore.path=@{IGNITE_HOME}/modules/clients/src/test/keystore/server.jks
140
ssl.keystore.password=123456
141

142
# SSL tests client keystore.
143
ssl.keystore.client.path=@{IGNITE_HOME}/modules/clients/src/test/keystore/client.jks
144

145
# node01 signed with trust-one, node02 and node03 by trust-two, node02old is expired
146
# trust-both contains both CAs
147
ssl.keystore.node01.path=@{IGNITE_HOME}/modules/clients/src/test/keystore/node01.jks
148
ssl.keystore.node02.path=@{IGNITE_HOME}/modules/clients/src/test/keystore/node02.jks
149
ssl.keystore.node02old.path=@{IGNITE_HOME}/modules/clients/src/test/keystore/node02old.jks
150
ssl.keystore.node03.path=@{IGNITE_HOME}/modules/clients/src/test/keystore/node03.jks
151
ssl.keystore.node0102.path=@{IGNITE_HOME}/modules/clients/src/test/keystore/node0102.jks
152

153
# Cluster certificate is signed by trust-one, thinServer and thinClient – by trust-two,
154
# connectorServer and connectorClient – by trust-three.
155
ssl.keystore.server.path=@{IGNITE_HOME}/modules/clients/src/test/keystore/server.jks
156
ssl.keystore.client.path=@{IGNITE_HOME}/modules/clients/src/test/keystore/client.jks
157
ssl.keystore.thinServer.path=@{IGNITE_HOME}/modules/clients/src/test/keystore/thinServer.jks
158
ssl.keystore.thinClient.path=@{IGNITE_HOME}/modules/clients/src/test/keystore/thinClient.jks
159
ssl.keystore.connectorServer.path=@{IGNITE_HOME}/modules/clients/src/test/keystore/connectorServer.jks
160
ssl.keystore.connectorClient.path=@{IGNITE_HOME}/modules/clients/src/test/keystore/connectorClient.jks
161

162
ssl.keystore.trustone.path=@{IGNITE_HOME}/modules/clients/src/test/keystore/trust-one.jks
163
ssl.keystore.trusttwo.path=@{IGNITE_HOME}/modules/clients/src/test/keystore/trust-two.jks
164
ssl.keystore.trustboth.path=@{IGNITE_HOME}/modules/clients/src/test/keystore/trust-both.jks
165
ssl.keystore.trustthree.path=@{IGNITE_HOME}/modules/clients/src/test/keystore/trust-three.jks
166

167
# Hadoop home directory.
168
hadoop.home=@{HADOOP_HOME}
169

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.