IBM / cloud-pak-deployer

Configuration-based installation of OpenShift and Cloud Pak for Data/Integration/Watson AIOps on various private and public cloud infrastructure providers. Deployment attempts to achieve the end-state defined in the configuration. If something fails along the way, you only need to restart the process to continue the deployment.
https://ibm.github.io/cloud-pak-deployer/
Apache License 2.0
140 stars 69 forks source link

Curated list of available catridges #415

Closed Max-Jesch closed 1 year ago

Max-Jesch commented 1 year ago

Finding how to describe the components (aka cartridges) you want to install into your CP4D in the config files can be tricky. For Example: It took me quiet some time to find out that "Cognos Analytics" is called "ca" and I still don't know which options I have for configuring it

It would be great to have a document that details all the tested components (aka cartridges) that can be installed into a cloud pak and the options that are available for configuring them.

fketelaars commented 1 year ago

Under sample-configurations find all cp4d* yaml files and add a description to the cartridges. Most descriptions can be retrieved from sample-configurations/web-ui-base-config/cloud-pak/cp4d.yaml.

  - name: analyticsengine 
    description: Analytics Engine Powered by Apache Spark
    size: small 
    state: removed

  - name: bigsql
    description: Db2 Big SQL    
    state: removed

  - name: ca
    description: Cognos Analytics
    size: small
    instances:
    - name: ca-instance
      metastore_ref: ca-metastore
    state: removed
fketelaars commented 1 year ago

Done