95c119ca05
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
57 lines
1.4 KiB
Markdown
57 lines
1.4 KiB
Markdown
[[!meta title="Sexy - the Swiss Army Knife for inventory management"]]
|
|
|
|
[[!toc levels=3]]
|
|
|
|
## Introduction
|
|
|
|
Sexy is the Swiss Army Knife for inventory management.
|
|
It allows you to manage hosts and network with a simple command
|
|
line interface.
|
|
|
|
Sexy stores inventory information in a **cconfig database** and
|
|
adapts to your environment by supporting custom backends.
|
|
|
|
In short, sexy can create and remove hosts and configure networks -
|
|
depending on your backend this means:
|
|
|
|
* sexy manages Virtual Machines
|
|
* sexy generates IPv4 address allocation (DHCP)
|
|
* sexy sets up your domain name system (DNS)
|
|
|
|
|
|
## Status
|
|
|
|
The release process for sexy version 2.0 has started and is planned
|
|
to happen in November 2012.
|
|
|
|
## Installation
|
|
|
|
Download sexy from git ([gitweb](http://git.schottelius.org/?p=sexy;a=summary)):
|
|
|
|
% git clone git://git.schottelius.org/sexy
|
|
|
|
Afterwards ensure that the **bin** directory is in your PATH and that you have python3
|
|
installed:
|
|
|
|
% which python3
|
|
/usr/bin/python3
|
|
% cd sexy
|
|
% export PATH=$PATH:$(pwd -P)/bin
|
|
|
|
Now you should be able to display the current sexy version:
|
|
|
|
% sexy -V
|
|
sexy 1.9.11-1-g837532c
|
|
|
|
### Mirrors
|
|
|
|
* git://github.com/telmich/sexy.git ([github](https://github.com/telmich/sexy))
|
|
|
|
## Support
|
|
|
|
### IRC
|
|
|
|
You can join the development ***IRC channel***
|
|
[#cstar on irc.freenode.net](irc://irc.freenode.org/#cstar).
|
|
|
|
[[!tag sexy unix]]
|