-
Notifications
You must be signed in to change notification settings - Fork 1
Cloudify And ONAP
Cloudify and ONAP have a long history and a relationship that continues. Cloudify is a founding member of ONAP and continues contributions on several fronts. This post describes the current uses and integrations of Cloudify in ONAP.
The DCAE project concerns itself with service metrics and event collection, and analytics. Platform components of DCAE, including the Cloudify Manager, are deployed via Helm as defined in the OOM project in the dcaegen2 chart. For more details see the documentation.
The SO project concerns itself with top level orchestration of network services in ONAP. The SO conceptually breaks down network functions into "VDUs" (VNF deployment units). The VDU concept was invented to permit individual VNFs to span multiple compute instances. Initially the only downstream orchestrator for VDUs was Openstack HEAT. To enable for more flexibility, the concept of a VDU plugin was introduced with Cloudify being an implementation (along with HEAT). This enables the greater flexibility of TOSCA and Cloudify plugins, far beyond Openstack, to be brought to bear on the infrastructure orchestration domain. While most of the code for this integration has been part of recent releases, work continues to finalize the integration in the near future.
The CCSDK project holds shared libraries and artifacts that are used across ONAP. Cloudify has a couple of utilities available in CCSDK: the platform base installation, the DMaaP Cloudify plugin, and the Helm Cloudify plugin.
The platform base installation starts a VM in Openstack and installs a Cloudify manager on it. The new manager in turn starts three VMs running Consul in high availability mode. This served as the part of the DCAE platform install through the Casablanca release.
The DMaaP Cloudify plugin is a Cloudify plugin that defines TOSCA types and relationships that automate the interoperation with DMaaP subsystem. For example, lifecycle management of DMaaP message router topics and feeds, connection to existing topics and feeds, establish feed bridges, etc.
The Helm plugin. The helm plugin was intended to support deployment scenario of stand-alone application similar to capability offered under OOM. With this plugin integration, any charts packaged under ONAP OOM can be deployed through DCAE platform in ONAP. This provides an opportunity for operators to use a single orchestration through Cloudify for deploying both Helm and TOSCA work flows if required.
- DCAE project - https://wiki.onap.org/display/DW/Data+Collection+Analytics+and+Events+Project
- CLAMP project - https://wiki.onap.org/display/DW/CLAMP+Project
- SO project - https://wiki.onap.org/pages/viewpage.action?pageId=4719246
- CCSDK project - https://wiki.onap.org/display/DW/Common+Controller+SDK+Project+Proposal