Jump to: navigation, search

Difference between revisions of "Solum/HighLevelRoadmap"

(Milestone 2014.1.3: Get Ready for Atlanta Summit)
Line 28: Line 28:
 
* Usability improvements: documentation, sample apps, better logging
 
* Usability improvements: documentation, sample apps, better logging
  
=== Milestone 2: Additional Features ===
+
=== '''Milestone 2014.2: Juno-1''' ===
* SOLUM-R5: Capability: Service Add-on framework
+
* Ability to run unit +functional tests as part of CI pipeline
* SOLUM-R6: Enable Trove via the Add-on framework
+
* Custom language packs
* [[Solum/FeatureBlueprints/ApplicationDeploymentAndManagement|SOLUM-R1]]: Application deployment/management [R1.4 - R1.11]
+
* Integrate with Trove
 
* Streaming logs (not archive) – consolidated view of logs for a given app
 
* Streaming logs (not archive) – consolidated view of logs for a given app
* Language pack framework – combine packs, ability to pick a specific pack [R2.3, R2.4]
+
 +
=== '''Milestone 2014.2.2: Juno-2''' ===
 
* Load balanced set of app container instances
 
* Load balanced set of app container instances
* Additional languages and services [example services - MongoDB, MemCache, NewRelic, etc]
+
* Service Add-on framework
 +
* Enable following services via the Add-on framework: MongoDB, NewRelic, Trove, MemCache
  
=== Milestone 3: Additional Features ===
+
=== '''Milestone 2014.2.3: Juno-3''' ===
 +
* [https://blueprints.launchpad.net/solum/+spec/app-isolation Application Isolation]
 +
* Manual scaling
 +
 
 +
 
 +
=== Milestone : Additional Features ===
 
* Auto scaling
 
* Auto scaling
 
* Self-healing
 
* Self-healing
 
* Application performance monitoring (CPU, memory utilization, etc.)
 
* Application performance monitoring (CPU, memory utilization, etc.)
* Continuous Integration (e.g. Jenkins)
 
 
* Custom SSL Certificates
 
* Custom SSL Certificates
 
* Container Sleep/Wake
 
* Container Sleep/Wake

Revision as of 20:30, 8 May 2014

System Overview

SolumOverview.png

Solum User Interface

Solum exposes its "user interface" via the following mechanisms:

  • REST API
    • Consumed by:
      • CLI interface
      • GIT
      • a set of SDK's in various languages
      • UI Console
      • IDE Plugins

Solum Roadmap

Milestone 2014.1.2: Basic app deployment functionality

Milestone 2014.1.3: Get Ready for Atlanta Summit

  • UI mockup to reflect program vision
  • Reliability improvements: bug fixes
  • Usability improvements: documentation, sample apps, better logging

Milestone 2014.2: Juno-1

  • Ability to run unit +functional tests as part of CI pipeline
  • Custom language packs
  • Integrate with Trove
  • Streaming logs (not archive) – consolidated view of logs for a given app

Milestone 2014.2.2: Juno-2

  • Load balanced set of app container instances
  • Service Add-on framework
  • Enable following services via the Add-on framework: MongoDB, NewRelic, Trove, MemCache

Milestone 2014.2.3: Juno-3


Milestone : Additional Features

  • Auto scaling
  • Self-healing
  • Application performance monitoring (CPU, memory utilization, etc.)
  • Custom SSL Certificates
  • Container Sleep/Wake

Milestone 4: Production Ready

  • Environments (Dev, Test, Prod, custom)
    • Application Lifecycle Management (promote code from dev to test to prod)
  • SDK for interfacing with the PaaS REST API
  • Interactive Web Console
  • Roles and privileges

Milestone 5: Advanced Features

  • Non-web workloads (Background and scheduled jobs)
  • HA via distributed placement of load balanced set of code container instances
  • Network isolation - dedicated private network for applications
  • IDE Plugins for Eclipse, IntelliJ, JBoss Studio, Komodo
  • Integration with online IDE
  • Online developer sandbox
  • Additional services