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 openstack resource manager support to API server #196

Merged
merged 10 commits into from
Oct 19, 2024

Commits on Oct 18, 2024

  1. feat: Add openstack resource manager support to API server

    * Openstack resource manager fetches compute units, users and projects data from Openstack's compute and identity API services.
    
    * Mock compute and identity API servers have been added for e2e tests.
    
    * A mix of SLURM and openstack tests are used in e2e tests to cover most of the scenarios.
    
    * e2e test outputs have been updated.
    
    Signed-off-by: Mahendra Paipuri <[email protected]>
    mahendrapaipuri committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    ee31bdd View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. test: Attempt to fix failing unit tests in CI

    Signed-off-by: Mahendra Paipuri <[email protected]>
    mahendrapaipuri committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    6235510 View commit details
    Browse the repository at this point in the history
  2. debug: Attempt to debug failing unit test

    Signed-off-by: Mahendra Paipuri <[email protected]>
    mahendrapaipuri committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    d66dfbc View commit details
    Browse the repository at this point in the history
  3. debug: Ignore lint errors

    Signed-off-by: Mahendra Paipuri <[email protected]>
    mahendrapaipuri committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    f99782a View commit details
    Browse the repository at this point in the history
  4. debug: More debugging

    Signed-off-by: Mahendra Paipuri <[email protected]>
    mahendrapaipuri committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    6cd2a08 View commit details
    Browse the repository at this point in the history
  5. debug: More tests

    Signed-off-by: Mahendra Paipuri <[email protected]>
    mahendrapaipuri committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    73d54ff View commit details
    Browse the repository at this point in the history
  6. debug: More debugging of e2e tests

    Signed-off-by: Mahendra Paipuri <[email protected]>
    mahendrapaipuri committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    cb46bc1 View commit details
    Browse the repository at this point in the history
  7. debug: Attempted fix for failing e2e test

    Signed-off-by: Mahendra Paipuri <[email protected]>
    mahendrapaipuri committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    7263f1c View commit details
    Browse the repository at this point in the history
  8. docs: Update config docs

    Signed-off-by: Mahendra Paipuri <[email protected]>
    mahendrapaipuri committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    ee71e70 View commit details
    Browse the repository at this point in the history
  9. docs: Fix doc checks

    Signed-off-by: Mahendra Paipuri <[email protected]>
    mahendrapaipuri committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    b5c8770 View commit details
    Browse the repository at this point in the history