ONAP Operations Manager is an ONAP tool to efficiently Deploy, Manage, Operate the ONAP platform and its components (e.g. MSO, DCAE, SDC, etc.) and infrastructure (VMs, Containers).
...
ONAP uses containers and Kubernetes as the platform to run and manage an ONAP cluster.
Cloudify support for Kubernetes leverages cloudify TOSCA based multi-cloud infrastructure orchestration as well as for service orchestration to automate the deployment and management of ONAP on multi-cloud and real life heterogeneous environments that is comprised out of existing network services and other service elements that doesn’t fit into a single Kubernetes platform.
Cloudify integration with ONAP leverages Cloudify kubernetes blueprint to address the following aspects in OOM:
Bootstrapping and Managing Kubernetes Cluster on Multi Cloud
Multi Cloud Provisioning - Cloudify sets the network and compute resources needed to run Kubernetes on bare metal, OpenStack, VMware, AWS, Google Cloud and Azure out of the box.
Monitoring - Cloudify monitors the compute resources for kubernetes and allow built-in self-healing and scaling of the kubernetes instances.
Self Healing and Scaling - Cloudify provides built-in support to allow self-healing and scaling of Kubernetes compute resources in case of a failure.
...
Cloudify integration with ONAP Operation Manager (OOM)
Service Orchestration of Kubernetes Micro Services across Hybrid Stack
Cloudify Kubernetes Plugin provides a mean to model the relationship of existing Kubernetes micro-services and connect them with other services such as existing network services or other services that runs outside of ONAP.
...
The example below shows a TOSCA blueprint which sets the relationship between all the relevant ONAP micro-services.
TOSCA Blueprint example
Multi Site Management for ONAP
Cloudify can run multiple instances of Kubernetes/ONAP from the same manager.
This is useful when setting Testing, QA, Production environment but its also useful when setting up Kubernetes cluster on multi-site deployment or even on edge devices.
Supporting other containers and non container based platforms
The container platform landscape is changing rapidly and include other alternatives to Kubernetes such as Docker Swarm as well as non container based platform.
...
Jira Legacy | ||||||
---|---|---|---|---|---|---|
|
Wiki Links
ONAP on Kubernetes on Cloudify - ongoing experiments bringing up the system
OOM Cloudify Release 1 - Amsterdam
...