Jump to: navigation, search

Difference between revisions of "Solum/HighLevelRoadmap"

Line 40: Line 40:
  
 
=== '''Milestone 2014.2.3: Juno-3''' ===
 
=== '''Milestone 2014.2.3: Juno-3''' ===
* [https://blueprints.launchpad.net/solum/+spec/app-isolation Application Isolation]
+
* [[https://wiki.openstack.org/wiki/Solum/FeatureBlueprints/ApplicationDeploymentAndManagement#Solum-R1.4_Application_Isolation|Application Isolation]]
* Manual scaling
+
* [[Solum/FeatureBlueprints/ApplicationDeploymentAndManagement#Solum-R1.5_Application_Isolation|Manual scaling]]
  
  

Revision as of 20:34, 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