Mark Goddard d28635d2cf Changes to support standalone ironic
For standalone ironic deployments, such as those deployed using bifrost, there
is typically no keystone or placement service running. Use of the ironic API is
without authentication. We use clouds.yaml in this case.

Change-Id: I61ed791d019e43f6dfc632fa185f079b385c290c
Story: 2004425
Task: 28077
2018-12-20 09:48:21 +00:00
..
2018-08-29 10:45:52 +00:00
2018-12-19 18:55:36 +00:00
2018-12-20 09:48:21 +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.
  • 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.