Comment 8 for bug 1680083

Revision history for this message
clayg (clay-gerrard) wrote : Re: SLO upload

pipeline = healthcheck cache authtoken keystone proxy-server

^ that is a *very* minimal pipeline, one from devstack looks like this:

pipeline = catch_errors gatekeeper healthcheck proxy-logging cache container_sync bulk tempurl ratelimit crossdomain authtoken keystoneauth tempauth formpost staticweb copy container-quotas account-quotas slo dlo versioned_writes proxy-logging proxy-server

one one my dev environment (or at least the one I have handy) looks like this (currently):

pipeline = catch_errors gatekeeper healthcheck proxy-logging cache container_sync bulk tempurl tempauth staticweb copy dlo versioned_writes keymaster encryption proxy-logging proxy-server

random lab server looks like this:

pipeline = catch_errors gatekeeper healthcheck proxy-logging cache formpost tempurl swc swiftstack_authen swiftstack_authz copy dlo slo proxy-logging proxy-server

swc swiftstack_authen swiftstack_authz are all bs custom stuff that do similar stuff to staticweb and keystone filters

Wow... you know I sorta forgot cause we haven't talked about it in a while. But I *hate* pipelines?