mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-18 07:55:10 +00:00
org3 peer role is not enabled in org3-artifacts/org3-crypto.yaml which causes failure in executing the transaction on org3. adding the following configuration fixes the issue "EnableNodeOUs: true" Change-Id: Id345583a7f5a1f8fb970c8e6113a094de82b6358 Signed-off-by: ratnakar <asara.ratnakar@gmail.com>
19 lines
607 B
YAML
19 lines
607 B
YAML
# Copyright IBM Corp. All Rights Reserved.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# ---------------------------------------------------------------------------
|
|
# "PeerOrgs" - Definition of organizations managing peer nodes
|
|
# ---------------------------------------------------------------------------
|
|
PeerOrgs:
|
|
# ---------------------------------------------------------------------------
|
|
# Org3
|
|
# ---------------------------------------------------------------------------
|
|
- Name: Org3
|
|
Domain: org3.example.com
|
|
EnableNodeOUs: true
|
|
Template:
|
|
Count: 2
|
|
Users:
|
|
Count: 1
|