Update git submodules

* Update openstack-ansible from branch 'master'
  to 5f9173cb753f87eeec5a87716115dbc9670a03ce
  - Merge "Refactor log collection from lxc containers"
  - Refactor log collection from lxc containers
    
    The previous code retrieved logs from the lxc containers by copying
    them from the /proc/<pid>/root/... directory which worked except
    when the files being collected were symlinks, which would then
    potentially point to the wrong, or a missing file on the host itself.
    
    This patch changes the log collection to collect from inside the
    running containers using tar, giving a consistent view of the
    source files. Any symlinks are replaced with the content of files
    they reference in the collected logs.
    
    A side effect of using the more complex lxc-attach/tar approach
    was corruption of stdout due to the previous simple method of
    parallelising the log collection by running each collection function
    in the background. This patch switches to use gnu parallel
    as the mechanism to run multiple log collections simultaneously
    and keep the console output clean.
    
    Change-Id: Ief03c33b76eac6e256477cfaa16c8a59acd7d702
This commit is contained in:
Zuul 2023-12-14 12:24:55 +00:00 committed by Gerrit Code Review
parent 72c9ecd606
commit 382974c492
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 2f7bf0c0f07b377b210b56873f768776d80f5e9f
Subproject commit 5f9173cb753f87eeec5a87716115dbc9670a03ce