Bug 771716

Summary: Correct inconsistency in jenkins plugin for cloud URL
Product: OKD Reporter: Bill DeCoste <wdecoste>
Component: PodAssignee: Bill DeCoste <wdecoste>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 2.xCC: bzhao, dmcphers, jialiu
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-01-30 04:57:07 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Bill DeCoste 2012-01-04 18:27:23 UTC
Description of problem:

Currently the jenkins cloud plugin defines a URL for the Express server location. The URL has an inconsistency in the suffix (i.e. /broker) that emerged when integrating the java client. Replace the URL with a hostname and port.


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 bzhao 2012-01-06 09:03:16 UTC
will verify this bug until bug 771862 fixed.

Comment 2 Johnny Liu 2012-01-12 08:22:58 UTC
Verified this bug with the following package on devenv_stage_112, and PASSED.

In config.xml in /var/lib/libra/jenkins-domain/jenkins/data contains
<brokerHost> and <brokerPort> and not <url> in the cloud configuration.

      <brokerHost>localhost</brokerHost>		      
      <brokerPort></brokerPort>		


And jenkins job is working fine.

Comment 3 Johnny Liu 2012-01-12 08:24:00 UTC
Oooh, missing package info:
jenkins-plugin-openshift-0.4.16-1.el6_2.x86_64
rhc-cartridge-jenkins-1.4-0.84.6-1.el6_2.noarch
rhc-cartridge-jenkins-client-1.4-0.18.4-1.el6_2.noarch