hyperledger-bevel / bevel

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

[fabric] Update ansible playbooks add-peer and add-cli #2601

Closed mgCepeda closed 4 months ago

mgCepeda commented 4 months ago

Primary Changes

1 .Updated playbook platforms/hyperledger-fabric/configuration/add-cli.yaml

  1. Updated playbook platforms/hyperledger-fabric/configuration/add-peer.yaml
  2. Added the component_dir field to the gitops section. This directory stores the values.yaml files created with the role platforms/shared/configuration/roles/create/job_component because storing them in the same directory as the flux manifests causes incompatibility.

fixes #2584