Upgrading CEE Ops Center

To upgrade the CEE Ops Center, use the following configurations:

  1. Use the following configuration to modify the CEE Ops Center to point it to the new tarball.

    
    configure 
         cluster cluster_name 
             ops-centers app_name instance_name 
             repository repo_url 
             username username 
             password password 
             initial-boot-parameters auto-deploy true 
             exit 
         commit 
    
  2. Run the cluster synchronization to upgrade the CEE Ops Center.

    Note
    Ensure that you enable auto deploy for the CEE products that are being updated.
    clusters cluster_name actions sync run 
    
  3. Verify whether the helm charts have been updated through the CEE Ops Center.

    show helm charts 
    

    A sample output is shown below:

    CHART         INSTANCE                          STATUS    VERSION     REVISION RELEASE                                   NAMESPACE 
    ------------------------------------------------------------------------------------------------------------------------------------------- 
    cee-ops-center         cee-global-ops-center             deployed  2023.02.1.d249  1   0.7.0-2023-02-1-0513-230331051211-dec612f  cee-global 
    cnat-monitoring        cee-global-cnat-monitoring        deployed  2023.02.1.d249  1   0.7.0-2023-02-1-0031-230331183330-58ec41c  cee-global 
    product-documentation  cee-global-product-documentation  deployed  2023.02.1.d249  1   0.8.0-2023-02-1-0131-230321085503-2699cb5  cee-global 
    pv-manager             cee-global-pv-manager             deployed  2023.02.1.d249  1   0.3.0-2023-02-1-0029-230320155437-e484272  cee-global 
    smi-autoheal           cee-global-smi-autoheal           deployed  2023.02.1.d249  1   0.2.0-2023-02-1-0030-230330084451-99684bf  cee-global 
    smi-show-tac           cee-global-smi-show-tac           deployed  2023.02.1.d249  1   0.4.0-2023-02-1-0189-230331050005-81130f1  cee-global 
    storage-provisioner    cee-global-storage-provisioner    deployed  2023.02.1.d249  1   0.3.0-2023-02-1-0120-230320160505-1597fdb  cee-global 
    telegraf-monitoring    cee-global-telegraf-monitoring    deployed  2023.02.1.d249  1   0.1.0-2023-02-1-0048-230330084426-9b02da0  cee-global 
  4. Verify the status of the system.

    show system status 
    

    A sample output is shown below:

    system status deployed true 
    system status percent-ready 91.3 

    NOTES:

    • cluster cluster_name - Specifies the name of the cluster. For example, aio.

    • ops-centers app_name instance_name - Specifies the installation of the Ops Center. app_name is the name of the application. For example, cee.The instance_name is the name of the instance. For example, global.

    • username username - Specifies the username used for logging in to the repository.

    • password password - Specifies the password used for logging into the repository.

    • repository repo_url - Specifies the product chart repository URL.

    • initial-boot-parameters auto-deploy true – Deploys the product chart automatically.

    • commit - Commits the configuration changes.

    • show helm status - Displays the status of the system.

    • clusters cluster_name actions sync run - Synchronizes the committed changes to the cluster.