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

[FEATURE] Amazon Linux 2 pkg repo support #65

Closed
mdschmitt opened this issue Jul 13, 2021 · 1 comment · Fixed by #67
Closed

[FEATURE] Amazon Linux 2 pkg repo support #65

mdschmitt opened this issue Jul 13, 2021 · 1 comment · Fixed by #67
Labels
enhancement New feature or request released

Comments

@mdschmitt
Copy link
Contributor

https://github.com/saltstack-formulas/prometheus-formula/blob/master/prometheus/osfamilymap.yaml doesn't take into account the fact that Amazon Linux 2 resolves $releasever to 2, instead of 7 or 8, so the yum repository definition isn't rendered to a valid el/7 or el/8 packagecloud URL. Low-pri, but thought I'd bring it up.

@mdschmitt mdschmitt added the enhancement New feature or request label Jul 13, 2021
mdschmitt added a commit to mdschmitt/prometheus-formula that referenced this issue Jul 15, 2021
  * Add check for Amazon Linux to map.jinja so that the RPM package repository
    is properly generated.

  Resolves saltstack-formulas#65
mdschmitt added a commit to mdschmitt/prometheus-formula that referenced this issue Jul 15, 2021
  * Add check for Amazon Linux to map.jinja so that the RPM package repository
    is properly generated.

  Resolves saltstack-formulas#65
mdschmitt added a commit to mdschmitt/prometheus-formula that referenced this issue Jul 15, 2021
* Add check for Amazon Linux to osfamilymap.yaml so that the RPM package repository is properly generated.

Resolves saltstack-formulas#65
mdschmitt added a commit to mdschmitt/prometheus-formula that referenced this issue Jul 15, 2021
* Add check for Amazon Linux to osfamilymap.yaml so that the RPM package repository is properly generated.

Resolves saltstack-formulas#65
mdschmitt added a commit to mdschmitt/prometheus-formula that referenced this issue Jul 15, 2021
* this change sets things to test both the default and repo suites for Amazon Linux.

Resolves saltstack-formulas#65
mdschmitt added a commit to mdschmitt/prometheus-formula that referenced this issue Jul 15, 2021
* this change sets things to test both the default and repo suites for Amazon Linux.

Resolves saltstack-formulas#65
@myii myii closed this as completed in #67 Jul 16, 2021
saltstack-formulas-travis pushed a commit that referenced this issue Jul 16, 2021
## [5.5.2](v5.5.1...v5.5.2) (2021-07-16)

### Bug Fixes

* **clientlibs/install:** ensure tar is available for Amazon Linux 2 ([7140ccf](7140ccf))
* check for Amazon in osfamilymap for pkg repo ([338ab4d](338ab4d)), closes [#65](#65)
* update Gitlab CI -test amazonlinux correctly ([6745bf2](6745bf2)), closes [#65](#65)
@saltstack-formulas-travis

🎉 This issue has been resolved in version 5.5.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants