kayobe/ansible/roles/inspection-store
Mark Goddard 679de79cfc Switch inspection store to use stable docker image
The latest image is currently failing to download, with the following
error:

no matching manifest for unknown in the manifest list entries

This is currently blocking CI.

Change-Id: I3b4acadd53fe171e71ee16e0eb0b7a711fa97a4f
TrivialFix
2018-08-29 12:14:48 +01:00
..
defaults Switch inspection store to use stable docker image 2018-08-29 12:14:48 +01:00
handlers Add workaround for ansible issue #21188 to inspection store 2017-09-18 21:41:47 +01:00
tasks Use host networking for inspection store 2018-08-01 15:38:46 +01: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

README.md

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