向现有 运行 网络添加新的联盟定义
Adding a new consortium definition to existing running network
EYFN 允许将组织 Org3 添加到现有频道 "mychannel"。我正在尝试通过在 运行 网络中动态创建频道来将 Org1 和 Org3 添加到新频道。为此,据我了解,有必要用 Org1 和 Org3 定义联盟。
在关注文档时,提到了 "In practice, consortium definition X2 has been added to the network configuration NC4. We discuss the exact mechanics of this operation elsewhere in the documentation." (https://hyperledger-fabric.readthedocs.io/en/release-1.4/network/network.html)
是否可以通过更新网络配置来实现?或者其他选择?
是的,这是可能的,而不是获取应用程序通道,您必须获取系统通道块并将新组织添加到现有联盟中,并在 configtx 中添加一个新的配置文件并生成一个新的交易文件和创建您的新频道
EYFN 允许将组织 Org3 添加到现有频道 "mychannel"。我正在尝试通过在 运行 网络中动态创建频道来将 Org1 和 Org3 添加到新频道。为此,据我了解,有必要用 Org1 和 Org3 定义联盟。
在关注文档时,提到了 "In practice, consortium definition X2 has been added to the network configuration NC4. We discuss the exact mechanics of this operation elsewhere in the documentation." (https://hyperledger-fabric.readthedocs.io/en/release-1.4/network/network.html)
是否可以通过更新网络配置来实现?或者其他选择?
是的,这是可能的,而不是获取应用程序通道,您必须获取系统通道块并将新组织添加到现有联盟中,并在 configtx 中添加一个新的配置文件并生成一个新的交易文件和创建您的新频道