@@ -478,20 +478,6 @@ Profiles:
478478 Organizations :
479479 - *SampleOrg
480480
481- # SampleSingleMSPKafka defines a configuration that differs from the
482- # SampleSingleMSPSolo one only in that it uses the Kafka-based orderer.
483- SampleSingleMSPKafka :
484- << : *ChannelDefaults
485- Orderer :
486- << : *OrdererDefaults
487- OrdererType : kafka
488- Organizations :
489- - *SampleOrg
490- Consortiums :
491- SampleConsortium :
492- Organizations :
493- - *SampleOrg
494-
495481 # SampleInsecureSolo defines a configuration which uses the Solo orderer,
496482 # contains no MSP definitions, and allows all transactions and channel
497483 # creation requests for the consortium SampleConsortium.
@@ -504,17 +490,6 @@ Profiles:
504490 SampleConsortium :
505491 Organizations :
506492
507- # SampleInsecureKafka defines a configuration that differs from the
508- # SampleInsecureSolo one only in that it uses the Kafka-based orderer.
509- SampleInsecureKafka :
510- << : *ChannelDefaults
511- Orderer :
512- << : *OrdererDefaults
513- OrdererType : kafka
514- Consortiums :
515- SampleConsortium :
516- Organizations :
517-
518493 # SampleDevModeSolo defines a configuration which uses the Solo orderer,
519494 # contains the sample MSP as both orderer and consortium member, and
520495 # requires only basic membership for admin privileges. It also defines
@@ -551,44 +526,11 @@ Profiles:
551526 Type : Signature
552527 Rule : " OR('SampleOrg.member')"
553528
554- # SampleDevModeKafka defines a configuration that differs from the
555- # SampleDevModeSolo one only in that it uses the Kafka-based orderer.
556- SampleDevModeKafka :
557- << : *ChannelDefaults
558- Orderer :
559- << : *OrdererDefaults
560- OrdererType : kafka
561- Organizations :
562- - << : *SampleOrg
563- Policies :
564- << : *SampleOrgPolicies
565- Admins :
566- Type : Signature
567- Rule : " OR('SampleOrg.member')"
568- Application :
569- << : *ApplicationDefaults
570- Organizations :
571- - << : *SampleOrg
572- Policies :
573- << : *SampleOrgPolicies
574- Admins :
575- Type : Signature
576- Rule : " OR('SampleOrg.member')"
577- Consortiums :
578- SampleConsortium :
579- Organizations :
580- - << : *SampleOrg
581- Policies :
582- << : *SampleOrgPolicies
583- Admins :
584- Type : Signature
585- Rule : " OR('SampleOrg.member')"
586529
587530 # SampleSingleMSPChannel defines a channel with only the sample org as a
588531 # member. It is designed to be used in conjunction with SampleSingleMSPSolo
589- # and SampleSingleMSPKafka orderer profiles. Note, for channel creation
590- # profiles, only the 'Application' section and consortium # name are
591- # considered.
532+ # orderer profile. Note, for channel creation profiles, only the
533+ # 'Application' section and consortium # name are considered.
592534 SampleSingleMSPChannel :
593535 << : *ChannelDefaults
594536 Consortium : SampleConsortium
0 commit comments