Bug 1537566

Summary: [Ansible Embedded] - Embedded Ansible cannot be enabled on IPv6 only appliance
Product: Red Hat CloudForms Management Engine Reporter: Pavol Kotvan <pakotvan>
Component: ApplianceAssignee: Brandon Dunne <bdunne>
Status: CLOSED CURRENTRELEASE QA Contact: Pavol Kotvan <pakotvan>
Severity: high Docs Contact:
Priority: high    
Version: 5.8.0CC: abellott, bdunne, cpelland, jwarnica, lcouzens, obarenbo, pakotvan, smallamp, yrudman
Target Milestone: GAKeywords: TestOnly, ZStream
Target Release: 5.10.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: ansible_embed:ipv6
Fixed In Version: 5.10.0.0 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1550730 1550732 (view as bug list) Environment:
Last Closed: 2019-02-11 14:03:46 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: 1550730, 1550732    

Comment 6 Brandon Dunne 2018-01-30 18:46:58 UTC
I see, it fails to start because the hostname is invalid.  I'll add some logic to only store valid hostnames.

Comment 8 CFME Bot 2018-01-31 16:32:37 UTC
New commit detected on ManageIQ/manageiq/master:
https://github.com/ManageIQ/manageiq/commit/287f25d74c8b192974709e5f1463696fc6d86304

commit 287f25d74c8b192974709e5f1463696fc6d86304
Author:     Brandon Dunne <brandondunne>
AuthorDate: Wed Jan 31 11:01:46 2018 -0500
Commit:     Brandon Dunne <brandondunne>
CommitDate: Wed Jan 31 11:01:46 2018 -0500

    Only store the hostname if the hostname is valid
    
    On retrieve, return the hostname only if it is valid
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1537566

 app/models/miq_server.rb       | 7 ++++++-
 spec/models/miq_server_spec.rb | 7 +++++++
 2 files changed, 13 insertions(+), 1 deletion(-)

Comment 13 Brandon Dunne 2018-04-24 15:06:54 UTC
*** Bug 1570994 has been marked as a duplicate of this bug. ***