|
Re: #fabric #raft Orderers and organization, how to organize them?
#fabric
#raft
I do not think you’d benefit by using different root CA’s for orderer and peer of the same org. Each org already need 2 root CA’s, one for signing cert, the other for TLS. If you double that,
I do not think you’d benefit by using different root CA’s for orderer and peer of the same org. Each org already need 2 root CA’s, one for signing cert, the other for TLS. If you double that,
|
By
Yueming Xu
·
#7265
·
|
|
Re: Maintainer nominations
On 11/25/19 6:09 PM, David Enyeart wrote:
Are there separate maintainer pools for different fabric-* repos?
If so, I can understand the argument, coming from a world
On 11/25/19 6:09 PM, David Enyeart wrote:
Are there separate maintainer pools for different fabric-* repos?
If so, I can understand the argument, coming from a world
|
By
Brian Behlendorf <bbehlendorf@...>
·
#7264
·
|
|
Re: Maintainer nominations
Our intent has been to split Fabric docs into its own repository after the transition to GitHub and Azure Pipelines. We only have one more repository to switch over (fabric-test), then will proceed
Our intent has been to split Fabric docs into its own repository after the transition to GitHub and Azure Pipelines. We only have one more repository to switch over (fabric-test), then will proceed
|
By
David Enyeart
·
#7263
·
|
|
Re: Hyperledger Fabric GitHub Migration
The transition to GitHub for source control management, and Azure Pipelines for CI, is now complete for all Fabric development repositories. The final repository to shift will be fabric-test in early
The transition to GitHub for source control management, and Azure Pipelines for CI, is now complete for all Fabric development repositories. The final repository to shift will be fabric-test in early
|
By
David Enyeart
·
#7262
·
|
|
Re: Maintainer nominations
> and wasrecently recognized as a Hyperledgersignificant contributor.
Just for the record.... only IBMerscan access this link....
From: "Pam Andrejko"<pama@...>
To:
> and wasrecently recognized as a Hyperledgersignificant contributor.
Just for the record.... only IBMerscan access this link....
From: "Pam Andrejko"<pama@...>
To:
|
By
Yacov
·
#7261
·
|
|
Maintainer nominations
All,
I would like to nominate two new Documentation maintainers for the Hyperledger Fabric project. They are Chris Gabriel (Hyperchain Labs) and Joe Alewine (IBM).
Chris has been an instrumental
All,
I would like to nominate two new Documentation maintainers for the Hyperledger Fabric project. They are Chris Gabriel (Hyperchain Labs) and Joe Alewine (IBM).
Chris has been an instrumental
|
By
Pam Andrejko
·
#7260
·
|
|
Re: Proposal : Hyperledger Fabric block archiving
Hey Atsushi,
one thing I noticed while skimming thecode, is that while you send the ArchivedBlockFileMsg via gossip, you arenot ensuring it is eventually propagated to peers successfully.
This means
Hey Atsushi,
one thing I noticed while skimming thecode, is that while you send the ArchivedBlockFileMsg via gossip, you arenot ensuring it is eventually propagated to peers successfully.
This means
|
By
Yacov
·
#7259
·
|
|
Re: Proposal : Hyperledger Fabric block archiving
Hi Atsushi,
Thanks for your proposal and at high level the objective makes sense to me and below is my high level observations that you may want to consider.
First, the fundamental assumption that
Hi Atsushi,
Thanks for your proposal and at high level the objective makes sense to me and below is my high level observations that you may want to consider.
First, the fundamental assumption that
|
By
Manish
·
#7258
·
|
|
Re: Multi-network node deployments
#fabric
Private VLAN/VPN, or do a proper public IP p2p setup w/o docker swarm.
Again, docker swarm and k8s are great for distributed microservices and big load balanced, asymmetrical
Private VLAN/VPN, or do a proper public IP p2p setup w/o docker swarm.
Again, docker swarm and k8s are great for distributed microservices and big load balanced, asymmetrical
|
By
Nye Liu <nye@...>
·
#7257
·
|
|
Re: Multi-network node deployments
#fabric
I highly suggest that you look into cello ansible agent to deploy your network onto k8s environment. Here is the doc on how to do that. hyperledger/cello
hyperledger/cello
Operating System for
I highly suggest that you look into cello ansible agent to deploy your network onto k8s environment. Here is the doc on how to do that. hyperledger/cello
hyperledger/cello
Operating System for
|
By
email4tong@gmail.com
·
#7256
·
|
|
Re: Multi-network node deployments
#fabric
Thanks Tong.
We are currently using Docker swarm as a method of deploying a Fabric network across multiple hosts. However, this solution can only be properly applied to hosts inside the same LAN.
Thanks Tong.
We are currently using Docker swarm as a method of deploying a Fabric network across multiple hosts. However, this solution can only be properly applied to hosts inside the same LAN.
|
By
Nancy Min
·
#7255
·
|
|
Next Hyperledger Fabric Application Developer Community call - Thursday Nov 28th @ 4pm UTC (4pm UK) - 11am ET, 8am PT
dear Fabric ApplicationDeveloper,
the next FabricApplication Developer community call is scheduled for this ThursdayNov 28th @ 4pm UTC (4pm UK) - 11am ET (-5 hrs), 8am PT(-8 hrs)- seetime zones. It
dear Fabric ApplicationDeveloper,
the next FabricApplication Developer community call is scheduled for this ThursdayNov 28th @ 4pm UTC (4pm UK) - 11am ET (-5 hrs), 8am PT(-8 hrs)- seetime zones. It
|
By
Paul O'Mahoney <mahoney@...>
·
#7254
·
|
|
Re: #fabric #raft Orderers and organization, how to organize them?
#fabric
#raft
Why is it a "best practice" to have different CAs for peers and for orderers? What potential problems is this solving over having a single CA for both?
Regards,
Todd
Why is it a "best practice" to have different CAs for peers and for orderers? What potential problems is this solving over having a single CA for both?
Regards,
Todd
|
By
Todd Little
·
#7253
·
|
|
Re: #fabric #raft Orderers and organization, how to organize them?
#fabric
#raft
Yueming,
From the description you gave and Joe's explanation, you should have two CAs instead one of to issue the certificates for both MSPs (One for org1MSP and one for org1OrdererMSP). Joe explained
Yueming,
From the description you gave and Joe's explanation, you should have two CAs instead one of to issue the certificates for both MSPs (One for org1MSP and one for org1OrdererMSP). Joe explained
|
By
Jean-Gaël Dominé <jgdomine@...>
·
#7252
·
|
|
Re: #fabric #raft Orderers and organization, how to organize them?
#fabric
#raft
As I understand it, each org is similar to a real-world business entity, and should have its own CA. Each org may or may not own an orderer node. If an org contributes both peer and orderer nodes,
As I understand it, each org is similar to a real-world business entity, and should have its own CA. Each org may or may not own an orderer node. If an org contributes both peer and orderer nodes,
|
By
Yueming Xu
·
#7251
·
|
|
Re: #fabric #raft Orderers and organization, how to organize them?
#fabric
#raft
Yes, as I keep saying, your peers and ordering nodes should belong to different Fabric organizations. If there are subgroupings within a large entity like a bank, this separation should still happen
Yes, as I keep saying, your peers and ordering nodes should belong to different Fabric organizations. If there are subgroupings within a large entity like a bank, this separation should still happen
|
By
Joe Alewine <joe.alewine@...>
·
#7250
·
|
|
Re: #fabric #raft Orderers and organization, how to organize them?
#fabric
#raft
Thanks Joe,
So it is technically feasible but not recommended for decentralization purposes, right?
I could imagine a use case where we don't have such a large organization with different arms like
Thanks Joe,
So it is technically feasible but not recommended for decentralization purposes, right?
I could imagine a use case where we don't have such a large organization with different arms like
|
By
Harris Niavis
·
#7249
·
|
|
Re: #fabric #raft Orderers and organization, how to organize them?
#fabric
#raft
Harris,
This is not a recommended configuration. Each entity (ie, Bank of America) should have an org that owns their peers and a separate org that owns their ordering nodes. Regulations or business
Harris,
This is not a recommended configuration. Each entity (ie, Bank of America) should have an org that owns their peers and a separate org that owns their ordering nodes. Regulations or business
|
By
Joe Alewine <joe.alewine@...>
·
#7248
·
|
|
Re: #fabric #raft Orderers and organization, how to organize them?
#fabric
#raft
Hi Joe and Jean,
Looking at the example of Jean I am wondering if it is possible to use Org1 and Org2 as the organizations of the orderers.
So instead of creating new organizations for each orderer
Hi Joe and Jean,
Looking at the example of Jean I am wondering if it is possible to use Org1 and Org2 as the organizations of the orderers.
So instead of creating new organizations for each orderer
|
By
Harris Niavis
·
#7247
·
|
|
Re: #fabric #raft Orderers and organization, how to organize them?
#fabric
#raft
Joe,
Thank you very much for your great explanation which was exactly the kind of insights I was looking for.
Unless I'm wrong (if so correct me please), the illustration I made in my previous post
Joe,
Thank you very much for your great explanation which was exactly the kind of insights I was looking for.
Unless I'm wrong (if so correct me please), the illustration I made in my previous post
|
By
Jean-Gaël Dominé <jgdomine@...>
·
#7246
·
|