-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #404 from rhusar/CLOUD-4211
CLOUD-4211 Cloud clustering profiles should configure a distributed cache instead of a replicated one
- Loading branch information
Showing
12 changed files
with
56 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...pack/layers/clustering/added/src/main/resources/feature_groups/os-infinispan-dist-web.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<feature-group-spec name="os-infinispan-dist-web" xmlns="urn:jboss:galleon:feature-group:1.0"> | ||
<feature-group name="infinispan-dist-web"/> | ||
<feature-group name="os-infinispan-web-repl-cache"/> | ||
<feature-group name="os-infinispan-web-sessions-cache"/> | ||
</feature-group-spec> |
24 changes: 0 additions & 24 deletions
24
...ayers/clustering/added/src/main/resources/feature_groups/os-infinispan-web-repl-cache.xml
This file was deleted.
Oops, something went wrong.
15 changes: 15 additions & 0 deletions
15
...s/clustering/added/src/main/resources/feature_groups/os-infinispan-web-sessions-cache.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<feature-group-spec name="os-infinispan-web-sessions-cache" xmlns="urn:jboss:galleon:feature-group:1.0"> | ||
<feature spec="subsystem.infinispan"> | ||
<feature spec="subsystem.infinispan.cache-container"> | ||
<param name="cache-container" value="web"/> | ||
<param name="default-cache" value="sessions"/> | ||
<feature spec="subsystem.infinispan.cache-container.distributed-cache"> | ||
<param name="distributed-cache" value="sessions"/> | ||
<feature spec="subsystem.infinispan.cache-container.distributed-cache.component.expiration"> | ||
<param name="interval" value="0"/> | ||
</feature> | ||
</feature> | ||
</feature> | ||
</feature> | ||
</feature-group-spec> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
jboss/container/wildfly/galleon/cloud-galleon-pack/layers/clustering/module.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...leon/fp-content/config/added/src/main/resources/feature_groups/os-infinispan-dist-web.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<feature-group-spec name="os-infinispan-dist-web" xmlns="urn:jboss:galleon:feature-group:1.0"> | ||
<feature-group name="infinispan-dist-web"/> | ||
<feature-group name="os-infinispan-web-repl-cache"/> | ||
<feature-group name="os-infinispan-web-sessions-cache"/> | ||
</feature-group-spec> |
15 changes: 15 additions & 0 deletions
15
...p-content/config/added/src/main/resources/feature_groups/os-infinispan-web-dist-cache.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<feature-group-spec name="os-infinispan-web-sessions-cache" xmlns="urn:jboss:galleon:feature-group:1.0"> | ||
<feature spec="subsystem.infinispan"> | ||
<feature spec="subsystem.infinispan.cache-container"> | ||
<param name="cache-container" value="web"/> | ||
<param name="default-cache" value="sessions"/> | ||
<feature spec="subsystem.infinispan.cache-container.distributed-cache"> | ||
<param name="distributed-cache" value="sessions"/> | ||
<feature spec="subsystem.infinispan.cache-container.distributed-cache.component.expiration"> | ||
<param name="interval" value="0"/> | ||
</feature> | ||
</feature> | ||
</feature> | ||
</feature> | ||
</feature-group-spec> |
24 changes: 0 additions & 24 deletions
24
...p-content/config/added/src/main/resources/feature_groups/os-infinispan-web-repl-cache.xml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters