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