1 / 6

Evaluate container lifecycle support in TOSCA

Evaluate container lifecycle support in TOSCA. TOSCA – 174 Adhoc TC. Container Types. Evaluate various types of containers support for TOSCA Full OS containers (compute node) VM LXC Application containers Docker PaaS containers Evaluation context for container support

aloha
Télécharger la présentation

Evaluate container lifecycle support in TOSCA

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Evaluate container lifecycle support in TOSCA TOSCA – 174 Adhoc TC

  2. Container Types • Evaluate various types of containers support for TOSCA • Full OS containers (compute node) • VM • LXC • Application containers • Docker • PaaS containers • Evaluation context for container support • Mutability –Supported • Resource Isolation policies – Supported through Node types • Deployment methods – Supported through plans • Container types – Supported through node types TOSCA 174 - Evaluate container lifecycle support in TOSCA

  3. Container Abstraction Should container be represented by Node Type in Topology template OR is it an deployment abstraction? • Container is a Node type • Containment is a tree structure in TOSCA • Supported by requirements and capabilities • Various types of container are supported • Compute node (Full OS) • Application container • Nested containers are a modeling construct and supported • Container placement control is currently not supported TOSCA 174 - Evaluate container lifecycle support in TOSCA

  4. Use Cases Use sample containers to build TOSCA service template • Pick one Full OS and one application container • Create 2 tier application topology • Map lifecycle of these containers • Identify constraints and challenges Observations: • Networking of containers • Inter host communication through bridge on OpenStack could be a problem with Docker containers (multi node stack) Workaround • Workaround using Port forward from host to Docker • OVS bridge between hosts with containers getting private ip address with bridged with local host • Container is represented by NodeType, currently there is no way to abstract a container to avoid node proliferation Workarounds • Create new type for each image • Or define capabilities & requirements on the template Link to Sample use case: https://docs.google.com/a/canonical.com/document/d/17TMNmlDKI_HcKSuFtsPPqOk8PqcWpPNGoydtqw-uLgM/edit TOSCA 174 - Evaluate container lifecycle support in TOSCA

  5. Container Lifecycle mapping • Map container lifecycle events to TOSCA Typical container events • deploy/init/stop/dispose(Runtime) • build/modify/delete (devtime) – Not covered by TOSCA • Multi host environment TOSCA events • create/pre-configure/configure/post-configure/start/stop TOSCA events are superset of typical container events TOSCA 174 - Evaluate container lifecycle support in TOSCA

  6. Support for Composite nodes • 5> Discuss support for composite nodes (specifically immutable containers), and avoid node proliferation through node decoration TOSCA 174 - Evaluate container lifecycle support in TOSCA

More Related