Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1054965

Summary: deployment causes post to /broker/analytics
Product: OpenShift Container Platform Reporter: Luke Meyer <lmeyer>
Component: ContainersAssignee: Brenton Leanhardt <bleanhar>
Status: CLOSED DEFERRED QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: unspecified    
Version: 2.0.0CC: libra-onpremise-devel
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1061400 (view as bug list) Environment:
Last Closed: 2014-02-04 18:52:39 UTC Type: Bug
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: 1061400    
Bug Blocks:    

Description Luke Meyer 2014-01-17 20:31:00 UTC
Description of problem:
When an app deployment occurs from a git push, it's recorded to the broker at /broker/analytics. This isn't apparently deployed with OSE, or at least not with default config. It returns a 500 error (probably because there's no route) which could mislead those looking at logs or packet traces. No other bad effect (not even a stack trace to fill production.log).


How reproducible:
Every time.

Steps to Reproduce:
1. Do an app deployment
2. Look in /var/log/httpd/access_log on the broker

Actual results:
/broker/analytics request with 500 status

Expected results:
No such request, or 2xx status