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

Introduce Amazon Block Storage Manager (EBS) #101

Merged
merged 2 commits into from
Jan 17, 2017

Commits on Jan 13, 2017

  1. Introduce Amazon Block Storage Manager (EBS)

    This commit sets up the core structure of the new AWS EC2 block storage
    manager. It provides just the basic stubs and tests that are to be
    extended to allow for complete management of Amazon block storage
    
    The refresher collects data about existing volumes and private
    snapshots. Volumes are not yet linked to disks of virtual machines
    collected by the cloud manager.
    
    Signed-off-by: Gregor Berginc <gregor.berginc@xlab.si>
    gberginc committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    db2a32f View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2017

  1. Block storage inventory collection using abstraction

    Similarly to
    ManageIQ#102 this
    patch adds support for inventory collection using inventory abstraction.
    Corresponding targets as well as the refresh parser inventory object. It
    mimics existing cloud and network managers.
    
    Signed-off-by: Gregor Berginc <gregor.berginc@xlab.si>
    gberginc committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    66465a6 View commit details
    Browse the repository at this point in the history