Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: OpenMPDK/dss-ansible
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a278d0bbe7d02ddd35cbc5cc9e09b9f7e04929fe
Choose a base ref
...
head repository: OpenMPDK/dss-ansible
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e22744749dea4eda01234a8c64bb9f6699bd87c2
Choose a head ref
  • 11 commits
  • 15 files changed
  • 3 contributors

Commits on Jul 11, 2023

  1. Build rocev2_ip_list for disaggregated hosts (#49)

    - this is a new change needed for rdd
    - previously we only neded rocev2_ip_list for targets
    - now we need it for disag. hosts or deploy will fail
    - just removing the `included_targets` condition fixes this
    velomatt authored Jul 11, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    73c919c View commit details

Commits on Aug 3, 2023

  1. Fix onyx group vars (#50)

    * use correct var names for group_vars
    
    * remove unnecessary onyx overrides from plays
    velomatt authored Aug 3, 2023
    Copy the full SHA
    7557482 View commit details

Commits on Aug 21, 2023

  1. Use full module paths (#51)

    - needed for slurp because it can be ambiguous on some OS
    - update all modules because why not?
    velomatt authored Aug 21, 2023
    Copy the full SHA
    6ac94f5 View commit details

Commits on Aug 23, 2023

  1. Copy the full SHA
    18b8ea9 View commit details

Commits on Aug 29, 2023

  1. Only fetch artifacts from matching branch (#53)

    * Filter bucket by prefix
    
    * use artifacts_branch as prefix
    
    * Add assertion to validate artifacts found
    
    * Only check assertion if download_artifacts == true
    
    * Remove space
    velomatt authored Aug 29, 2023
    Copy the full SHA
    7aeac41 View commit details

Commits on Sep 21, 2023

  1. Modifying ansible create_client_library_conf to produce correct gen2 …

    …DSS client conf.json format
    nsarras committed Sep 21, 2023
    Copy the full SHA
    cee93a5 View commit details
  2. Merge pull request #56 from OpenMPDK/55-gen2-dss-client-confjson-inva…

    …lid-format
    
    Modifying ansible create_client_library_conf to produce correct gen2 DSS client conf.json format
    nsarras authored Sep 21, 2023
    Copy the full SHA
    2a5f037 View commit details

Commits on Sep 27, 2023

  1. Changing logic to always sequentially format

    ansible committed Sep 27, 2023
    Copy the full SHA
    923b8a0 View commit details

Commits on Sep 28, 2023

  1. Merge pull request #59 from OpenMPDK/58-disable-parallel-format

    Changing logic to always sequentially format
    nsarras authored Sep 28, 2023
    Copy the full SHA
    e01976e View commit details

Commits on Oct 25, 2023

  1. Fix regex for DCQCN (#54)

    - skip task if regex does not match
    - won't fail if the regex doesn't match now
    velomatt authored Oct 25, 2023
    Copy the full SHA
    fe70a76 View commit details

Commits on Nov 10, 2023

  1. Update paths for s3 benchmark (#60)

    * replace s3-benchmark path from minio to client lib
    
    * update s3 paths in readme
    
    * update stat paths
    
    * use full module names
    velomatt authored Nov 10, 2023
    Copy the full SHA
    e227447 View commit details
Loading