You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 29, 2020. It is now read-only.
- name: Rainbond | Add share
template:
src: share.sh.j2
dest: /tmp/share.sh
mode: 0777
when: check_manage_share.stat.isreg is not defined and storage_type == "nfs"
- name: Rainbond | Run share
shell: bash /tmp/share.sh
when: check_manage_share.stat.isreg is not defined and storage_type == "nfs"
目前的实现是基于第一个管理节点的nfs-server共享的状态数据:
我们需要实现在使用任何存储的情况下管理节点能够共享ansible脚本和状态数据,以支持集群API触发安装任务。
或在node服务中实现任务塞选,安装任务只在第一个管理节点执行。