hyperledger / bevel

An automation framework for rapidly and consistently deploying production-ready DLT platforms
https://hyperledger-bevel.readthedocs.io/en/latest/
Apache License 2.0
340 stars 715 forks source link

feat(r3-corda-ent): option to use other supported dbs in place of h2 dbs #2569

Open suvajit-sarkar opened 4 months ago

suvajit-sarkar commented 4 months ago

Description

As a developer I want to enable the feature to choose external dbs for cenm and corda-ent nodes in place of existing filesystem based h2 db.

Acceptance Criteria

  1. Add helm chart for the supported external db
  2. Modify node/cenm configurations to switch to external db when specified
  3. Network deployed successfully
davodkazmkhany commented 4 months ago

arttin