Review Update Status for Distributed Cloud Using the CLIΒΆ

You can use the CLI to review the updates in the central update repository and their synchronization status across the subclouds of the Distributed Cloud.

About this task

To use the Horizon Web interface instead, see Reviewing Update Status for Distributed Cloud Using Horizon.

Procedure

  • To check the status of updates in the central update repository, use the query option on the SystemController region.

    For example:

    ~(keystone_admin)]$ software --os-region-name SystemController list
    +-------------------+-------+----------+
    | Release           | RR    |  State   |
    +-------------------+-------+----------+
    | starlingx-24.09.0 | True  | deployed |
    | starlingx-24.09.1 | False | deployed |
    +-------------------+-------+----------+
    

    The State column indicates whether the release is available, or deployed. deployed indicates that the release has been installed on all hosts of the cloud (SystemController in this case).

  • To identify which subclouds are update-current (in-sync), use the

    ~(keystone_admin)]$ dcmanager subcloud list
    +----+-----------+--------------+--------------------+-------------+
    | id | name      | management   | availability       | sync        |
    +----+-----------+--------------+--------------------+-------------+
    |  1 | subcloud1 | managed      | online             | in-sync     |
    |  2 | subcloud2 | managed      | online             | in-sync     |
    |  3 | subcloud3 | managed      | online             | out-of-sync |
    +----+-----------+--------------+--------------------+-------------+
    

    Note

    The sync status is the rolled up sync status of platform-sync-status, identity-sync-status, and software-sync-status.

  • To see synchronization details for a subcloud:

    ~(keystone_admin)]$ dcmanager subcloud show subcloud1
    +-----------------------------+----------------------------+
    | Field                       | Value                      |
    +-----------------------------+----------------------------+
    | id                          | 1                          |
    | name                        | subcloud1                  |
    | description                 | None                       |
    | location                    | None                       |
    | software_version            | nn.nn                      |
    | management                  | managed                    |
    | availability                | online                     |
    | deploy_status               | complete                   |
    | management_subnet           | fd01:82::0/64              |
    | management_start_ip         | fd01:82::2                 |
    | management_end_ip           | fd01:82::11                |
    | management_gateway_ip       | fd01:82::1                 |
    | systemcontroller_gateway_ip | fd01:81::1                 |
    | group_id                    | 1                          |
    | created_at                  | 2020-07-15 19:23:50.966984 |
    | updated_at                  | 2020-07-17 12:36:28.815655 |
    | dc-cert_sync_status         | in-sync                    |
    | identity_sync_status        | in-sync                    |
    | load_sync_status            | not-available              |
    | patching_sync_status        | not-available              |
    | software_sync_status        | in-sync                    |
    | platform_sync_status        | in-sync                    |
    +-----------------------------+----------------------------+