Bug 1745895
| Summary: | Failed to disable time synchronization | |||
|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Md Nadeem <mnadeem> | |
| Component: | Appliance | Assignee: | Brandon Dunne <bdunne> | |
| Status: | CLOSED EOL | QA Contact: | Devidas Gaikwad <dgaikwad> | |
| Severity: | high | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> | |
| Priority: | medium | |||
| Version: | 5.11.0 | CC: | abellott, bdunne, dgaikwad, lavenel, obarenbo, yrudman | |
| Target Milestone: | GA | Keywords: | Regression, TestOnly, ZStream | |
| Target Release: | 5.12.0 | Flags: | mfeifer:
mirror+
|
|
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1784560 (view as bug list) | Environment: | ||
| Last Closed: | 2020-03-25 18:02:51 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | Bug | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | CFME Core | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1784560 | |||
|
Description
Md Nadeem
2019-08-27 07:32:34 UTC
Please assess the impact of this issue and update the severity accordingly. Please refer to https://bugzilla.redhat.com/page.cgi?id=fields.html#bug_severity for a reminder on each severity's definition. If it's something like a tracker bug where it doesn't matter, please set the severity to Low. New commit detected on ManageIQ/manageiq-appliance_console/master: https://github.com/ManageIQ/manageiq-appliance_console/commit/79360a844c8319de8879d2af57b9e152c07829a4 commit 79360a844c8319de8879d2af57b9e152c07829a4 Author: Brandon Dunne <brandondunne> AuthorDate: Thu Oct 10 14:56:39 2019 -0400 Commit: Brandon Dunne <brandondunne> CommitDate: Thu Oct 10 14:56:39 2019 -0400 Remove Timezone and Date and Time configuration Both of these can be done using the Cockpit UI https://bugzilla.redhat.com/show_bug.cgi?id=1745895 bin/appliance_console | 24 - lib/manageiq-appliance_console.rb | 2 - lib/manageiq/appliance_console/cli.rb | 44 +- lib/manageiq/appliance_console/date_time_configuration.rb | 117 - lib/manageiq/appliance_console/timezone_configuration.rb | 58 - locales/appliance/en.yml | 4 - locales/container/en.yml | 2 - spec/cli_spec.rb | 41 - spec/date_time_configuration_spec.rb | 228 - spec/timezone_configuration_spec.rb | 97 - 10 files changed, 1 insertion(+), 616 deletions(-) Fixed in manageiq-appliance_console v5.2.0 Hi Brandon Dunne, Could you please explain why we removed these options from the appliance console? Due to these changes there will be impact on the appliance console's automation results because all menu options will be changed. Regards, Devidas Gaikwad Hi Devidas, Cockpit is now the preferred way to configure time, date and timezone. Since appliance console time configuration wasn't working on RHEL 8 we decided not to duplicate efforts and instead remove time configuration from the appliance console. Hope that helps, Brandon Thank you Brandon |