Sha256: a92c85e4534dcba24c93510c633e882535d07b7918e4858edbc1cc8b5b9de0e8

Contents?: true

Size: 1.22 KB

Versions: 3

Compression:

Stored size: 1.22 KB

Contents

# Sample configuration file for PushmiPullyu.
# Options here can still be overridden by cmd line args.

# Pass this file at config/pushmi_pullyu.yml and PushmiPullyu will
# pick it up automatically. Or pass this file into pushmi_pullyu on command line
# via `pushmi_pullyu -C path/to/pushmi_pullyu.yml`

# PushmiPullyu will run this file through ERB when reading it so you can
# even put in dynamic logic, like consuming ENV Variables.

aip_version: 'lightaip-2.0'
debug: false
logdir: log
monitor: false
piddir: tmp/pids
workdir: tmp/work
process_name: pushmi_pullyu
queue_name: dev:pmpy_queue
ingestion_prefix: "'prod:pmpy_ingest_attempt:'" 
ingestion_attempts: 15
first_failed_wait: 10
minimum_age: 0

redis:
  url: redis://localhost:6379

#parameters project_name and project_domain_name are required only for keystone v3 authentication
swift:
  tenant: tester
  username: test:tester
  password: testing
  auth_url: http://localhost:8080/auth/v1.0
  project_name: demo
  project_domain_name: default
  container: ERA

rollbar:
  token: 'abc123xyz'
  proxy_host: 'your_proxy_host_url'
  proxy_port: '80'

jupiter:
  user: jupiter@ualberta.ca
  api_key: 5042c4ad-6d22-486d-bc63-2b9e5b9a630a
  jupiter_url: http://localhost:3000/
  aip_api_path: aip/v1

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pushmi_pullyu-2.0.7 examples/pushmi_pullyu.yml
pushmi_pullyu-2.0.6 examples/pushmi_pullyu.yml
pushmi_pullyu-2.0.5 examples/pushmi_pullyu.yml