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

(IAC-825) - Adding net-ssh 5 dependent gems #297

Merged
merged 1 commit into from
May 28, 2020

Conversation

pmcmaw
Copy link
Contributor

@pmcmaw pmcmaw commented May 26, 2020

Placing net-ssh 5 dependent gems into the gemspec. This means they are added in 1 place rather than in all modules.

@pmcmaw pmcmaw requested a review from a team as a code owner May 26, 2020 13:50
@pmcmaw
Copy link
Contributor Author

pmcmaw commented May 26, 2020

This change has been tested by making motd point at these changes and they have passed:
https://github.com/puppetlabs/puppetlabs-motd/runs/709501022?check_suite_focus=true

@codecov-commenter
Copy link

codecov-commenter commented May 26, 2020

Codecov Report

Merging #297 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #297   +/-   ##
=======================================
  Coverage   62.87%   62.87%           
=======================================
  Files           7        7           
  Lines         765      765           
=======================================
  Hits          481      481           
  Misses        284      284           

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 e54cc1b...8aa2287. Read the comment docs.

@pmcmaw pmcmaw force-pushed the IAC-825 branch 4 times, most recently from 1ce80ac to 0551736 Compare May 27, 2020 14:26
@pmcmaw
Copy link
Contributor Author

pmcmaw commented May 27, 2020

These changes have been tested on motd and are passing on github actions.
https://github.com/puppetlabs/puppetlabs-motd/runs/713400234?check_suite_focus=true

@pmcmaw
Copy link
Contributor Author

pmcmaw commented May 27, 2020

This has been tested on puppet_conf and passed: https://github.com/puppetlabs/puppetlabs-puppet_conf/actions/runs/116986742

@pmcmaw
Copy link
Contributor Author

pmcmaw commented May 28, 2020

This was also tested on concat and agent installed with no issues.

@DavidS
Copy link
Contributor

DavidS commented May 28, 2020

This is a workaround for https://tickets.puppetlabs.com/browse/BOLT-1296. See puppetlabs/bolt#1337 for details.

@DavidS DavidS merged commit 1b6791e into puppetlabs:master May 28, 2020
@pmcmaw pmcmaw added the bugfix label May 28, 2020
@scotje
Copy link

scotje commented Jun 18, 2020

@DavidS These deps have made the latest puppet_litmus releases not installable when PDK is building packages for Windows. (ed25519 gem fails to compile)

Is that expected? Do we need to pin litmus to 0.18.1 in PDK packaging for now?

@DavidS
Copy link
Contributor

DavidS commented Jun 19, 2020

I should have expected that 🤦

The real solution would be to fix puppet-runtime to make ed25519 installable on windows - that would resolve this and bolt's problem.

To paper over it, we (IAC) can move the dependency from here (where it is platform-agnostic) to puppet-module-gems and exclude it from windows systems. We've already got a PMG update in the works and can add that on top. that should land early next week.

does that work for you?

@DavidS
Copy link
Contributor

DavidS commented Jun 19, 2020

Created IAC-896 to track this

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.

4 participants