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: ScaleComputing/RestAPIExamples
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: add-codeowners
Choose a base ref
...
head repository: ScaleComputing/RestAPIExamples
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 26 files changed
  • 8 contributors

Commits on May 23, 2025

  1. Create README.md

    wvancollenburg authored May 23, 2025
    Configuration menu
    Copy the full SHA
    b7c9a48 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    added a short section to explain that these scripts are meant to illustrate features from our API and not necessarily follow scripting best practices
    wvancollenburg authored May 23, 2025
    Configuration menu
    Copy the full SHA
    8819c6c View commit details
    Browse the repository at this point in the history
  3. Update Platform2025_LoginExamplePowershell.ps1

    Added comments and used more generic username and password examples
    wvancollenburg authored May 23, 2025
    Configuration menu
    Copy the full SHA
    15d9922 View commit details
    Browse the repository at this point in the history
  4. Update Platform2025_LoginExamplePython.py

    Added comments to clarify what is being done. Also generalized the ip address.
    wvancollenburg authored May 23, 2025
    Configuration menu
    Copy the full SHA
    d142e27 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e0e7371 View commit details
    Browse the repository at this point in the history
  6. Update Platform2025_SnapshotExampleBash.sh

    Added more comments and generalized the login and ip info
    wvancollenburg authored May 23, 2025
    Configuration menu
    Copy the full SHA
    e5735d3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2dae608 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2025

  1. Merge pull request #18 from ScaleComputing/add-codeowners

    Create CODEOWNERS
    ddemlow authored May 24, 2025
    Configuration menu
    Copy the full SHA
    8d01628 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2025

  1. Merge pull request #17 from wvancollenburg/master

    created readme.md, generalized login details, updated comments
    mrmcphail authored May 27, 2025
    Configuration menu
    Copy the full SHA
    04b0764 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2025

  1. Create disconnected-alert.py

    Disconnected alert (plus a python example)
    taylor-leick authored and ForrestHansen committed Aug 28, 2025
    Configuration menu
    Copy the full SHA
    9a34ca0 View commit details
    Browse the repository at this point in the history
  2. Update Fleet Manager/disconnected-alert.py

    typo fix
    
    Co-authored-by: Forrest Hansen <[email protected]>
    taylor-leick and ForrestHansen committed Aug 28, 2025
    Configuration menu
    Copy the full SHA
    5a4096c View commit details
    Browse the repository at this point in the history
  3. Update Fleet Manager/disconnected-alert.py

    typo fixes
    
    Co-authored-by: Forrest Hansen <[email protected]>
    taylor-leick and ForrestHansen committed Aug 28, 2025
    Configuration menu
    Copy the full SHA
    7313d95 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2025

  1. Hyper core balancer (#21)

    * initial upload
    
    * Fix usage instructions and update configuration comments
    
    * Update HyperCore_balancer.py
    
    * Update README.md
    
    * Update HyperCore_balancer.py
    
    Based on recommendations by Dave, i added a check for environment vars using the same format as Ansible. Also added the option to exclude one or more nodes from being evaluated, for cornercases where one of the nodes in a cluster should be dedicated to one task (e.g. single GPU node in cluster or Oracle licensing etc)
    
    * env var updates
    
    Made all vars configurable through env vars.
    
    * removed clearing the preferred node
    
    When removing preferred node an error message appears on cluster because it does not know where to move it.
    
    * small docu comments fix
    
    changed node_101 to node_1 to more clearly explain how the node_x should be formatted to work.
    
    * previous update broke node affinity.
    
    Fixed node affinity
    
    * fix for witness
    
    * Exclusion order of operations
    
    Fixed an error where a node that is excluded will still be determined as the coolest node.
    
    * multiple updates
    
    check for upgrade in progress
    when primary node down connect to others
    updated readme.md
    
    * Fixed a small omission with node affinity
    
    Also cleaned up some comments that were there for debugging purposes.
    wvcollenburg authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    2efd478 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2025

  1. Fix for clusters without update history (#24)

    Newly installed clusters will not have a update status. This is generated during first update (/updat/update_status.json). When json file not found on all nodes in cluster the script will now assume there is no update history and continue.
    wvcollenburg authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    66013c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2025

  1. Add upload_iso.py script for Hypercore REST API (#25)

    * Add upload_iso.py script for Hypercore REST API
    
    * Update upload_iso.py
    
    Removed repository
    
    * Update upload_iso.py
    
    Renamed env vars
    
    * Update upload_iso_README.md
    
    Renamed env vars
    wijits36 authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    ddebff8 View commit details
    Browse the repository at this point in the history
  2. Zabbix template - plugin (#22)

    * Initial upload
    
    A yaml that can be imported to zabbix to add monitor data to it. See readme for full info
    
    * each discovered item becomes a host
    
    Made a change that will allow each node and each vm that is discovered to be registered as host, with it's own sub-items. this makes navigation a lot easier
    
    * Added graphs and dashboards for all elements
    
    * lowered delays to make template poll less
    wvcollenburg authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    bafde6e View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2025

  1. Configuration menu
    Copy the full SHA
    340a2c4 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2025

  1. Update README.md (#20)

    added mention of ansible and terraform and links to repos
    ddemlow authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    4746687 View commit details
    Browse the repository at this point in the history
Loading