No description
This repository has been archived on 2026-06-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2020-03-30 17:50:02 +08:00
depend_library 更新相关模块的rpm包. 2020-03-30 17:50:02 +08:00
roles/sled-mcn0 更新相关模块的rpm包. 2020-03-30 17:50:02 +08:00
xxg_env 更新相关模块的rpm包. 2020-03-30 17:50:02 +08:00
houyi-install.yml 更新ansible部署脚本. 2020-01-03 18:10:49 +08:00
houyi-uninstall.yml 更新相关模块的rpm包. 2020-03-30 17:50:02 +08:00
README.md Update README.md 2019-12-23 16:19:04 +08:00

houyi模块安装部署说明:

1.部署工具 houyi模块使用ansible工具自动部署, 相关的脚本和配置文件已上传至git houyi-deploy工程:https://git.mesalab.cn/tsg/houyi-deploy

2.部署步骤

  • 2.1)git下载houyi-deploy.tgz
  • 2.2)进入houyi-deploy目录, 根据要部署的实际网络环境, 选择合适的hosts文件,
    例如,在信息港部署TSG设备, 执行以下命令:
    ansible-playbook -i hosts.xxg.transparent houyi-playbook.yml
  • 2.3)ansible工具会根据预设的playbook自动部署, 部署完成后, 会生成部署状态报告,
    状态正常包括ok和changed, 如果有failed计数, 请联系开发人员解决。