Update git submodules

* Update openstack-ansible-galera_server from branch 'master'
  to 8a8d29ea490fba6695e3356831846466f6991089
  - Allow maridbcheck socket to FreeBind
    
    Once we've removed network.target from wanted targets for
    mariadbcheck.socket, it started to fail to startup intermitently in LXC
    deployments, since it was trying to bind on IP address that is not
    brought up yet. At the same time we can't wait for IP being up, as
    OVS while providing network, waits for socket.target as it needs
    to have ovsdb started up, so waiting for network.target does
    create circular dependency.
    
    To avoid that we're allowing socket to bind on IP even when IP is not
    UP yet. Other possible solution would be to bind on 0.0.0.0.
    
    Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/872896
    Change-Id: Ia4cde2153813e68419d261cd94e3017523177142
    Closes-Bug: #2003631
    Related-Bug: #2002653
This commit is contained in:
Dmitriy Rabotyagov 2023-02-21 23:06:57 +01:00 committed by Gerrit Code Review
parent 79407fbfef
commit 1744a832fd
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit bfe6dffee072a14dd838f42df7b53adb9ff2e7a0
Subproject commit 8a8d29ea490fba6695e3356831846466f6991089