Commit Graph

3 Commits

Author SHA1 Message Date
Andreas Jaeger 24120d7b66 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: Ibd0360edc1781ea748a1ef28877c215bb4c726c7
2019-12-18 09:38:32 +01:00
Dmitry Klenov 980412c95f Fix to run several containerized CCP instances.
Currently it is not possible to run several containerized CCP instances
e.g. when you would like to check status while images are building.
Reason - name 'fuel-ccp' was used for all executed containers and
docker forbids to create 2 containers with the same name.

Adding random suffix to prevent name coinsidence.

Change-Id: I368739b5249c251d9e7fb27e2967b4bc42c41c96
2017-02-17 14:16:33 +00:00
Dmitry Klenov 29328d4a9e Containerizing fuel ccp
* Ability to create docker container out of current state
of the repository has been added.
* Alias to execute 'ccp' command transparently from the host system
is generated.
* Ability to create container out of remote repository.

Change-Id: Iafcad1190a63dbc2c10b129f50bf47d70d2faa65
2016-12-20 19:25:54 +00:00