Cloudify — Blueprints

鲜于子琪
2023-12-01

目录

Cloudify Blueprints

在 Cloudify 中,Blueprints 被用于描述任何需要被编排部署的对象,其体现为一个 YAML 文件,其中的 Sections 都被赋予了特殊的含义。例如:

官方文档:https://docs.cloudify.co/latest/developer/blueprints/

dsl_definitions

dsl_definitions 类似于 C 语言中的 Macro(宏)语句,用于定义任意可被重用的数据结构。通过 & 标识符来定义,通过 * 标识符来引用。

 类似资料:

相关阅读

相关文章

相关问答