kayobe/ansible/roles/inspection-store
Will Szumski 27ece2622b Fix issue removing docker volumes
The error response from the docker daemon has changed to:

    Error response from daemon: get opensm_logs: no such volume

This change should support both old and new responses.

Change-Id: Ibef1713d7de2e0a2c6fe046f607b2a8e60dae3da
Closes-Bug: #2050092
2024-05-21 12:59:22 +02:00
..
defaults Add support for stopping overcloud services 2020-03-26 14:34:07 +00:00
handlers Add workaround for ansible issue #21188 to inspection store 2017-09-18 21:41:47 +01:00
tasks Fix issue removing docker volumes 2024-05-21 12:59:22 +02:00
templates Use host networking for inspection store 2018-08-01 15:38:46 +01:00
README.md Update python docker package requirement note in role READMEs 2017-12-13 17:03:54 +00:00

Inspection Store

Ironic inspector can make use of Swift to store introspection data. Not all OpenStack deployments feature Swift, so it may be useful to provide a minimal HTTP interface that emulates Swift for storing ironic inspector's introspection data. This role deploys such an interface using nginx. Note that no authentication mechanism is provided.

Requirements

The host executing the role has the following requirements:

  • Docker engine
  • Python docker >= 2.0.0

Role Variables

Dependencies

None

Example Playbook

The following playbook deploys an inspection store.

---
- hosts: all

  roles:
    - role: inspection-store

Author Information