Bug 534303 (RHQ-1112)

Summary: provide a agentupdate/download URL override in agent
Product: [Other] RHQ Project Reporter: John Mazzitelli <mazz>
Component: AgentAssignee: John Mazzitelli <mazz>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: high    
Version: unspecifiedKeywords: SubTask
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
URL: http://jira.rhq-project.org/browse/RHQ-1112
Whiteboard:
Fixed In Version: 1.2 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 534300    

Description John Mazzitelli 2008-11-12 21:48:00 UTC

Comment 1 John Mazzitelli 2008-11-12 21:49:38 UTC
the agent will go to its server's agentupdate/version URL to find out the current agent version.
the agent will go to its server's agentupdate/download URL to download the agent update binary.

We need to make those two URLs configurable. We want to be able to provide the ability for customers to host agent updates and their version files on a standalone/separate web server, different from the RHQ Servers. This will free up load on the RHQ servers by avoiding clobbering the RHQ Servers with version/download requests from agents.


Comment 2 John Mazzitelli 2008-11-13 06:19:28 UTC
agent can now be configured with the custom urls.  there is code in here that falls back to using the server's URL (which is the default, since most times, the agent will be going to the server for this stuff). Here's the setup prompts:

rhq.agent.agent-update.version-url
rhq.agent.agent-update.download-url


Comment 3 Red Hat Bugzilla 2009-11-10 20:24:13 UTC
This bug was previously known as http://jira.rhq-project.org/browse/RHQ-1112