[FAB-17303] Update sample configtx.yamls with new

PrivateDataImplicitCollection field

Signed-off-by: Danny Cao <dcao@us.ibm.com>
Change-Id: I5d2c23b882c83f7a4ab529336145bb7567c6b296
This commit is contained in:
Danny Cao 2020-01-13 16:27:44 -05:00
parent 6d9fd6f7e1
commit e7e30830bb
6 changed files with 72 additions and 13 deletions

View file

@ -76,6 +76,12 @@ Organizations:
- Host: peer0.org1.example.com - Host: peer0.org1.example.com
Port: 7051 Port: 7051
# PrivateDataImplicitCollection stores the configuration for this org's implicit
# collection.
PrivateDataImplicitCollection:
MaxPeerCount: 1
RequiredPeerCount: 0
################################################################################ ################################################################################
# #
# SECTION: Capabilities # SECTION: Capabilities

View file

@ -76,6 +76,12 @@ Organizations:
- Host: peer0.org1.example.com - Host: peer0.org1.example.com
Port: 7051 Port: 7051
# PrivateDataImplicitCollection stores the configuration for this org's implicit
# collection.
PrivateDataImplicitCollection:
MaxPeerCount: 1
RequiredPeerCount: 0
- &Org2 - &Org2
# DefaultOrg defines the organization which is used in the sampleconfig # DefaultOrg defines the organization which is used in the sampleconfig
# of the fabric.git development environment # of the fabric.git development environment
@ -110,6 +116,12 @@ Organizations:
- Host: peer0.org2.example.com - Host: peer0.org2.example.com
Port: 9051 Port: 9051
# PrivateDataImplicitCollection stores the configuration for this org's implicit
# collection.
PrivateDataImplicitCollection:
MaxPeerCount: 1
RequiredPeerCount: 0
################################################################################ ################################################################################
# #
# SECTION: Capabilities # SECTION: Capabilities

View file

@ -36,6 +36,9 @@ Organizations:
Admins: Admins:
Type: Signature Type: Signature
Rule: "OR('Org3MSP.admin')" Rule: "OR('Org3MSP.admin')"
Endorsement:
Type: Signature
Rule: "OR('Org3MSP.peer')"
AnchorPeers: AnchorPeers:
# AnchorPeers defines the location of peers which can be used # AnchorPeers defines the location of peers which can be used
@ -44,16 +47,8 @@ Organizations:
- Host: peer0.org3.example.com - Host: peer0.org3.example.com
Port: 11051 Port: 11051
Policies: # PrivateDataImplicitCollection stores the configuration for this org's implicit
Readers: # collection.
Type: Signature PrivateDataImplicitCollection:
Rule: "OR('Org3MSP.admin', 'Org3MSP.peer', 'Org3MSP.client')" MaxPeerCount: 1
Writers: RequiredPeerCount: 0
Type: Signature
Rule: "OR('Org3MSP.admin', 'Org3MSP.client')"
Admins:
Type: Signature
Rule: "OR('Org3MSP.admin')"
Endorsement:
Type: Signature
Rule: "OR('Org3MSP.peer')"

View file

@ -76,6 +76,12 @@ Organizations:
- Host: irs-partya - Host: irs-partya
Port: 7051 Port: 7051
# PrivateDataImplicitCollection stores the configuration for this org's implicit
# collection.
PrivateDataImplicitCollection:
MaxPeerCount: 1
RequiredPeerCount: 0
- &partyb - &partyb
# DefaultOrg defines the organization which is used in the sampleconfig # DefaultOrg defines the organization which is used in the sampleconfig
# of the fabric.git development environment # of the fabric.git development environment
@ -111,6 +117,12 @@ Organizations:
- Host: irs-partyb - Host: irs-partyb
Port: 7051 Port: 7051
# PrivateDataImplicitCollection stores the configuration for this org's implicit
# collection.
PrivateDataImplicitCollection:
MaxPeerCount: 1
RequiredPeerCount: 0
- &partyc - &partyc
# DefaultOrg defines the organization which is used in the sampleconfig # DefaultOrg defines the organization which is used in the sampleconfig
# of the fabric.git development environment # of the fabric.git development environment
@ -146,6 +158,11 @@ Organizations:
- Host: irs-partyc - Host: irs-partyc
Port: 7051 Port: 7051
# PrivateDataImplicitCollection stores the configuration for this org's implicit
# collection.
PrivateDataImplicitCollection:
MaxPeerCount: 1
RequiredPeerCount: 0
- &auditor - &auditor
# DefaultOrg defines the organization which is used in the sampleconfig # DefaultOrg defines the organization which is used in the sampleconfig
@ -182,6 +199,12 @@ Organizations:
- Host: irs-auditor - Host: irs-auditor
Port: 7051 Port: 7051
# PrivateDataImplicitCollection stores the configuration for this org's implicit
# collection.
PrivateDataImplicitCollection:
MaxPeerCount: 1
RequiredPeerCount: 0
- &rrprovider - &rrprovider
# DefaultOrg defines the organization which is used in the sampleconfig # DefaultOrg defines the organization which is used in the sampleconfig
# of the fabric.git development environment # of the fabric.git development environment
@ -217,6 +240,11 @@ Organizations:
- Host: irs-rrprovider - Host: irs-rrprovider
Port: 7051 Port: 7051
# PrivateDataImplicitCollection stores the configuration for this org's implicit
# collection.
PrivateDataImplicitCollection:
MaxPeerCount: 1
RequiredPeerCount: 0
################################################################################ ################################################################################
# #

View file

@ -40,3 +40,9 @@ Organizations:
# encoded in the genesis block in the Application section context # encoded in the genesis block in the Application section context
- Host: peer0.org3.example.com - Host: peer0.org3.example.com
Port: 11051 Port: 11051
# PrivateDataImplicitCollection stores the configuration for this org's implicit
# collection.
PrivateDataImplicitCollection:
MaxPeerCount: 1
RequiredPeerCount: 0

View file

@ -76,6 +76,12 @@ Organizations:
- Host: peer0.org1.example.com - Host: peer0.org1.example.com
Port: 7051 Port: 7051
# PrivateDataImplicitCollection stores the configuration for this org's implicit
# collection.
PrivateDataImplicitCollection:
MaxPeerCount: 1
RequiredPeerCount: 0
- &Org2 - &Org2
# DefaultOrg defines the organization which is used in the sampleconfig # DefaultOrg defines the organization which is used in the sampleconfig
# of the fabric.git development environment # of the fabric.git development environment
@ -110,6 +116,12 @@ Organizations:
- Host: peer0.org2.example.com - Host: peer0.org2.example.com
Port: 9051 Port: 9051
# PrivateDataImplicitCollection stores the configuration for this org's implicit
# collection.
PrivateDataImplicitCollection:
MaxPeerCount: 1
RequiredPeerCount: 0
################################################################################ ################################################################################
# #
# SECTION: Capabilities # SECTION: Capabilities