Skip to content

Commit

Permalink
Merge pull request #839 from thomas-mattsson/mongodb
Browse files Browse the repository at this point in the history
Adding mongodb
  • Loading branch information
fketelaars authored Nov 22, 2024
2 parents 84e9dbf + 461ef6f commit d53ad50
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,12 @@ cartridge_cr:
- name: model-train
olm_utils_name: model_train
cr_internal: true
- name: mongodb
olm_utils_name: mongodb_cp4d
cr_cr: CPDMongoDBService
cr_name: cpdmongodbservice-cr
cr_status_attribute: mongodbStatus
cr_status_completed: Completed
- name: opencontent-auditwebhook
olm_utils_name: opencontent_auditwebhook
cr_internal: true
Expand Down Expand Up @@ -432,4 +438,4 @@ cartridge_cr:
olm_utils_name: ws_runtimes
cr_internal: true
separate_install: True
nfd_gpu_required: True
nfd_gpu_required: True
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,10 @@ cp4d:
wkc_enabled: true
state: removed

- name: mongodb
description: MongoDB for Cloud Pak for Data
state: removed

- name: openpages
description: OpenPages
state: removed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,10 @@ cp4d:
wkc_enabled: true
state: removed

- name: mongodb
description: MongoDB for Cloud Pak for Data
state: removed

- name: openpages
description: OpenPages
state: removed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,10 @@ cp4d:
wkc_enabled: true
state: removed

- name: mongodb
description: MongoDB for Cloud Pak for Data
state: removed

- name: openpages
description: OpenPages
state: removed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@ cp4d:
wkc_enabled: true
state: removed

- name: mongodb
description: MongoDB for Cloud Pak for Data
state: removed

- name: openpages
description: OpenPages
state: removed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@ cp4d:
wkc_enabled: true
state: removed

- name: mongodb
description: MongoDB for Cloud Pak for Data
state: removed

- name: openpages
description: OpenPages
state: removed
Expand Down

0 comments on commit d53ad50

Please sign in to comment.