Created
July 12, 2024 16:08
-
-
Save pgwillia/27ded5453a650840c69455dd4ff5b888 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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: | |
| username: demo | |
| password: demo | |
| auth_url: http://127.0.0.1:35357/v3/auth/tokens | |
| project_name: test | |
| 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: [email protected] | |
| api_key: 3eeb395e-63b7-11ea-bc55-0242ac130003 | |
| jupiter_url: http://era.lvh.me:3000/ | |
| aip_api_path: aip/v1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment