13de0edd6c
CentOS 8 nodepool images come with SELinux enabled, and prevent systemd from accessing files in users' home directories. This prevents vbmcd from starting. To resolve this, install virtualbmc to the system when SELinux is enabled. Change-Id: I5d30aca2b1e1ae897568f6e11fceda39e0b06e17
19 lines
450 B
Markdown
19 lines
450 B
Markdown
Virtual BMC Daemon
|
|
==================
|
|
|
|
This role sets up the Virtual BMC daemon in systemd.
|
|
|
|
Requirements
|
|
------------
|
|
|
|
- systemd
|
|
|
|
Role Variables
|
|
--------------
|
|
|
|
- `vbmcd_virtualenv_path`: The path to the virtualenv in which to install
|
|
Virtual BMC. Optional.
|
|
- `vbmcd_python_upper_constraints_url`: The URL of the upper constraints file
|
|
to pass to pip when installing Python packages.
|
|
- `vbmcd_args`: Arguments to pass to the Virtual BMC daemon.
|