AI Service install runbook has too many manual steps
Feature and motivation
Many of these variable values are already in the cluster; asking the user to set them manually leads to manual errors.
export AISERVICE_SLS_URL="https://sls.ibm-sls.ibm-sls."${AISERVICE_DOMAIN} export AISERVICE_SLS_REGISTRATION_KEY="" export AISERVICE_DRO_URL="https://ibm-data-reporter-redhat-marketplace."${AISERVICE_DOMAIN} export AISERVICE_DRO_TOKEN="" export AISERVICE_SLS_CACERT="" export AISERVICE_DRO_CACERT=""
The customer wants these values automatically pulled from the instance.
Usage example
export AISERVICE_SLS_URL="https://sls.ibm-sls.ibm-sls."${AISERVICE_DOMAIN} export AISERVICE_SLS_REGISTRATION_KEY="" export AISERVICE_DRO_URL="https://ibm-data-reporter-redhat-marketplace."${AISERVICE_DOMAIN} export AISERVICE_DRO_TOKEN="" export AISERVICE_SLS_CACERT="" export AISERVICE_DRO_CACERT=""