Commit Graph

3 Commits

Author SHA1 Message Date
Ilya Shakhat ff78b92048 Tests cleanup
* Remove dependency on ansible and libvirt libraries
* Bump python 3 version to 3.6
* Fix python warnings in the code

Change-Id: If7b495e9c3b2f5031d535954c3c3280e247871a6
2019-01-02 13:28:27 +01:00
Anton Studenov 7eb1f4a038 Remove brackets from Service.GREP variables
This patch makes content of GREP variables more readable
and clear. Also it helps to protect users/developers from
missing brackets in GREP variables.

* Use `grep -v grep` to to filter grep from ps output.

Change-Id: I8455a347912d853b5245e654781f8f117d340298
2017-02-01 10:45:34 +03:00
Anton Studenov 5869467025 Fuel services refactoring
added ansible modules:
 kill - allows to send signals to processes found by ps|grep
 freeze - allows to freeze processes for specified seconds

now services should define only GREP variable that will be
used to check whether service processes are present on node and
send SIGKILL/SIGSTOP/SIGCONT to service processes.

Change-Id: Ifb0a744058c599bd635cda9a367f6f56526706a7
2016-10-12 14:36:20 +03:00