Commit Graph

10 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
Anastasiya 0fd23478ad Implement error handling by ccp fetch
Change-Id: I315893243a7682243b81ac379615d4d18338fefd
Closes-Bug: #1608981
2017-01-31 14:06:04 +04:00
Andrey Pavlov 7aff1c0900 Making possible to fetch repositories with custom tag
* adding checkout to fetch_repository
* allign logs with build and deploy commands

Change-Id: I77a396909c93dd8209d5e667d9c45a2ea75542c6
2016-10-25 10:35:23 +03:00
Yuriy Taraday 855fda0ef3 Change repositories list in config
Allow use to add arbitrary repository to the list.

Change-Id: I7895a9a66d4499aabcd5eb9bd037e5b2bc1fa83c
2016-10-11 17:16:33 +03:00
Proskurin Kirill 3f30c69536 Improve logging of fetch repos action
1) Change skip repo log from info to debug.
The resoning is what we do fetch in many other actions and sometimes
we get 10 lines of repo skip and 1 line of useful info. This information
is not critical and can be supressed in non-debug run.

2) Added a debug string to log the name and resulting url of the
repository.

Change-Id: I342f8458eca13ca72b50ab37f361ef4e635e9d65
2016-09-22 14:20:37 +03:00
Yuriy Taraday 8abb44ee31 Move repository URL generation down to fetch_repository
We can't use config interpolation from oslo.config once we remove it and
it won't solve this bug anyway because its template is static, so we
should solve it where url is being used instead.

Change-Id: I909e31c417508247456f2385dd23c049bcf688d8
Closes-Bug: #1609012
2016-09-15 12:48:57 +03:00
Yuriy Taraday ba606cb2c4 Replace oslo_log usage for getLogger only
It was useless and we're getting rid of oslo.log, so first remove it
from all over the place

Change-Id: Ia6bf6e763fee41d060f6b68ddabf68424a51f780
2016-09-14 23:32:13 +03:00
Yuriy Taraday 2d025a5701 Move all CONF.import_* to config/__init__.py
We're importing all modules from CLI anyway, so we always import all
config modules, spreading this across all modules provides no benefit.

This is another step towards YAML config.

Change-Id: I38e2e8ae7596829311388498df68a048ab1cd981
2016-09-05 17:14:55 +03:00
Yuriy Taraday d9ab3b4ccc Consolidate all oslo_config.cfg.CONF imports to fuel_cpp.config
Also move config initialization to fuel_ccp.config.

This is the first step to replacing oslo.config with YAML-based config.

Change-Id: If1b1faf006b40df95a661ecd00cb744e9fd0aafa
2016-09-05 16:59:38 +03:00
Sergey Reshetnyak 5cb0d7a9fe Rename microservices to fuel-ccp
Change-Id: I883f2a583fd3ff497df91c216d4fae6a7b6a6d6e
2016-07-21 13:45:24 +03:00