Commit Graph

13 Commits

Author SHA1 Message Date
Andreas Jaeger 4788fcfba6 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: Ie9a69d85ea5ceae2bbe8b3598edcfa4d06ed5221
2019-12-18 09:40:09 +01:00
Dennis Dmitriev 10f4ac744e Add CLI option '--skip-sync' to skip time-sync on specified nodes
The option '--skip-sync' can be used with CLI commands 'time-sync'
and 'revert-resume'.

Change-Id: I44ab39de5a46756f1174f6832ab3ea0badc987dc
2018-09-14 12:24:24 +03:00
Dennis Dmitriev cce44f4784
Avoid race condition using parallel fuel-devops env manipulations
If multiple processes are creating/erasing different fuel-devops
environments at the same time, there can be race condition during
libvirt object creation/deletion like:
'bridge virbr3 already exists' and others.

This patch allows to use a lock file to avoid such situation:
export DEVOPS_LOCK_FILE=/run/lock/devops_lock

If the environment variable DEVOPS_LOCK_FILE is not set, then
the lock file is not used (backward compatibility to avoid any
errors caused by using the lock file by default).

Change-Id: Id28f442959594aa5d6bb5c1d15e4f0880653070d
2018-02-25 14:55:46 +02:00
Alexey Stepanov 846579ab94 .gitignore: ignore Vim swp files
Ignore Vim swap files
Change-Id: Ib90a42483d87fea4eb821d8072b6b9499b8777db
2016-06-14 14:30:43 +00:00
Anton Studenov 94c32c0a34 Fix docs build
- fixed recursion error in templates.rst
- docs/source/modules added to .gitignore
- added setup.cfg to put html docs to right place
- docs renamed to doc (convention for openstack community)

Change-Id: I530228d0a764302ad7ca9d71be98856188c3fdcb
2016-05-23 17:16:11 +03:00
Sebastian Kalinowski d11e64c64f Update .gitignore
Closes-Bug: #1462900

Change-Id: Ica5910774c8196cb24709939c708c3df20ba2708
2015-06-08 07:47:15 +00:00
Aleksandra Fedorova 1def596d99 Fix flake8 errors and add tox flake8 tests
Change-Id: I970c75fb6859a9c186636f111ac1e97b253e591c
2014-08-04 17:43:18 +04:00
Igor Shishkin f6cbd6d112 Update .gitignore with local_settings.py files
Change-Id: I6d5e1d9ef103e468f9208e63355b5079dc7222e8
2014-03-03 17:54:06 +04:00
Vladimir Kozhukalov 6b9ec2bfe4 Modified documentation 2013-05-17 18:43:22 +04:00
Vladimir Kozhukalov 3492f53ea0 Improved setup.py and fixed docs according to new package location 2013-05-15 17:08:40 +04:00
vic 1b5c033f5c Change structure 2013-05-15 16:33:23 +04:00
vic 592de240de Devops - fixed paths and dependencies 2012-08-28 17:37:11 +04:00
Maxim Kulkin c8138d0c0c [devops] Reorganized structure; added setup.py 2012-06-06 18:48:26 +04:00