Commit Graph

17 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
Vitaly Gridnev f60d2c645c [sahara] provide default version of hadoop version
this version is the only currently available version in vanilla
plugin.

Change-Id: I58cd0aa6165e58b694a43d7f3314030433f160e5
Closes-bug: 1634523
2017-02-01 13:47:58 +04:00
Evgeny Sikachev 53d55f223c Add hadoop version for mos 9.1
Vanilla have a 2.7.1 version for mos 9.1 release
closes-bug: #1625139

Change-Id: I6d066245f4accad5851e6fc9548fff01ceb3d847
2016-09-20 13:39:59 +03:00
Jenkins cdb5ddca79 Merge "Bump version to 10.0" 2016-04-06 11:55:03 +00:00
Evgeny Sikachev db8d83701a Change version of HDP in CRUD Sahara tests
For MOS 9.0 we need change version of HDP to 2.3,
MOS 8.0 also supported this version of plugin.

Change-Id: I8e21dc141017adf1d6036b8c713d7a932c96be52
closes-bug: #1562765
2016-03-30 17:55:20 +00:00
Sergey Kulanov e474666979 Bump version to 10.0
Change-Id: I374a4a5952914c3e9c9bc46a55023b6309b71b84
Related-bug: #1558589
2016-03-27 20:29:54 +00:00
Evgeny Sikachev ef4d78f9cc Add version of plugin for sahara OSTF test
Add version of vanilla plugin for MOS 9.0
closes-bug: #1544460

Change-Id: Ia894071966c906e44580829179a5d362619f9191
2016-02-11 13:17:20 +03:00
Tatyana Leontovich 05bc6366ef Switch OSTF to work with public endpoint
To be sure that OSTF works fine with SSL,
switch  to use public endpoints without
validation of certificate

Change-Id: I87a625899c1eb4b80376c8bdb5aca4fce3d8ad66
Closes-Bug: #1486056
Related-Bug: #1524850
2015-12-21 14:03:49 +00:00
Evgeny Sikachev 9690a2de82 [Sahara] Update plugin version for OSTF
Update plugin version for vanilla
Closes-bug: #1514375
Closes-bug: #1515217

Change-Id: I3ebfcef9e3184171b0698e872452a0166e0c1c05
2015-11-12 15:00:45 +00:00
Sergey Reshetnyak 94a483c8ab Update Sahara tests to kilo release
In kilo Sahara doesn't support Vanilla 2.4.1 plugin and HDP plugin.
Need to update Vanilla plugin to 2.6.0 version and HDP plugin to new
Ambari plugin.

Closes-bug: #1477197

Change-Id: I49fe9815e8b382896f84995e8c1adb803aefc41e
2015-07-22 14:58:35 +00:00
Artem Roma d7b62705a4 Add release version to fuel_health tests
Change-Id: I7dbdefddbf77239da5b1ff13ed039add4730b995
Implements: blueprint ostf-tests-versioning
2015-02-12 18:33:05 +02:00
tatyana-leontovich f9c37d0876 Revert "Add versioning for fuel_health tests"
This reverts commit 6c250763b4.
This commit bvt

Change-Id: I8d4dd55b65aa8ee17049a9a005109508b654597b
Closes-Bug: #1420882
2015-02-11 17:53:57 +00:00
Artem Roma 6c250763b4 Add versioning for fuel_health tests
Now version of release for which particular test is suitable can be
specified in test sets profile attribute and tests' docstrings. For now
we assume that test is available for releases that are == or >= in
comparison to release specified for test.


Change-Id: I568db380120e3a429bdd531f51a7301c49d41281
Implements: blueprint ostf-tests-versioning
2015-02-10 13:55:09 +00:00
Yaroslav Lobankov 4e948c0868 Updating OSTF for Sahara
1. Sanity tests for Sahara were updated. Now templates are created
   for Vanilla 2.4.1 and HDP 2.0.6.

2. Platform test for Sahara was updated. Now cluster is created
   for Vanilla 2.4.1. It is planned to add a test for HDP 2.0.6
   in the future.

Closes-Bug: #1391210

Change-Id: If52cd236f1c94c3ddc86b21738e0aabb8f587c94
2015-01-19 16:41:14 +03:00
Sebastian Kalinowski cbe0ea30d9 Added hacking checks to tox
Fixed all places where hacking rules (v0.7) was failing
Replaced ''' with """ to make them consistent

Change-Id: I9c1c20f910df696056d2a6a91c33ff7bad266b9f
Related-Bug: #1404892
Closes-Bug: #1408240
2015-01-19 12:36:14 +00:00
Yaroslav Lobankov e84945b7e6 Renaming base test files for Sahara and Murano
In Fuel OSTF all base test files for components look
like <the name of a component>manager.py. Only base test files 
for Sahara and Murano have different names. So let's rename them
for consistency. Test files for Sahara and Murano in platform section 
were renamed for consistency too.

Closes-Bug: #1409738

Change-Id: I367895b1d577f56842c288d94116c63bb3aba854
2015-01-12 14:06:03 +00:00
Yaroslav Lobankov bedc32733a Renaming Savanna to Sahara
* File fuel_health/savanna.py was renamed to fuel_health/sahara.py

* File fuel_health/tests/platform_tests/test_platform_savanna.py was
  renamed to fuel_health/tests/platform_tests/test_platform_sahara.py

* File fuel_health/tests/sanity/test_sanity_savanna.py was
  renamed to fuel_health/tests/sanity/test_sanity_sahara.py

* Variables, methods, classes, messages were changed too

Change-Id: I26b797206e4fa61fb41dfbcf2903c7dc836cfcb8
2014-07-23 13:53:12 +04:00