tenks/ansible/roles/virtualbmc-daemon
Mark Goddard 0bb3edcabb Add retries for get_url and package tasks
Occasionally we see connection issues in CI.

Change-Id: I93cc6793cf23fd21462cec6a4deb2ea35d36da21
2023-05-18 09:24:57 +01:00
..
defaults Changes to support standalone ironic 2018-12-20 09:48:21 +00:00
tasks Add retries for get_url and package tasks 2023-05-18 09:24:57 +01:00
templates Install virtualbmc to system when SELinux is enabled 2020-02-27 15:47:44 +00:00
vars Use venv instead of virtualenv 2022-09-09 15:56:21 +00:00
README.md Install virtualbmc to system when SELinux is enabled 2020-02-27 15:47:44 +00:00

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.