Closed cworf91 closed 3 years ago
Hi @cworf91 The mentioned pull requests have been merged in December. Please update this issue and describe the resoloution here.
The variable HOST_FQDN is now set in the .env file. The var.env file contains now OSCM_CORE_URL, OSCM_APP_URL, OSCM_IDENTITY_URL, OSCM_BIRT_URL which are configsettings and written into the database. These settings contain the HOST_FQDN variable from the .env file. When the deployer is called, this variable does not have to be replaced. The deployer reads the .env file and therefore replaces the variable automatically. If a manual update installation should be carried out, then the .env file should either be activated the automatic export of variables: set -a $ {TARGET_PATH} /.env set +a Or the variables need to be replaced.
Documentation updated for release 19.1 with all the new settings and places described above.
Version Info 19.1
Describe the bug When preparing the var.env file for the docker installation, the HOST_FQDN has to be set. This happens without the need to set a Port. Nevertheless, whenn trying to run OSCM with proxy (oscm-proxy), the ports are in the cofing settings and cause problems.
How to Reproduce Steps to reproduce the behavior:
Expected behavior The operator should be able to set the ports or not.