Update to the Latest Version of Contrail Cloud 13
The upgrade requires that you have the latest version of Contrail Cloud 13. If you are not running the latest Contrail Cloud version, follow the upgrade instructions in the Contrail Cloud 13 Release Notes.
Verify that your configuration files in the /var/lib/contrail_cloud/config directory are accurate for your Contrail Cloud deployment.
- Specify the activation key by setting the environment variables.
For example:
SATELLITE="contrail-cloud-satellite.juniper.net" SATELLITE_KEY="ak-my-account-key" SATELLITE_ORG="ContrailCloud"
-
Run the installer script (
contrail_cloud_installer.sh
) from the jump host CLI with your environment variables in the example below. The script will install the latest Contrail Cloud packages for your Contrail Cloud 13 release. The packages are installed in the /var/lib/contrail_cloud directory.Note:This is the installer that came with Contrail Cloud 13. This is not the installer that comes with your Contrail Cloud 16 upgrade.
./contrail_cloud_installer.sh\ --satellite_host ${SATELLITE} \ --satellite_key ${SATELLITE_KEY} \ --satellite_org ${SATELLITE_ORG}