github.com/sykesm/fabric@v1.1.0-preview.0.20200129034918-2aa12b1a0181/integration/lifecycle/solo.yaml (about) 1 # Copyright IBM Corp. All Rights Reserved. 2 # 3 # SPDX-License-Identifier: Apache-2.0 4 --- 5 organizations: 6 - name: orderer-org 7 msp_id: OrdererOrgExampleCom 8 domain: orderer.example.com 9 enable_node_organizational_units: false 10 users: 0 11 ca: 12 hostname: ca 13 - name: org1 14 msp_id: Org1ExampleCom 15 domain: org1.example.com 16 enable_node_organizational_units: true 17 users: 2 18 ca: 19 hostname: ca 20 - name: org2 21 msp_id: Org2ExampleCom 22 domain: org2.example.com 23 enable_node_organizational_units: true 24 users: 2 25 ca: 26 hostname: ca 27 28 consortiums: 29 - name: SampleConsortium 30 organizations: 31 - org1 32 - org2 33 34 consensus: 35 type: solo 36 37 system_channel: 38 name: systemchannel 39 profile: TwoOrgsOrdererGenesis 40 41 orderers: 42 - name: orderer0 43 organization: orderer-org 44 45 orderercapabilities: 46 v20: false 47 48 channels: 49 - name: testchannel 50 profile: TwoOrgsChannel 51 - name: testchannel2 52 profile: TwoOrgsChannel 53 54 peers: 55 - name: peer1 56 organization: org1 57 channels: 58 - name: testchannel 59 anchor: true 60 - name: testchannel2 61 anchor: true 62 - name: peer2 63 organization: org1 64 channels: 65 - name: testchannel 66 - name: testchannel2 67 - name: peer1 68 organization: org2 69 channels: 70 - name: testchannel 71 - name: testchannel2 72 - name: peer2 73 organization: org2 74 channels: 75 - name: testchannel 76 anchor: true 77 - name: testchannel2 78 anchor: true 79 80 profiles: 81 - name: TwoOrgsOrdererGenesis 82 orderers: 83 - orderer0 84 - name: TwoOrgsChannel 85 consortium: SampleConsortium 86 organizations: 87 - org1 88 - org2