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

Update option box in crm configuration debug #279

Commits on Apr 30, 2024

  1. Update the drop-down boxes in the Cluster Configuration

    1) sle15.4+ versions uses the keyword "select" instead of "enum" for
       enumeratable options.
    2) pacemaker 2.8+ lists possible values in the "content" section instead
       of the "longdesc".
    Aleksei Burlakov committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    446eec5 View commit details
    Browse the repository at this point in the history
  2. Test: extend the test_check_cluster_configuration

    test_check_cluster_configuration was added in 73dd744
    to check that crm configuration page provides correct
    resources. In 446eec5 we enabled drop-down boxes for
    select-type resources and here we extend 73dd744 in a
    way that we also cover 446eec5.
    Aleksei Burlakov committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    0278593 View commit details
    Browse the repository at this point in the history
  3. Debug

    Aleksei Burlakov committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    e01dd17 View commit details
    Browse the repository at this point in the history