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

Make it possible to set some cluster metadata besides the name using tags (backport #12659) #12699

Merged
merged 6 commits into from
Nov 11, 2024

Commits on Nov 11, 2024

  1. Add cluster tag config that is exposed via HTTP /api/overview and CTL…

    … cluster_status
    
    (cherry picked from commit f5ef64a)
    
    # Conflicts:
    #	deps/rabbitmq_management/test/rabbit_mgmt_http_SUITE.erl
    SimonUnge authored and mergify[bot] committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    a621ef4 View commit details
    Browse the repository at this point in the history
  2. Store tags in global parameters

    (cherry picked from commit eeea517)
    SimonUnge authored and mergify[bot] committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    4a41519 View commit details
    Browse the repository at this point in the history
  3. Cluster tags: set unconditionally

    Otherwise once set, it would not be possible
    to change them by updating rabbitmq.conf
    
    (cherry picked from commit e5d805e)
    michaelklishin authored and mergify[bot] committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    cdc2aeb View commit details
    Browse the repository at this point in the history
  4. We no longer use 'maybe' in this module

    (cherry picked from commit 9e649ae)
    michaelklishin authored and mergify[bot] committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    59f62bd View commit details
    Browse the repository at this point in the history
  5. Make it possible to clear cluster_tags via rabbitmq.conf

    (cherry picked from commit 7c66fba)
    michaelklishin authored and mergify[bot] committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    8a6dae2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    81c897b View commit details
    Browse the repository at this point in the history