Skip to content
This repository has been archived by the owner on Jan 20, 2021. It is now read-only.

Latest commit

 

History

History
39 lines (23 loc) · 2.21 KB

README.md

File metadata and controls

39 lines (23 loc) · 2.21 KB

ansible-examples

Build Status

⚠️ ⚠️ ⚠️

The Ansible role used by these examples is now deprecated and no longer maintained.

The IBM Blockchain Platform 2.5 release includes a new Ansible collection that can be used to build, operate & govern and grow blockchain networks.

The Ansible collection can be found here:

Support for the Ansible collection is included as part of the IBM Blockchain Platform.

It is strongly recommended that you use the Ansible collection instead of the Ansible role used by these examples.

⚠️ ⚠️ ⚠️

This repository contains a set of example Ansible playbooks for building Hyperledger Fabric networks using the IBM Blockchain Platform. All of the example Ansible playbooks make use of the Ansible role ibm.blockchain_platform_manager, available from Ansible Galaxy.

one-org-network

The one-org-network directory contains an Ansible playbook for building a Hyperledger Fabric network with one organization, Org1. The organization has two peers. The two peers are configured with a single channel, channel1. The FabCar sample contract is instantiated on this channel.

two-org-network

The two-org-network directory contains an Ansible playbook for building a Hyperledger Fabric network with two organizations, Org1 and Org2. Each organization has two peers. The two peers are configured with a single channel, channel1. The FabCar sample contract is instantiated on this channel, with an endorsement policy stating that both organizations must endorse any transactions.

License

Apache-2.0