Skip to content

inwinstack/cloudlet-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloudlet-dashboard

OpenStack Horizon plugin for Cloudlet.

Tested Platform

We have tested Cloudlet-dashboard on Ubuntu 16.04 LTS using the Devstack stable/newton branch.

Installation

This repository is OpenStack extension for cloudlet. Therefore, you need to install OpenStack and cloudlet library before installing this extension.

1. Install cloudlet library

Download the elijah-provisioning repository:

$ git clone https://github.com/ellis-wu/elijah-provisioning.git

Install the fabric and openssh-server

$ sudo apt-get install -y fabric openssh-server

Install cloudlet library

$ cd elijah-provisioning/
$ fab install
(Type your Ubuntu account password when it is asked)

2. Install cloudlet-dashboard

Download the cloudlet-dashboard repository and change the dev branch:

$ git clone https://github.com/ellis-wu/cloudlet-dashboard.git
$ git checkout dev

Move the files to the correct folder:

$ cd cloudlet-dashboard
$ cp -r cloudlet/ /opt/stack/horizon/openstack_dashboard/dashboards/project/
$ cp enabled/_1080_project_cloudlet_panel.py /opt/stack/horizon/openstack_dashboard/enabled/

Restart apache2 service:

$ sudo service apache2 restart

If your finished, you can open the OpenStack Dashboard and see the Cloudlet add to Dashboard.

About

Cloudlet OpenStack Dashboard

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors