fabric-samples/test-network-kind/config/crypto-config.yaml
jkneubuh 5860027ac8
kubernetes test network : initial commit (#471)
* 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>
2021-09-09 14:04:07 +01:00

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