Skip to content

Commit 674c7c6

Browse files
authored
Merge pull request #182 from rhusar/CLOUD-3506
CLOUD-3506 Remove mod_cluster from OpenShift default configuration
2 parents 5065b67 + 6158c38 commit 674c7c6

File tree

2 files changed

+2
-24
lines changed
  • jboss/container
    • config/cd/19.0
    • eap/galleon/config/ee/artifacts/opt/jboss/container/eap/galleon/eap-s2i-galleon-pack/src/main/resources/configs/standalone/standalone.xml

2 files changed

+2
-24
lines changed

jboss/container/config/cd/19.0/standalone-openshift.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -461,12 +461,6 @@
461461
<subsystem xmlns="urn:wildfly:microprofile-jwt-smallrye:1.0"/>
462462
<subsystem xmlns="urn:wildfly:microprofile-metrics-smallrye:2.0" security-enabled="false" exposed-subsystems="*" prefix="${wildfly.metrics.prefix:jboss}"/>
463463
<subsystem xmlns="urn:jboss:domain:modcluster:5.0">
464-
<proxy name="default" advertise-socket="modcluster" listener="ajp">
465-
<dynamic-load-provider>
466-
<load-metric type="cpu"/>
467-
</dynamic-load-provider>
468-
</proxy>
469-
</subsystem>
470464
<subsystem xmlns="urn:jboss:domain:naming:2.0">
471465
<remote-naming/>
472466
</subsystem>
@@ -579,7 +573,6 @@
579573
<socket-binding name="jgroups-udp" interface="private" port="55200" multicast-address="${jboss.default.multicast.address:230.0.0.4}" multicast-port="45688"/>
580574
<socket-binding name="management-http" interface="management" port="${jboss.management.http.port:9990}"/>
581575
<socket-binding name="management-https" interface="management" port="${jboss.management.https.port:9993}"/>
582-
<socket-binding name="modcluster" multicast-address="${jboss.modcluster.multicast.address:224.0.1.105}" multicast-port="23364"/>
583576
<socket-binding name="txn-recovery-environment" port="4712"/>
584577
<socket-binding name="txn-status-manager" port="4713"/>
585578
<outbound-socket-binding name="http-messaging">
@@ -589,4 +582,4 @@
589582
<remote-destination host="localhost" port="25"/>
590583
</outbound-socket-binding>
591584
</socket-binding-group>
592-
</server>
585+
</server>

jboss/container/eap/galleon/config/ee/artifacts/opt/jboss/container/eap/galleon/eap-s2i-galleon-pack/src/main/resources/configs/standalone/standalone.xml/config.xml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<layers>
55
<!-- we already have all required in default config -->
66
<!-- Although logically correct, galleon doesn't actually support excluding from model -->
7-
<!-- This is harmeless, keeping the exclusion commented for reference until GAL-308 is fixed -->
7+
<!-- This is harmless, keeping the exclusion commented for reference until GAL-308 is fixed -->
88
<!--<exclude name="operator-required"/>-->
99
<include name="amq6-rar"/>
1010
</layers>
@@ -17,21 +17,6 @@
1717
<exclude feature-id="core-service.management.security-realm.server-identity.ssl:security-realm=ApplicationRealm"/>
1818
<feature-group name="os-management"/>
1919

20-
<!-- mod-cluster -->
21-
<!-- required by modcluster -->
22-
<feature spec="subsystem.undertow">
23-
<feature spec="subsystem.undertow.server">
24-
<param name="server" value="default-server"/>
25-
<feature spec="subsystem.undertow.server.ajp-listener">
26-
<param name="ajp-listener" value="ajp"/>
27-
<param name="socket-binding" value="ajp"/>
28-
<unset param="worker"/>
29-
<unset param="buffer-pool"/>
30-
</feature>
31-
</feature>
32-
</feature>
33-
<feature-group name="modcluster"/>
34-
3520
<!-- messaging -->
3621
<feature spec="subsystem.messaging-activemq"/>
3722
<feature-group name="os-messaging"/>

0 commit comments

Comments
 (0)