As long as I know, there is only one Ordering Service Channel per network, the one whose chain starts with the genesis block. In orderer.yaml
, General.GenesisFile
only accepts one file.
So I would say it is not possible. The same orderer node/process only attends one Ordering Service Channel, and so one network.
You can set an only network that uses a different subset of orderers per channel, which in practise is similar to what you want. You can set a network with the 5 organizations and the 5 orderers, with a common Ordering Service Channel (which keeps track of existing organizations, orderers and channels) and different subsets of orderers and organizations per application channel.
Otherwise, you have to deploy different orderer processes which in fact are different orderer nodes.