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

Rename Amazon EBS storage manager #13569

Merged
merged 3 commits into from
Jan 18, 2017

Commits on Jan 18, 2017

  1. Rename Amazon storage manager AE models

    This patch accompanies the renaiming of Amazon `BlockStorageManager`
    into `StorageManager::Ebs`. It merely renames the corresponding
    automation models.
    
    Signed-off-by: Gregor Berginc <gregor.berginc@xlab.si>
    gberginc committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    8a6ec1d View commit details
    Browse the repository at this point in the history
  2. Rename EC2 block storage to EC2 EBS storage

    The initial version of the Amazon block storage manager used the name
    `ec2_block_storage` which has now been replaced with `ec2_ebs_storage`
    to make it more explicit. This patch fixes the `ext_management_system`
    spec and the corresponding tamplate to use the new name.
    
    Signed-off-by: Gregor Berginc <gregor.berginc@xlab.si>
    gberginc committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    4b8cd46 View commit details
    Browse the repository at this point in the history
  3. Add Amazon EBS block storage refresh worker class

    Specification of this class is required for MiQ to be aware of the new
    refresh worker supporting Amazon EBS block storage refresh parser.
    
    Signed-off-by: Gregor Berginc <gregor.berginc@xlab.si>
    gberginc committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    28f4bf2 View commit details
    Browse the repository at this point in the history