yjq635 / JimV-N

JimV 的计算节点

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License Python versions

目录

项目描述

JimV 的计算节点。

未来计划

  • 参照 VMWare ESXi,做一个安装、 配置的 Shell 控制台

安装

JimV-N 快速安装

在一台服务器上仅部署 JimV-N。使其成为 JimV 虚拟化环境的计算节点。

  1. 安装、初始化 JimV-C
  2. 安装 JimV-N
    # 避免各种意外的 ssh 断开。如果遇到因网络问题而断开的意外,那么再次连接后,使用 screen -r 可以恢复到断开前的终端环境。
    yum install screen -y
    screen
    curl https://raw.githubusercontent.com/jamesiter/JimV-N/master/INSTALL.sh -o INSTALL.sh
    bash INSTALL.sh --redis_host {x.x.x.x} --redis_password {password} --redis_port {port}
  3. 启动 JimV-N
    # 提示:经测试发现,CentOS 7.4 中 Libvirt-python 对后台多线程支持不是很完善。故而建议以非守护进程模式启动 JimV-N。
    # 具体操作如下:
    sed -i 's@"daemon": true,@"daemon": false,@g' /etc/jimvn.conf
    screen
    cd /opt/JimV-N && ./startup.sh
    # Ctrl-a d 可以分离开当前 screen

JimV-N 手动安装

问题反馈

提交Bug
技术交流 QQ 群: 377907881

项目成员

姓名:    James Iter
E-Mail: james.iter.cn@gmail.com

About

JimV 的计算节点

License:GNU General Public License v3.0


Languages

Language:Python 99.1%Language:Shell 0.9%