Skip to content

Commit

Permalink
Merge pull request #91 from durandom/settings
Browse files Browse the repository at this point in the history
moving settings from manageiq
  • Loading branch information
Fryguy authored Jan 6, 2017
2 parents 9a9509e + d2b3710 commit ef38dc1
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions config/settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
:ems:
:ems_amazon:
:disabled_regions: []
# disable regions by their keys found in app/models/manageiq/providers/amazon/regions.rb e.g.
# - us-gov-west-1
#
# add additional regions as found in app/models/manageiq/providers/amazon/regions.rb
:additional_regions: {}
# :spec-region-1:
# :name: Special Region
# :hostname: ec2.spec-region-1.amazonaws.com
# :description: Super Special Region
: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 ef38dc1

Please sign in to comment.