kayobe/ansible/roles/inspection-store
zhulingjie 8be12b71d7 use include_tasks and import_playbook instead of include
include is marked as deprecated since ansible 2.4[0]

Switch to include_tasks or import_playbook as necessary

[0] https://docs.ansible.com/ansible/2.4/include_module.html#deprecated

Change-Id: Ia1b826ca08ae042eec80f8c495ab030a087d97ba
2019-01-18 12:22:38 +00: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 include_tasks and import_playbook instead of include 2019-01-18 12:22:38 +00: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