Bug 1444852
| Summary: | [Ansible Embedded] - User not informed about Embedded Ansible role enablement | |||
|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Pavol Kotvan <pakotvan> | |
| Component: | Appliance | Assignee: | Nick Carboni <ncarboni> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | luke couzens <lcouzens> | |
| Severity: | high | Docs Contact: | ||
| Priority: | high | |||
| Version: | 5.8.0 | CC: | abellott, hkataria, jhardy, lcouzens, mpovolny, obarenbo, simaishi | |
| Target Milestone: | GA | Keywords: | TestOnly, ZStream | |
| Target Release: | 5.9.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ansible_embed:ui:notification | |||
| Fixed In Version: | 5.9.0.1 | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1458356 (view as bug list) | Environment: | ||
| Last Closed: | 2018-03-06 14:38:42 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | Bug | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | Ansible | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1458356 | |||
|
Comment 4
CFME Bot
2017-04-24 21:26:37 UTC
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/5160436312608ffb695249af2902bf9eef9cb725 commit 5160436312608ffb695249af2902bf9eef9cb725 Author: Nick Carboni <ncarboni> AuthorDate: Mon Apr 24 17:12:04 2017 -0400 Commit: Nick Carboni <ncarboni> CommitDate: Mon Apr 24 17:12:04 2017 -0400 Add a notification for when the embedded ansible role is activated This allows us to bookend the possibly long-running process of configuring and starting embedded ansible on a server. The first notification will get sent as soon as the worker is started on a server and the other will get sent as soon as the embedded ansible service is up and running. https://bugzilla.redhat.com/show_bug.cgi?id=1444852 app/models/embedded_ansible_worker/runner.rb | 8 +++++--- db/fixtures/notification_types.yml | 5 +++++ spec/models/embedded_ansible_worker/runner_spec.rb | 17 +++++++++++++++-- 3 files changed, 25 insertions(+), 5 deletions(-) Verified in 5.9.0.1 |