| abstract | authors | completed_date | components | draft | excerpt | keywords | last_updated | primary_tag | pta | pwg | related_content | related_links | runtimes | series | services | subtitle | tags | title | translators | type | |||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
2020-01-20 |
|
true|false |
|
|
|
|
tutorial |
Step 1: Configure OpenShift Cluster(ROKS) with Red Hat Marketplace & Connect to the OpenShift Cluster in CLI (Command Line Interface)
- Refer the first two steps of the Tutorial to Configure Openshift Cluster(ROKS) with Red Hat Marketplace and Connect to the Openshift Cluster in CLI (Command Line Interface)
-
E.D.D.I is a Scalable Open Source Chatbot Platform to build multiple Chatbots with NLP, Behavior Rules, API Connector, and Templating. Developed in Java, provided with Docker, orchestrated with Kubernetes or Openshift.
-
Go to the Marketplace catalog and search for E.D.D.I, Select
E.D.D.Ifrom the results as shown.
- The E.D.D.I product page gives you an overview, documentation, and pricing options associated with the product. Click on the
Free Trialbutton as shown.
- Next, the purchase summary will show the
Subscription termand total cost is $0.00. ClickStart trialas shown.
You can visit Workspace > My Software to view your list of purchased softwares.
- Back in the web dashboard, select the E.D.D.I tile and then select the Operators tab. Click on the
Install Operatorbutton. Leave the default selection for Update channel and Approval strategy. Select the cluster and namespace scope aseddi-projectfor the operator and clickInstall.
- A message as shown below appears at the top of your screen indicating the install process initiated in the cluster.
-
Log into your OpenShift cluster and look under
Operators > Installed Operatorsto confirm the installation was successful. -
The operator
E.D.D.I Operatorshould list under the project/namespacecockroachdb-testas shown.
- Click on
E.D.D.Ioperator, under Provided API's, click on the firstCreate Instanceas shown.
- The Create E.D.D.I page will be displayed with the default YAML, edit the
storageclass_namein the YAML file, and click on theCreatebutton as shown. If the default YAML file is not visiblie you can copy paste the bellow YAML file replacing thestorageclass_name.
apiVersion: labs.ai/v1alpha1
kind: Eddi
metadata:
name: eddi
spec:
size: 1
mongodb:
environment: prod
storageclass_name: <existing_storageclass>
storage_size: 20G-
E.D.D.I Operator pods should come up when the installation is completed.
-
Under the left panel click on
Networkingand selectRoutes, make sure you are in theeddi-projectnamesapace, you can now see theeddi-routewith a URL as shown.
- You can now visit the URL to access the E.D.D.I Dashboard.
You can refer the following documentation from E.D.D.I labs to learn more about the operator and its features.









