- Overview
- Module Description
- Setup - The basics of getting started with hpacucli
- Reference - An under-the-hood peek at what the module is doing and how
- Limitations - OS compatibility, etc.
Installs and configures HP's toolset "hpacucli", for managing the HP pro liant hardware.
Installs and configures HP's toolset "hpacucli", for managing the HP pro liant hardware. It adds the required repositories, and installs the hpacucli package.
- Apt repositories
- Installs hpacucli package.
include ::hpacucli
::hpacucli
- This is the base class starting everything
::hpacucli::repo
- Configures the apt-repo.
::hpacucli::install
- Installs the toolset.
Developed and tested on Ubuntu 14.04 server. Pull requests are welcomed.
- 0.3.0 - Module is upgraded to use ssacli rather than hpacucli. Only tested on Ubuntu 16.04
- 0.2.0 - Module is bugfixed, and tested on Ubuntu 14.04.
- 0.1.0 - Initial commit. Nothing really works yet.