Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

moving settings from manageiq #91

Merged
merged 2 commits into from
Jan 6, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@agrare I added this as dummy example

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@durandom Nice!

: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: {}