Commit Graph

10 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
Alexey Stepanov 66a89d8eb9 rework imports: import module instead of object
rework imports: import module instead of object
http://docs.openstack.org/developer/hacking/#imports

Change-Id: I5c1f8518060ca717259f94cb3a8ceaa2590d4197
2016-09-12 13:25:43 +03:00
Serhii Boikov 20f026ba46 Checking/configuring scripts for fuel-devops
Example of usage:
  $ virtualenv venv-devops
  $ . venv-devops
  $ pip install /path/to/fuel-devops
  $ dos_check_env.sh -I

- dos_check_env.sh - Wrapper which run all checks with/without options.

- dos_check_system.sh - System requirements check
(kvm module/hardware virtualization etc).

- dos_check_packages.sh - Check if all necessary packages are installed.

- dos_check_db.sh - Check DB USER and user GRANTs on DB
in case of PostgreSQL: Check if all necessary packages are installed
in case of SQLite : Check if database exists.

- dos_functions.sh - Set of functions that are used inside of scripts above.

blueprint fuel-devops-installer

Change-Id: Ifa3f0adc3deee85d084ca84fc224a5a8df713838
2016-07-18 17:53:33 +03:00
Anton Studenov d0209cd45b Move manage.py to ./bin
- bin/dos-manage.py added to setuptools scripts
- Updated install doc

Change-Id: Ic60edf4ea6f3598375ee085885d6a5d66d7b10c1
2016-06-23 15:23:34 +03:00
Sebastian Kalinowski be2b9e77dd Add creation date column to snapshot list
* Added wrapper around snapshots returned by libvirt to make whole code
  more pythonic
* Snapshots are sorted by creation date by default
* Added lxml as runtime dependency
* Added tabulate as runtime dependency and used to print snapshot
  tabular data

DocImpact
Closes-Bug: #1463361

Change-Id: Ia2c2fab4ac763865ab3f837c63a87101e567d6e8
2015-06-17 10:31:50 +00:00
Andrew Woodward 8e3c8bd246 Update copyright year properly
In https://review.openstack.org/#/c/68883/ copyright year was changed, but
 not in correct format. This updates the copyright to a year range on the
 files that where modified in that commit.

Change-Id: Ie0f76191cfed742eeeee0ddc4466022ad4cf637f
2014-05-07 00:15:36 -07:00
Igor Shishkin 76698f349f Code style changes & refactoring pt.1
* refactoring in module imports
 * DevopsNotImplementedError exception added
 * Removing direct driver calls from models
 * Licence added to all files

Change-Id: I0f0857e8e503771edc35ac4b8dd637c45b8da37d
2014-01-24 17:43:35 +04:00
vic 1b5c033f5c Change structure 2013-05-15 16:33:23 +04:00
vic eecdccfee9 The next intermediate state 2013-01-21 01:10:22 +04:00
Vladimir Kozhukalov 191105d2fd directory structure reorganized in devops (fixing last devops commit) 2012-06-09 17:44:13 +04:00