With the addition of the new variable HZN_AGBOT_URL in /etc/default/horizon, the sdo-owner-services mgmt container doesn't have the info to be able to set that value. So change the default behavior to be to pass -k css: to agent-install.sh so it will get use the agent-install.cfg that is in CSS, which does have HZN_AGBOT_URL .
This behavior can be overridden by export SDO_GET_CFG_FILE_FROM=agent-install.cfg
With the addition of the new variable
HZN_AGBOT_URL
in/etc/default/horizon
, thesdo-owner-services
mgmt container doesn't have the info to be able to set that value. So change the default behavior to be to pass-k css:
toagent-install.sh
so it will get use theagent-install.cfg
that is in CSS, which does haveHZN_AGBOT_URL
.This behavior can be overridden by
export SDO_GET_CFG_FILE_FROM=agent-install.cfg