Comment 3 for bug 1735425

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

Reviewed: https://review.openstack.org/526390
Committed: https://git.openstack.org/cgit/openstack/puppet-tripleo/commit/?id=5fb0826ee2d45e1a20e6adbc273d34b4636be0fc
Submitter: Zuul
Branch: master

commit 5fb0826ee2d45e1a20e6adbc273d34b4636be0fc
Author: Bogdan Dobrelya <email address hidden>
Date: Thu Dec 7 14:36:55 2017 +0100

    Bind-mount iscsid IQN by its real host path

    Containerized or running on baremetal services
    on a node must use the same iSCSI Qualified Name (IQN).
    However, overcloud nodes must have a unique IQN.

    Tht's puppet config bind mounts the real hosts' /etc/iscsid
    directory so that puppet ensures the IQN is unique and
    is reset once, and only once.

    Switch the host path bind mount for cinder bundles to catch up
    that configuration path as well.

    Related-bug: #1735425

    Change-Id: I7e9f0641164691682516ac3e72e2145c7d112409
    Co-authored-by: Alan Bishop <email address hidden>
    Co-authored-by: Martin AndrĂ© <email address hidden>
    Signed-off-by: Bogdan Dobrelya <email address hidden>