Hello,
I am trying to setup cognos on pre-existing MAS 9 environment using Ansible. Below are the variables and playbook I used. However getting some error shown below. Does anyone have any ideas/suggestions to use here?
Error:
Failed to pull image cp.icr.io/cp/cpd/zen-addon-cognos-analytics@sha256:67486fde57e4d4d808046c7b590dbf8fb5e329b28fb3b18eb24d404123722a76: rpc error: code = Unknown desc = unable to retrieve auth token: invalid username/password: unauthorized: Authorization required. See IBM Documentation
Variables:
export MAS_CONFIG_DIR=~/masconfig
export CPD_ENTITLEMENT_KEY=##keyfrommyibm
export CPD_ENTITLEMENT_USERNAME=username
export CPD_INSTALL_COGNOS=“true”
export CPD_ADMIN_USERNAME=admin
export CPD_ADMIN_PASSWORD=*********
export CPD_URL=cpd url
export CPD_PRODUCT_VERSION=“4.8.0”
oc login
playbook of cp4d: ansible/collections/ansible_collections/ibm/mas_devops/playbooks/cp4d.yml
Please share incase of any ideas/inputs/suggestions?