nephos icon indicating copy to clipboard operation
nephos copied to clipboard

Python library and Helm charts for deployment of Hyperledger Fabric to Kubernetes.

Results 35 nephos issues
Sort by recently updated
recently updated
newest added

Remove the certs that can be generated dynamically from /examples. Add documentation to be followed during example to generate them.

enhancement

In Fabric 1.4 we may need to add the "hf.Registrar.Roles" attribute to allow correct registration/enrolling.

enhancement

Commonly, we see Integration Test failures that result in us seeing the following errors, costing considerable time since we need to restart the build:

bug

Current message: ``` 2019-06-25 10:03:02,686 misc INFO Input None 2019-06-25 10:03:15,472 misc WARNING Replaced with ``` When executing composer, we get a logging info meessage saying "Input None" and it...

enhancement

We should modify the message log level for different messages. I'll add an example bellow, but we should verify all the log messages. i.e.: The example is from the setup_ca...

enhancement

The current CA aliveness check may fail if CA is alive for long, so we should enable a more robust one.

enhancement
help wanted
fabric

After deploying a network and leaving it for some time without activity, the orderer log that check it is functioning stalls.

bug
help wanted
good first issue
fabric

Investigate the library PyHelm to replace the "helm" commands launched from Python using subprocess. - Could be cleaner to handle credentials to access helm in the cluster. - Maybe we...

enhancement

Occasionally commands will fail with a Kubernetes/Helm timeout, we should have a robust mechanism to avoid breaking execution on a first fail (e.g. some kind of exponential backoff, or use...

bug
enhancement
help wanted
good first issue

Hi, I have trouble when i try to execute integration test on minikube cluster on mac os. It failed during the test: ``` kubectl exec peer1-hlf-peer-66bdfc4657-wmmfs -n peers -- peer...

bug
question