Add `deploy_node` for DigitalOcean
未关闭
api: compute
drivers: digitalocean
feature request
- 主要语言
- Python
- 星标
- 2.1k
- 派生
- 931
- 平均合并
- 1 天 2 小时
- 30 天内合并 PR
- 4
描述
## Feature Request
Currently DigitalOcean driver has no `deploy_node` method (only `create_node`).
I couldn't find a way to use MultiStep deployment options with `create_node` (install a `salt-minion` right after installation)
From what I could see so far, the only way to use DigitalOcean driver is using `create_node` directly (which works perfectly).
贡献指南
调研方向
从 DigitalOcean 驱动程序现有的 create_node 入口点开始,跟踪项目其他部分如何处理部署选项。定义 deploy_node 为支持 MultiStep 部署必须执行的操作,包括在创建节点后立即安装 salt-minion,并验证生成的工作流能够正常运行,且不会破坏现有的 create_node 行为。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- cloud
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100