添加OAM、tsg-cli自动部署部分

This commit is contained in:
zhangzhihan
2020-01-25 22:15:16 +08:00
parent 927d722f7a
commit d250e70b85
57 changed files with 3124 additions and 7 deletions

View File

@@ -0,0 +1,16 @@
- name: "copy oam_cluster.rpm to destination server"
copy:
src: "{{ role_path }}/files/"
dest: /tmp
- name: "install oam_cluster"
yum:
name:
- /tmp/oam_cluster-1.0-1.0.x86_64.rpm
state: present
- name: "Start oam_cluster"
systemd:
name: oam_cluster
state: restarted
enabled: yes