opendevstack / ods-provisioning-app

Provisioning app, which triggers project and component provisions (including Jira / Confluence / BitBucket and OCP resource creation)
Apache License 2.0
15 stars 20 forks source link

Remove auxiliaryRepositories occonfig-artifacts and design #733

Open albertpuente opened 2 years ago

albertpuente commented 2 years ago

Is your feature request related to a problem? Please describe. Users find it confusing to have these two repositories always added without further info, content or explicit purpose.

Describe the solution you'd like Simply remove their creation, users can nevertheless just add aux repositories when needed. https://github.com/opendevstack/ods-provisioning-app/blob/fc16b673d0008015a9f05dc1fc3db727a67ba2cd/src/main/java/org/opendevstack/provision/controller/ProjectApiController.java#L536

Describe alternatives you've considered We could add a README to each one of these repositories stating their purpose, but I do believe it is better to simply keep it clean.