https://github.com/rexops/rex-jobcontrol-plugin-baremetal
Baremetal provisioning plugin for Rex JobControl
https://github.com/rexops/rex-jobcontrol-plugin-baremetal
Last synced: 12 months ago
JSON representation
Baremetal provisioning plugin for Rex JobControl
- Host: GitHub
- URL: https://github.com/rexops/rex-jobcontrol-plugin-baremetal
- Owner: RexOps
- Created: 2014-11-30T12:03:15.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-30T12:03:55.000Z (about 11 years ago)
- Last Synced: 2025-01-05T06:29:36.247Z (about 1 year ago)
- Language: Perl
- Size: 113 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Baremetal Plugin for Rex JobControl
This is a baremetal plugin for Rex JobControl to provision Baremetal machines. Currently this is just a stub.
## 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-baremetal.git
```
Then you can load the plugin from the jobcontrol configuration file.
```
{
plugins => [
'Rex::JobControl::Provision::Baremetal',
],
}
```
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-baremetal/lib:$PERL5LIB
```