hyperledger-labs / fabric-ansible-collection

Ansible collection for building Hyperledger Fabric networks
Apache License 2.0
11 stars 11 forks source link

unable to upgrade fabric versions for operator and console #37

Open norhan-ali-araba opened 7 months ago

norhan-ali-araba commented 7 months ago

fabric version for the operator and the console is v2.4.4 https://github.com/hyperledger-labs/fabric-ansible-collection/blob/main/roles/fabric_console/defaults/main.yml is there a way to upgrade to fabric v2.5 instead?

arner commented 6 months ago

These are just the defaults. You can override them with your own vars:

- name: Deploy Hyperledger Fabric Open Source Console
  hosts: localhost
  vars:
    fabric_version: 2.5.6

Etc. It's not just that variable though, you probably also have to change the console_versions and some image tags. I'm testing a config that I can share in a few days if you're still interested.