Prepare a multi-instance provisioning script
StackState Self-hosted v4.5.x
This page describes StackState v4.5.x. The StackState 4.5 version range is End of Life (EOL) and no longer supported. We encourage customers still running the 4.5 version range to upgrade to a more recent release.
A multi-instance StackPack requires a provisioning script that is able to provision multiple StackPack instances. To achieve that, you need to provide a separate template file in the context for both stackPack
and instance
; stackPack
needs to be provided with the shared-template.stj
, and instance
requires the instance-template.stj
as in the example below:
Note that instance-template.stj
has some instance specific information, like topicName
, instanceId
and anything else defined in templateArguments
, while shared-template
passes without any specifics ([:]
).
The last step is to prepare a StackPack .sts
package and upload it to StackState.
Last updated