ibm-mas / ansible-devops

Ansible collection supporting devops for IBM Maximo Application Suite
https://ibm-mas.github.io/ansible-devops/
Eclipse Public License 2.0
49 stars 82 forks source link

Error in mascli when selecting install cognos, I did not define the cpd version variable #1251

Closed GuilhermeFAC closed 5 months ago

GuilhermeFAC commented 5 months ago

@andrercm Here is a correction for the error

path mascli/functions/internal/install_config_applications ---if prompt_for_confirm "Install Cognos Analytics"; then CPD_INSTALL_COGNOS=true export CP4D_VERSION="4.6.3" <--I added this line--> DEPLOY_CP4D=run

andrercm commented 5 months ago

@GuilhermeFAC can you test with this cli 7.18.0-pre.manage-additional-settings version and see if that falls in the same error?

docker run -v $HOME:/tmp -ti --rm --pull always quay.io/ibmmas/cli:7.18.0-pre.manage-additional-settings
GuilhermeFAC commented 5 months ago

Hi @andrercm Problem fixed, previously in the preview this field was empty. Now it's filled! image