--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi All,Just needed some information.Is Gerrithub available for enterprise use as a binary ? or is it a saas only?
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/6697583f-82fe-4f58-a885-06bf965cf56bn%40googlegroups.com.
Hi Shad,Hi All,Just needed some information.Is Gerrithub available for enterprise use as a binary ? or is it a saas only?Gerrithub architecture is composed of 5 Gerrit nodes in different geographical locations, using multi-site [1] and pull-replication plugin [2] to keep them in sync.
The Git repositories are pushed, via the replication plugin, to Github as well, which is just used as a readonly version of the repositories.
On Wednesday, 2 August 2023 at 17:58:40 UTC+5:30 Fabio Ponciroli wrote:Hi Shad,Hi All,Just needed some information.Is Gerrithub available for enterprise use as a binary ? or is it a saas only?Gerrithub architecture is composed of 5 Gerrit nodes in different geographical locations, using multi-site [1] and pull-replication plugin [2] to keep them in sync.Thanks for the info,The Git repositories are pushed, via the replication plugin, to Github as well, which is just used as a readonly version of the repositories.If I have a gerrit with ldap auth, and want to integrate with github/gitlab which will work as just read only version.what should be the replication config, I mean how should the target mirror to be configured.
will that work as gerrit as code review frontend and when we click on repository, it will redirect to backend github/gitlab ?
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/7942c72b-6f53-4819-a3bf-7c76ef216336n%40googlegroups.com.
Hi Shad,On Wednesday, 2 August 2023 at 17:58:40 UTC+5:30 Fabio Ponciroli wrote:Hi Shad,Hi All,Just needed some information.Is Gerrithub available for enterprise use as a binary ? or is it a saas only?Gerrithub architecture is composed of 5 Gerrit nodes in different geographical locations, using multi-site [1] and pull-replication plugin [2] to keep them in sync.Thanks for the info,The Git repositories are pushed, via the replication plugin, to Github as well, which is just used as a readonly version of the repositories.If I have a gerrit with ldap auth, and want to integrate with github/gitlab which will work as just read only version.what should be the replication config, I mean how should the target mirror to be configured.There was already a thread asking the same. Have a look if it is of any help [1].
will that work as gerrit as code review frontend and when we click on repository, it will redirect to backend github/gitlab ?Not sure I understand what you mean by frontend and backend in this context. However, the way it will work is that you will be able to do reviews via Gerrit which will store, internally, the git data.
The git date will also be replicated to github/gitlab. You will be able to access the repositories from github/gitlab as well, but they will be readonly.
On Wed, 2 Aug, 2023, 7:16 pm Fabio Ponciroli, <pon...@gmail.com> wrote:Hi Shad,On Wednesday, 2 August 2023 at 17:58:40 UTC+5:30 Fabio Ponciroli wrote:Hi Shad,Hi All,Just needed some information.Is Gerrithub available for enterprise use as a binary ? or is it a saas only?Gerrithub architecture is composed of 5 Gerrit nodes in different geographical locations, using multi-site [1] and pull-replication plugin [2] to keep them in sync.Thanks for the info,The Git repositories are pushed, via the replication plugin, to Github as well, which is just used as a readonly version of the repositories.If I have a gerrit with ldap auth, and want to integrate with github/gitlab which will work as just read only version.what should be the replication config, I mean how should the target mirror to be configured.There was already a thread asking the same. Have a look if it is of any help [1].Looked into it. Looks like complete solution is not there.replication.config[remote - gitlab]Url : what should be the complete url?
will that work as gerrit as code review frontend and when we click on repository, it will redirect to backend github/gitlab ?Not sure I understand what you mean by frontend and backend in this context. However, the way it will work is that you will be able to do reviews via Gerrit which will store, internally, the git data.So that means, the merged git data will reside on gerrit and on the remote github/lab as well? Both will have its own independent storage, syncing will happen with replication plugin.
The git date will also be replicated to github/gitlab. You will be able to access the repositories from github/gitlab as well, but they will be readonly.Question: what is the benifit of having a read-only github/gitlab. Would it help to have a tool chain to evolve arround gerrit and gitlab/hub? Eventually which will help development of aosp and other domains as well?
Hi,On Wed, 2 Aug 2023 at 21:57, Shad Perwez <tech....@gmail.com> wrote:On Wed, 2 Aug, 2023, 7:16 pm Fabio Ponciroli, <pon...@gmail.com> wrote:Hi Shad,On Wednesday, 2 August 2023 at 17:58:40 UTC+5:30 Fabio Ponciroli wrote:Hi Shad,Hi All,Just needed some information.Is Gerrithub available for enterprise use as a binary ? or is it a saas only?Gerrithub architecture is composed of 5 Gerrit nodes in different geographical locations, using multi-site [1] and pull-replication plugin [2] to keep them in sync.Thanks for the info,The Git repositories are pushed, via the replication plugin, to Github as well, which is just used as a readonly version of the repositories.If I have a gerrit with ldap auth, and want to integrate with github/gitlab which will work as just read only version.what should be the replication config, I mean how should the target mirror to be configured.There was already a thread asking the same. Have a look if it is of any help [1].Looked into it. Looks like complete solution is not there.replication.config[remote - gitlab]Url : what should be the complete url?Did you check the documentation? [1]
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/8e98fd92-53b2-4782-ab8a-458577f2382cn%40googlegroups.com.