https://github.com/rexops/rex-jobcontrol-plugin-kvm
KVM provisioning plugin for Rex JobControl
https://github.com/rexops/rex-jobcontrol-plugin-kvm
Last synced: 12 months ago
JSON representation
KVM provisioning plugin for Rex JobControl
- Host: GitHub
- URL: https://github.com/rexops/rex-jobcontrol-plugin-kvm
- Owner: RexOps
- Created: 2014-11-30T12:01:40.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-30T22:37:25.000Z (about 11 years ago)
- Last Synced: 2025-01-05T06:29:36.239Z (about 1 year ago)
- Language: Perl
- Size: 117 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KVM Plugin for Rex JobControl
This is a KVM plugin for Rex JobControl to provision KVM vms.
## INSTALLATION
Currently this plugin is in early development status. So you have to clone the git repository.
```
git clone https://github.com/RexOps/rex-jobcontrol-plugin-kvm.git
```
Then you can load the plugin from the jobcontrol configuration file.
```
{
plugins => [
'Rex::JobControl::Provision::KVM',
],
}
```
Before the restart of Rex JobControl you have to update the PERL5LIB env variable to point to the plugin repository:
```
export PERL5LIB=/path/to/rex-jobcontrol-plugin-kvm/lib:$PERL5LIB
```