Comment 7 for bug 1812432

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

Reviewed: https://review.openstack.org/636367
Committed: https://git.openstack.org/cgit/openstack/stx-upstream/commit/?id=e0ae063497c04bd0cc9878b3e471e4f2e0eae516
Submitter: Zuul
Branch: f/centos76

commit ab3945fcc78cc912b0db0dc0e8ecffc75cef4568
Author: Chris Friesen <email address hidden>
Date: Wed Feb 6 17:47:47 2019 -0600

    fix type error to streamline single-replica mariadb startup

    The mariadb startup script was trying to optimize the single-replica
    case but missed the fact that the variable it was checking was a
    string rather than an int.

    Converting it to an int before doing the comparison makes it work
    as expected.

    Change-Id: I0f920b52c5cc92672a71ee3db3d7f8e5700fb709
    Signed-off-by: Chris Friesen <email address hidden>
    Story: 2004712
    Task: 29385

commit aac168b3984f715f06661686869e70f1b44b57c0
Author: Irina Mihai <email address hidden>
Date: Mon Feb 4 18:06:14 2019 +0000

    Glance chart: add images pool replication

    - pass new pool replication parameter to the storage init script
    - set images pool replication in the storage init script

    Change-Id: If0ecaeb12afd78caacdbb9b85cda8d6cfda00dea
    Story: 2004520
    Task: 29324
    Depends-on: I120e196ec3acca1f57b717cc4548c7c549fac738
    Signed-off-by: Irina Mihai <email address hidden>

commit 185708cded74645cdf589009d3324d5d9adf1437
Author: Kristal Dale <email address hidden>
Date: Thu Jan 31 16:06:26 2019 -0800

    Update config for release notes to include project name

    Update conf.py for release notes to include the project
    variable, set to the project name. This is so the string
    above the left nav renders the project name.

    Story: 2004900
    Task: 29234

    Change-Id: Id6b86d8c14628c0e04729e3e54b1718a51fe178b
    Signed-off-by: Kristal Dale <email address hidden>

commit ff598b27e1f4dbc9b993d9c9360fbe06e2d2ed8c
Author: Tao Liu <email address hidden>
Date: Thu Jan 31 09:41:48 2019 -0600

    Configurable Host HTTP/HTTPS Port Binding

    change platform horizon to bind to port 8008

    Story: 2004642
    Task: 29265
    Depends-On: https://review.openstack.org/#/c/634237/

    Change-Id: Id6890c8e62d31225969e4c0bb23c78ccb66a3517
    Signed-off-by: Tao Liu <email address hidden>

commit cf672440526fa0b3d4d27c9868523dedd294a0cb
Author: Don Penney <email address hidden>
Date: Wed Jan 23 11:47:26 2019 -0500

    Update master stx-ceilometer to use panko-5.0.0

    This commit updates the master docker image file for
    ceilometer to specify install of panko-5.0.0 explicitly.

    Depends-On: I854b75577b6dbc3f0a8171190f5a1aa839412dc8
    Change-Id: I4db80c4bcaaa09046285e9ee0af34db1be54a606
    Story: 2004520
    Task: 29047
    Signed-off-by: Don Penney <email address hidden>

commit 6e74844f720eee4bd6d7b4067d3b6db3b40caa49
Author: Gerry Kopec <email address hidden>
Date: Wed Jan 9 20:52:05 2019 -0500

    Update helm charts to support cold migration

    To enable cold migration, need to update nova charts in openstack-helm
    and helm-toolkit chart in openstack-helm-infra. These changes build
    on existing upstream components which attempt to add a second container
    to the nova-compute pod which creates a sshd process listening on port
    8022.

    Nova chart changes include:
    - Fix bug in ssh-config mapping so config file is generated properly in
      /root/.ssh/config in nova-compute container.
    - Move private key from sshd container to nova-compute container.
    - Map private and public ssh keys to new configmap-ssh which will
      default to acceptable file permissions (400) for ssh. Keys will be
      provided in overrides.
    - Add additional config to /etc/ssh/sshd_config to allow passwordless
      root logins over appropriate subnet passed in from overrides. This
      is the same as what is done in nova puppet currently.
    - Remove chmods from sshd bash script as they are failing. Function is
      replaced by configmap-ssh.

    To enable cold migration in nova helm chart, we need to allow multiple
    containers within the same daemonset pod. This requires a patch to
    the helm-toolkit _daemonset_overrides template to remove upstream
    restriction. This issue is tracked upstream by storyboard 2003876.

    These changes should be upstreamed but may require further refinement.

    Story: 2003909
    Task: 28927
    Change-Id: Id789ba051cec019e8b7564c713cf1b5296ecf9f6
    Signed-off-by: Gerry Kopec <email address hidden>

commit 9e649fabd82b062fe6fdea3e5b0e93385d48e361
Author: Don Penney <email address hidden>
Date: Fri Jan 18 16:03:45 2019 -0500

    Add e2fsprogs to stx-nova package list

    This update adds e2fsprogs to the pike and master docker
    image build directives files for stx-nova, to provide the
    mkfs utilities required for ephemeral storage support.

    Change-Id: If9b901696169d7d157a37d6b96f7b8c4db0a24a5
    Closes-Bug: 1812432
    Signed-off-by: Don Penney <email address hidden>