Fabric Ops Console: implement deployer
package
#2558
Labels
enhancement
New feature or request
fabric
Related to the Hyperledger Fabric DLT Platform
good-first-issue
Good for newcomers
Is your feature request related to a problem? Please describe.
I deployed Fabric v2.5.4 network via Bevel v1.0.1 and Ops Console unable to connect ordering service. Because of this, adding a channel via Ops Console also does not work.
The same issue is in hyperledger-labs/fabric-operations-console#594
In the Dev tools in browser i see the following error while Ops Console trying to connect to Ordering services:
The same problem occurred when I tried to use fabric-operations-console docker image (ghcr.io/hyperledger-labs/fabric-console:v1.0.9-5) instead of Bevel Ops Console docker image.:
It looks like
deployer
is a separate package for Ops Console (https://github.com/hyperledger-labs/fabric-operations-console/tree/main/packages/fabric-deployer).It has separate Docker file (https://github.com/hyperledger-labs/fabric-operations-console/blob/main/packages/fabric-deployer/Dockerfile) and not included to main Ops Console docker file (https://github.com/hyperledger-labs/fabric-operations-console/blob/main/docker/console/Dockerfile).
Also all references to the
deployer_url
variable inside the Bevel Ops Console container have a default value ofhttp://example.com:80
.Describe the solution you'd like
Implement
deployer
package into Bevel Ops Console helm chart as separate deployment or as container in Ops Console statefulset.Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Issue with the same problem with Ordering Services- hyperledger-labs/fabric-operations-console#594
Issues where the
deployer
is mentioned as a separate component:hyperledger-labs/fabric-operations-console#34
hyperledger-labs/fabric-operations-console#583
hyperledger-labs/fabric-operations-console#522
Orderer service communication issue may be preventing channel creation:
The text was updated successfully, but these errors were encountered: