IBM DataPower Operations Dashboard v1.0.20.x

A newer version of this product documentation is available.

You are viewing an older version. View latest at IBM DPOD Documentation.

Cloud Agent Upgrade

Installing the Cloud Agent Images

Obtain and load the images from Passport Advantage (PPA), see: Cloud Agent Images

Update the Cloud Agent CatalogSource

Edit the CatalogSource YAML and update image tag in the spec section to the current version.

  1. Navigate to the OpenShift Console UI.

  2. On the left panel, expand the Home section.

  3. Select Search.

  4. Select openshift-marketplacefrom the drop-down near the top of the page.

  5. Select CatalogSource from the Resources drop-down.

  6. Click on bm-dpod-cloud-agent-catalog and open the YAML tab.

  7. Set image tag in the spec section to the current version.

apiVersion: operators.coreos.com/v1alpha1 kind: CatalogSource metadata: name: ibm-dpod-cloud-agent-catalog namespace: openshift-marketplace spec: displayName: IBM DataPower Operations Dashboard Cloud Agent image: ${CONTAINER_REGISTRY_PATH}/dpod-cloud-agent-operator-catalog:${DPOD_CLOUD_AGENT_OPERATOR_VERSION}-amd64 publisher: IBM sourceType: grpc

Validating that the CatalogSource is Installed and Ready

To validate that the CatalogSource resource was installed correctly, use the following steps.

Validate that the CatalogSource pod is ready

Use the following oc command to get the CatalogSource pod status and verify the status is READY:

oc get catalogsource ibm-dpod-cloud-agent-catalog -n openshift-marketplace -o yaml | yq read - "status.connectionState.lastObservedState"

Update the Cloud Agent Operator Channel

  1. Navigate to the OpenShift Console UI.

  2. On the left panel, expand the Operators section.

  3. Select Installed Operators.

  4. Select the desired Project from the drop-down near the top of the page.

  5. Find IBM DataPower Operations Dashboard Cloud Agent in the list of installed operators, and select it.

  6. Navigate to the Subscription tab.

  7. Under Update channel click the current channel to edit the selection.

  8. Select the latest channel from the options, then click Save.

  9. Navigate back to Installed Operators to find the new entry for IBM DataPower Operations Dashboard Cloud Agent.

  10. Monitor the Status column and confirm it reaches the Succeeded state.

Update the Cloud Agent CR

  1. Navigate to the OpenShift Console UI.

  2. On the left panel, expand the Home section.

  3. Select Search.

  4. Select the desired Project from the drop-down near the top of the page.

  5. Select DpodCloudAgent from the Resources drop-down.

  6. Click on the desired CR and open the YAML tab.

  7. Set the version and the license according to Cloud Agent Licenses in the spec version.

 

Copyright © 2015 MonTier Software (2015) Ltd.