Comment 4 for bug 1791106

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

Reviewed: https://review.openstack.org/602664
Committed: https://git.openstack.org/cgit/openstack/stx-integ/commit/?id=fe26a0ff841dcff06f5c01f68fec3acd0cf13724
Submitter: Zuul
Branch: f/centos75

commit 3cd5c19b006f8f07abd9dc4d8cfa4acb926cc401
Author: Scott Little <email address hidden>
Date: Thu Sep 6 10:28:09 2018 -0400

    Fix typo: strorage-drivers to storage-drivers

    Closes-Bug: 1791106
    Change-Id: Ie6be8ce67e30ed49c3007a819637ae2bd332046f
    Signed-off-by: Scott Little <email address hidden>

commit c93b246e75d5bd6038724a52df9ab8532fb2ada5
Author: Eric MacDonald <email address hidden>
Date: Mon Sep 10 14:23:39 2018 -0400

    Exclude /etc files that are causing collect extraction errors

    The following files are causing collect log extraction errors.

    /etc/systemd/system/lvm2-lvmetad.socket
    /etc/systemd/system/lvm2-lvmetad.service

    This update excludes all socket files in /etc/systemd/system and
    the /etc/systemd/system/lvm2-lvmetad.service from being collected
    as part of the collect operation. In doing so the extraction error
    does not occur.
    Note: Don't want to exclude all service files.

    Change-Id: Iaa34fd9b2dbd072980c1487278fb0e2f4cb1ec14
    Related-Bug: https://bugs.launchpad.net/starlingx/+bug/1791780
    Signed-off-by: Eric MacDonald <email address hidden>

commit 29a3ab73548c8cad8082f8bba1bed3b60d1851bd
Author: Jack Ding <email address hidden>
Date: Thu Sep 6 16:01:44 2018 -0400

    Remove customizations to memcached package

    Keep memcached package intact and customize memcached service file by
    overwriting it from platform-util.

    Story: 2002826
    Task: 24548
    Depends-On: https://review.openstack.org/600867

    Change-Id: Ic18d7efc1ea5548dc6245c7e9658843bd8d557cf
    Signed-off-by: Jack Ding <email address hidden>

commit 5cbb31627aa19324cb71a72a487f1f2a796c41bc
Author: slin14 <email address hidden>
Date: Fri Sep 7 23:54:21 2018 +0800

    remove novnc src rpm

    Story: 2003340
    Task: 24378
    Depends-On: https://review.openstack.org/600655

    It is replaced with rpm package, since no patch for it needed.

    Change-Id: Ie9cf1fbf3450f85f5ab0fdb34311b8d1799c7d58
    Signed-off-by: slin14 <email address hidden>

commit dba551a518f67371d95e0152a5ef2323735852ef
Author: Martin Chen <email address hidden>
Date: Wed Sep 5 01:10:16 2018 +0800

    Fix linters error and enable linters zuul gate

    Fix below linters errors
    E010 The "do" should be on same line as for
    E010 The "do" should be on same line as while
    E011 Then keyword is not on same line as if or elif keyword
    E020 Function declaration not in format ^function name {$

    Ignore:
    E041 Arithmetic expansion using $[ is deprecated for $((
    E042 local declaration hides errors
    E043 Arithmetic compound has inconsistent return semantics
    E044 Use [[ for non-POSIX comparisions

    Story: 2003366
    Task: 24423

    Change-Id: I8b6b72e702d3e89d1813772d6bf16819e28e818c
    Signed-off-by: Martin Chen <email address hidden>

commit 7b86cd14dfed473780befe2e5f7d2e4749751037
Author: Andreas Jaeger <email address hidden>
Date: Wed Sep 5 20:33:52 2018 +0200

    Add explicit noop gate job

    This repo defines jobs in check queue, so we can remove the noop-jobs
    template usage from project-config. To allow that, add a noop job to
    gate queue.

    Change-Id: Ie204c40291c17365887793bb5f114652fa24b360

commit a98bf512c4907e05c62188bdff8fbf6510f4656c
Author: Bin Qian <email address hidden>
Date: Tue Sep 4 13:44:27 2018 -0400

    Remove OCF script code to monitor I/F status

    Remove OCF script code to monitor I/F status and fail the service
    when the I/F is down.
    On the other change, the monitor work is done by SM, to perform
    swact based on healthy state of both controllers.

    Depends: Ifa7453136f34768b99e2bcd741d1065e69ef452e

    Story: 2003577
    Task: 24900

    Change-Id: Ie3da54940054ef5c1880dae718272be1663026d8
    Signed-off-by: Bin Qian <email address hidden>

commit 7cd4bf4c76c53ebaf0deba14ffde5ef5065d52ca
Author: zhangyangyang <email address hidden>
Date: Sat Sep 1 17:34:05 2018 +0800

    Python 3 compatibility: fix xrange/range issues

    xrange is not defined in python3.
    Rename xrange() to range().

    Story: 2002909

    Task: 24567

    Change-Id: I1cf9b77339fee79fd4750ca873a952a39974c23c
    Signed-off-by: zhangyangyang <email address hidden>

commit 847cf1e92f9a966d6b03792fde7f3c3a5a40fce2
Author: Sun Austin <email address hidden>
Date: Thu Aug 30 14:50:33 2018 +0800

    Fix linters issue E002 and E003 and linters check (none-voting)

    E002 Tab indents
    E003 Indent not multiple of 4

    Story: 2003366
    Task: 24424

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