Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge "Simplify composition of swift-proxy-server pipelines"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Jan 13, 2021
2 parents 3ab975c + 971438d commit bf17c1d
Showing 1 changed file with 12 additions and 17 deletions.
29 changes: 12 additions & 17 deletions deployment/swift/swift-proxy-container-puppet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,8 @@ outputs:
swift::keymaster::auth_endpoint: {get_param: [EndpointMap, KeystoneInternal, uri]}
- {}
- swift::proxy::pipeline:
yaql:
expression: $.data.pipeline.where($ != '')
data:
pipeline:
list_concat:
-
- 'catch_errors'
- 'healthcheck'
- 'proxy-logging'
Expand All @@ -222,21 +220,18 @@ outputs:
- 'slo'
- 'dlo'
- 'versioned_writes'
-
if:
- if:
- ceilometer_pipeline_enabled
- 'ceilometer'
- ''
-
if:
- swift_encryption_enabled
- 'kms_keymaster'
- ''
-
if:
-
- 'ceilometer'
- []
- if:
- swift_encryption_enabled
- 'encryption'
- ''
-
- 'kms_keymaster'
- 'encryption'
- []
-
- 'proxy-logging'
- 'proxy-server'
swift::proxy::account_autocreate: true
Expand Down

0 comments on commit bf17c1d

Please sign in to comment.