Bug 1745895 - Failed to disable time synchronization
Summary: Failed to disable time synchronization
Keywords:
Status: CLOSED EOL
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: Appliance
Version: 5.11.0
Hardware: Unspecified
OS: Unspecified
medium
high
Target Milestone: GA
: 5.12.0
Assignee: Brandon Dunne
QA Contact: Devidas Gaikwad
Red Hat CloudForms Documentation
URL:
Whiteboard:
Depends On:
Blocks: 1784560
TreeView+ depends on / blocked
 
Reported: 2019-08-27 07:32 UTC by Md Nadeem
Modified: 2020-03-25 18:02 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1784560 (view as bug list)
Environment:
Last Closed: 2020-03-25 18:02:51 UTC
Category: Bug
Cloudforms Team: CFME Core
Target Upstream Version:
Embargoed:
mfeifer: mirror+


Attachments (Terms of Use)

Description Md Nadeem 2019-08-27 07:32:34 UTC
Description of problem:

While setting date & time through appliance_console, it is failed to disable time synchronization due to which we unable to configure date and time manually. 


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. Go to appliance console "ap" 
2. Select "Set Date and Time"
3. Follow the interactive instruction afterwards

Actual results:

Apply manual time configuration? (Y/N): y
Applying time configuration...
Failed to disable time synchronization
Date and time not configured



Expected results:

It should work successfully.
Additional info:

Comment 2 Dave Johnson 2019-08-27 08:03:37 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.

Comment 9 CFME Bot 2019-10-15 19:04:14 UTC
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(-)

Comment 10 Brandon Dunne 2019-12-16 18:51:47 UTC
Fixed in manageiq-appliance_console v5.2.0

Comment 12 Devidas Gaikwad 2020-02-03 10:43:30 UTC
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

Comment 13 Brandon Dunne 2020-02-03 15:59:34 UTC
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

Comment 14 Devidas Gaikwad 2020-02-04 10:36:14 UTC
Thank you Brandon


Note You need to log in before you can comment on or make changes to this bug.