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

Adding support for tenancy parameter in placement config. #235

Merged
merged 13 commits into from
Feb 7, 2017

Conversation

jcastillocano
Copy link

Only "default" and "dedicated" values are accepted. If you think is worthy to have also "host" value (http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/dedicated-instance.html#dedicated-howitworks) but being honest I've never seen that value in an instance config. This parameter works in pair with availability zone to define the placement attribute.

@tyler-ball tyler-ball changed the title Adding support for tenancy parameter in placement config. Adding support for tenancy parameter in placement config. Mar 7, 2016
@jcastillocano
Copy link
Author

Hi @tyler-ball

do you need anything else from my side to improve this PR in order to be merged?

Kind regards

@jcastillocano
Copy link
Author

jcastillocano commented Aug 2, 2016

@cheeseplus @jkeiser

Could you please help me to merge this PR?

Regards

@corecanarias
Copy link

Hi, can we have this merged?

@cheeseplus
Copy link
Contributor

👍

@@ -79,6 +79,7 @@ class Ec2 < Kitchen::Driver::Base # rubocop:disable Metrics/ClassLength
default_config :interface, nil
default_config :http_proxy, ENV["HTTPS_PROXY"] || ENV["HTTP_PROXY"]
default_config :retry_limit, 3
default_config :tenancy, "dedicated"

Choose a reason for hiding this comment

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

Not sure if this is the real default value when tenancy is not specified. I guess that by default should be "default". Guess not everybody wants to use dedicated instances.

@jcastillocano
Copy link
Author

Hi, I just merged from master. Could we have this merged?

@cheeseplus cheeseplus added this to the 1.2.1 milestone Feb 7, 2017
@cheeseplus cheeseplus merged commit f80d770 into test-kitchen:master Feb 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants