Rally scenario create_and_delete_stack failed

Bug #1599807 reported by Yevgeniy
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Juniper Openstack
New
Medium
Unassigned

Bug Description

Subtask Configuration

{
  "HeatStacks.create_and_delete_stack": [
    {
      "runner": {
        "type": "constant",
        "concurrency": 5,
        "timeout": 90,
        "times": 13
      },
      "args": {
        "template_path": "/opt/stack/rally-scenarios/heat/templates/server_with_volume.yml.template"
      },
      "sla": {
        "failure_rate": {
          "max": 0
        }
      },
      "context": {
        "api_versions": {
          "cinder": {
            "service_type": "volumev2",
            "service_name": "cinderv2",
            "version": 2
          }
        },
        "users": {
          "project_domain": "default",
          "users_per_tenant": 3,
          "tenants": 2,
          "resource_management_workers": 20,
          "user_domain": "default"
        }
      }
    }
  ]
}

Actual results:
Traceback (most recent call last):
  File "/opt/stack/.venv/lib/python2.7/site-packages/rally/task/runner.py", line 64, in _run_scenario_once
    getattr(scenario_inst, method_name)(**kwargs)
  File "/opt/stack/.venv/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/heat/stacks.py", line 79, in create_and_delete_stack
    self._delete_stack(stack)
  File "/opt/stack/.venv/lib/python2.7/site-packages/rally/task/atomic.py", line 84, in func_atomic_actions
    f = func(self, *args, **kwargs)
  File "/opt/stack/.venv/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/heat/utils.py", line 225, in _delete_stack
    check_interval=CONF.benchmark.heat_stack_delete_poll_interval)
  File "/opt/stack/.venv/lib/python2.7/site-packages/rally/task/utils.py", line 211, in wait_for_status
    resource = update_resource(resource)
  File "/opt/stack/.venv/lib/python2.7/site-packages/rally/task/utils.py", line 80, in _get_from_manager
    raise exceptions.GetResourceFailure(resource=resource, err=e)
GetResourceFailure: Failed to get the resource <Stack {u'disable_rollback': True, u'description': u'No description', u'parent': None, u'tags': None, u'stack_name': u's_rally_0b0c2c38_yKMiZkYe', u'stack_user_project_id': u'2b7e690aadb44c31925d9336c5d15cb5', u'stack_status_reason': u'Stack DELETE started', u'creation_time': u'2016-07-06T19:30:12', u'links': [{u'href': u'http://10.109.0.2:8004/v1/6d340088a4aa4832b8b690adafaf10a4/stacks/s_rally_0b0c2c38_yKMiZkYe/80ae91d7-dbd5-4f8d-a901-e4d2d411d1fc', u'rel': u'self'}], u'capabilities': [], u'notification_topics': [], u'parameters': {u'OS::project_id': u'6d340088a4aa4832b8b690adafaf10a4', u'OS::stack_id': u'80ae91d7-dbd5-4f8d-a901-e4d2d411d1fc', u'OS::stack_name': u's_rally_0b0c2c38_yKMiZkYe', u'availability_zone': u'nova', u'image': u'TestVM', u'volume_size': u'1', u'flavor': u'm1.nano'}, u'timeout_mins': None, u'stack_status': u'DELETE_IN_PROGRESS', u'stack_owner': u'c_rally_0b0c2c38_MRoWhfUa', u'updated_time': None, u'id': u'80ae91d7-dbd5-4f8d-a901-e4d2d411d1fc', u'template_description': u'No description'}>: Iteration interrupted due to timeout.

Tags: contrail
Changed in fuel-plugin-contrail:
status: New → In Progress
Revision history for this message
okosse (okosse) wrote :

It also reproduced on fuel plugin contrail v 4.0.1

okosse (okosse)
description: updated
description: updated
Illia Polliul (ipolliul)
Changed in fuel-plugin-contrail:
status: In Progress → New
assignee: Oleksandr Martsyniuk (omartsyniuk) → nobody
affects: fuel-plugin-contrail → juniperopenstack
Changed in juniperopenstack:
milestone: 4.0.0 → none
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.