-
Notifications
You must be signed in to change notification settings - Fork 581
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
Net::SSH::ChannelOpenFailed #1111
Comments
I am also having this issue on linux as well |
I too had this issue on linux. Downgrading net-ssh to 3.1.1 fixed it. Could be an issue with net-ssh 3.2.0 |
I also had this problem on Windows. Downgrading to ruby 2.3.3p222 (2016-11-21 revision 56859) [x64-mingw32] .kitchen.yml ---
driver:
name: docker
use_sudo: false
provisioner:
name: ansible_playbook
hosts: test-kitchen
requirements_path: ansible_requirements.yml
require_ruby_for_busser: true
require_chef_for_busser: false
ansible_sudo: no
ansible_extra_flags: <%= ENV['ANSIBLE_EXTRA_FLAGS'] %>
ignore_paths_from_root:
- .git
- .idea
platforms:
- name: ubuntu-16.04
|
Just found workaround in other issue thread: #1035 |
Given the age of the net-ssh gems and the inability to reproduce this outside of bespoke drivers that pin alternate deps, closing. Feel free to open a new issue against latest test-kitchen and net-ssh combinations (ideally those that exist in ChefDK as that is the most thorougly tested configuration) |
Description
Im getting the following error just after the machine has finished installing the initial packages and then it starts to transfer ansible roles to the remote server.
If i retry multiple times
kitchen converge
eventually it will transfer the files and continue the provisioning and testing.Kitchen Version
Ruby Version
If you are not using test-kitchen via ChefDK, please provide the output of ruby --version.
Platform Version
Linux 4.7.2-1-ARCH #1 SMP PREEMPT Sat Aug 20 23:02:56 CEST 2016 x86_64 GNU/Linux
and OS X El Capitan
Replication Case
Kitchen Output
Kitchen Diagnose
The text was updated successfully, but these errors were encountered: