Comment 5 for bug 1863629

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-ansible (master)

Reviewed: https://review.opendev.org/708252
Committed: https://git.openstack.org/cgit/openstack/tripleo-ansible/commit/?id=692678dce5b7f4950387c154086a0c1cdc6b887b
Submitter: Zuul
Branch: master

commit 692678dce5b7f4950387c154086a0c1cdc6b887b
Author: John Fulton <email address hidden>
Date: Mon Feb 17 14:51:52 2020 -0500

    Do not inherit the calling ansible env by default

    As per I428f6deb416b540dae552b5fc7a778cbc7505e8c ANSIBLE_*
    environment variables are passed to Ansible executions which
    are used to deploy Ceph.

    The method of inheritance is fragile and possibly unsafe. This
    patch disables inheritance by default. In inheritance feature
    can be made more safe in subsequent patches for Related-Bug but
    but this new default should stay.

    Change-Id: Ifa6d147664fc993ca08c8fb2efa860f7605628cb
    Fixes-Bug: #1863629