lightstar

command module
v0.5.90 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 13, 2020 License: GPL-3.0 Imports: 10 Imported by: 0

README

LightStar

Build Status Go Report Card GPL 3.0 License

This software makes it easier for you to control compute 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 by RPM packaging

yum install -y wget
wget https://github.com/danieldin95/lightstar/releases/download/v0.2.23/lightstar-0.2.23-1.el7.x86_64.rpm

yum install -y ./lightstar-0.2.23-1.el7.x86_64.rpm

Start Libvirtd service.

systemctl enable libvirtd
systemctl start libvirtd

Start LightStar service.

systemctl enable lightstar
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 UI on browser

https://your-machine-address:10080

Get admin's password

cat /etc/lightstar.auth

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
compute
api
network

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL