Bug 1745895

Summary: Failed to disable time synchronization
Product: Red Hat CloudForms Management Engine Reporter: Md Nadeem <mnadeem>
Component: ApplianceAssignee: 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.0CC: abellott, bdunne, dgaikwad, lavenel, obarenbo, yrudman
Target Milestone: GAKeywords: Regression, TestOnly, ZStream
Target Release: 5.12.0Flags: 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
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