Skip to content

Make copy of existing configuration

Dan Davison requested to merge dj-fix-omnibus-configuration into master

Make copy of existing configuration rather than referencing the Runtime config directly.

I believe that gitlab#326077 (closed) was because upon first configuration of the first omnibus Gitaly cluster, the configuration also applied to Runtime::Scenario.omnibus_configuration rather than JUST the Gitaly cluster.

This, I believe was causing the Duplication error.

Merge request reports