kayobe/ansible/roles/inspection-store
Mark Goddard f047fbd4a9 Add workaround for ansible issue #21188 to inspection store
The restart handler task fails unless the image argument is passed to
the docker_container module. This shouldn't be necessary, as it should be
possible to identify the container by name alone.
2017-09-18 21:41:47 +01:00
..
defaults Add a data store for ironic inspector introspection data 2017-09-01 18:21:10 +00:00
handlers Add workaround for ansible issue #21188 to inspection store 2017-09-18 21:41:47 +01:00
tasks Add a data store for ironic inspector introspection data 2017-09-01 18:21:10 +00:00
templates Add a data store for ironic inspector introspection data 2017-09-01 18:21:10 +00:00
README.md Add a data store for ironic inspector introspection data 2017-09-01 18:21:10 +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

Docker engine should be running on the target system.

Role Variables

Dependencies

The docker-py python package is required on the target system.

Example Playbook

The following playbook deploys an inspection store.

---
- hosts: all

  roles:
    - role: inspection-store

Author Information