Bug 534303 (RHQ-1112)
| Summary: | provide a agentupdate/download URL override in agent | ||
|---|---|---|---|
| Product: | [Other] RHQ Project | Reporter: | John Mazzitelli <mazz> |
| Component: | Agent | Assignee: | John Mazzitelli <mazz> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | unspecified | Keywords: | 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
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. 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 This bug was previously known as http://jira.rhq-project.org/browse/RHQ-1112 |