Skip to content

ScaleIO Framework v0.3.0

Compare
Choose a tag to compare
@davidvonthenen davidvonthenen released this 10 Jan 22:52
· 15 commits to master since this release

Version 0.3.0 (2017/01/10)

ScaleIO Framework 0.3.0 introduces the new Imperative approach for deploying ScaleIO.

Changes since 0.2.0:

  • Addressed Issue #82: Implement User Defined Deployment aka Imperative Deployment. Please see PR #111 for more details.
  • Addressed Issue #95: Create a RHEL7 Version of Cloud Formation Template that can be used for demos, testing, etc. RHEL7 will be the preferred platform for development and testing.
  • Another feature that has been enhanced is that when new nodes are brought online, storage devices will be added to the ScaleIO cluster based on the method being used.
    • If the Imperative approach is used, only devices defined by the user will be added.
    • If the existing automatic method is used, any available block devices that are currently not being used (ie has a filesystem on it) will be added to the default domain/pool.
  • Addressed Issue #71: Instead of using elastic ips, each mesos node has been configured to dynamically modify required files (such as hostname, etc) on boot and then start the mesos services.
  • Addressed Issue #103: Full Framework documentation is available on Read the Docs.