Installing services with Cloud Pak for Data 3.5
cpd-cli command. Use this procedure if Cloud Pak for Data installed on the system is of version 3.5 (Cloud Pak for Data System
versions 1.0.7.5 and
later).Before you begin
Some services that run on Cloud Pak for Data require
specific settings on the nodes in the cluster. To ensure that the cluster has the required settings
for these services, an operating system administrator with root privileges must
review and adjust the settings on the appropriate nodes in the cluster, as described in https://www.ibm.com/support/knowledgecenter/en/SSQNUZ_3.5.0/cpd/install/node-settings.html.
About this task
In Cloud Pak for Data version 3.5, only the
download-images and push-images commands are common to all services. The remaining part of the
installation procedure is service-specific, and you need to consult the documentation for the
specific service that you are installing. For the Cloud Pak for Data stand-alone product, it is recommended to run the
installation from and external workstation. In the Cloud Pak for Data System environment, you can use
e1n1-1-control instead. The cpd-cli tool is pre-installed there
and ready to use.
cpd-cli command on an
air-gapped cluster
Cloud Pak for Data defines the modular installation components as follows:
- Assembly
- A particular Cloud Pak for Data service (and its dependent assemblies) to deploy to a project in Red Hat OpenShift. Assemblies for Cloud Pak for Data control plane and services are stored on a public IBM file server, and do not have to be installed at the same time.
- Repository configuration
- A server definition YAML file that you download to your Linux or Mac OS client workstation and
then customize. It specifies:
- URLs and credentials for the file server to download Helm charts from.
- URLs and credentials for the registry server to download images from.
The default server definition file is repo.yaml.
When you run the cpd-cli download command from a client workstation, it
downloads all of the images and Helm charts from a public IBM file server to the client workstation.
Next, you move the Cloud Pak for Data command-line interface
and the downloaded files to the Cloud Pak for Data System node
e1n1. From there, run the cpd-cli command to push the images to your registry
server. Lastly, you run the cpd-cli installation command, which deploys the Helm
charts to a project in your OpenShift cluster.
In the Cloud Pak for Data System environment, the services images should be pushed to the following registry docker-registry.default.svc:5000/zen.
In the following procedure, you download the images to your local workstation (your laptop or a local machine), from which you can connect directly to the Cloud Pak for Data System cluster.