aidtechnology / nephos

Library to deploy Hyperledger Fabric projects to a Kubernetes cloud
Apache License 2.0
23 stars 9 forks source link

Error when deploying Hyperledger Composer when Hyperledger Fabric is running on Kubernetes #28

Closed nicolapaoli closed 5 years ago

nicolapaoli commented 5 years ago

Summary

Receiving an error when deploying Hyperledger Composer to Kubernetes with running instance of Hyperledger Fabric.

Detailed Issues

Running command

╰─➤  PYTHONPATH=. ./nephos/deploy.py -f ./examples/prod/nephos_config.yaml composer

I receive the following error:

peer_ca_msp = opts['cas'][peer_ca]['msp']
KeyError: 'msp'

Possible Fix

Adapt composer deployment to latest structure ofnephos-config.yaml

Environment

alexvicegrab commented 5 years ago

Addressed by #29