nephos
nephos copied to clipboard
Python library and Helm charts for deployment of Hyperledger Fabric to Kubernetes.
Remove the certs that can be generated dynamically from /examples. Add documentation to be followed during example to generate them.
In Fabric 1.4 we may need to add the "hf.Registrar.Roles" attribute to allow correct registration/enrolling.
Commonly, we see Integration Test failures that result in us seeing the following errors, costing considerable time since we need to restart the build:
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...
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...
The current CA aliveness check may fail if CA is alive for long, so we should enable a more robust one.
After deploying a network and leaving it for some time without activity, the orderer log that check it is functioning stalls.
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...
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...
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...