Comment 4 for bug 1399724

Revision history for this message
Tatyanka (tatyana-leontovich) wrote :

Reproduced on 6.0-58
{"build_id": "2014-12-26_14-25-46", "ostf_sha": "a9afb68710d809570460c29d6c3293219d3624d4", "build_number": "58", "auth_required": true, "api": "1.0", "nailgun_sha": "5f91157daa6798ff522ca9f6d34e7e135f150a90", "production": "docker", "fuelmain_sha": "81d38d6f2903b5a8b4bee79ca45a54b76c1361b8", "astute_sha": "16b252d93be6aaa73030b8100cf8c5ca6a970a91", "feature_groups": ["mirantis"], "release": "6.0", "release_versions": {"2014.2-6.0": {"VERSION": {"build_id": "2014-12-26_14-25-46", "ostf_sha": "a9afb68710d809570460c29d6c3293219d3624d4", "build_number": "58", "api": "1.0", "nailgun_sha": "5f91157daa6798ff522ca9f6d34e7e135f150a90", "production": "docker", "fuelmain_sha": "81d38d6f2903b5a8b4bee79ca45a54b76c1361b8", "astute_sha": "16b252d93be6aaa73030b8100cf8c5ca6a970a91", "feature_groups": ["mirantis"], "release": "6.0", "fuellib_sha": "fde8ba5e11a1acaf819d402c645c731af450aff0"}}}, "fuellib_sha": "fde8ba5e11a1acaf819d402c645c731af450aff0"}
urllib3.connectionpool: DEBUG: "GET http://10.108.1.3:8777/v2/meters HTTP/1.1" 500 128
ceilometerclient.openstack.common.apiclient.client: DEBUG: Request returned failure status: 500
fuel_health.common.test_mixins: DEBUG: Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/fuel_health/common/test_mixins.py", line 186, in verify
    result = func(*args, **kwargs)

the same if i request event list manually
http://paste.openstack.org/show/155159/

Steps

  File "/usr/lib/python2.6/site-packages/ceilometerclient/v2/meters.py", line 30, in list
    return self._list(options.build_url(path, q))
  File "/usr/lib/python2.6/site-packages/ceilometerclient/common/base.py", line 59, in _list
    resp = self.api.get(url)
  File "/usr/lib/python2.6/site-packages/ceilometerclient/openstack/common/apiclient/client.py", line 328, in get
    return self.client_request("GET", url, **kwargs)
  File "/usr/lib/python2.6/site-packages/ceilometerclient/openstack/common/apiclient/client.py", line 322, in client_request
    self, method, url, **kwargs)
  File "/usr/lib/python2.6/site-packages/ceilometerclient/openstack/common/apiclient/client.py", line 242, in client_request
    method, self.concat_url(endpoint, url), **kwargs)
  File "/usr/lib/python2.6/site-packages/ceilometerclient/openstack/common/apiclient/client.py", line 182, in request
    raise exceptions.from_response(resp, method, url)
InternalServerError: Internal Server Error (HTTP 500)

1. Create new environment (Ubuntu, HA mode)
2. Choose neutron gre manager
3. Choose ceilometer
4. Add 3 controller+mongo, 1 compute, 1 cinder
5. Start deployment. It was successful
6. Start OSTF tests. It was successful
7. Power off primary controller
8. Wait 15 minutes
9. Start OSTF tests.