Skip to content

Commit

Permalink
Make elps filter optional (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-at-luther authored Aug 28, 2024
1 parent 1c30e9b commit 8936c6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ansible-roles/k8s_fabric_chaincode/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ k8s_fabric_chaincode_external_orgs: []
k8s_fabric_chaincode_external: false
k8s_fabric_chaincode_ccaas: false
k8s_fabric_chaincode_loglevel: info
k8s_fabric_chaincode_no_elps_filter: false
k8s_fabric_chaincode_helm_chart_path: "{{kubectl_asset_root_path}}/chaincode"
k8s_fabric_chaincode_azs: []
# ccid override is a hack to work with old substrate/buildpack versions
Expand Down
1 change: 1 addition & 0 deletions ansible-roles/k8s_fabric_chaincode/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
availabilityZone: "{{availability_zones[item.1]}}"
env:
CHAINCODE_LOG_LEVEL: "{{k8s_fabric_chaincode_loglevel}}"
CHAINCODE_NO_ELPS_FILTER: "{{k8s_fabric_chaincode_no_elps_filter}}"
local: "{{mars_local | default(false)}}"
loop: "{{ k8s_fabric_chaincode_orgs | org_peer_pairs }}"
loop_control:
Expand Down

0 comments on commit 8936c6b

Please sign in to comment.