[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
Port: 7051
# PrivateDataImplicitCollection stores the configuration for this org's implicit
# collection.
PrivateDataImplicitCollection:
MaxPeerCount: 1
RequiredPeerCount: 0
################################################################################
#
# SECTION: Capabilities

View file

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

View file

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

View file

@ -76,6 +76,12 @@ Organizations:
- Host: irs-partya
Port: 7051
# PrivateDataImplicitCollection stores the configuration for this org's implicit
# collection.
PrivateDataImplicitCollection:
MaxPeerCount: 1
RequiredPeerCount: 0
- &partyb
# DefaultOrg defines the organization which is used in the sampleconfig
# of the fabric.git development environment
@ -111,6 +117,12 @@ Organizations:
- Host: irs-partyb
Port: 7051
# PrivateDataImplicitCollection stores the configuration for this org's implicit
# collection.
PrivateDataImplicitCollection:
MaxPeerCount: 1
RequiredPeerCount: 0
- &partyc
# DefaultOrg defines the organization which is used in the sampleconfig
# of the fabric.git development environment
@ -146,6 +158,11 @@ Organizations:
- Host: irs-partyc
Port: 7051
# PrivateDataImplicitCollection stores the configuration for this org's implicit
# collection.
PrivateDataImplicitCollection:
MaxPeerCount: 1
RequiredPeerCount: 0
- &auditor
# DefaultOrg defines the organization which is used in the sampleconfig
@ -182,6 +199,12 @@ Organizations:
- Host: irs-auditor
Port: 7051
# PrivateDataImplicitCollection stores the configuration for this org's implicit
# collection.
PrivateDataImplicitCollection:
MaxPeerCount: 1
RequiredPeerCount: 0
- &rrprovider
# DefaultOrg defines the organization which is used in the sampleconfig
# of the fabric.git development environment
@ -217,6 +240,11 @@ Organizations:
- Host: irs-rrprovider
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
- Host: peer0.org3.example.com
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
Port: 7051
# PrivateDataImplicitCollection stores the configuration for this org's implicit
# collection.
PrivateDataImplicitCollection:
MaxPeerCount: 1
RequiredPeerCount: 0
- &Org2
# DefaultOrg defines the organization which is used in the sampleconfig
# of the fabric.git development environment
@ -110,6 +116,12 @@ Organizations:
- Host: peer0.org2.example.com
Port: 9051
# PrivateDataImplicitCollection stores the configuration for this org's implicit
# collection.
PrivateDataImplicitCollection:
MaxPeerCount: 1
RequiredPeerCount: 0
################################################################################
#
# SECTION: Capabilities