Commit Graph

15 Commits

Author SHA1 Message Date
Andreas Jaeger 797016c54b 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: Icc6a810696788e65e9afd8be691400d4d39de313
2019-12-18 09:38:51 +01:00
M V P Nitesh 57d64fa6eb Drop py34 target in tox.ini
We do not have python 3.4 in setup.cfg which declares the explicit
supported versions. So it is no need to keep the supoort for py34.

Change-Id: I71150ea413e6a59ca3c5712382fc980b1c279d70
2017-03-23 17:09:30 +05:30
Ronald Bradford 6966bed353 Graduate to oslo.log and cleanup Oslo incubator
Implements: graduate-oslo-log [1]
[1] https://blueprints.launchpad.net/oslo.log/+spec/graduate-oslo-log

Change-Id: I8184d8907e080d26fd9c92461f14b32b171974ba
2016-06-08 11:58:59 -04:00
Artur Svechnikov 305638331b Basic configurations for fuel-bootstrap tests
* Change tox.ini to run both fuel-agent tests
  and fuel-bootstrap tests
* Add basic requirements test

Change-Id: I877696503d56a511bd84ffe36099e6c57587e748
Partial-Bug: #1522353
2016-05-11 11:54:52 +03:00
Jenkins 3a84f3df58 Merge "Deprecated tox -downloadcache option removed" 2015-12-28 10:20:12 +00:00
Jenkins b194d8a0cf Merge "Pass environment variables of proxy to tox" 2015-12-28 10:12:15 +00:00
Artur Svechnikov 121d6f77b5 Remove py26 from tox
After moving to the CentOS 7 we have no python26 env.

Change-Id: I93ef1f33025c2a98e323b21705047a57e28e8a80
Closes-Bug: #1526439
2015-12-15 19:57:55 +03:00
Ondřej Nový 4152f6a2ba Deprecated tox -downloadcache option removed
Caching is enabled by default from pip version 6.0

More info:
https://testrun.org/tox/latest/config.html#confval-downloadcache=path
https://pip.pypa.io/en/stable/reference/pip_install/#caching

Change-Id: Idd941ab6e8cf0bd56d50deabf466cacfbe3946af
2015-12-11 22:52:32 +01:00
Ghanshyam b8f6673897 Pass environment variables of proxy to tox
When a development environment is under a proxy, tox is failed even if
environment variables of the proxy are set.

This patch fixes this problem.

Change-Id: If43dfb3cf428b8c51d1755b404b97edfc1999856
2015-12-10 11:42:46 +09:00
alexz f0eddf7873 Add default settings.yaml for fuel_bootstrap_cli
Move all fuel_bootstrap files under one folder-logic naming

Partially implements: blueprint dynamically-build-bootstrap
Change-Id: I79cecaa006c37207149e5ae9cf85c9aad3da71c0
2015-11-30 13:01:27 +02:00
Artur Svechnikov bf518f743d Add commands to CLI fuel-bootstrap
* fuel-bootstrap list
* fuel-bootstrap import
* fuel-bootstrap delete

Change-Id: I25b4c68b2b2599da179ccb78d4f5eb91e3988ce8
Implements: blueprint bootstrap-images-support-in-cli
2015-11-25 19:10:38 +03:00
Maciej Kwiek f78e4eba30 Add Python 3.4 support
Python 3.4 env is added to tox config file
oslo.serialization is pinned to version smaller than 2.0

test_calculate_md5_ok had to be rewritten due to bug in mock_open in
unittest.mock library in python 3.4: https://bugs.python.org/issue23004

Change-Id: Idf2fa15ff4035b9fe92027acdcaf51e005b52541
Implements blueprint: volume-manager-refactoring
2015-10-15 16:55:23 +03:00
Sebastian Kalinowski 6522cd1175 Change testrunner to py.test
py.test is used in many of our projects and much more advanced
than testrepository
also it allowed to catch a small bug - driver do not work
on a copy of a data so it modifies it also for other components

Change-Id: I1273383d7e5aba110b5c74cd66095afd6e226a42
Implements: blueprint volume-manager-refactoring
2015-06-26 07:57:19 +00:00
Sebastian Kalinowski 3c19dba792 Upgrade hacking rules and fix new issues
Change-Id: I5a1a6b20198dc13b28698ac9b9e28dbb9a2ddddb
Implements: blueprint volume-manager-refactoring
2015-06-26 07:57:07 +00:00
Vladimir Kozhukalov 7730a743bb Added Fuel agent
Fuel agent is a bunch of tools which are
supposed to be placed on bootstrap image and
used for node discovering and image based
provisioning.

Implements: blueprint image-based-provisioning
Change-Id: I946decd50c51e6db767401682d9effbe3cf42bed
2014-07-10 19:05:58 +04:00