Sha256: f3dbca40d9a7f5f0491af813ccf12192c1d2dc1d5b5b3988759e68947162a10a
Contents?: true
Size: 1.34 KB
Versions: 6
Compression:
Stored size: 1.34 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 # These 2 extra parameters are now required for keystone v3 authentication auth_version: v3 user_domain: default 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
6 entries across 6 versions & 1 rubygems