[9.1][PCE] Failed tasks: Task[upload_cirros/1]

Bug #1614091 reported by Ruslan Khozinov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Invalid
Critical
Alexander Arzhanov

Bug Description

Fuel version: 9.x snapshot #145

[ START Deploy cluster with vCenter and dvs plugin. ]

Configuration: 3 controllers, 1 compute + cinder, 1 cinder-vmware, 1 compute-vmware on Neutron/VLAN with DVS plugin

    Scenario:
        0. Setup master node
        1. Configuration releases
        2. Bootstrap slave and make snapshot
        3. Revert bootstrapped nodes
        4. Upload plugin to master node
        5. Install plugin to Fuel
        6. Create Fuel Environment
        7. Configure DVS plugin.
        8. Add nodes to environment
        9. Configure vCenter settings.
        10. Deploy environment
        11. Run health checker Sanity, Smoke and HA
FAIL: Deploy environment
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/jenkins/90-venv/local/lib/python2.7/site-packages/proboscis/case.py", line 296, in testng_method_mistake_capture_func
    compatability.capture_type_error(s_func)
  File "/home/jenkins/90-venv/local/lib/python2.7/site-packages/proboscis/compatability/exceptions_2_6.py", line 27, in capture_type_error
    func()
  File "/home/jenkins/90-venv/local/lib/python2.7/site-packages/proboscis/case.py", line 350, in func
    func(test_case.state.get_state())
  File "/home/jenkins/workspace/9.1.vcenter.vcenter_dvs_bvt/system_test/core/factory.py", line 37, in wrapper
    result = func(*args, **kwargs)
  File "/home/jenkins/workspace/9.1.vcenter.vcenter_dvs_bvt/system_test/helpers/decorators.py", line 40, in wrapper
    result = func(*args, **kwargs)
  File "/home/jenkins/workspace/9.1.vcenter.vcenter_dvs_bvt/system_test/actions/base.py", line 390, in deploy_cluster
    self.fuel_web.deploy_cluster_wait(self.cluster_id)
  File "/home/jenkins/workspace/9.1.vcenter.vcenter_dvs_bvt/fuelweb_test/helpers/decorators.py", line 457, in wrapper
    result = func(*args, **kwargs)
  File "/home/jenkins/workspace/9.1.vcenter.vcenter_dvs_bvt/fuelweb_test/helpers/decorators.py", line 442, in wrapper
    result = func(*args, **kwargs)
  File "/home/jenkins/workspace/9.1.vcenter.vcenter_dvs_bvt/fuelweb_test/helpers/decorators.py", line 493, in wrapper
    return func(*args, **kwargs)
  File "/home/jenkins/workspace/9.1.vcenter.vcenter_dvs_bvt/fuelweb_test/helpers/decorators.py", line 500, in wrapper
    result = func(*args, **kwargs)
  File "/home/jenkins/workspace/9.1.vcenter.vcenter_dvs_bvt/fuelweb_test/helpers/decorators.py", line 384, in wrapper
    return func(*args, **kwargs)
  File "/home/jenkins/workspace/9.1.vcenter.vcenter_dvs_bvt/fuelweb_test/models/fuel_web_client.py", line 927, in deploy_cluster_wait
    self.assert_task_success(task, interval=interval, timeout=timeout)
  File "/home/jenkins/workspace/9.1.vcenter.vcenter_dvs_bvt/fuelweb_test/__init__.py", line 60, in wrapped
    result = func(*args, **kwargs)
  File "/home/jenkins/workspace/9.1.vcenter.vcenter_dvs_bvt/fuelweb_test/models/fuel_web_client.py", line 331, in assert_task_success
    task["name"], task['status'], 'ready', _message(task)
AssertionError: Task 'deploy' has incorrect status. error != ready, 'Deployment has failed. All nodes are finished. Failed tasks: Task[upload_cirros/1] Stopping the deployment process!'

----------------------------------------------------------------------

Revision history for this message
Ruslan Khozinov (rkhozinov) wrote :
Download full text (5.6 KiB)

root@node-1:~# wget -O cirros.vmdk http://172.16.177.5:5000/vmware/images/cirros_1608_v1.x86_64.vmdk
wget -O cirros.vmdk http://172.16.177.5:5000/vmware/images/cirros_1608_v1.x86_64.vmdk
--2016-08-17 13:00:41-- http://172.16.177.5:5000/vmware/images/cirros_1608_v1.x86_64.vmdk
Connecting to 172.16.177.5:5000... connected.
HTTP request sent, awaiting response... 200 OK
Length: 129630208 (124M) [application/octet-stream]
Saving to: ‘cirros.vmdk’

100%[=============================================================================================================================>] 129,630,208 72.0MB/s in 1.7s

2016-08-17 13:00:43 (72.0 MB/s) - ‘cirros.vmdk’ saved [129630208/129630208]

image_name="cirros"

glance image-create --name $image_name \
--container-format bare --disk-format vmdk \
--property vmware_disktype="sparse" \
--property vmware_adaptertype="ide" < \
${image_name}.vmdk
+--------------------+--------------------------------------+
| Property | Value |
+--------------------+--------------------------------------+
| checksum | None |
| container_format | bare |
| created_at | 2016-08-17T13:00:45Z |
| disk_format | vmdk |
| id | 2f508f70-151a-451b-8501-76e04f4de53c |
| min_disk | 0 |
| min_ram | 0 |
| name | cirros |
| owner | 6bad355e9018491889c85363947a8e5b |
| protected | False |
| size | None |
| status | queued |
| tags | [] |
| updated_at | 2016-08-17T13:00:45Z |
| virtual_size | None |
| visibility | private |
| vmware_adaptertype | ide |
| vmware_disktype | sparse |
+--------------------+--------------------------------------+
Error finding address for http://10.109.1.9:9292/v2/images/2f508f70-151a-451b-8501-76e04f4de53c/file: Unable to establish connection to http://10.109.1.9:9292/v2/images/2f508f70-151a-451b-8501-76e04f4de53c/file

root@node-1:~# service glance-api restart
glance-api stop/waiting
glance-api start/running, process 14118
root@node-1:~# glance image-create --name $image_name --container-format bare --disk-format vmdk --property vmware_disktype="sparse" --property vmware_adaptertype="ide" < ${image_name}.vmdk
+--------------------+----------------------------------------------------------------------------------+
| Property | Value |
+--------------------+----------------------------------------------------------------------------------+
| checksum | d1d6a740785ec734444936d6a774e568 ...

Read more...

Changed in fuel:
milestone: none → 9.1
Changed in fuel:
importance: Undecided → Critical
tags: added: blocker-for-qa
Revision history for this message
Ruslan Khozinov (rkhozinov) wrote :
Changed in fuel:
status: New → Confirmed
assignee: Partner Centric Engineering (fuel-partner-engineering) → Alexander Arzhanov (aarzhanov)
Revision history for this message
Alexander Arzhanov (aarzhanov) wrote :

Move to "Invalid", because it's test environment problem (nfs share connectivity).

Changed in fuel:
status: Confirmed → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.