theforeman / puppet-katello

Puppet module for setting Katello specific configuration. Also includes provider for manipulating with Katello resources.
GNU General Public License v3.0
14 stars 48 forks source link

Remove katello-agent #471

Closed wbclark closed 1 year ago

wbclark commented 1 year ago

Test failure is due to read timeout reached

ehelms commented 1 year ago

Do you have a corresponding PR on deck for https://github.com/theforeman/puppet-foreman_proxy_content/blob/master/manifests/init.pp#L126 ?

wbclark commented 1 year ago

6

Do you have a corresponding PR on deck for https://github.com/theforeman/puppet-foreman_proxy_content/blob/master/manifests/init.pp#L126 ?

Yes, that's here now: https://github.com/theforeman/puppet-foreman_proxy_content/pull/455

ehelms commented 1 year ago

@wbclark once these are addressed we can proceed with merging across the projects

wbclark commented 1 year ago

thanks @ehelms and @ekohl , let's see if tests are passing

wbclark commented 1 year ago
  Error: Execution of '/usr/bin/dnf -d 0 -e 1 -y install katello' returned 1: Error: 
   Problem: package katello-4.10.0-0.2.master.el8.noarch from katello requires rubygem-katello, but none of the providers can be installed
    - package rubygem-katello-4.10.0-0.2.pre.master.20230821222413git05b73f7.el8.noarch from katello requires rubygem(foreman-tasks) >= 5.0, but none of the providers can be installed
    - conflicting requests
    - nothing provides rubygem(dynflow) >= 1.8.0 needed by rubygem-foreman-tasks-8.2.0-1.fm3_9.el8.noarch from foreman-plugins
  Error: /Stage[main]/Katello/Package[katello]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/dnf -d 0 -e 1 -y install katello' returned 1: Error: 
   Problem: package katello-4.10.0-0.2.master.el8.noarch from katello requires rubygem-katello, but none of the providers can be installed
    - package rubygem-katello-4.10.0-0.2.pre.master.20230821222413git05b73f7.el8.noarch from katello requires rubygem(foreman-tasks) >= 5.0, but none of the providers can be installed
    - conflicting requests
    - nothing provides rubygem(dynflow) >= 1.8.0 needed by rubygem-foreman-tasks-8.2.0-1.fm3_9.el8.noarch from foreman-plugins

Looks transient -- re-running tests

ehelms commented 1 year ago

The repositories are in a transient state of available packages due to https://community.theforeman.org/t/foreman-nightly-rpm-pipeline-2001-failed/34922