Comment 14 for bug 1880777

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

Reviewed: https://review.opendev.org/750001
Committed: https://git.openstack.org/cgit/starlingx/config/commit/?id=342e72155df3ea070f8263178fe6133207bf5e3d
Submitter: Zuul
Branch: master

commit 342e72155df3ea070f8263178fe6133207bf5e3d
Author: Angie Wang <email address hidden>
Date: Fri Sep 4 13:19:33 2020 -0400

    Periodic message loss between VIM and Openstack pods

    The requests to Openstack services hang/fail sometimes
    due to message loss when connecting to internal service
    endpoints. This issue was observed before and fixed in
    commit https://review.opendev.org/#/c/683818/ by setting
    net.ipv4.tcp_tw_reuse to 0, however, it's still being
    seen on recent STX loads.

    It has been tested and proved that requests go through
    ingress pod do not have the issue.

    Update the default keystone auth endpoint to public url
    in sysinv so VIM and pci-irq-affinity-agent can be
    configured to talk to keystone using public urls.
    Aslo update the requests from VIM to nova to go through
    ingress as well.

    Change-Id: Ib5a49ede44f76c649cd64ed027a4d8eb559a61fe
    Partial-Bug: 1880777
    Depends-On: https://review.opendev.org/750055
    Signed-off-by: Angie Wang <email address hidden>