File tree Expand file tree Collapse file tree 6 files changed +8
-7
lines changed
artifacts/opt/jboss/container/eap/galleon/eap-s2i-galleon-pack
config/ee/artifacts/opt/jboss/container/eap/galleon/definitions
os-eap-txnrecovery/bash/test Expand file tree Collapse file tree 6 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 573
573
<socket-binding name =" jgroups-udp" interface =" private" port =" 55200" multicast-address =" ${jboss.default.multicast.address:230.0.0.4}" multicast-port =" 45688" />
574
574
<socket-binding name =" management-http" interface =" management" port =" ${jboss.management.http.port:9990}" />
575
575
<socket-binding name =" management-https" interface =" management" port =" ${jboss.management.https.port:9993}" />
576
+ <socket-binding name =" modcluster" multicast-address =" ${jboss.modcluster.multicast.address:224.0.1.105}" multicast-port =" 23364" />
576
577
<socket-binding name =" txn-recovery-environment" port =" 4712" />
577
578
<socket-binding name =" txn-status-manager" port =" 4713" />
578
579
<outbound-socket-binding name =" http-messaging" >
Original file line number Diff line number Diff line change 20
20
<modelVersion >4.0.0</modelVersion >
21
21
<groupId >org.jboss.eap.galleon.s2i</groupId >
22
22
<artifactId >eap-s2i-galleon-pack</artifactId >
23
- <version >19 .0.0.Final</version >
23
+ <version >20 .0.0.Final</version >
24
24
<packaging >pom</packaging >
25
25
<name >EAP Galleon feature-pack for OpenShift</name >
26
26
Original file line number Diff line number Diff line change 2
2
3
3
<installation xmlns =" urn:jboss:galleon:provisioning:3.0" >
4
4
<!-- Use the image version, to avoid retrieving metadata.xml for un-released s2i FP-->
5
- <feature-pack location =" eap-s2i@maven(org.jboss.universe:s2i-universe)#19 .0.0.Final" >
5
+ <feature-pack location =" eap-s2i@maven(org.jboss.universe:s2i-universe)#20 .0.0.Final" >
6
6
<default-configs inherit =" false" >
7
7
<include model =" standalone" name =" standalone.xml" />
8
8
</default-configs >
9
9
</feature-pack >
10
- </installation >
10
+ </installation >
Original file line number Diff line number Diff line change 2
2
3
3
<installation xmlns =" urn:jboss:galleon:provisioning:3.0" >
4
4
<!-- Use the image version, to avoid retrieving metadata.xml for un-released s2i FP-->
5
- <feature-pack location =" eap-s2i@maven(org.jboss.universe:s2i-universe)#19 .0.0.Final" >
5
+ <feature-pack location =" eap-s2i@maven(org.jboss.universe:s2i-universe)#20 .0.0.Final" >
6
6
<default-configs inherit =" false" >
7
7
<include model =" standalone" name =" standalone.xml" />
8
8
</default-configs >
9
9
</feature-pack >
10
10
<options >
11
11
<option name =" jboss-maven-dist" value =" true" />
12
12
</options >
13
- </installation >
13
+ </installation >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description: Install Galleon descriptions and EAP s2i feature-pack. Configure ga
5
5
6
6
envs :
7
7
- name : S2I_FP_VERSION
8
- value : " 19 .0.0.Final"
8
+ value : " 20 .0.0.Final"
9
9
- name : GALLEON_DEFINITIONS
10
10
value : /opt/jboss/container/eap/galleon/definitions
11
11
- name : GALLEON_MAVEN_REPO_HOOK_SCRIPT
Original file line number Diff line number Diff line change 1
- #!/bin/python
1
+ #!/usr/ bin/env python
You can’t perform that action at this time.
0 commit comments