Bug 1610736 - Cloud Instance is not provisioned during Lifecycle->Provision Instances
Summary: Cloud Instance is not provisioned during Lifecycle->Provision Instances
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: -- Unknown
Version: 5.10.0
Hardware: x86_64
OS: Linux
high
high
Target Milestone: GA
: 5.10.0
Assignee: Sam Lucidi
QA Contact: Dave Johnson
URL:
Whiteboard:
: 1619165 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-08-01 11:00 UTC by Danylo Kholodov
Modified: 2019-02-12 16:52 UTC (History)
10 users (show)

Fixed In Version: 5.10.0.11
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-02-12 16:52:34 UTC
Category: ---
Cloudforms Team: Openstack
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
provision_5.10 (186.76 KB, image/png)
2018-08-01 11:00 UTC, Danylo Kholodov
no flags Details
provision_5.9 (141.12 KB, image/png)
2018-08-01 11:01 UTC, Danylo Kholodov
no flags Details
evm.log (67.68 KB, text/plain)
2018-08-01 11:04 UTC, Danylo Kholodov
no flags Details
automation.log (88.59 KB, text/plain)
2018-08-07 10:29 UTC, Danylo Kholodov
no flags Details

Description Danylo Kholodov 2018-08-01 11:00:38 UTC
Created attachment 1472053 [details]
provision_5.10

Version-Release number of selected component (if applicable):
CFME 5.10.0.6 on top of OSP 13 and OSP 10 too

How reproducible:
Always

Precondition:
1. Login to Undercloud
2. source /home/stack/overcloudrc
3. openstack network create private
4. openstack subnet create --network private \
   --dns-nameserver 8.8.4.4 --gateway 192.168.2.1 \
   --subnet-range 192.168.2.0/24 Int_sub
5. wget https://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img
6. glance image-create --name cirros --os_distro linux_cirros --min-disk 2 --visibility public \
   --disk-format qcow2 --container-format bare --file \
   cirros-0.3.4-x86_64-disk.img --progress
7. openstack flavor create --id 0 --vcpus 1 --ram 64 --disk 2 m1.tiny

Steps to Reproduce:
1. Login to the CFME
2. Compute -> Clouds -> Instances
3. Lifecycle -> Provision Instances
4. Select cirros image and click Continue
5. At a Request tab fill E-mail, First Name and Last Name
6. At a Catalog tab fill Instance Name 
7. At an Environment tab choose Availability Zones to nova and Cloud Network to private
8. Click Submit
9. Wait for a several minutes
10. Refresh the page

Actual results:
Status - Error
Last Message - [EVM] VM [dksgndfg] Step [CheckProvisioned] Status [Error Creating VM] Message [[MiqException::MiqProvisionError]: An error occurred while provisioning Instance dksgndfg: undefined method `name' for nil:NilClass]

Expected results:
Status - OK
Last Message - [EVM] VM [<name>] IP [<some IP address>] Provisioned Successfully

Additional info:
Provisioning at the same OSP machine but with the CFME 5.9.4.1 works ok.
Please see attachments

Comment 2 Danylo Kholodov 2018-08-01 11:01:44 UTC
Created attachment 1472054 [details]
provision_5.9

Comment 3 Danylo Kholodov 2018-08-01 11:04:11 UTC
Created attachment 1472056 [details]
evm.log

Comment 5 Sam Lucidi 2018-08-06 19:32:27 UTC
I can't reproduce this on CFME 5.10.0.6, or on master. If you can still reproduce this, could you please attach the automation.log for a failed attempt?

Comment 7 Danylo Kholodov 2018-08-07 10:29:13 UTC
Created attachment 1473946 [details]
automation.log

Comment 9 Danylo Kholodov 2018-08-17 11:45:20 UTC
Verified on 5.10.0.11

Comment 10 Sam Lucidi 2018-08-20 19:16:06 UTC
*** Bug 1619165 has been marked as a duplicate of this bug. ***


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