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 drive state #29

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Commits on Nov 30, 2016

  1. Switch test framework to nose

    Signed-off-by: Britt Houser <[email protected]>
    britthouser committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    a478d5b View commit details
    Browse the repository at this point in the history
  2. Add .gitignore from ucsmsdk

    Signed-off-by: Britt Houser <[email protected]>
    britthouser committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    b89c683 View commit details
    Browse the repository at this point in the history
  3. Fix all flake8 errors in ucsmsdk_samples/admin

    Signed-off-by: Britt Houser <[email protected]>
    britthouser committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    cbec96a View commit details
    Browse the repository at this point in the history
  4. Fix all flake8 errors in ucsmsdk_samples/firmware

    Signed-off-by: Britt Houser <[email protected]>
    britthouser committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    3efc41b View commit details
    Browse the repository at this point in the history
  5. Fix all flake8 errors in ucsmsdk_samples/network

    Signed-off-by: Britt Houser <[email protected]>
    britthouser committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    75a1031 View commit details
    Browse the repository at this point in the history
  6. Fix all flake8 errors in ucsmsdk_samples/reports

    Signed-off-by: Britt Houser <[email protected]>
    britthouser committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    28e0df0 View commit details
    Browse the repository at this point in the history
  7. Fix all flake8 errors in ucsmsdk_samples/server

    Signed-off-by: Britt Houser <[email protected]>
    britthouser committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    fd0cdf4 View commit details
    Browse the repository at this point in the history
  8. Fix all flake8 errors in tests

    Signed-off-by: Britt Houser <[email protected]>
    britthouser committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    a8cee41 View commit details
    Browse the repository at this point in the history
  9. Add unit test for port_create functions

    This PR adds unit tests for both the
    uplink_port_create and the
    server_port_create functions
    
    Signed-off-by: Britt Houser <[email protected]>
    britthouser committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    fca1b41 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2016

  1. Add function to create IPMI policy

    This patch adds a function create an IPMI policy
    which can be included in a service profile.
    Optionally, user authentication can be added
    as well.
    
    Signed-off-by: Britt Houser <[email protected]>
    britthouser committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    bf0f294 View commit details
    Browse the repository at this point in the history
  2. Add unit tests for ipmi functions

    This PR adds tests for (in)valid ipmi
    policies.
    
    Signed-off-by: Britt Houser <[email protected]>
    britthouser committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    f0e2288 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2016

  1. Add function to set drive state

    Before a service profile which includes a local
    disk policy can be applied, the disk state
    needs to be set in order to accept the policy.
    This commit adds a function which allows the
    drive state to be set to either "jbod" or
    "unconfigured-good".
    
    Signed-off-by: Britt Houser <[email protected]>
    britthouser committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    267242a View commit details
    Browse the repository at this point in the history
  2. Add unit tests for setting disk state

    This commit adds (in)valid unit tests for
    setting the disk state.
    
    Signed-off-by: Britt Houser <[email protected]>
    britthouser committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    d882a6e View commit details
    Browse the repository at this point in the history