Bug 1807828 - RHHI-V Deployment is failing in RHVH 4.4.
Summary: RHHI-V Deployment is failing in RHVH 4.4.
Keywords:
Status: CLOSED DUPLICATE of bug 1802004
Alias: None
Product: Red Hat Gluster Storage
Classification: Red Hat Storage
Component: rhhi
Version: rhhiv-1.8
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Gobinda Das
QA Contact: milind
URL:
Whiteboard:
Depends On: 1802004 1807855
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-02-27 10:21 UTC by milind
Modified: 2020-02-27 15:35 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1807855 (view as bug list)
Environment:
Last Closed: 2020-02-27 15:34:01 UTC
Embargoed:


Attachments (Terms of Use)

Comment 2 SATHEESARAN 2020-02-27 15:29:47 UTC
The file where the issue occurs - /usr/share/cockpit/ovirt-dashboard/ansible/hc_wizard.yml  

<snip>
  - name: Check if provided hostnames are valid
      assert:
        that:
          - "result.results[0]['rc'] == 0"
          - "result.results[0]['stdout_lines']" > 0     <---------- Problematic comparison with Python 3.6
        fail_msg: "The given hostname is not valid FQDN"
      when: gluster_features_fqdn_check | default(true)
</snip>

Comment 3 SATHEESARAN 2020-02-27 15:34:01 UTC

*** This bug has been marked as a duplicate of bug 1802004 ***


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