Commit Graph

17 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
Georgy Kibardin 6288a593e2 Fix requests dependency
Change-Id: I742a52c991058d1f8bd9170f9b583c28dff22839
2017-03-23 14:15:28 +03:00
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
Sergey Kulanov 0c100a3dee Fix Babel alignment
Align Babel to global requirements [1]

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

Change-Id: Ib80c9924cca1892877500fea731d924dd85bc9fd
Related-bug: #1573498
Closes-bug: #1573627
2016-04-25 13:22:57 +03:00
Krzysztof Szukiełojć 5fa99a9fb6 Babel version 2.3.x excluded in requirements
Change-Id: Iced20376c477f1ec584e1d4beb82ebaa67c1ddeb
Closes-Bug: 1573498
2016-04-22 11:39:13 +02:00
Artem Roma 2631796b1a Adhere python requirements to global ones of OS Liberty release
Change-Id: I7dff343358c6a3560640225056395f5d88961ec4
Closes-Bug: #1506765
2015-12-25 11:21:54 +02: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
vsaienko 4d1aca6b32 use oslo_config namespace
* In liberty oslo.config 2.4.0 is packaged which doesn't
   contain oslo.config namespace

Change-Id: Ia4a1972d81fb0a2b21ee7f94353946aef9351605
Closes-Bug: #1505138
2015-10-13 13:32:23 +03:00
Maciej Kwiek 080e612218 Pin oslo.config version to 1.15 or less
CI broke after releasing oslo.config v2.0.0.

Change-Id: I3d857858201b59c414603d08d027769aada529e0
2015-07-21 11:52:09 +02:00
Vladimir Kozhukalov 9c5e3579bf IBP: Added driver and objects for building images
As far as building of OS images is nothing more than
just a stage of the whole OS installing procedure
it is sounds rational to implement this in terms
of fuel-agent. Besides, we already have plenty of utilities
which could be useful during building of images.
And some tasks are the same like pre-configuring
some files inside target OS.

Related-bug: #1433193
Implements: blueprint ibp-build-ubuntu-images
Change-Id: I3fadfb16e06e4ee16926da29b7b83ca005500698
2015-04-17 17:11:09 +03:00
Jenkins bb88701347 Merge "[IBP] Compare image checksums" 2015-03-13 13:00:16 +00:00
Jenkins 9947cf9c92 Merge "[IBP] Add http connection tracking to fuel-agent" 2015-03-13 12:59:59 +00:00
Alexander Gordeev d74e6dc103 [IBP] Compare image checksums
If checksum and size provided in image meta data, fuel-agent will do
checksum comparing to ensure that data written on disk and downloaded
image are identical.

Partially implements blueprint: ibp-image-checksums
Depends on: Ia9c8325a2f71af2a1af2ad54a1ae414edf49a7c6
Change-Id: Id120848537cfc4ed908b9e524624855fb7308603
2015-03-12 14:38:26 +03:00
Alexander Gordeev e642ba77d4 [IBP] Add http connection tracking to fuel-agent
Fuel-agent should handle networking issues and HTTP errors properly.

Implements: blueprint ibp-reconnect
Depends on: I29495e03c3ad7c2697d554265b1b9c299187d875
Change-Id: I31ada444aa143a6d25851fd3a4c98243ed58f870
2015-03-06 15:58:19 +03:00
Maciej Kwiek 313b27f748 Replace jsonutils with oslo.serialization version
jsonutils is now in separate library, and the oslo.serialization will be
used from now on.

Change-Id: I28b6b70e437f154cf1b9ce0b15b0c3e716d170ee
Depends-On: https://review.openstack.org/#/c/158674/
Closes-Bug: #1400661
2015-03-02 10:35:31 +01:00
Vladimir Kozhukalov a6d5da023d Added image utils
Added set of image utilities so as to make
it possible to deal with images when they are
available via http or when they are local files,
when they are packed into containers or not, etc.

Change-Id: Id03f6bcaed2a61b4c6d644675ef4cfeb353258a9
Implements: blueprint image-based-provisioning
2014-07-28 20:36:41 +04: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