Commit Graph

175 Commits

Author SHA1 Message Date
Sawan Choudhary 409eb07827 node_check fails to evaluate down hypervisors
Change-Id: Id5c4406cb953c999fcc9cd96e8083a1c418b239b
2020-06-08 16:41:48 +00:00
Anand Shanmugam 083cdc4b5a Adding zuul.yaml
Change-Id: Ib285fdfa578e92a159d0a13403ede0c7fe075206
2020-06-08 16:16:05 +05:30
Sawan Choudhary 65f1987908 Fixes for Python 2.7 support
Change-Id: Ibb10ce91d2150815c7366e657e98a113b0bf766f
2019-12-16 14:05:21 +00:00
Sawan Choudhary cc468e8b6c Cloudpulse incorrectly reads FQDN host names
Change-Id: Ib25d3fd5329d2cadcd49e1c871b552ac58b6678b
2019-12-13 07:16:14 +00:00
Anand Shanmugam a7716ba063 Fixing pep8 errors
Change-Id: Id792009e36f4d7fc6489373b1b432855301a09ad
2019-12-13 06:58:47 +00:00
Sawan Choudhary a4ac9de5c4 Increase max_db_entries to make DB hold data for a consistent time
Change-Id: I13e41e4dbc93be05562db951cf7f534d7620493f
2019-10-23 11:00:28 +00:00
Marga Millet 21742206c9 Make ceph_check to return OK when Ceph errors out in metrics pg above average
Change-Id: I8813d0dd8f79dbb21ac2dd396d1a3f15f0c846f5
(cherry picked from commit 224ed6d861)
2019-09-22 08:06:10 +00:00
Sawan Choudhary 45f35668c2 cinder_endpoint and ceph_check in EDGE PODs resulting errors
Change-Id: I307d641a1a266a5b134030c3cb0dbcfd553b35ea
2019-09-11 10:22:53 +00:00
Sawan Choudhary 3758231fcb cloudpulse fails to check last test run
Change-Id: I1afb28045a04ad4fdc32ebf4e15a4e24fa23cdc6
2019-07-01 13:51:37 +00:00
Sawan Choudhary 016b1594ae docker_check to identify SSH failure on nodes
Change-Id: I8284fce683303a1b86350ebf41ac9c0b8480846e
2019-06-19 17:01:01 +00:00
OpenDev Sysadmins eb1d18cad5 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:50:24 +00:00
Sawan Choudhary 3fd113229d Exclude ironic computes from node_check test
Change-Id: I0bc232ed96f54ec8f192d3ff8b38c435a7ad9721
2019-04-17 12:23:08 +00:00
Sawan Choudhary fdc4df32ae Handle ceph status in luminous
Change-Id: I824f3f5428e3ba5fc8fb009a0a75e46156975693
2019-01-22 06:51:19 +00:00
huang.zhiping 49a78f2da6 fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: I56f24f07b036e03fd7788f5bc3303aa9f65949db
2019-01-22 06:28:16 +00:00
Sawan Choudhary f08840161b Fix for ceph_test on multi backend ceph
Skip cinder_endpoint test for edge podtype

Change-Id: Ifd8556fb9530e178b9781518b6b5562994ccc8ca
2018-12-13 16:29:03 +00:00
Sawan Choudhary 40e03ab095 Fix docker check failed o/p for multiple exited containers on multiple hosts
Change-Id: If256fe93b608278aeb64f8846580486b8b799989
2018-05-21 23:05:09 -07:00
Sawan Choudhary 6ac1ad253d Add container name in addtion to node IP in docker_check failed o/p
Change-Id: I88a0c3ada509dda32bc2e996b86d2547ff012bfe
2018-03-12 03:49:21 -07:00
Sawan Choudhary b06080b6bf Fetch only 'up' state nodes for nova hypervisor list
Change-Id: I2ea545960365b666d4bd4dbb3f96613400ee804b
2018-01-11 14:18:23 -08:00
deepakmourya 45b7cbe59c Remove support for py34.
The gating on python 3.4 is restricted to <= Mitaka. This is due to
the change from Ubuntu Trusty to Xenial, where only python3.5 is
available. There is no need to continue to keep these settings.

Change-Id: I75de7a38b7a339bf6ba1927a044537f975205569
2017-06-22 10:28:44 +05:30
deepakmourya 21a4fb6f92 Set access_policy for messaging's dispatcher
oslo.messaging allow dispatcher to restrict endpoint methods since
5.11.0 in I42239e6c8a8be158ddf5c3b1773463b7dc93e881, set with
LegacyRPCAccessPolicy explicitly to ensure it's compatible and
fix FutureWarning like:

"The access_policy argument is changing its default value to <class
'oslo_messaging.rpc.dispatcher.DefaultRPCAccessPolicy'> in version '?',
please update the code to explicitly set None as the value:
access_policy defaults to LegacyRPCAccessPolicy which exposes private
methods. Explicitly set access_policy to DefaultRPCAccessPolicy or
ExplicitRPCAccessPolicy.

Change-Id: I31e572d760600f890402a53f0d34eb1b87d722d7
2017-06-21 04:19:05 +00:00
deepakmourya d748264866 Use get_rpc_transport instead of get_transport
With the added get_rpc_transport() function in oslo.messaging [1]
and the recent version bump of oslo.messaging to 5.24.2, we can
safely replace get_transport() with get_rpc_transport() which is much
cleaner.

[1] https://review.openstack.org/#/c/454194/

Change-Id: I460bdcae7855cae189d9b61896b5ef78989a197e
2017-06-07 12:48:32 +05:30
Sharmin Choksey 43334cea47 Enables multiple roles for a given node
Adds a feature to support more than one role type
for a given node for node operations on controllers,
compute and storage

Change-Id: I2074ea6435c8f59a89b9439b8005896dcb1338cf
2017-05-18 10:25:51 -07:00
Vinod Pandarinathan 7128464f9e Fix CI testrepo error
Change-Id: Ia48389096025dbc5c780f52d79282ebd1d5b414a
2017-05-18 15:23:43 +00:00
Sharmin Choksey bd4048dc0d Fixes malformed URL with hypervisor list calls
The node_check test fails on hypervisor list query when
using keystone v3.

Change-Id: Ieb2e255400bfac47b5ef50797712eb73323784a6
2017-04-04 00:06:26 +00:00
Jenkins 784ecbf6c6 Merge "Fix CI errors for db-test cases" 2017-04-04 00:05:20 +00:00
Vinod Pandarinathan aca68a478f Fix CI errors for db-test cases
Change-Id: I3ef4bcdb2e8c87210467ec083044a10d9312719a
2017-04-03 16:48:06 -07:00
Jenkins 2064ca4878 Merge "Testing upgrade" into stable/newton 2017-03-07 01:50:54 +00:00
Sharmin Choksey 5c892f075a Fixes Keystone v3 401 authentication failures
Change-Id: I8edaf653b39502959e8850e82cfa193608889e38
Partially-Closes-Bug: #1669238
(cherry picked from commit 3ae07695e4)
2017-03-03 18:42:35 +00:00
Anand Shanmugam 9ac2fb6e34 Testing upgrade
Change-Id: Id460b8d191b921d443524cd656b9365793baa8d4
(cherry picked from commit 27daddf868)
2017-03-03 18:20:46 +00:00
Sharmin Choksey 3ae07695e4 Fixes Keystone v3 401 authentication failures
Change-Id: I8edaf653b39502959e8850e82cfa193608889e38
Partially-Closes-Bug: #1669238
2017-03-03 18:18:16 +00:00
Anand Shanmugam 27daddf868 Testing upgrade
Change-Id: Id460b8d191b921d443524cd656b9365793baa8d4
2017-03-02 20:58:51 -08:00
Jenkins 2266b77f87 Merge "Moving to oslo_log from python logging module" 2017-02-21 12:16:01 +00:00
Jenkins b7558097ef Merge "Remove ansible module import" 2017-02-20 22:22:10 +00:00
Jenkins 4b48c663db Merge "Change cloudpulse requirements to use stable/newton package version" into stable/newton 2017-02-20 22:06:18 +00:00
Vinod Pandarinathan 3400cae450 Remove ansible module import
Change-Id: I318311d6697f099ee4cb013e3d5a2ed60cc23ca8
2017-02-20 21:49:00 +00:00
Vinod Pandarinathan a29bbfa0d1 Change cloudpulse requirements to use stable/newton package version
Change-Id: I1e3ecf2b0f8babc1dfc45f97eab490d0eac929a4
2017-02-20 21:47:57 +00:00
Vinod Pandarinathan 35b5cbd0dd Remove ansible module import
Change-Id: I318311d6697f099ee4cb013e3d5a2ed60cc23ca8
2017-02-20 10:17:23 -08:00
Vinod Pandarinathan 8356b018db Change cloudpulse requirements to use stable/newton package version
Change-Id: I1e3ecf2b0f8babc1dfc45f97eab490d0eac929a4
2017-02-06 14:49:13 -08:00
Anand Shanmugam 08772ac0da Fixing traceback when doing node_check
Change-Id: If6f880062bc552eb43f36d015f84af16610d4dfb
2017-02-06 09:24:46 -08:00
Surya Prakash Singh cbf9057044 Moving to oslo_log from python logging module
At present cloudpulse using python logging module.
This patch will add new logging oslo_log in cloudpulse.

Change-Id: I1cde8fd1af15290f7d89df3ff5e71fc9092d59e0
Reference:- http://docs.openstack.org/developer/oslo.log
2017-01-23 12:57:32 +05:30
Vinod 26e39000c2 Clean up timer thread remove unnecessary is_running conditional check
Change-Id: I7bcba9d93ea7d9c1b2ed72ba142d021728fb7192
2016-12-23 12:42:01 +00:00
Luong Anh Tuan a6aee6794b Replace oslo_utils.timeutils.isotime
Function 'oslo_utils.timeutils.isotime()' is deprecated in version '1.6'
and will be removed in a future version. We use
datetime.datetime.isoformat() instead. For more informations:
http://docs.openstack.org/developer/oslo.utils/api/timeutils.html#oslo_utils.timeutils.isotime

Change-Id: I78a15c3217adfa6e64a88c68560fc209158895bb
Closes-Bug: #1514331
2016-11-07 08:58:51 +07:00
Anand Shanmugam e96e57cbdd Fixing Keystone to use auth_url for version discovery
Change-Id: I9935a5070d9c1a11eede88538015c94dcdb49186
2016-10-18 04:41:03 -07:00
Anand Shanmugam 6237884f36 Keystone v2/v3 commit
Change-Id: Ib82f3159b9a35a970879a984a6cdb8ede693248b
2016-10-18 03:24:00 -07:00
Jenkins 0583279a33 Merge "keystone v3 support for all endpoint tests" 2016-10-13 10:47:42 +00:00
Jenkins 216ca5b7f1 Merge "Update code to use Newton as the code name" 2016-10-13 09:36:21 +00:00
Velmurugan Kumar c8b9955e1a keystone v3 support for all endpoint tests
Change-Id: I4c97fe15c8b87770d97c4954c7d11f4d4307e7c7
2016-10-13 02:33:14 -07:00
Anand Shanmugam 99e4a923bc Fix glance api to return appropriate exception
Change-Id: Ib21d0dec6b6c3a3d0a4009f53a84160176911dbc
2016-09-07 12:00:22 -07:00
Nguyen Hung Phuong 555cd605bd Update code to use Newton as the code name
This patch updates code to use Newton and Mitaka as the code name.

Change-Id: Ibfb631d8cb862a70e379fc8c5a766b68f133dfa7
2016-09-01 15:44:51 +07:00
Jenkins f19dc487d4 Merge "Ceph_check operator test to support dedicated and centralized with error code" 2016-09-01 01:11:39 +00:00