Skip to content

Commit

Permalink
Fixed network-schema and added shared changes
Browse files Browse the repository at this point in the history
Signed-off-by: Roy,Sownak <[email protected]>
  • Loading branch information
sownak committed Jan 10, 2024
1 parent 6ee9eb1 commit b74785a
Show file tree
Hide file tree
Showing 44 changed files with 3,408 additions and 1,549 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@
*_custom.tpl
**/charts/*.tgz
**/files/*.json
requirements.lock
requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ dependencies:
repository: "file://../../../shared/charts/bevel-scripts"
tags:
- bevel
version: ~0.15.1
version: ~0.15.1
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,9 @@
component_name: "{{ org.name | lower }}-vaultk8s-job"
component_type: "{{ org.type | lower }}"
component_ns: "{{ org.name | lower }}-net"
component_auth: "{{ network.env.type }}{{ org.name | lower }}-net-auth"
component_auth: "{{ network.env.type }}{{ name }}"
kubernetes: "{{ org.k8s }}"
vault: "{{ org.vault }}"
policy_type: "fabric"
gitops: "{{ org.gitops }}"
reset_path: "platforms/hyperledger-fabric/configuration"
loop: "{{ network['organizations'] }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,9 @@
component_name: "{{ org.name | lower }}-vaultk8s-job"
component_type: "{{ org.type | lower }}"
component_ns: "{{ org.name | lower }}-net"
component_auth: "{{ network.env.type }}{{ org.name | lower }}-net-auth"
component_auth: "{{ network.env.type }}{{ name }}"
kubernetes: "{{ org.k8s }}"
vault: "{{ org.vault }}"
policy_type: "fabric"
gitops: "{{ org.gitops }}"
reset_path: "platforms/hyperledger-fabric/configuration"
loop: "{{ network['organizations'] }}"
Expand Down
3 changes: 1 addition & 2 deletions platforms/hyperledger-fabric/configuration/add-peer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,9 @@
component_name: "{{ org.name | lower }}-vaultk8s-job"
component_type: "{{ org.type | lower }}"
component_ns: "{{ org.name | lower }}-net"
component_auth: "{{ network.env.type }}{{ org.name | lower }}-net-auth"
component_auth: "{{ network.env.type }}{{ name }}"
kubernetes: "{{ org.k8s }}"
vault: "{{ org.vault }}"
policy_type: "fabric"
gitops: "{{ org.gitops }}"
reset_path: "platforms/hyperledger-fabric/configuration"
loop: "{{ network['organizations'] }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,9 @@
component_name: "{{ org.name | lower }}-vaultk8s-job"
component_type: "{{ org.type | lower }}"
component_ns: "{{ org.name | lower }}-net"
component_auth: "{{ network.env.type }}{{ org.name | lower }}-net-auth"
component_auth: "{{ network.env.type }}{{ name }}"
kubernetes: "{{ org.k8s }}"
vault: "{{ org.vault }}"
policy_type: "fabric"
gitops: "{{ org.gitops }}"
loop: "{{ network['organizations'] }}"
loop_control:
Expand All @@ -74,10 +73,9 @@
component_name: "{{ org.name | lower }}-vaultk8s-job"
component_type: "{{ org.type | lower }}"
component_ns: "{{ org.name | lower }}-net"
component_auth: "{{ org.k8s.cluster_id }}{{ component_ns }}-auth"
component_auth: "{{ network.env.type }}{{ name }}"
kubernetes: "{{ org.k8s }}"
vault: "{{ org.vault }}"
policy_type: "fabric"
gitops: "{{ org.gitops }}"
reset_path: "platforms/hyperledger-fabric/configuration"
loop: "{{ network['organizations'] }}"
Expand Down
Loading

0 comments on commit b74785a

Please sign in to comment.