Skip to content

chencjcj/lightstars

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

642 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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

About

Makes it easier for you to control virtual resource.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 75.3%
  • Go 15.4%
  • HTML 5.7%
  • CSS 3.2%
  • Other 0.4%