This PR will allow us to deploy Quorum DLT platform via Ansible.
Changes made:
Enabled multi-organization deployment.
To support a multi-organization network, the codebase is designed in such a way that the first organization is responsible for creating the static node JSON file, and each subsequent organization copies the file from the immediately preceding organization. This ensures that the most recently deployed organization will have the addresses of all the nodes from the previously deployed organizations.
Added validation code to stop deployment if a user does not define a minimum of 4 validators. The first four validators must be named in the following order: validator-0, validator-1, validator-2, validator-3.
Note: Beyond the initial four, custom names can be defined as needed.
Added the latest image, version 24.4.1, for the quorum nodes.
Commit to be reviewed
bug(quorum): refactor quorum ansible codebase
This PR will allow us to deploy Quorum DLT platform via Ansible.
Changes made:
validator-0
,validator-1
,validator-2
,validator-3
. Note: Beyond the initial four, custom names can be defined as needed.version 24.4.1
, for the quorum nodes.fixes #2614