Upgrading the UPF Clusters
You can upgrade the UPF Clusters using the SMI Cluster Manager. To upgrade, use the following configurations:
-
Login to the Inception Cluster Manager CLI and enter the Global Configuration mode.
-
To upgrade, add a new software definition for the software.
configure software upf <upf_software_version> url <repo_url> user <user_name> password <password> sha256 <SHA256_hash_key> exit
Example:SMI Cluster Manager# config SMI Cluster Manager(config)# software upf <upf_software_version> SMI Cluster Manager(config)# url <repo_url> SMI Cluster Manager(config)#user <username> SMI Cluster Manager(config)#password "<password>" SMI Cluster Manager(config)#sha256 <sha256_hash_key> SMI Cluster Manager(config)#exit SMI Cluster Manager(config)#
-
Commit the changes.
-
Trigger the Cluster synchronization.
configure clusters <cluster_name> actions sync run debug true
Example:Cluster Manager# config Cluster Manager(config)# clusters cndp-testbed actions sync run debug true
-
Monitor the upgrade progress
monitor syc-logs <cluster_name>
Example:Cluster Manager# monitor syc-logs cndp-testbed-cm
-
Login to the CEE control plane node after the Cluster synchronization completes.
https://cli.upf-ops-center.<ipv4_address>.<domain_name>/
-
Verify the software version using the following command.
show system ops-center
Example:
SMI Cluster Manager# show system ops-center
NOTES:
-
software upf <upf_software_version> - Specifies the UPF software package.
-
url <repo_url> - Specifies the HTTP/HTTP/file URL of the software.
-
user <user_name> - Specifies the username for HTTP/HTTPS authentication.
-
password <password> - Specifies the password used for downloading the software package.
-
sha256 <SHA256_hash_key> - Specifies the SHA256 hash of the downloaded software.