Installation (3.0)
Note!
See https://infozone.atlassian.net/wiki/spaces/UEPE3D/pages/1900635 before starting the installation.
General Information
After the installation you will get a number of pods and a crd, function and purpose are explained in the table:
pod | unique-id | Purpose | Installed with Helm chart: |
---|---|---|---|
mz-operator-controller-manager | Yes | usage-engine-private-edition | |
mzonline | Yes | Web interface | usage-engine-private-edition |
platform | No | Platform | usage-engine-private-edition |
wd | Yes | Web Desktop interface | usage-engine-private-edition |
crd | |||
N/A | Custom Resource Definition | usage-engine-private-edition |
 The crd ecdeployments.mz.digitalroute.com is installed with helm install below. For detailed information on how helm handle Custom Resource Definitions see: https://helm.sh/docs/chart_best_practices/custom_resource_definitions/
Installing Usage Engine
To install:
Validate the Helm Chart Contents
To ensure there are no errors in the Helm chart content, you can run the following:
$ helm lint usage-engine-private-edition
You can also run the helm template chart to see the yaml files with modified values:
$ helm template usage-engine-private-edition
Install all pods. Use the License Key and set image pull secret, see Preparations.
- Use a suitable unique name for <release_platform> in the command below.$ helm install <release_platform>  usage-engine-private-edition --set-file licenseKey=<licensekey_file> --set "global.imagePullSecrets[0].name=<secret name>" --namespace <namespace> Example: $ helm install platform1 usage-engine-private-edition --set-file licenseKey=license_key --set "global.imagePullSecrets[0].name=ecr-cred" --namespace user1
There is also a usage-engine-private-edition-ecd helm chart available to install if you do not want to create the ECDs in the web interface.
Verify the installation.
Â
ImagePullBackOff errors
In case you see ImagePullBackOff errors when listing the pods, either you have not created  a pull secret or the pull secret is miss-configured.
User Interfaces
Below are some basic examples of how to define the user interfaces below, see Desktop for more information.Â
Web Desktop
To connect to the Web Desktop, go to http://<cluster node>:<NodePort>/auth.
Define your cluster node and the NodePort number substitute for 9999, in the output example in of the kubectl get services above it is 31400.Â
Desktop via Launcher
To deploy Desktop Launcher, you need to take the following steps:
Prerequisite:Â Download and install java 11 on the PC that you will use the Desktop on. Both JRE and JDK work.
Download the Usage Engine Desktop Launcher from:
http://<cluster node>:<NodePort>/launch/desktop.
Enter your cluster node and the NodePort number substitute for 9000, in the output example of "kubectl get services" above it is 31600.
To install the Desktop Launcher, for Windows, download the exe file and double-click to install it. Alternatively download the OS independent jar file and use java -jar to install it.
Add an instance in the Desktop Launcher. Use the NodePort number substitute for 9000, in the output example in of "kubectl get services" above it is 31600.
The Platform RCP port is by default 6790, this needs to be changed. Click settings on the Desktop instance and update the
pico.rcp.platform.port
to the NodePort number substitute for 6790, in the output example of "kubectl get services" above it is 31700.
Web Interface
To connect to the Web Interface, go to http://<cluster node>:<NodePort>
, entering your cluster node and the NodePort. Use the NodePort number substitute for 80 (http) or 443 (https), in the output example of "kubectl get services" above it is 31200.
Installation Configuration
The Installation guide is now complete. To get a system ready for production or testing purposes, you will need to define Configurations and ECDs using two methods available to you. These methods are described below:
Deploy real-time configurations in Desktop, https://infozone.atlassian.net/wiki/spaces/UEPE3D/pages/1907843.
Follow the step-by-step configuration options to configure the instance using the user interface. There are many examples available in the documentation.Deploy solutions through CI/CD pipelines
Use the Usage Engine Continuous Integration and Deployment (CI/CD) pipeline to automate building, testing, and deployment of use- and test cases.
For more information, see: https://infozone.atlassian.net/wiki/spaces/UEPE3D/pages/1909153.