Commit Graph

14 Commits

Author SHA1 Message Date
Andreas Jaeger 24d98abd3e Retire repository
Fuel (from openstack namespace) and fuel-ccp (in x namespace)
repositories are unused and ready to retire.

This change removes all content from the repository and adds the usual
README file to point out that the repository is retired following the
process from
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project

See also
http://lists.openstack.org/pipermail/openstack-discuss/2019-December/011647.html

Depends-On: https://review.opendev.org/699362
Change-Id: I658efd028f1b23bc21b327fc55d39a7fa5824ec1
2019-12-18 09:48:08 +01:00
Cao Xuan Hoang 8520aeafd9 Clean imports in code
This patch set modifies lines which are importing objects
instead of modules. As per openstack import guide lines, user should
import modules in a file not objects.

http://docs.openstack.org/developer/hacking/#imports

Change-Id: I5b4bdcb674b58ab419d00ca9c6bff105ce19aca8
2016-09-07 13:28:38 +07:00
Dmitry Nikishov 43a58efbaf Fixed hiera command to output correct DB hostnames
hiera_cmd used to output internal node names like "node-$i"
even if there are user-defined hostnames set. This breaks
DB-related checks when hostnames are customized.
The fix is to return not "database_nodes" keys, but
the value of "name" key in each "database_nodes"
subhash.

Change-Id: I9fbcfc270ab17d6302ce0a785c96f5b44fc9e75d
Co-Authored-By: Omar Rivera <gr113x@att.com>
Closes-Bug: #1582800
2016-06-06 15:38:21 +00:00
asledzinskiy cd6cc5a256 Skip mysql tests if all controllers offline
- Get controller ip only if there are online controllers
- Skip mysql ha tests if all controllers are offline

Change-Id: I44853c6de7914778206dab9b494ddb3385e600f7
Closes-Bug: #1550236
2016-02-27 13:24:28 +02:00
asledzinskiy 644db51186 Provide backward compatibility for ha tests
- Since all clusters share the same ostf instance
we can face problems after upgrade when 7.0 tests
don't work with old release clusters. Add check that
if release is before 7.0 - use controllers in HA tests

Change-Id: I4d37c8f1ef4a7c3ae607f39450c122c34bec43ac
Closes-Bug: #1489462
2015-08-29 19:36:04 +03:00
Vladimir Khlyunev d492f15c37 Fix for ha mysql tests for cluster with 1 controller
After reverting https://review.openstack.org/#/c/213625/ we need to 
re-implement this fix with additional changes
Code optimization should be removed because unittest2 marks test
as failed if skipTest method is not called from test

Closes-bug:#1485448
Change-Id: Id7c6ac24fd88c9b73962636b081714a1aeaf9985
2015-08-19 11:45:16 +00:00
Andrey Sledzinskiy cc3bf32679 Revert "Fix 'get_database_nodes' for upgraded fuel"
This reverts commit 3d734b4e64.

Change-Id: Ic330c24c7475a0205c100d7fa78e8d13701ea64f
Closes-Bug: #1486413
2015-08-19 07:37:44 +00:00
Vladimir Khlyunev 3d734b4e64 Fix 'get_database_nodes' for upgraded fuel
Return controllers as database nodes if variable
"database_nodes" is not defined in hiera or empty

Change-Id: If2bc1bd6d2614a32c42fb049fbc9b4eebc9cf212
Closes-bug:#1485448
2015-08-17 17:41:31 +03:00
Vladimir Khlyunev ad4f94ebea Refactor of mysql test: test separated from controller databases
Rertieve data about mysql hosts from hiera instead of hardcoded controllers

Change-Id: I139d186288b6d05a185c878b0d5c1c21c581af69
Implements: blueprint ostf-separate-services-refactor
2015-08-13 15:44:25 +03:00
Jenkins 5cb828f620 Merge "Check galera env state refactor - remove code duplication" 2015-08-05 11:44:15 +00:00
Tatyana Leontovich bc23b4347d Fix error messages
Change messages as described in issue

Change-Id: I029ec2a10b7109113d9406c85edc04e1c0ae8a64
Closes-Bug: #1476637
2015-08-04 15:58:01 +00:00
Vladimir Khlyunev df072635a9 Check galera env state refactor - remove code duplication
Change-Id: Ifa8445ebaf7dd08405adf4c36829467da88fa67a
Closes-Bug:#1481241
2015-08-04 14:57:09 +00:00
Vladimir Khlyunev dd87b1a9f2 Refactoring galera state test
1) Removed 1 extra indent level
2) Removed 'return result' expression
3) Changed method of analysis mysql output

Change-Id: I825c72dd8da6e487a71ae70d4af4009b541221e3
Closes-Bug:#1479335
2015-07-30 13:19:21 +03:00
Tatyana Leontovich 7fc3823cc3 Change ha mysql test name to avoid wrong discovery order
Change file name from test_sanity mysql to test_mysql status
to avoid wrong discovery order
Related-Bug: #1438735
Change-Id: Ia08eb551389fafe7a2e0f9247f4b5c61f3edf80a
2015-03-31 14:54:26 +00:00