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

Customize ssh_timeout and ssh_retries #58

Merged
merged 4 commits into from
Aug 12, 2014

Conversation

ekrupnik
Copy link

@ekrupnik ekrupnik commented Jun 2, 2014

This pull request is related to allowing a user to customize the sleep and retries mentioned in @sethvargo's open issue: test-kitchen/test-kitchen#422. The defaults given were what the code currently has:

ssh_timeout: 1
ssh_retries: 3

and neither are required to be set.

To customize, a .kitchen.yml would look like:

---
driver_plugin: ec2
driver_config:
  ssh_timeout: 15
  ssh_retries: 5
  aws_access_key_id: 'YOUR VALUE'
  aws_secret_access_key: 'YOUR VALUE'
  availability_zone: "us-east-1a"
...
more config here
...

@ekrupnik ekrupnik changed the title Ssh config Customize ssh_timeout and ssh_retries Jun 2, 2014
@berniedurfee
Copy link

Yes please...

sethvargo added a commit that referenced this pull request Aug 12, 2014
Customize ssh_timeout and ssh_retries
@sethvargo sethvargo merged commit 462e7a1 into test-kitchen:master Aug 12, 2014
@ekrupnik ekrupnik deleted the ssh-config branch January 12, 2015 01:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants