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

Add foreman_ygg_migration package #11317

Merged

Commits on Nov 19, 2024

  1. Add foreman_ygg_migration package

    This package should get pulled in when yggdrasil >=0.4.z is installed.
    
    When installed, it checks whether yggdrasild.service is enabled. If not, it
    does nothing. If enabled, this package tweaks yggdrasil's config file to account
    for the newly needed config options and migrates service overrides from the old
    service to the new worker. Additionally, it disables the yggdrasild service and
    enables yggdrasil.service.
    
    Our worker is left to be activated through dbus.
    adamruzicka committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    5f860a9 View commit details
    Browse the repository at this point in the history
  2. Do not build foreman_ygg_migration on RHEL 7

    We don't expect yggdrasil >= 0.4.0 to land there
    adamruzicka committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    a875af2 View commit details
    Browse the repository at this point in the history
  3. Conflict with older yggdrasil

    in an attempt to pass repoclosure
    adamruzicka committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    bc6a38a View commit details
    Browse the repository at this point in the history