Commit Graph

20 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
Vladimir Kozhukalov 6adf6b703c Disable skip_git_sdist flag
This flag prevents other files except python module
to be put in the tarball when running command
python setup.py sdist. However when building rpm/deb packages
we need all files to be in the tarball.

Change-Id: I10ac546f2dbc214743c7bef65cb032b8ccbe0182
Closes-Bug: #1604005
2016-07-20 13:43:29 +03:00
Sergey Kulanov 7e9fb5aa79 Bump version to 10.0
Change-Id: I63ca2d2e6cec16b6265cfcc48623aa73c13e9cad
Related-bug: #1558589
2016-03-27 20:30:37 +00:00
Sergey Kulanov ffecab7bf1 Bump version to 9.0
Change-Id: I0ad4ac3adf340319dc878c0828cf08467119fae7
2015-12-18 12:59:35 +02:00
Fedor Zhadaev 7aacc60886 Add driver for building bootstrap image
Change-Id: Id6f0bc993e307fdb02d46f0a5bc5260755b1d86b
Partially-implements: blueprint dynamically-build-bootstrap
2015-11-25 18:47:33 +03:00
alexz df64c30ff9 Add do_mkbootstrap entry point
* New entry point, which adds possibility to create console_script
  with native setup.py

Change-Id: I4c2004b355339a1b601fa9120faf547e181decc4
Implements: blueprint dynamically-build-bootstrap
2015-11-18 12:49:56 +02:00
Yuriy Zveryanskyy fb042124a1 [Ironic] Add callback script for deploy with Ironic
A new executable 'fa_ironic_callback' added. This script does
call back to Ironic API with IP address of boot interface.

Implements blueprint: baremetal-deploy-ironic
Change-Id: I10fadd34f3c0c0979a5fcb9bcb487ef99e720523
2015-10-12 16:36:01 +00:00
Vladyslav Drok bb7b13b6c0 [Ironic] Ironic deploy support for Fuel Agent
This patch adds support for Ironic Fuel Agent deploy
driver.

Co-Authored-By: Yuriy Zveryanskyy <yzveryanskyy@mirantis.com>
Implements blueprint: baremetal-deploy-ironic

Change-Id: Ia64099b0f99ca1844421e569fad2415c1214713f
2015-10-12 19:34:21 +03:00
Vladimir Kozhukalov 5a0893726a Change version to 8.0
Change-Id: Ibcf0659293f659392aa2fa11996a124828d32a04
2015-09-03 12:02:36 +03:00
Sebastian Kalinowski 9e22866f3e Add simple data driver for partitioning info
This new "simple" data driver takes serialized partitioning info
that is provided before provisioning from external tool.
It does not make any calculations for that data and expect it to have
all required informations about partitioning.
Other changes:
* added unittest2 to use some of it features
* added requests_mock to mock http requests
* added objects conversion to/from dictionary to make serialization
  easier
* added a common "interface" for data drivers
* fixed test for "do_build_image" - now a correct data driver is used

Change-Id: I673cde6f0ead9945919a87cd1cfce7ed09c6e593
Implements: blueprint volume-manager-refactoring
2015-07-16 10:11:02 +02:00
Sebastian Kalinowski 5e552e4b0a Remove pbr import from fuel_agent's setup.py
Importing pbr in setup.py prevents installing
fuel_agent into clean environment (without pbr).

Change-Id: I2734b3cd97ddde7d243b71c3a7112e2519b7b7e2
Closes-Bug: #1472082
2015-07-07 14:48:59 +02:00
Aleksandra Fedorova df13e2c9a0 Bump version to 7.0
Change-Id: I0c3a3a62c26724ad10a5108f019002c5fbf091f9
2015-06-09 15:31:45 +03:00
Jenkins b8246b88ff Merge "Set version of Fuel to 6.1 everywhere" 2015-04-22 13:23:56 +00: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
Dmitry Pyzhov 9f3839c7ac Set version of Fuel to 6.1 everywhere
blueprint package-fuel-components

Change-Id: I728b06cae0abb6a4a491641545b0cf8ee19bfd01
2015-04-16 14:55:58 +00:00
Igor Kalnitsky 26530dc506 Increase Fuel-Web projects' versions
Should be merged at once with relevant patches to:

* fuel-ostf
* fuel-astute
* fuel-main

Change-Id: Ic68983a8fb91c32d73408cd1f54439062175ee75
Closes-Bug: #1395279
2014-11-29 10:44:42 +02:00
Dmitry Pyzhov c6ab65210d Revert "Increase Fuel-Web projects' versions"
This reverts commit f60f39c7b904b27d99502a48c551167cb6171a62.

Change-Id: I77370f00f31ed50efea3bc51503e150736a572d6
2014-11-28 21:53:03 +00:00
Igor Kalnitsky 5b9e4e23d2 Increase Fuel-Web projects' versions
We need to increase Fuel projects' versions at least once per release,
because that will help us to track problems in multi-releases
environments and prevent us from some bugs (like the nailgun of same
version are available in few repos).

The patch should be merged at once with next one:

    https://review.openstack.org/#/c/137555/
    https://review.openstack.org/#/c/137566/
    https://review.openstack.org/#/c/137563/

Change-Id: I7ba73ce63a9fb228ef8c8b40f5feda5a32150a3c
Closes-Bug: #1395279
2014-11-27 18:22:15 +02:00
Alexander Gordeev f56cde93e0 Add more enpoints mainly for tests
Partially implements: blueprint image-based-provisioning
Change-Id: I8c2d2abc38068b6da59243d73d545dad62097aff
2014-09-08 17:34:11 +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