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

Implements Imperative Deployment for ScaleIO #111

Merged
merged 1 commit into from
Dec 15, 2016
Merged

Implements Imperative Deployment for ScaleIO #111

merged 1 commit into from
Dec 15, 2016

Commits on Dec 15, 2016

  1. Add support for using libkv

    Initialization of Store using Mesos' Zookeeper
    
    Fix default value
    
    Add logic to use zookeeper for metadata storage
    
    Fix the package name for common.go
    
    Fix remaining logic for creating metadata and scaleio state nodes
    
    Remove the index property
    
    Beginnings of implementing the manual definition for provisioning scaleio
    
    Fix block device in the state definition
    
    Change some of the encapsulation in the classes. Also start to implement the mesos attributes
    
    Fix the scope of the Err
    
    Implement UpdateAddNode in ScaleIONode class
    
    Start the processing for the agent attributes for scaleio
    
    Fix types
    
    Some restructuring to folders in the scheduler component
    
    Correctly build up the ScaleIO metadata from Mesos agent attributes. Working on processing that data.
    
    Add more debugging
    
    Begin adding server code for monitoring for state changes.
    
    Add new AddResourceToScaleIO state... implemented on the executor side. Now needs to on the scheduler side.
    
    Add control flow for states server side
    
    Fix server state messages
    
    Fix compile errors
    
    Fix compile error
    
    Fix compile error
    
    Fix compile error
    
    Fix the executor compile issues
    
    Fix get self node func
    
    Code clean up
    
    Initial goscaleio introduction to project
    
    Add ScaleIO API version. Default is 2.0
    
    Add in functions to get/set metadata for pd and sp in the kv store
    
    Add in code to scafolding to handle add/delete pd, sp, dev
    
    Fix compile issue
    
    Make change to kvstore ProtectionDomain
    
    Add the "add" property to kvstore objects for explicit add of objects.
    
    Add a Device object to metadata. Need to know if a device has been deleted or added.
    
    Adding in goscaleio APIs
    
    Add in Sds object
    
    Processing the SDS add
    
    Process SDS add
    
    More debugging
    
    Fix zk endpoint parsing
    
    Add fatal when store init fails
    
    Add in functionality to delete the metadata from kv store
    
    Fix compile error
    
    Add in debug
    
    Add recursive delete of kvstore
    
    Remove levels
    
    Fix recursive
    
    Fix crash
    
    More debugging
    
    Fix executor crashing
    
    Remove TODOs
    
    Remove TODO 2
    
    Add debug for crash
    
    Debugging
    
    Fix the clone function
    
    Add functionality to dump the contents of the key store
    
    Fix dump
    
    Fix dump
    
    Fix dump
    
    Fix delete and dump
    
    Fix dump
    
    Fix dump
    
    Dump tree final fix
    
    Fix delete
    
    Fix the metadata saving node state
    
    Fix automatic device addition to sds
    
    Fix compile error
    
    Delete unncessary call
    
    Fix key store
    
    Add debugging
    
    Fix go tests
    
    Fix compile error
    
    Fix endpoint
    
    Make map
    
    Create maps to prevent crash
    
    Fix meatdata processing
    
    Init slices
    
    Fix store init
    
    More init slices
    
    More ScaleIO API refinement
    
    Prevent the framework from re-creating objects a second time.
    
    Fix the device name in the metadata
    
    Check to see if the scaleio object exists already
    
    Use simple sds names
    
    Debug
    
    More debugging
    
    More debugging
    
    Use Index for SDS naming
    
    Allow for the addition of new nodes
    
    Fix state issue!
    
    Optimization to not create the scaleio client until there is a change.
    
    Dont keep recreating the client
    
    Fix selection of MDM nodes on restart. Provide method for modifying keyvalues.
    
    Provide method for modifying keys for debugging
    
    Fix compile error
    
    Change variable names
    
    Fix GetConfigured
    
    Remove Index and replace with hostname
    
    Need a flag to advertise devices if not explicitly declared and even if in state 1024.
    
    Add user del and add store
    
    Function hhooks
    
    Fix the location of the advertise
    
    Fix scini dep on rexray. cmd doesnt work.
    
    Fix regex
    
    Final test
    
    Fix manual prefix
    
    Fix the declarative property types
    
    Remove mandatory requirement to contribute device to sds on every node.
    
    Fix rexray config to use Consumes, then Produces, then config default.
    
    Final commit for feature
    dvonthenen committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    1439408 View commit details
    Browse the repository at this point in the history