Comment 4 for bug 1812440

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

Reviewed: https://review.openstack.org/632811
Committed: https://git.openstack.org/cgit/openstack/stx-integ/commit/?id=d6a1fd98d66811d2336efc640e8fb909b28ab19a
Submitter: Zuul
Branch: f/stein

commit ed8655fa77e774a442f5af565c749d03a6716f33
Author: Wei Zhou <email address hidden>
Date: Mon Jan 21 16:39:07 2019 -0500

    Move STX specific files from stx-ceph to stx-integ

    By moving STX specific files from stx-ceph to stx-integ, we
    decouple STX code from the upstream ceph repo. When making
    changes in those STX files, we don't need to make "pull
    request" in stx-ceph repo any more.

    Change-Id: Ifaaae452798561ddfa7557cf59b072535bec7687
    Story: 2002844
    Task: 28993
    Signed-off-by: Wei Zhou <email address hidden>

commit abaff6b27525aaa91df53319f84004640f75e6a3
Author: Eric MacDonald <email address hidden>
Date: Fri Jan 18 16:29:56 2019 -0500

    Remove alarm query before clear in NTP plugin

    Issue titled 'NTP 100.14 alarm is not cleared' exposed
    an issue where the NTP plugin alarm clear operation is
    circumvented when its pre-curser fm_api.get_fault call
    returns None if the fm process is not running.
    From the callers point of view the None return suggests
    that the alarm to be cleared does not exist so the code
    skips the call to clear.

    This update works around this by simply issuing the
    clear without the query.

    Change-Id: Idcc05bb0e7e1aa1082af1e8ecdcb1a5463b19440
    Closes-Bug: 1812440
    Signed-off-by: Eric MacDonald <email address hidden>

commit 7bb43963d30e77eae84873f497188e4018c21b74
Author: Jerry Sun <email address hidden>
Date: Tue Jan 15 09:47:33 2019 -0500

    Build registry-token-server without dep

    This change reworks the registry-token-server package spec with
    go dependencies downloaded at mirror-download time, rather than
    at build time. The dependencies (at fixed revisions) are
    extracted into the package's build tree for compilation.

    Story: 2002840
    Task: 22783
    Depends-On: https://review.openstack.org/#/c/631001/
    Change-Id: Ib7d745c6469beacf029195c3e6eaa4935f398483
    Signed-off-by: Jerry Sun <email address hidden>
    Signed-off-by: Jason McKenna <email address hidden>

commit 6db8e31b21b271f827f3c9cabf0f0558e8ca6b58
Author: Ovidiu Poncea <email address hidden>
Date: Thu Dec 20 09:10:00 2018 -0500

    Add StarlingX specific restart command for Ceph monitors

    Since we don't use systemd to manage Ceph and we have pmon monitoring we
    have to make sure that:
    1. Restarting is properly handled as "systemctl restart" will return
       error and manifest will fail;
    2. Pmon does not check ceph-mon status during restart. Otherwise we risk
       getting into a race condition between the puppet restart and pmon
       detecting that ceph is down and trying a restart.

    Both are resolved when using /etc/init.d/ceph-init-wrapper restart.

    Change-Id: Ie316bb611a006bbbc92ac22c52c3973cc9f15109
    Co-Authored-By: Ovidiu Poncea <email address hidden>
    Implements: containerization-2002844-CEPH-persistent-storage-backend-for-Kubernetes
    Story: 2002844
    Task: 28723
    Signed-off-by: Ovidiu Poncea <email address hidden>

commit d2a4c3d012d7863221ae059cc9cb7035fcdfcfb4
Author: Angie Wang <email address hidden>
Date: Mon Jan 14 14:53:10 2019 -0500

    Helm repository replication

    This updates the helm-upload to stop syncing charts to standby
    controller as charts are changed to store in drbd fs.

    Story: 2004520
    Task: 28343
    Depends-On: https://review.openstack.org/#/c/630763/
    Change-Id: I12f17fae6124650d878ba7a560f94b7a8ed36e56
    Signed-off-by: Angie Wang <email address hidden>