All Projects → danieldin95 → lightstars

danieldin95 / lightstars

Licence: GPL-3.0 license
Makes it easier for you to control virtual resource.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
go
31211 projects - #10 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to lightstars

Terraform Provider Libvirt
Terraform provider to provision infrastructure with Linux's KVM using libvirt
Stars: ✭ 894 (+6285.71%)
Mutual labels:  kvm, libvirt
Virt Lightning
Starts your VM on libvirt in a couple of seconds!
Stars: ✭ 71 (+407.14%)
Mutual labels:  kvm, libvirt
Ansible Kvm
Stars: ✭ 40 (+185.71%)
Mutual labels:  kvm, libvirt
Vmango
Your own personal IaaS cloud
Stars: ✭ 265 (+1792.86%)
Mutual labels:  kvm, libvirt
Virtlyst
Web interface to manage virtual machines with libvirt
Stars: ✭ 167 (+1092.86%)
Mutual labels:  kvm, libvirt
Vmanageplatform
Kvm Manage WebUI
Stars: ✭ 537 (+3735.71%)
Mutual labels:  kvm, libvirt
Kvm Install Vm
Bash script to build local virtual machines using KVM/libvirt and cloud-init.
Stars: ✭ 248 (+1671.43%)
Mutual labels:  kvm, libvirt
md server
Standalone EC2 metadata server to simplify the user of vendor cloud images with standalone kvm/libvirt
Stars: ✭ 36 (+157.14%)
Mutual labels:  kvm, libvirt
Node Libvirt
libvirt bindings for google v8 javascript engine (nodejs addon)
Stars: ✭ 162 (+1057.14%)
Mutual labels:  kvm, libvirt
Terrible
An Ansible playbook that apply the principle of the Infrastructure as Code on a QEMU/KVM environment.
Stars: ✭ 161 (+1050%)
Mutual labels:  kvm, libvirt
gpu-passthrough
A GPU passthrough tutorial using libvirt and KVM on GNU/Linux
Stars: ✭ 57 (+307.14%)
Mutual labels:  kvm, libvirt
evcloud
EVCloud是一个基于ceph和libvirt的轻量级云主机管理平台,实用稳定,维护简易
Stars: ✭ 44 (+214.29%)
Mutual labels:  kvm, libvirt
halcyon-vagrant-kubernetes
Vagrant deployment mechanism for halcyon-kubernetes.
Stars: ✭ 12 (-14.29%)
Mutual labels:  kvm, libvirt
vagrant-travisci-libvrt
Example project showing how to run Vagrant on TravisCI using libvrt & KVM
Stars: ✭ 25 (+78.57%)
Mutual labels:  kvm, libvirt
virtnbdbackup
Backup utiliy for Libvirt / qemu / kvm supporting incremental and differencial backups.
Stars: ✭ 62 (+342.86%)
Mutual labels:  kvm, libvirt
Ravada
Remote Virtual Desktops Manager
Stars: ✭ 253 (+1707.14%)
Mutual labels:  kvm, libvirt
yosild
Yosild is a single shell script that builds a full, minimal Linux distribution based on BusyBox.
Stars: ✭ 97 (+592.86%)
Mutual labels:  kvm, libvirt
deploy-vm
Libvirt wrapper to spawn VMs using cloud images
Stars: ✭ 56 (+300%)
Mutual labels:  kvm, libvirt
Karesansui
Karesansui is an open-source virtualization management application made in Japan.
Stars: ✭ 97 (+592.86%)
Mutual labels:  kvm, libvirt
Kimchi
An HTML5 management interface for KVM guests
Stars: ✭ 2,773 (+19707.14%)
Mutual labels:  kvm, libvirt

LightStars

Build Status Go Report Card GPL 3.0 License

This software makes it easier for you to control virtual compute, network and storage resource.

login newvm listvms showvm

CentOS7

Check Intel VT-x or AMD-V

lscpu | egrep '(vmx|svm)'

Disable SELinux firstly

cat > /etc/sysconfig/selinux <<EOF
SELINUX=disabled
SELINUXTYPE=targeted
EOF

reboot

Install epel and qemu-ev release

yum install -y epel-release centos-release-qemu-ev

Install Open vSwitch

yum install -y centos-release-openstack-train
yum install -y openvswitch

systemctl enable openvswitch
systemctl start libvirtd

Install by RPM packaging

yum install -y https://github.com/danieldin95/lightstars/releases/download/v0.8.40/lightstar-0.8.40-1.el7.x86_64.rpm

Enable and Start service.

systemctl enable libvirtd
systemctl enable lightstar

systemctl start libvirtd
systemctl start lightstar

Upload a Linux ISO file

cd /lightstar/datastore/01
wget http://mirrors.aliyun.com/centos/7.7.1908/isos/x86_64/CentOS-7-x86_64-Minimal-1908.iso

Open WebUI in browser

https://your-machine-address:10010

Get Username and Password

cat /etc/lightstar.auth
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].