This repository contains the StackState Custom Synchronization StackPack. The code is distributed under the Apache 2.0 license.
This StackPack contains everything you need to automatically synchronize topology information from an external topology source.
The StackState documentation describes how to build and install a StackPack.
The StackPack is built using the SBT tool.
In the main directory, compile the StackPack using:
sbt compile
The StackPack comes with a small testing library that validates that the StackPack packaging is correct.
In the main directory, test the StackPack using:
sbt test
In the main directory, package the StackPack using:
sbt package
The StackPack release version is configured in the version.sbt file. StackPacks use Semantic Versioning.
use bin/publish.sh x.y.z
, ensure you are following semver
Contributions are welcome! Please check our contribution instructions.
Contributions to the Custom Synchronization StackPack are contributed under the "inbound=outbound" principle. This means that contributions are licensed under the same license as the source code. We do not require you to sign a separate CLA (Contributor License Agreement) or any other kind of document.
Thank you for your contributions!