mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-18 07:55:10 +00:00
This CR adds two new yaml files that are specific to a new organization - Org3 - that will join the existing application channel. Also adds a separate docker-compose that is specific to the new org - Org3. Update byfn.sh to remove the Org3 artifacts Reliant on CR - 15323 Change-Id: I22a08be6f8472f981c4231491b7cae56906b71dd Signed-off-by: Nick Gaski <ngaski@us.ibm.com>
18 lines
583 B
YAML
18 lines
583 B
YAML
# Copyright IBM Corp. All Rights Reserved.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# ---------------------------------------------------------------------------
|
|
# "PeerOrgs" - Definition of organizations managing peer nodes
|
|
# ---------------------------------------------------------------------------
|
|
PeerOrgs:
|
|
# ---------------------------------------------------------------------------
|
|
# Org3
|
|
# ---------------------------------------------------------------------------
|
|
- Name: Org3
|
|
Domain: org3.example.com
|
|
Template:
|
|
Count: 2
|
|
Users:
|
|
Count: 1
|