forked from clusterbench/clusterbench
-
Notifications
You must be signed in to change notification settings - Fork 0
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 clusterbench#512 from rhusar/504-singleton-overlay
feat: add scripts and examples how to configure clusterbench for singleton deployment (resolves clusterbench#504)
- Loading branch information
Showing
4 changed files
with
86 additions
and
2 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
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,7 @@ | ||
# | ||
# Copyright The ClusterBench Authors | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# | ||
|
||
# Adds a deployment overlay for the ClusterBench deployment and redeploys | ||
deployment-overlay add --name=clusterbench-ee10 --deployments=clusterbench-ee10.ear --content=META-INF/singleton-deployment.xml=singleton-deployment.xml --redeploy-affected |
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,7 @@ | ||
# | ||
# Copyright The ClusterBench Authors | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# | ||
|
||
# Removes the previously added deployment overlay and redeploys | ||
deployment-overlay remove --name=clusterbench-ee10 --redeploy-affected |
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,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
~ Copyright The ClusterBench Authors | ||
~ SPDX-License-Identifier: Apache-2.0 | ||
--> | ||
<singleton-deployment xmlns="urn:jboss:singleton-deployment:1.0"/> |