Commit Graph

9 Commits

Author SHA1 Message Date
Andreas Jaeger 71febda1b4 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: Id8dfa180d4f3dd0d0e50e291e9cf841e890ecdab
2019-12-18 09:46:57 +01:00
Jenkins 1bda76bd07 Merge "Add upgrade definition" 2017-03-21 10:45:11 +00:00
Anastasiya 3bcc8c02b5 Add upgrade definition
Change-Id: I90049de4a6f4a40af802f70079f20f29a1ad6a43
2017-03-15 13:29:09 +00:00
Yuriy Taraday 4b615305f2 Don't use --upgrade when installing into venv
In venv --upgrade does nothing good since venv have constraints-bound
versions of everything installed. It does bad thing though: it tries to
upgrade setuptools (they are not mentioned in upstream constraints.txt)
and break further building.

Change-Id: I1abab5f51ab81faf11c19c569fa74f57202963fb
2017-01-23 17:23:45 -08:00
Sergey Kraynev 1d5d38b6ae Add heat-api-cfn service
Add heat-api-cfn service, which is used by Heat for some config
transports. It's necessary to support default  user_data_format
(HEAT_CFNTOOLS).

This change add new image heat-api-cfn and which will create new service
and necessary endpoints for it.

Two new options were added:
 - heat_waitcondition_server_url
 - heat_metadata_server_url

Change-Id: I725943f5034637554394c4a323d4dc9134b3ddb3
2016-12-01 09:19:50 +00:00
Yuriy Taraday f7ee75598f Convert parent image specification to image_spec calls
Change-Id: I1beacb14acc9e1c963127d3b14282a1bc714f2f0
Depends-On: I18281bdb41e91cd5c9160055f1617d7ee9d3b548
2016-10-18 12:53:31 +03:00
Yuriy Taraday 4b2d2017d7 Cleanup pip arguments
--no-cache-dir is now default for microservices venv and there's no need
to pass requirements.txt to pip directly, especially as constraints
file.

Change-Id: Id100bd1972d00353ca93ecbc04c4f1843fe089bf
2016-10-13 13:00:19 +03:00
Andrey e44bca8182 Adding default configs to build from git repo
Images will be built with sources from master branch of
https://github.com/openstack/heat.git repository by default.

Change-Id: Ib6d5873b107760c025191b26bfcd1b99571f0fa5
Depends-On: I4d91aa8632fcd55735d791300fde475696b435b5
2016-08-26 14:11:01 +00:00
Dmitry Russkikh b42c088d6e Add initial version of Openstack Heat containering
Change-Id: I2f4f196ed736f987fd47e9f0a0312271cebc6d55
2016-08-11 09:09:13 +00:00