Skip to content

Commit

Permalink
moving settings from manageiq
Browse files Browse the repository at this point in the history
  • Loading branch information
durandom committed Dec 15, 2016
1 parent 4598dfc commit 91abacd
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions config/settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
:ems:
:ems_amazon:
:disabled_regions: []
:additional_regions: {}
:ems_refresh:
:ec2:
:get_private_images: true
:get_shared_images: true
:get_public_images: false
# configure an array of filters to be added to describe_images
# see: http://docs.aws.amazon.com/sdkforruby/api/Aws/EC2/Client.html#describe_images-instance_method
:public_images_filters:
- :name: image-type
:values:
- machine
:ignore_terminated_instances: true
:http_proxy:
:ec2:
:host:
:password:
:port:
:user:
:log:
:level_aws: info
:level_aws_in_evm: error
:workers:
:worker_base:
:event_catcher:
:event_catcher_amazon:
:poll: 15.seconds
:queue_worker_base:
:ems_metrics_collector_worker:
:ems_metrics_collector_worker_amazon: {}
:ems_refresh_worker:
:ems_refresh_worker_amazon: {}
:ems_refresh_worker_amazon_network: {}

0 comments on commit 91abacd

Please sign in to comment.