Bug 1367142

Summary: When renaming discovered hosts, potential for confusion if FQDN is entered.
Product: Red Hat Quickstart Cloud Installer Reporter: John Matthews <jmatthew>
Component: WebUIAssignee: John Matthews <jmatthew>
Status: NEW --- QA Contact: Dave Johnson <dajohnso>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 1.0CC: bthurber
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1367143 (view as bug list) Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1367143    

Description John Matthews 2016-08-15 17:05:14 UTC
Description of problem:

We ran into an issue where SysEng did a deployment and renamed the discovered hosts to:
 rhevm.example.com
 rhevh.example.com

Opposed to just:
 rhevm
 rhevh

Issue exists if a user enters the FQDN.
The resulting hostname we get back is:
 rhevm.example.com.example.com

We want to add some validation around the renaming, look at the value if we detect that the string looks to include the domain name give a warning.