Skip to content

(PA-7432) Install server packages from internal nightlies #777

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

Merged
merged 1 commit into from
May 29, 2025

Conversation

joshcooper
Copy link
Contributor

@joshcooper joshcooper commented May 27, 2025

Previously, we installed puppet-agent and puppetserver packages from public nightlies, but those are no longer updated. Switch to using internal nightlies instead, with these caveats:

  • I didn't change the nightly_apt_repo_url, because we only test with RHEL puppetservers during upgrade testing.

  • This change doesn't affect agent-only nodes. Those will be handled in PA-7431

I manually tested this using:

$ cd acceptance
$ bundle install
$ bundle exec beaker-hostgenerator debian12-64default.a-redhat9-64mdca --hypervisor abs > hosts.yaml
$ bundle exec beaker init -h hosts.yaml -o options.rb --debug
$ bundle exec beaker provision --debug
$ bundle exec beaker exec ./pre_suite --debug
$ bundle exec beaker exec ./tests/test_upgrade_puppet7_to_puppet8.rb --debug

Previously, we installed puppet-agent and puppetserver packages from public
nightlies, but those are no longer updated. Switch to using internal nightlies
instead, with these caveats:

* I didn't change the nightly_apt_repo_url, because we only test with RHEL
  puppetservers during upgrade testing.

* This change doesn't affect agent-only nodes. Those will be handled in PA-7431
@joshcooper joshcooper marked this pull request as ready for review May 27, 2025 18:34
@joshcooper joshcooper requested review from bastelfreak and a team as code owners May 27, 2025 18:34
@tvpartytonight tvpartytonight merged commit 60a87a5 into puppetlabs:main May 29, 2025
16 checks passed
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.

3 participants