文件名称:gridomatic:Django 中 XenServer 的 Web 界面使用 python-xenapi
文件大小:207KB
文件格式:ZIP
更新时间:2024-07-07 03:17:33
Python
Grid-o-Matic XenServer 的 Web 界面 支持的功能: 多服务器/池支持 使用 xe-automator,提供网络、主机名、ssh-key、密码和 puppet-certs 列出正在运行的 VM 按标签过滤 行动 启动/停止/重启/编辑/销毁虚拟机 创建新虚拟机: 为 VM 设置静态 IP 为 VM 设置静态 IPv6(有限) 选择模板(目前仅适用于 ubuntu 12.04 LTS) 选择网络 选择主机(如果在池中) 设置内存量 设置 vCPU 数量 为 root 用户设置 SSH 密钥 选择是否需要备份(使用 XenBackup) 设置标签 设置自定义字段 编辑虚拟机: 描述 内存大小 vCPU数量 创建新网络: 名称 描述 VLAN 编辑网络: 名称 描述 安装 git clone https://github.com/Japje/gr
【文件预览】:
gridomatic-master
----gridomatic()
--------admin.py(63B)
--------models.py(57B)
--------forms.py(4KB)
--------templatetags()
--------urls.py(1KB)
--------xen.py(13KB)
--------tests.py(60B)
--------tasks.py(468B)
--------__init__.py(0B)
--------views.py(11KB)
--------templates()
----.gitignore(587B)
----req.txt(145B)
----manage.py(257B)
----xenapi-methods.txt(31KB)
----LICENSE(1KB)
----readme.md(2KB)
----gridomatic_web()
--------static()
--------settings.py(3KB)
--------urls.py(347B)
--------celery.py(662B)
--------__init__.py(187B)
--------templates()
--------wsgi.py(444B)