mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
* This is the initial add of a test-network-kind Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com> * Update the test-network-kind README; removes the local docker registry; updated 'clean' instructions Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com> Co-authored-by: Matthew B White <mbwhite@users.noreply.github.com>
59 lines
1.4 KiB
YAML
59 lines
1.4 KiB
YAML
# Copyright IBM Corp. All Rights Reserved.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# ---------------------------------------------------------------------------
|
|
# "OrdererOrgs" - Definition of organizations managing orderer nodes
|
|
# ---------------------------------------------------------------------------
|
|
OrdererOrgs:
|
|
- Name: Orderer
|
|
Domain: example.com
|
|
EnableNodeOUs: true
|
|
|
|
Specs:
|
|
- Hostname: orderer1
|
|
SANS:
|
|
- 0.0.0.0
|
|
- Hostname: orderer2
|
|
SANS:
|
|
- 0.0.0.0
|
|
- Hostname: orderer3
|
|
SANS:
|
|
- 0.0.0.0
|
|
- Hostname: orderer4
|
|
SANS:
|
|
- 0.0.0.0
|
|
- Hostname: orderer5
|
|
SANS:
|
|
- 0.0.0.0
|
|
|
|
# ---------------------------------------------------------------------------
|
|
# "PeerOrgs" - Definition of organizations managing peer nodes
|
|
# ---------------------------------------------------------------------------
|
|
PeerOrgs:
|
|
- Name: Org1
|
|
Domain: org1.example.com
|
|
EnableNodeOUs: true
|
|
Specs:
|
|
- Hostname: org1-peer1
|
|
SANS:
|
|
- 0.0.0.0
|
|
- Hostname: org1-peer2
|
|
SANS:
|
|
- 0.0.0.0
|
|
Users:
|
|
Count: 1
|
|
|
|
- Name: Org2
|
|
Domain: org2.example.com
|
|
EnableNodeOUs: true
|
|
Specs:
|
|
- Hostname: org2-peer1
|
|
SANS:
|
|
- 0.0.0.0
|
|
- Hostname: org2-peer2
|
|
SANS:
|
|
- 0.0.0.0
|
|
Users:
|
|
Count: 1
|