opendevstack / ods-core

The core of OpenDevStack - infrastructure setup based on Atlassian tools, Jenkins, Nexus, SonarQube and shared images
Apache License 2.0
45 stars 34 forks source link

Configuration mismatch on Prov-app and ods-core repositories #1259

Closed braisvq1996 closed 5 months ago

braisvq1996 commented 5 months ago

Describe the bug Configuration of the Provisioning appplication and the defaut config on ODS are different

To Reproduce Steps to reproduce the behavior:

  1. Check the timeouts on the Prov-app repo: https://github.com/opendevstack/ods-provisioning-app/blob/master/src/main/resources/application.properties#L19-L22
  2. Check the timeouts on the ods-core repo, Prov-app configMap: https://github.com/opendevstack/ods-core/blob/master/ods-provisioning-app/ocp-config/cm.yml#L128-L131
  3. See difference

Expected behavior Both configurations should be the same

Affected version (please complete the following information):

Additional context We have recently had some changes on the infraestructure and project creation failed due to the short timeout configured.