Bevel Release 1.1.0 #2597
Replies: 2 comments
-
Hi, Creating a fabric network Single org, 2 peers, 3 orderer, raft using bevel 1.1 Using MacOs (apple silicon) for controller, deployed to an eks cluster. Ran to completion successfully. Peers up and listening (according to logs), cli installed, orderers running, crypto materials all in vault, genesis block saved to vault and appears correct, everything pushed to the correct GitHub directory for flux. PLAY RECAP ************************************************************************************************** Yet, according to logs, only the system chaincode was installed, i.e., not my chaincode (verified correct GitHub path and permissions). Running peer cli commands, it appears that no 'AllChannel' was created (as specified in network.yaml), nor peers joined to it. I went over network.yaml carefully. There was also no join-channels job in eks cluster (assume there should be)? I can run /api/v1/cainfo on the ca server endpoint (when exposed outside cluster) to verify it is live. Looking through Ansible scripts, I do not see anywhere where the channel is actually created, peers joined, and chaincode installed. These are in the deploy-operator-network script, but not the network-deploy.yaml file. Is this intentional? Am I missing something? Also odd, in the terminal, after completing deploy-network yaml, it then went on to the deploy-operator-network yaml playbook, despite network.env.type not being 'operator' in platform.yaml file. All the tasks were skipped for that anyway. I am looking to see if there is somewhere this variable was changed midstream by one of the scripts. Thanks for any help, suggestions, or comments. |
Beta Was this translation helpful? Give feedback.
-
Hi, Using the No proxy & No Vault option trying to create a fabric network by following the commands in below link Getting below error at # Join peer to channel and make it an anchorpeer Request for the help in this regard |
Beta Was this translation helpful? Give feedback.
-
What's new in Bevel
New Features
Deprecation
Known issues
Major Bug Fixes
Improvements
Documentation
What's Changed
Full Changelog: v1.0.1...v1.1.0
This discussion was created from the release Bevel Release 1.1.0.
Beta Was this translation helpful? Give feedback.
All reactions