Bug 1454351

Summary: Azure provision still needs First/Last name
Product: Red Hat CloudForms Management Engine Reporter: Leo Khomenko <lkhomenk>
Component: ProvisioningAssignee: William Fitzgerald <wfitzger>
Status: CLOSED CURRENTRELEASE QA Contact: Leo Khomenko <lkhomenk>
Severity: medium Docs Contact:
Priority: high    
Version: 5.8.0CC: cpelland, jhardy, obarenbo, simaishi
Target Milestone: GAKeywords: TestOnly, ZStream
Target Release: 5.9.0Flags: lkhomenk: automate_bug+
lkhomenk: needinfo-
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: azure:provision
Fixed In Version: 5.9.0.1 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1455685 1455686 (view as bug list) Environment:
Last Closed: 2018-03-06 15:41:19 UTC 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: 1455685, 1455686    

Description Leo Khomenko 2017-05-22 14:15:54 UTC
Description of problem: In 5.8 only email info was left as mandatory field on Request Tab during Instance provision, but this update was missed on Azure. EC2/GCE require only email input, but  Azure also needs First/Last name


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


How reproducible:100%


Steps to Reproduce:
1.Provision Instance on Azure without  First/Last name

Actual results:warning message


Expected results:these fields should not be mandatory


Additional info:Does azure have special limitations on this?

Comment 2 Greg McCullough 2017-05-22 14:27:07 UTC
No difference for Azure.  This dialog was missed before it was the only provision dialog moved into a separate repo which explains why it was not changed.

Billy - Please clone and fork the manageiq-providers-azure and provide the same dialog change you did for https://github.com/ManageIQ/manageiq/pull/14694.

Comment 4 CFME Bot 2017-05-22 18:28:27 UTC
New commit detected on ManageIQ/manageiq-providers-azure/master:
https://github.com/ManageIQ/manageiq-providers-azure/commit/dcea66150a685374ccb967cec75e3795bc66daa1

commit dcea66150a685374ccb967cec75e3795bc66daa1
Author:     william fitzgerald <wfitzger>
AuthorDate: Mon May 22 13:47:05 2017 -0400
Commit:     william fitzgerald <wfitzger>
CommitDate: Mon May 22 13:47:05 2017 -0400

    Automate - Azure - Provisioning First and Last name are no longer required.
    
    Fields are not being populate during life-cycle provisioning so
    There is no reason to make them required.
    
    This eliminates 2 required fields when provisioning.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1454351
    
    I did this previously in ManageIQ,  see
    
    https://github.com/ManageIQ/manageiq/pull/14694
    
    @miq-bot add_label bug,

 content/miq_dialogs/miq_provision_azure_dialogs_template.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)