Skip to content

Commit

Permalink
[FAB-8386] eyfn fails to execute invoke on org3
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
asararatnakar committed Feb 20, 2018
1 parent 24f35c1 commit 41e144f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions first-network/org3-artifacts/org3-crypto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ PeerOrgs:
# ---------------------------------------------------------------------------
- Name: Org3
Domain: org3.example.com
EnableNodeOUs: true
Template:
Count: 2
Users:
Expand Down
2 changes: 1 addition & 1 deletion first-network/scripts/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ echo "Channel name : "$CHANNEL_NAME
. scripts/utils.sh

createChannel() {
setGlobals 0 0
setGlobals 0 1

if [ -z "$CORE_PEER_TLS_ENABLED" -o "$CORE_PEER_TLS_ENABLED" = "false" ]; then
peer channel create -o orderer.example.com:7050 -c $CHANNEL_NAME -f ./channel-artifacts/channel.tx >&log.txt
Expand Down

0 comments on commit 41e144f

Please sign in to comment.