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

Fixes #37877 - Compatibility with yggdrasil 0.2.z and 0.4.z #10364

Open
wants to merge 1 commit into
base: 3.11-stable
Choose a base branch
from

Conversation

adamruzicka
Copy link
Contributor

The service name changed between the package we shipped and official 0.4.z builds, these changes account for this discrepancy.

Config file changes:

  • broker is an array of mqtt servers used by 0.2
  • server is an array of mqtt servers used by 0.4
  • data-host needs to be set to an empty string to override certain compile-time
    defaults set in RHEL and CentOS Stream
  • path-prefix needs to be set to the value we expect to override certain compile-time
    defaults set in RHEL and CentOS Stream

broker and server can be set at both once, each will be honored by their
respective versions

data-host and path-prefix can be set both at once on our build of yggdrasil they'll
just duplicate the defaults, on RHEL/CentOS Stream they'll act as overrides

(cherry picked from commit 7b14f55)

The service name changed between the package we shipped and official 0.4.z builds, these changes account for this discrepancy.

Config file changes:
- broker is an array of mqtt servers used by 0.2
- server is an array of mqtt servers used by 0.4
- data-host needs to be set to an empty string to override certain compile-time
  defaults set in RHEL and CentOS Stream
- path-prefix needs to be set to the value we expect to override certain compile-time
  defaults set in RHEL and CentOS Stream

broker and server can be set at both once, each will be honored by their
respective versions

data-host and path-prefix can be set both at once on our build of yggdrasil they'll
just duplicate the defaults, on RHEL/CentOS Stream they'll act as overrides

(cherry picked from commit 7b14f55)
@pr-processor pr-processor bot added Not yet reviewed Stable branch PRs that are opened against a stable branch. Usually a cherry pick labels Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Not yet reviewed Stable branch PRs that are opened against a stable branch. Usually a cherry pick Templates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant