We are having some troubles trying to get the Gerrit installation to work.
Below is the error I get when I try "Migrate Repo to Gerrit"
- Cannot connect to remote Gerrit server Gerrit REST driver: an error occured while checking existance of project ([curl] 60: [url] https://gerrit.mysite.com/a/projects/lab%2FGitTuleapTester)
Hoping someone can help guide me a bit with this integration. I followed the instructions as best I could at the url below.
Our Gerrit version is 2.13.2 with all core plugins and we have LDAP Auth successfully working on Gerrit and Tuleap. SSL is all working on a wildcard on both servers with same domain.
I did not go through the "Setup parent projects(Umbrella)" section because it did not seem necessary, correct me if I'm wrong.
Where it got a bit confusing is the section called "Configure gerrit replication." It asks me to inflate the plugin with the following command:
gerrit@gerrit.instance.com$ unzip -j gerrit.war WEB-INF/plugins/replication.jar -d gerrit_testsite/plugins/
I already have this plugin installed because it asked me to install while installing gerrit. Do I need this step still? I simply made made the "replication.config" file and added what was provided with the correct URL.
I also skipped the section called "Configure the email of the administrator." It also did not seem 100% necessary, correct me if I'm wrong.
Anyone have any similar issues? Anyone have any idea of what I could try to find out more about the problem?