Commit Graph

32 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
Vladimir Khlyunev b27ad110c4 Drop unused requirements from ostf
We are not using this libraries in ostf directly so
its time to get rid of them

Change-Id: Id11092e026bcdd4faf5c2e63cd2b4f30a00fe4f4
2017-02-03 12:17:50 +04:00
Vladimir Khlyunev e71059ac4d Update Nova client initialization according to 7.0.0 version
python-novaclient was updated and now newest version contains
bug in username-password auth. Switching to session-based auth
will allow to fix it (and also its openstack way to use shared session)

Change-Id: If48f8f96843023f4f36e737cd818761db9184884
Closes-bug:1653693
2017-01-10 16:08:50 +04:00
Tatyana Leontovich 98041532ff Align with global requitements
Change-Id: Ic0eb22402d32fa3ad86671350f34372616cce0e7
2016-11-07 16:10:25 +02:00
Alexey Stepanov 1b0efcc3b4 Sync with global requirements
Sync with global requirements:
https://github.com/openstack/requirements/blob/master/global-requirements.txt

Change-Id: I8cf33437f9cd2932c595cf7a78ab705ab4a9552c
2016-09-05 07:53:30 +03:00
Alexander Tsamutali bceb674da7 Sync python-novaclient version with global-requirements.txt
Change-Id: I735e4a16c3cff9e2e5bd0bd11de9614a6ee6b019
2016-07-07 19:54:14 +03:00
Artem Grechanichenko ef0eda085d Resolve cross-dependency issue
fix cross-dependency issue in requirements
https://github.com/celery/kombu/blob/v3.0.35/setup.cfg#L27
amqp >= 1.4.9,<2.0

https://github.com/openstack/fuel-ostf/blob/master/requirements.txt#L24
amqp >= 1.4.0

Change-Id: Ia99af57d473e09580413cc03d9c01d5efba96d46
Closes-Bug: #1588454
2016-06-03 13:54:41 +03:00
Tatyana Leontovich 3d175903ad Sync Babel requirements with openstack-globals
To avoid conflicts with Babel version, sync requirements
with openstack-globals

Change-Id: I2a0270b12078965495af6b18f302396b29ebd9c9
Closes-Bug: #1572073
2016-04-20 10:38:17 +00:00
vgusev d6ec2aa719 [Ceilometer] Fix for sanity test
Add aodhclient to fuel-ostf and rewrite sanity check using it

Change-Id: I90cdbe08c67d0a79e7c10f2e4bee7d9e11d8165a
Closes-bug: #1553189
2016-03-30 17:49:32 +03:00
Tatyana Leontovich d802a9f68a Move setup.py to pbr usage
Closes-Bug: #1528450
Change-Id: I458d5d9697f783e9278bca36bfe7b9252078ffc0
2016-01-04 16:14:55 +02:00
Tatyana Leontovich d8cbc4f653 Pin version of python novaclient
Closes-Bug: #1528200
Change-Id: Iba6d34d6f35cf67d41ad41164e22d89753c6418f
2015-12-21 14:49:34 +02:00
Artem Roma bfa90e5caa Adhere python package requirements to Liberty global-requirements
What was done:
* versions of python packages that are requirements for the project
  changed to those from Liberty release;
* custom BaseRestController class changed to correlate with
  corresponding code of used pecan package version;
* fixed code of the orm models that become broken after installing
  SQLAlchemy package of different version

Blueprint: master-on-centos7

Is NOT compatible with CentOS6 master node

Related-Bug: #1516621

Change-Id: I9f5e600a0189d0d9fc0ae5b154254dc3a32a86c1
2015-11-29 17:13:27 +00:00
Anton Arefiev 47811b5f5e Support ironicclient
Add ironicclient support into nmanager.py.

Required for: blueprint ironic-ostf-tests
Change-Id: I43994a9a5523c739db0d0cc65fa6b3adc3b224ad
Co-Authored-by: Kyrylo Romanenko <kromanenko@mirantis.com>
2015-11-23 16:17:37 +02:00
Tatyana Leontovich c2e1fa0ca8 Pin requests version
Change-Id: I47bd5a2ba28c1ae9ddad9907a146dd6c7ea678a2
Closes-Bug: #1517894
2015-11-19 16:55:25 +02:00
Tatyana Leontovich 92935ca61a Pin python-ceilometerclient
Closes-Bug: #1499486
Releated: #1498934
Change-Id: I937948cbe1cdc148e0e81f3bef48b40767b488a2
2015-09-24 18:46:14 +00:00
Artem Roma f44a5a596c Set upper boundary for python-ceilometerclient
Set upper boundary for python-ceilometerclient with version of the
package contained in fuel-infra repositories. This eliminates the issue
with dependency conflicts but is not permanent solution.

Dependency conflicts are due to dyssynchrony of the package versions
from the OpenStack global requirements and packages contained in our
repository.

Change-Id: I46ddb3094bcf39ffdd72279b801176d7733d222d
Closes-Bug: #1498934
2015-09-24 15:17:28 +03:00
Tatyana Leontovich 07b86655b7 Pin oslo.utils vetrion to oslo<1.4.1
Pin oslo.utils vetrion to oslo<1.4.1

Change-Id: I4e63202abdf918025a15532a653e9b397422277e
Closes-Bug: #1496764
2015-09-18 10:29:10 +00:00
Sebastian Kalinowski a15b0aec5e Pin requirements to versions from Kilo
Updated version of upper packages bounds to be more in line
with those from Kilo's global requirements.
This solved some of the problems with constantly breaking
releases of new OSt & oslo packages.

Change-Id: I8295e9a51c8994752a43193e45a1bb64516bf115
Partial-Bug: #1481212
2015-08-04 12:52:01 +02:00
Artem Roma ef42c54883 Fix issue with dependencies of the package
* upper bounds for all used OpenStack python clients added;
* upper bounds for several transitive requirements added in order to
  eliminate the issue when packages are installed from PyPi (dev env and
  CI);
* unit test that checks whether the package could be properly installed
  added;

Change-Id: Ic36a7acf1e6fd8dc58177be02c0e3ea0ead49840
Closes-Bug: #1474358
2015-07-30 11:48:35 +03:00
Tatyana Leontovich 1672bf8908 Fix test CI failures
* pin oslo.serialization<1.5.0
* pin oslo.config<=1.11.0

Change-Id: I762b774b7531e887c1d47877b7fa709ff07265ac
Closes-Bug: #1476704
2015-07-21 18:52:53 +03:00
Sebastian Kalinowski 3972cbd565 Pin oslo.serialization upper version
We use oslo.serialization that still uses namespaced package so we need it
in such version.

Change-Id: I914e1beedde8234c582f06fa77962095dd68058c
Closes-Bug: #1472250
2015-07-07 15:14:06 +02:00
Sebastian Kalinowski f133f76740 Added python-muranoclient to requirements.txt
python-muranoclient requirement was missing. Now was added in version
from fuel-ostf rpm specs.

Change-Id: Ib9c37d9a27868da6ac217174d9002c220357782b
Closes-Bug: #1409713
2015-04-16 20:38:20 +00:00
Artem Roma 1c8ed01da9 json module replaced with jsonutils
Now for operations with JSON data jsonutils module from
oslo.serialization package is used. Depends on patch [1] to fuel-main.

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

Change-Id: If872d46fc23eb71860f3e6b8508eef7ce7b4f223
Closes-Bug: #1404856
2015-03-20 14:21:46 +02:00
Tatyana Leontovich 8bdde45378 Add additional test for verification of rabbitmq
Next checks were added:
* Check crm status for rabbit resources
* Check Master is live
* list channels
* create connection to each member of the qurum
* create queue
* publish message
* consume message and assert it content

Change-Id: Ie28f541acb14d1afac1a8463aa35a606a7c5f329
Implements: blueprint ostf-rabbit-replication-tests
2015-03-02 14:10:54 +02:00
Viktor Ryzhenkin 1a0b2c6618 Add OSTF tests for Glance component
- Added base class for Glance component in OSTF.
- Added 'Image Create, Update, Delete' and 'List Images' tests for
  Glance api v1 and Glance api v2
- Updated requirements: added python-glanceclient=>0.14.1
- Added initialization of glance_client v1 and v2 in nmanager.py

Partially implements: blueprint ostf-and-system-tests-for-glance

Change-Id: I4a2957eefb98d718e7fc25153a6b07251250f4d2
2015-02-19 16:17:37 +03:00
vrovachev 3160f5bf5c Add ceilometer tests for more glance and cinder notifications
Added ceilometer tests for cinder notifications:
snapshot, snapshot.size
Added ceilometer tests for glance notifications:
image.download, image.serve, image.delete

Partially implements: blueprint ceilometer-ostf-notification-tests

Change-Id: I526dc98c4790828a0a7b4b91d5bb97c65bd1c2d0
2014-12-17 17:39:31 +04:00
Jenkins 720cc1308c Merge "Add neutron scenarios" 2014-11-11 11:00:45 +00:00
Sergey Murashov fd5b87b5ae Add neutron scenarios
Add neutron client to nmanager,
add sanity and smoke scenarios for neutron

Change-Id: I7bc8a9171a995041c04d67538ccf6cf429bf1c12
Implements-blueprint: ostf-checks-for-neutron
2014-11-10 18:08:03 +04:00
Sebastian Kalinowski 9c6fadca27 Use keystonemiddleware package
keystonemiddleware package will be used instead of deprecated
keystoneclient.middleware module to authorize requests with
keystone auth_token

Update python-keystoneclient to match version in our repos

Change-Id: Ib6025a5d243c76995ca1efac16d5d5025241f81c
Implements: blueprint access-control-master-node-improvments
Related-Bug: #1383616
Depends: I32848ccd2279c1467818e1ff9e1a19becc9f7ae7
2014-10-28 09:40:29 +00:00
Matthew Mosesohn 07f045732c Remove max version of paramiko from requirements
Change-Id: Ibef7960bde5ee507b0f64b1c1ec6c71dca16298e
Related-Bug: #1361279
blueprint fuel-deploy-juno
2014-09-17 07:14:44 +00:00
Dima Shulyak 74ecb4a85f Token passthrough for nailgun client in ostf
- Ostf config generator makes api requests to nailgun
- Changed requirements of pecan to version that used in production (0.4.5)

related to blueprint access-control-master-node
Related-Bug: #1339082
Change-Id: I96861ef75adbb813a9c91a88e1db16211dac9c4c
2014-07-08 17:32:04 +03:00
Dima Shulyak 5d24a68269 Ostf config refactoring
- Use oslo.config as single configuration option
- some tests usage clarification

Closes-Bug: #1326351
Change-Id: Ibff61181f338d28cb43eb61d6a73e5b80d6dbe7f
2014-06-24 15:21:39 +03:00