最好的配置方法看官方文档:
http://192.168.56.104/plugins/replication/Documentation/index.html
配置需求:
一台主gerrit服务器,一台从gerrit服务器,两台gerrit版本相同
主服务器能免密登录从服务器,实现方法如下:
将主服务器公钥考贝到从服务器的authorized_keys文件中
例如:
scp /root/.ssh/id_rsa.pub root@192.168.1.2:/root/.ssh/authorized_keys
实现原理:
从主服务器往从服务器上push
配置方法:
在review_site/etc/目录下配置replication.conf文件
如果出现如上图所示红框部分的错误,请在主服务器.ssh/config
中配置如下内容:
Host 192.168.56.104
StrictHostKeyChecking no