mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-24 23:25:24 +00:00
Update README.md
Add features, add iproute-tc package to centos req
This commit is contained in:
parent
f93fed9437
commit
69bc58d94f
1 changed files with 11 additions and 2 deletions
13
README.md
13
README.md
|
@ -2,10 +2,19 @@
|
||||||
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
* QEMU/KVM Hypervisor Management
|
||||||
|
* QEMU/KVM Instance Management - Create, Delete, Update
|
||||||
|
* Hypervisor & Instance web based stats
|
||||||
|
* Manage Multiple QEMU/KVM Hypervisor
|
||||||
|
* Manage Hypervisor Datastore pools
|
||||||
|
* Manage Hypervisor Networks
|
||||||
|
* Instance Console Access with Browsers
|
||||||
|
* Libvirt API based web management UI
|
||||||
|
* User Based Authorization and Authentication
|
||||||
* User can add SSH public key to root in Instance (Tested only Ubuntu)
|
* User can add SSH public key to root in Instance (Tested only Ubuntu)
|
||||||
* User can change root password in Instance (Tested only Ubuntu)
|
* User can change root password in Instance (Tested only Ubuntu)
|
||||||
* Supports cloud-init datasource interface
|
* Supports cloud-init datasource interface
|
||||||
|
|
||||||
|
|
||||||
### Warning!!!
|
### Warning!!!
|
||||||
|
|
||||||
|
@ -67,7 +76,7 @@ wget -O - https://clck.ru/9V9fH | sudo sh
|
||||||
### Install WebVirtCloud panel (CentOS)
|
### Install WebVirtCloud panel (CentOS)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo yum -y install python-virtualenv python-devel libvirt-devel glibc gcc nginx supervisor python-lxml git python-libguestfs
|
sudo yum -y install python-virtualenv python-devel libvirt-devel glibc gcc nginx supervisor python-lxml git python-libguestfs iproute-tc
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Creating directories and cloning repo
|
#### Creating directories and cloning repo
|
||||||
|
|
Loading…
Reference in a new issue