Bug 1389458
Summary: | No notifications on overview for deployment configs that don't have a service | ||
---|---|---|---|
Product: | OKD | Reporter: | Samuel Padgett <spadgett> |
Component: | Management Console | Assignee: | Samuel Padgett <spadgett> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Yadan Pei <yapei> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3.x | CC: | aos-bugs, jforrest, mmccomas, xxia, yanpzhan, yapei |
Target Milestone: | --- | ||
Target Release: | 3.x | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1384419 | Environment: | |
Last Closed: | 2017-05-30 12:48:51 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: | 1384419 | ||
Bug Blocks: |
Description
Samuel Padgett
2016-10-27 15:37:53 UTC
This isn't a regression and we intentionally only supported notifications on things that had services before. The change is big enough we should handle this underneath https://trello.com/c/QxbqJsoK The overview story is delayed so marking UpcomingRelease This will be fixed in the new overview. https://github.com/openshift/origin-web-console/pull/1335 Checked against openshift v1.5.0-alpha.3+9be07d7-397. Steps to verified: 1.Create dc without service: $ oc run hello --image=openshift/hello-openshift 2.After the first deploy complete, deploy again, then cancel the deploy.check the dc on overview page, toggle the dc, there is notification:"Deployment hello #2 was cancelled." The bug has been fixed, so move it to Verified. |