forked from mallikprojects/hyperledger-k8
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9547d7d
commit 903955a
Showing
16 changed files
with
60 additions
and
1,007 deletions.
There are no files selected for viewing
522 changes: 0 additions & 522 deletions
522
fabric-kube/artifacts-flow/bkup-artifacts-workflow.yaml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,6 @@ | ||
{{ if .Values.backup.enabled }} | ||
Wait for all CA pods to come up | ||
This is necessary to run artifacts-flow to retreive necessary crypto material from CA's | ||
|
||
HL Fabric network is now prepared for backup! | ||
|
||
Wait for all pods are up and running then run the backup Argo flow! | ||
After that is completed, make another Helm upgrade to return back to normal operation. | ||
|
||
{{- if (index .Values "hlf-kafka").enabled }} | ||
|
||
IMPORTANT: Looks like you are using Kafka Orderer. | ||
In this case you also need to manually backup Kafka cluster! | ||
|
||
{{- end}} | ||
|
||
{{ else if .Values.restore.enabled }} | ||
|
||
HL Fabric network is now prepared for restore! | ||
|
||
Wait for all pods are up and running then run the restore Argo flow! | ||
After that is completed, make another Helm upgrade to return back to normal operation. | ||
|
||
{{- if (index .Values "hlf-kafka").enabled }} | ||
|
||
IMPORTANT: Looks like you are using Kafka Orderer. | ||
In this case you also need to manually restore Kafka cluster! | ||
|
||
{{- end}} | ||
|
||
{{ else }} | ||
|
||
Happy BlockChaining :) | ||
|
||
And don't forget the first rule of BlockChain club: | ||
|
||
"Do not use BlockChain unless absolutely necessary!" | ||
|
||
r a f t | ||
Intermediate CA's are not supported | ||
|
||
{{- end }} |
Oops, something went wrong.