Comment 5 for bug 1864114

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to gui (f/centos8)

Reviewed: https://review.opendev.org/716144
Committed: https://git.openstack.org/cgit/starlingx/gui/commit/?id=c794affbd62325e03635c41d4d769cd4213fff92
Submitter: Zuul
Branch: f/centos8

commit 654fb174857d81bb17234149c3f16014f8a41b2b
Author: Teresa Ho <email address hidden>
Date: Mon Mar 16 09:49:23 2020 -0400

    Add platform network type for storage

    Added a new platform network type for optional backend storage.

    Story: 2007391
    Task: 39018

    Change-Id: I8d10a2db50f1bfc055092b81e1872b4cb69242f0
    Signed-off-by: Teresa Ho <email address hidden>

commit 5d41bb083c384092792193297a67d0bcde675f27
Author: Stefan Dinescu <email address hidden>
Date: Tue Mar 10 12:55:33 2020 +0000

    Check for presence of Ceph storage backend

    Some Horizon operation and APIs worked on the assumption
    that the Ceph storage backend was always present. Since
    now Ceph is no longer provisioned by default, we need
    to update certain functions to check for the presence
    of such backend.

    Tests done:
    1. Install setup with Ceph
       - use Horizon to navigate to various pages and see
         if any errors appear
       - provision OSD using Horizon
    2. Install setup without Ceph
       - use Horizon to navigate to various pages and asee
         if any errors appear
       - see that options for Ceph operations are now hidden
         since Ceph is not provisioned

    Change-Id: I0ec1d0e73bf2c261c1ef35a35d8dd1f10d827fc4
    Closes-bug: 1866664
    Signed-off-by: Stefan Dinescu <email address hidden>

commit e3c2a190d06c83013fc4ae613c4b071e5b70dc97
Author: Kristine Bujold <email address hidden>
Date: Tue Feb 25 16:54:23 2020 -0500

    Add Subcloud ID to the Subclouds table's detail

    Story: 2007255
    Task: 38614
    Change-Id: I4b5f802410a3d6a6d27c887314c7a09aefad071b
    Signed-off-by: Kristine Bujold <email address hidden>

commit dbd25b92cdd8e3d9f2ac01a931a9df07c0b13044
Author: Kristine Bujold <email address hidden>
Date: Tue Feb 25 10:36:41 2020 -0500

    Fix label name in Regions pull down

    Story: 2007255
    Task: 38835
    Signed-off-by: Kristine Bujold <email address hidden>
    Change-Id: I6ddee15f406c1e06d4525d30bf9b381aa891f160

commit 03571b691d7ec16dd6151ee7e0d427ea9b7fb1be
Author: Kristine Bujold <email address hidden>
Date: Mon Feb 24 11:01:02 2020 -0500

    Fix data list formatting

    Change the Storage Overview page data list formatting to centered.

    Story: 2007255
    Task: 38835
    Change-Id: I0584a58f9a6a3fcb8860459e92b57d07b64e25e2
    Signed-off-by: Kristine Bujold <email address hidden>

commit b32ae659113c288684f7bedd016a1711a1dae12e
Author: Kristine Bujold <email address hidden>
Date: Fri Feb 21 10:53:42 2020 -0500

    Add table titles and update formatting

    This commits adds table titles to Host Inventory Storage and Storage
    Overview pages which have mutiple tables in one panel. It also use the
    upstream formatting for the table info for Host Inventory Processor
    page.

    Story: 2007255
    Task: 38835
    Change-Id: I02333dd06b78ecc7815acb3fb93393a9e8e4c7e8
    Signed-off-by: Kristine Bujold <email address hidden>

commit 5f83c963ccd04670727bfac41040f76f0671fc0f
Author: Bin Qian <email address hidden>
Date: Fri Feb 21 15:58:52 2020 -0500

    Fix unexpected denial of saving host due to BM IP required

    Fix unexpected denial of saving host data in horizon, due to Board
    Management IP not set when no Board Management Protocol is selected.

    Change-Id: I1a303b6b173767c4254cdd2921da187bfc96681b
    Closes-bug: 1864114
    Signed-off-by: Bin Qian <email address hidden>

commit 0a7d75a2cfc129959a5e4b46019279f744a03502
Author: Kristine Bujold <email address hidden>
Date: Thu Feb 20 16:42:20 2020 -0500

    Add a search to Interface Overview

    This commit adds a search/filter to the Route List table under
    Admin/Platform/Host Inventory/controller-0/Interfaces/mgmt0.
    Also added titles to the two tables of the Interface Overview page.

    Story: 2007255
    Task: 38835
    Change-Id: Ib02d9888cb4ae0baab4b92b2d4ebaa6944f75b31
    Signed-off-by: Kristine Bujold <email address hidden>

commit dc0da852c24c33f7025031119b4fc1c0368b6355
Author: Kristine Bujold <email address hidden>
Date: Thu Feb 13 16:13:16 2020 -0500

    Fix various DC admin bugs and cleanup

    Fixed Cloud Overview page breadcrumbs which was displaying “None”.

    Updated the Projects/Regions pull down for DC Systems. Subclouds are no
    longer listed. A redirect to the SystemController’s CloudOverview page
    is instead provided. From there the user can switch to a subcloud’s
    region. This also fixes the issue where unmanaged subclouds where in the
    pulldown and clicking to get to the subcloud region would result in a page
    error. This would then prevent the user to further access horizon unless
    the cookies were cleared.

    Updated the SystemController’s CloudOverview page. Renamed the
    “System Controller” table to “Central Cloud”. Created a “Switch to
    RegionOne” column for both table to make switching to a region more
    obvious.

    Removed the themed _user_menu.html file. Instead using the setting
    SELECTABLE_THEMES to disable having the available themes user selectable.

    Created a new starlingx_templates directory to store deployment-specific
    templates such as the updated context_selection/_project_list.html. This
    directory is added in the _30_stx_local_settings.py file with
    TEMPLATES[0]['DIRS'] and must be the first one in list in order to
    override the openstack templates.

    Story: 2007255
    Task: 38762
    Signed-off-by: Kristine Bujold <email address hidden>
    Change-Id: I90944717d8cd01b47a2505e6e8226453eb96d63b

commit b5eb5d5610ea765d7c20ae241d57f8c4d8802cd2
Author: Kristine Bujold <email address hidden>
Date: Mon Feb 10 13:55:44 2020 -0500

    Improve Cloud Overview page

    This commit adds a "deploy status" column to the Cloud Overview table.
    It also improves the search filters for table.

    Story: 2007255
    Task: 38725
    Change-Id: I562bdda3be972b8645637d5a1488ab5c84e36fc7
    Signed-off-by: Kristine Bujold <email address hidden>

commit e63f250d02f7f069b048cf5932e9af454e6edc57
Author: Kristine Bujold <email address hidden>
Date: Fri Feb 7 09:00:39 2020 -0500

    Fix bugs under Software Management panels

    Fix table row update and page links.

    Also apply post/redirect to eliminate form resubmit at browser reload
    on DC software management page. This relates to bug
    https://bugs.launchpad.net/starlingx/+bug/1842747. It should of been
    applied to the DC panels as well.

    Story: 2007255
    Task: 38664
    Change-Id: I471cc7bd986dfb305e90930c6397ee997a04c5b7
    Signed-off-by: Kristine Bujold <email address hidden>

commit bbc3310b4f8eb63437b06e5eb8df9dc5b3b78970
Author: Bin Qian <email address hidden>
Date: Thu Feb 6 10:13:50 2020 -0500

    Adding job to upload commits to GitHub

    Add job to publish gui repo to GitHub

    Change-Id: Iabd8dcf43e0f05869a38ba8a2526976dfca2571c
    Story: 2007252
    Task: 38679
    Signed-off-by: Bin Qian <email address hidden>