All Projects → evrone → lxc-frontend

evrone / lxc-frontend

Licence: MIT license
DEPRECATED: please note, this project is no longer being maintained

Programming Languages

ruby
36898 projects - #4 most used programming language
HTML
75241 projects

PLEASE NOTE, THIS PROJECT IS NO LONGER BEING MAINTAINED

LXC Frontend

The lxc-frontend is a small Sinatra app which was created to speed-up the monitoring and management of LXC containers.

Sponsored by Evrone

Demo

Getting Started

Prerequisites

In Evrone we're using it with Ubuntu 12.04 and the default path to containers is defined in frontend.rb.

  • the user which runs the Sinatra app should have sudo permissions without a password prompt
  • LXC containers configs should have a write permission under the app. It can be fixed by assigning the a+w rule to container config and rootfs/network/interfaces files

Installation

You can start/stop/restart any container, change the container config and network interfaces. NB: it's an interface to lxc-ruby gem.

End with an example of getting some data out of the system or using it for a little demo

Usage

  1. Download the app: git clone ...
  2. Add a capistrano receipe. You can use Evrone's template as an example: deploy.rb
  3. You may add the project with capistrano files into the private git repo to share it inside your company.
  4. cap deploy:cold

Contributing

Please read Code of Conduct and Contributing Guidelines for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Changelog

The changelog is here.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License.

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].