kayobe/ansible/roles/inspection-store
Will Szumski 2ddcd94cd4 Use host networking for inspection store
Change-Id: I126e500be0b22d65b918a5291cac189425be51b9
Story: 2003207
Task:  23365
2018-08-01 15:38:46 +01: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