Commit Graph

13 Commits

Author SHA1 Message Date
Andreas Jaeger bfdd1c2878 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: I25f00a35ab798b4e944a7a7515a442093599a0cc
2019-12-18 09:52:06 +01:00
Jenkins 8a564b5e5c Merge "Use constraints when install virtualenv" 2017-03-09 08:40:10 +00:00
Proskurin Kirill b1096bf572 We need to update evenlet lib to fix the SSL issues
More details here: https://github.com/eventlet/eventlet/issues/315

Change-Id: I1cc350eb9cf1ae988e36a9b2c6ff5ed40b39c2e3
2017-02-28 17:51:54 +00:00
Yuriy Taraday 95163d77dd Use constraints when install virtualenv
Without this we get too fresh virtualenv while we have packages versions
conflicting with it in constraints.txt. Also disable downloading random
(fresh) versions of packages by virtualenv and remove --upgrade from
pip. setuptools package is not mentioned in constraints.txt because it
is expected to be installed at proper version by virtualenv, so we
shouldn't upgrade it to later versions.

Right now we end up installing latest virtualenv 15.1.0 with
setuptools 34.0.0 which depends on packaging>=16.8 while for Newton we
have packaging===16.7.0 in constraints.txt

Change-Id: I07ea9e2cf83dd0c1bf330556ad0aee7139dd1ef0
2017-01-23 12:20:19 -08:00
Aleksandr Mogylchenko dba9d5a5e9 Add ability to use custom index server for pip
All Python modules inside fuel-ccp are installed via `pip install` from
official PyPi repository. That might sometimes be not convenient, in
case somebody wants to use own repository.

Change-Id: Ia3cb2676e4b048fe9babd663c5a3d96cdb907a32
2016-12-06 14:15:13 +01:00
Kirill Bespalov c482e42108 Add pyzmq and redis to base requirements
These clients needs to support zmq as oslo.messaging backend

Change-Id: Id5640401407f9a2e67eca44ab2b4a39b6fa56307
2016-11-25 14:46:07 +03:00
Proskurin Kirill ec7eae5fed Use copy_source for requirements repo fetching
Right now we use upper-constrains from master, which is
very very wrong.

Change-Id: Iaec316307c3308c6684bcad15447e4379b51687c
2016-11-10 14:36:21 +00:00
Yuriy Taraday 1f3b9ed7ef Convert parent image specification to image_spec calls
Change-Id: I093efa4ae269551dee1b924f8ace2d464ff4f1aa
Depends-On: I18281bdb41e91cd5c9160055f1617d7ee9d3b548
2016-10-18 12:53:31 +03:00
Yuriy Taraday c80b8e3b47 Add constraints to microservices venv
Constraints file is taken from requirements repo URL, pip in venv is
configured to always use it and never use cache dir (it's a very common
option in our Dockerfiles).

Note that the plan was to get URL from config but there's currently no
good place in configs for it.

Also removed --system-site-packages option to virtualenv as it defeats
the purpose of constraints.

Change-Id: I03a19b423b6617539d91fb29f44b40271849174f
2016-10-12 12:58:33 +03:00
Proskurin Kirill b6ef299b68 Remove unneeded ENV, we already have it in base image
Change-Id: Iff6134ae8a9ae201807859343cf81a481d21e6cc
2016-09-19 14:00:40 +00:00
Aleksandr Mogylchenko 3e924d2597 Replace mariadb headers with stock mysql one's
Originally we used libmariadbclient-dev headers, which does not really make
sense. Mygrating to stock libmysqlclient-dev makes live easier and removes the
dependency on custom MariaDB repositories.

Change-Id: I7b314ad2a0e0718491dde787782f4594c3305cd8
2016-09-09 12:17:29 +02:00
Proskurin Kirill 8f02b10925 Fix openstack-base layering
Change-Id: I77d4ae1856d6fe777482f612363cd145a3788fd5
2016-07-25 16:13:35 +03:00
Proskurin Kirill 90cdbb4410 Initial openstack-base image. For now, sourse based.
Jinja vars will be added later, since build tool is not ready yet.

Change-Id: Ib2f297ac947b5803db6884df8dfeba9db224537e
2016-05-13 11:03:38 +00:00