[System test] Test Deploy_ha_vlan failed by timeout

Bug #1271167 reported by Tatyanka
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Fix Released
Medium
Nastya Urlapova

Bug Description

Test deploy_ha_vlan failed by timeout on ubuntu
Scenarios:
  1. Create cluster
  2. Add 3 nodes with controller role
  3. Add 2 nodes with compute role
  4. Deploy the cluster
  5. Run network verification
  6. Run OSTF

Expected Result:
Deployment finish without errors

Current Result
Deployment failed by timeout
To get ha deployment passed on Ubuntu, we shold have as minimum 2048,
also we have next code in setting.py:
if OPENSTACK_RELEASE == 'Ubuntu 12.04':
    slave_mem_default = 2048
else:
    slave_mem_default = 1536
HARDWARE["slave_node_memory"] = int(
    os.environ.get("SLAVE_NODE_MEMORY", slave_mem_default))
But , we can see in logs. that nodes was discovered with 1536 size (see attached snapshot - nailgun logs - 2014-01-21 00:09:10.583 INFO [7f75257fb700] (notifier) Notification: topic: discover message: New node is discovered: 1 CPUs / 1.5 GB RAM / 0.161 TB HDD )
and also on provisioning we can see in log
 [{"is_agent":true,"os_platform":"ubuntu","platform_name":null,"ip":"10.108.48.12","meta":{"memory":{"slots":1,"total":1610612736,"devices":[{"type":"RAM","size":1610612736}],"maximum_capacity":1610612736},"cpu":{"total":1,"real":0,"spec":[{"model":"QEMU Virtual CPU version 1.7.0","frequency":1999}]},"interfaces":[{"state":"down","current_speed":null,"name":"eth4","mac":"64:BC:9A:1F:C3:84"},{"state":"down","current_speed":null,"name":"eth3","mac":"64:C4:F2:D7:72:3D"},{"state":"down","current_speed":null,"name":"eth2","mac":"64:2A:B2:50:06:24"},{"state":"down","current_speed":null,"name":"eth1","mac":"64:4A:C2:51:96:85"},{"state":"up","current_speed":null,"ip":"10.108.48.12","name":"eth0","netmask":"255.255.255.0","mac":"64:CC:CD:FA:02:00"}],"system":{"fqdn":"node-2.test.domain.local","manufacturer":"KVM"},"disks":[{"model":null,"disk":"disk/by-path/pci-0000:00:0a.0-virtio-pci-virtio7","size":53687091200,"name":"vdc"},{"model":null,"disk":"disk/by-path/pci-0000:00:09.0-virtio-pci-virtio6","size":53687091200,"name":"vdb"},{"model":null,"disk":"disk/by-path/pci-0000:00:08.0-virtio-pci-virtio5","size":53687091200,"name":"vda"}]},"manufacturer":"KVM","mac":"64:CC:CD:FA:02:00"}]
2014-01-21 05:23:25.327 DEBUG [7f7524dfa700] (logger) Request GET /api/tasks/2 from 10.108.48.1:41633

So code from setting.py was not applied according we export in Jenkins next value for this environ =
export OPENSTACK_RELEASE="Havana on Ubuntu 12.04"
so we need to change export or condition if 'Ubuntu 12.04' in OPENSTACK_RELEASE:

Tags: system-tests
Revision history for this message
Tatyanka (tatyana-leontovich) wrote :
Changed in fuel:
assignee: nobody → Nastya Urlapova (aurlapova)
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-main (master)

Reviewed: https://review.openstack.org/68109
Committed: https://git.openstack.org/cgit/stackforge/fuel-main/commit/?id=5aa3bae26383b941ebbc439f6623d2c7be615bfb
Submitter: Jenkins
Branch: master

commit 5aa3bae26383b941ebbc439f6623d2c7be615bfb
Author: NastyaUrlapova <email address hidden>
Date: Tue Jan 21 17:15:19 2014 +0400

    Fix ubuntu settings

    Change-Id: I605e472a52e0bef6418c5f4a799605ccdb86a2cb
    Closes-Bug: #1271167

Changed in fuel:
status: In Progress → Fix Committed
Revision history for this message
Tatyanka (tatyana-leontovich) wrote :

verified on master on commit cb36a45a6148f742665f4b0b426d69350a5f2243

Changed in fuel:
status: Fix Committed → Fix Released
Dmitry Pyzhov (dpyzhov)
Changed in fuel:
milestone: none → 4.1
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.