You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
483 B
13 lines
483 B
embed-server --server-config=standalone-ha.xml --std-out=echo
|
|
batch
|
|
|
|
echo Configuring node identifier
|
|
|
|
## Sets the node identifier to the node name (= pod name). Node identifiers have to be unique. They can have a
|
|
## maximum length of 23 characters. Thus, the chart's fullname template truncates its length accordingly.
|
|
/subsystem=transactions:write-attribute(name=node-identifier, value=${jboss.node.name})
|
|
|
|
echo Finished configuring node identifier
|
|
|
|
run-batch
|
|
stop-embedded-server
|
|
|