Comment 8 for bug 1955676

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to openstack-ansible-os_gnocchi (master)

Reviewed: https://review.opendev.org/c/openstack/openstack-ansible-os_gnocchi/+/822905
Committed: https://opendev.org/openstack/openstack-ansible-os_gnocchi/commit/84150e8fb17a0a3520358713b938da320a575500
Submitter: "Zuul (22348)"
Branch: master

commit 84150e8fb17a0a3520358713b938da320a575500
Author: Dmitriy Rabotyagov <email address hidden>
Date: Fri Dec 24 13:39:12 2021 +0200

    Add availability to define gnocchi_incoming_driver

    Gnocchi supports having different storage and incoming drivers [1] which
    has been never implemented in role.

    We add `gnocchi_incoming_driver` variable and do incoming configuration only
    when it's not same as gnocchi_storage_driver.

    [1] https://gnocchi.osci.io/install.html#configuration-file

    Depends-On: https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/822901
    Change-Id: If1442abd7978d44def2a4386f9d159b42c4939e3
    Related-Bug: #1955676