I am facing an error in zuul debug.log and zuul.log and i am not able to trigger the jobs at jenkins master. If any body have some clue please help me out. Let me know what i am doing wrong
jenkins : 1.652
gerrit : 2.11.7
For ci deployment, i used to two vm's
gerrit vm : contain git, gerrit, zuul, gearman
running at : ci.fanaticalops.lab/gerrit
jenkins master vm : jenkins master, gearman plugin
running at : jenkins.fanaticalops.lab/jenkins
in jenkins gearman golbal configuration,
gearman host server : ci.fanaticalops.lab
i tested it. It showed the succes status and i saved it.
#### gerrit.config############
[gerrit]
basePath = git
[database]
type = mysql
hostname = mysql.fanaticalops.lab
database = reviewdb
username = gerrit2
password = pAssw0rd
[index]
type = LUCENE
[auth]
type = HTTP_LDAP
logoutUrl = https://gues:a...@ci.fanaticalops.lab/gerrit
[receive]
enableSignedPush = false
[sendemail]
smtpServer = mail.fanaticalops.lab
[container]
user = gerrit2
javaHome = /usr/lib/jvm/java-7-openjdk-amd64/jre
[sshd]
listenAddress = *:29418
[httpd]
[cache]
directory = cache
[gitweb]
############zuul.conf#########
[gearman]
server=ci.fanaticalops.lab
[gearman_server]
start=true
[gerrit]
server=ci.fanaticalops.lab
user=jenkins
sshkey=/home/zuul/.ssh/id_rsa
[zuul]
layout_config=/etc/zuul/layout.yaml
log_config=/etc/zuul/logging.conf
pidfile=/var/run/zuul/zuul.pid
state_dir=/var/lib/zuul
[merger]
log_config=/etc/zuul/logging.conf
git_dir=/git
zuul_url=ci.fanaticalops.lab:/git
[smtp]
server=mail.fanaticalops.lab
port=25
default_from=man...@fanaticalops.lab
#### Error in zuul.log and zuul.debug.log##############
AttributeError: 'EntryPoint' object has no attribute 'resolve'
2016-05-11 07:10:13,871 ERROR gerrit.GerritWatcher: Exception on ssh event stream:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/zuul/connection/gerrit.py", line 160, in _run
key_filename=self.keyfile)
File "/usr/local/lib/python2.7/dist-packages/paramiko/client.py", line 338, in connect
t.start_client()
File "/usr/local/lib/python2.7/dist-packages/paramiko/transport.py", line 493, in start_client
raise e
AttributeError: 'EntryPoint' object has no attribute 'resolve'