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

Arch Linux: install net-tools and openssh #1722

Merged
merged 1 commit into from
Dec 6, 2021

Conversation

bastelfreak
Copy link
Member

Both packages are required. net-tools provides netstat

Both packages are required. net-tools provides netstat
@bastelfreak bastelfreak added the bug label Dec 5, 2021
@bastelfreak bastelfreak self-assigned this Dec 5, 2021
@codecov
Copy link

codecov bot commented Dec 5, 2021

Codecov Report

Merging #1722 (aace529) into master (adf4618) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1722   +/-   ##
=======================================
  Coverage   74.64%   74.64%           
=======================================
  Files          82       82           
  Lines        4863     4863           
=======================================
  Hits         3630     3630           
  Misses       1233     1233           
Impacted Files Coverage Δ
lib/beaker/host_prebuilt_steps.rb 73.31% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update adf4618...aace529. Read the comment docs.

@bastelfreak
Copy link
Member Author

tested this on voxpupuli/puppet-nginx#1492

Copy link
Member

@ekohl ekohl left a comment

Choose a reason for hiding this comment

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

I'm not strictly opposed to this, but I'd like to rant about something.

Right now these are only installed using SSH so installing SSH over SSH doesn't make sense. beaker-docker is in a weird state that it mostly duplicates this, but Arch reuses it. In #1718 I started an effort to make this easier to reuse. That's where I'd like to end up.

With that in mind, 👍

@ekohl ekohl merged commit 9a974a7 into voxpupuli:master Dec 6, 2021
@bastelfreak bastelfreak deleted the add-archlinux branch December 6, 2021 11:40
@@ -17,7 +17,7 @@ module HostPrebuiltSteps
UNIX_PACKAGES = ['curl', 'ntpdate']
FREEBSD_PACKAGES = ['curl', 'perl5|perl']
OPENBSD_PACKAGES = ['curl']
ARCHLINUX_PACKAGES = ['curl', 'ntp']
ARCHLINUX_PACKAGES = ['curl', 'ntp', 'net-tools', 'openssh']
Copy link
Member

@ekohl ekohl Dec 6, 2021

Choose a reason for hiding this comment

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

Btw, normally net-tools is only installed via beaker-hostgenerator (see https://github.com/voxpupuli/beaker-hostgenerator/blob/master/lib/beaker-hostgenerator/data.rb). Beaker itself doesn't need net-tools and I already explained why openssh here doesn't make a lot of sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants