kayobe/ansible/roles/inspection-store
Pierre Riteau 0f2b104213 Bump up Ansible supported versions
This change bumps up the maximum supported Ansible version to 4.x
(ansible-core 2.11.x) and minimum to 2.10. This synchronises Kayobe with
Kolla Ansible (see change I8b9212934dfab3831986e8db55671baee32f4bbd).

Uses of docker_image are updated. We must now provide the source
parameter. When source is build (for molecule), we replace force by
force_source and force_tag and move path and dockerfile under the build
parameter.

Use docker_image_info instead of docker_image_facts.

Handle update of ansible inside kolla-ansible virtualenv and document
how to do it for the kayobe virtualenv.

Change-Id: I7a4530f4f63ddb37aa30a617db5944b97bc3e17f
2021-09-29 22:31:33 +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 Bump up Ansible supported versions 2021-09-29 22:31:33 +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

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