Cloudify — Plugins
Posted 云物互联
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Cloudify — Plugins相关的知识,希望对你有一定的参考价值。
目录
Cloudify Plugins
官方文档:https://docs.cloudify.co/latest/working_with/official_plugins/
Cloudify 官方提供了 4 大类型的 Plugins,可供用户自定义 Blueprints 时使用:
- Configuration Plugins
- Infrastructure Plugins
- Orchestration Plugins
- Utilities Plugins
Plugins Usage
Cloudify Plugins 的使用原理如下:
- 首先要 Upload 一个 Plugin。
- 然后在 Blueprint 中 Import 一个 Plugin。
- 然后在 Blueprint 中 通过定义 node_templates、workflows 等 Sections,完成到 Plugin Functions 的映射。
- 最终通过该 Blueprint 生成一个 Deployment 并 Installing it。
Writing Your Own Plugin
待续。。
以上是关于Cloudify — Plugins的主要内容,如果未能解决你的问题,请参考以下文章