Comment 5 for bug 1803615

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to stx-integ (f/centos76)

Reviewed: https://review.openstack.org/625068
Committed: https://git.openstack.org/cgit/openstack/stx-integ/commit/?id=e25c1acc9b5c77f1bab00288d74ca6df0a8640c3
Submitter: Zuul
Branch: f/centos76

commit 920fcb818c3dd8b0945e6d7bd2371dfb71790f60
Author: zhipengl <email address hidden>
Date: Wed Dec 12 19:42:40 2018 +0800

    Remove last patch of iscsi-initiator-utils

    As we see in the patch, it changes %dir to %ghost to avoid RPM audit.
    If we move the config file mod change to config package and use RPM
    instead of SRPM, we have no audit issue anymore and can ignore related
    change.
    Deployment test pass and related file check pass!

    Story: 2003768
    Task: 28459
    Depends-on: https://review.openstack.org/#/c/624584/

    Change-Id: Ic23ccd740520e1942b3118a84cb03aef5f388332
    Signed-off-by: zhipengl <email address hidden>

commit 52bef031ac6e52c73a0a6a680b0ef31b99baac71
Author: Alex Kozyrev <email address hidden>
Date: Tue Dec 11 13:42:07 2018 -0500

    Provide a way to set mem_stats_period_seconds in puppet-nova.

    There is no support of mem_stats_period_seconds in puppet-nova now.
    We need to add a way to set it to 0 to disable QEMU memory balloon statistics.
    The intention is to help with cyclictest spikes due to stats collection.

    Depends-On: Iaea1962601755736688f2deb61730ab1d548b8b1
    Change-Id: I1fe3dfede1a5a07ddb5adaff1095206ffe5f6340
    Closes-bug: 1803615
    Signed-off-by: Alex Kozyrev <email address hidden>

commit 01f5fdd274ac0bc02528b4630dacaf3ca10eb27a
Author: Steven Webster <email address hidden>
Date: Wed Dec 5 15:29:33 2018 -0500

    Traffic control: fix TC filters for vlan sub-interface

    Sometime after kernel 3.10.0-514.16.1.X, tc filter commands no longer
    match 802.1q packets when the filter protocol is set to 'ip'.

    This poses a problem for a consolidated (eg. infra w/ vlan over
    management) interface configuration.

    The tc filter will operate properly on the vlan interface, but all
    traffic will go to the default qdisc (low priority) when it arrives
    with a vlan tag at the sub-interface.

    This commit sets the filter protocol to '802.1q' in the case of a
    subinterface with a vlan tagged interface ontop of it.

    Some bashate cleanup has also been done on this file.

    Closes-Bug: #1807055
    Change-Id: I457faa2b56bbd270c104cc0313ffe3cc1bfd4db3
    Signed-off-by: Steven Webster <email address hidden>

commit 2ec4482fc766bd583df422c2df5939a2707c7996
Author: zhipengl <email address hidden>
Date: Tue Dec 11 22:51:33 2018 +0800

    Refactor meta patch for facter package

    Merge 2 meta patches as the first meta patch is just overwritted by
    second one.
    Build pass!

    Story: 2003768
    Task: 28458

    Change-Id: I02ccadafa5381c82bcace340f6c399af38aeecc7
    Signed-off-by: zhipengl <email address hidden>

commit 11a4f7a6964bd96f22a02f3394fc2d62447480fa
Author: Eric MacDonald <email address hidden>
Date: Mon Dec 10 19:02:18 2018 -0500

    Package log_functions.sh into platform-util

    The log_functions.sh script file was dropped in a
    recent edit of the compute-huge rpm.

    Some scripts depend on this file for log utilities.

    This update moves log_functions.sh out of compute-huge
    into platform-util and re-installs it in its previous
    location /etc/init.d

    Story: 2004043
    Task: 28462
    Change-Id: I4efb0a63f29bc446e7efd86cea7488f3e2e362df
    Signed-off-by: Eric MacDonald <email address hidden>

commit 7754d7e95c9f5cc10ac0c6ea7b799debe79fe27b
Author: zhipengl <email address hidden>
Date: Tue Dec 11 01:44:20 2018 +0800

    Remove meta_remove_bad_logrotate.patch

    We can do the similar change like we did in
    https://review.openstack.org/#/c/620466/
    Since we have duplicated log configuration,we can erase
    logrotate.d/dhcp instead of remove the file with the patch.

    Deployment test pass and logrotate.d/dhcp file check pass.

    Story: 2004452
    Task: 28131

    Change-Id: Ib22fa073ca4e09af1b25854f0f1c8574f9337f3c
    Signed-off-by: zhipengl <email address hidden>

commit 2730d2b38b6a8122397445b9dc647e73f0bbbb57
Author: zhipengl <email address hidden>
Date: Sat Dec 8 00:48:10 2018 +0800

    Refactor harden server and client config patch for openssh package

    Move ssh_config and sshd_config modification from openssh package to
    openssh-config package.
    Deployment test pass and configuration file check pass!

    Story: 2004477
    Task: 28185

    Change-Id: I9976733bab102ee076d514333cd5a74af20794ec
    Signed-off-by: zhipengl <email address hidden>

commit ff360aa30a96bf945308282ca61706d09d46129a
Author: Sun Austin <email address hidden>
Date: Mon Dec 10 10:11:43 2018 +0800

    update /etc/pam.d/system-auth content with system-auth.pam

    LDAP sudo user is not able to login by password.
    root cause is that password rules in system-auth is not updated
    correctly because system-auth.apm in pam-config is missed to be
    copied to /etc/pam.d/system-auth

    copy system-auth.pam in pam-config to /etc/pam.d/system-auth to
    solve this issue.

    Closes-Bug: #1806977

    Change-Id: Ic646e30d06bcbe8cf3bf66c903942e4240bd23bd
    Signed-off-by: Sun Austin <email address hidden>

commit adf64cb917c2170b34a2d028bca1741e39bafec7
Author: Jim Somerville <email address hidden>
Date: Tue Dec 4 14:57:34 2018 -0500

    Upgrade qemu to version 3.0.0

    Note that it now uses keycodemapdb source which was upgraded
    earlier.

    Story: 2003395
    Task: 24521

    Change-Id: I551d654c4b5d7c923911d8c33f0b5fca022d1dda
    Signed-off-by: Jim Somerville <email address hidden>