Version: 2.0.7 Release: 1%{?dist} Name: lago Summary: System testing framework BuildArch: noarch Group: System Environment/Libraries License: GPLv2+ URL: https://github.com/lago-project/lago Source0: https://resources.ovirt.org/repos/%{name}/0.0/src/%{name}/%{name}-%{version}.tar.gz ###################### lago package Requires: python3-%{name} = %{version} # lago OST plugin is deprecated Obsoletes: lago-ovirt Obsoletes: python3-lago-ovirt # disable automatic RPM dependency generator %undefine __python_requires %undefine __pythondist_requires %description LAGO System testing framework. Deploy and tear down environments of several virtual machines %prep %setup -q -n %{name}-%{version} %build LAGO_VERSION=%{version} %{py3_build} %install LAGO_VERSION=%{version} %{py3_install} install -d -m 755 %{buildroot}/%{_sysconfdir}/lago PYTHONPATH="$PYTHONPATH:%{buildroot}/%{python3_sitelib}"\ %{buildroot}/usr/bin/lago --ignore-warnings generate-config > "%{buildroot}/%{_sysconfdir}/lago/lago.conf" sed -i 's/^\([^#]\)\(.*\)/#\0/' "%{buildroot}/%{_sysconfdir}/lago/lago.conf" chmod 0644 "%{buildroot}/%{_sysconfdir}/lago/lago.conf" install -d %{buildroot}/var/lib/lago/subnets install -d %{buildroot}/var/lib/lago/store install -d %{buildroot}/var/lib/lago/repos install -d -m 755 %{buildroot}%{_sysconfdir}/polkit-1/localauthority/50-local.d install -d -m 755 %{buildroot}%{_sysconfdir}/sudoers.d install -p -D -m 644 etc/polkit/*.pkla %{buildroot}%{_sysconfdir}/polkit-1/localauthority/50-local.d/ install -p -D -m 644 etc/sudo/* %{buildroot}%{_sysconfdir}/sudoers.d/ %posttrans # lago OST plugin RPM leaves these dirs after uninstallation # we need to handle it here if [ -d %{python3_sitelib}/ovirtlago ]; then rmdir %{python3_sitelib}/ovirtlago/__pycache__ rmdir %{python3_sitelib}/ovirtlago/data rmdir %{python3_sitelib}/ovirtlago fi %files ###################### python-lago package %package -n python3-%{name} Summary: Library to perform lago operations BuildArch: noarch BuildRequires: git BuildRequires: python3-dulwich BuildRequires: python3-jinja2 BuildRequires: python3-libvirt BuildRequires: python3-lxml BuildRequires: python3-netaddr BuildRequires: python3-paramiko BuildRequires: python3-pbr BuildRequires: python3-pyxdg BuildRequires: python3-rpm-macros BuildRequires: python3-setuptools BuildRequires: python3-stevedore BuildRequires: python3-wrapt BuildRequires: python3-xmltodict BuildRequires: python3-yaml BuildRequires: python36-devel BuildRequires: python36-rpm-macros Requires: python3 Requires: libguestfs-tools >= 1.30 Requires: libguestfs-devel >= 1.30 Requires: libvirt >= 1.2.8 Requires: python3-libguestfs Requires: python3-libvirt Requires: python3-lxml Requires: python3-pbr Requires: python3-xmltodict Requires: python3-scp Requires: python3-setuptools Requires: python3-stevedore Requires: python3-yaml Requires: python3-pyxdg Requires: python3-wrapt Requires: python3-netaddr Requires: python3-jinja2 Requires: python3-paramiko Requires: qemu-img Requires: qemu-kvm Requires: git Requires: sudo Requires: tar %{?python_provide:%python_provide python3-lago} %description -n python3-%{name} %files -n python3-%{name} %doc AUTHORS COPYING README.rst %{python3_sitelib}/%{name}/*.py %{python3_sitelib}/%{name}/__pycache__ %{python3_sitelib}/%{name}/plugins/*.py %{python3_sitelib}/%{name}/plugins/__pycache__ %{python3_sitelib}/%{name}/templates/*.j2 %{python3_sitelib}/%{name}/providers/*.py %{python3_sitelib}/%{name}/providers/__pycache__ %{python3_sitelib}/%{name}/providers/libvirt/*.py %{python3_sitelib}/%{name}/providers/libvirt/__pycache__ %{python3_sitelib}/%{name}/providers/libvirt/templates/*.xml %{python3_sitelib}/%{name}/providers/libvirt/templates/*.j2 %{python3_sitelib}/%{name}-%{version}-py*.egg-info %{_bindir}/lagocli %{_bindir}/lago %config(noreplace) %{_sysconfdir}/lago/lago.conf %config(noreplace) %{_sysconfdir}/polkit-1/localauthority/50-local.d/* %config(noreplace) %{_sysconfdir}/sudoers.d/* %dir %attr(2775, root, lago) /var/lib/lago/ %dir %attr(2775, root, lago) /var/lib/lago/subnets/ %dir %attr(2775, root, lago) /var/lib/lago/store/ %dir %attr(2775, root, lago) /var/lib/lago/repos/ %pre -n python3-%{name} if [[ "$1" -eq 1 ]]; then groupadd -f lago fi %postun -n python3-%{name} if [[ "$1" -eq 0 ]]; then groupdel lago fi %changelog * Tue Jun 01 2021 b'Yedidyah Bar David ' - 2.0.7 e2c614e1: cmd: status: Add libvirt network name * Wed May 26 2021 b'Marcin Sobczyk ' - 2.0.6 fcd14e50: ci: Disable building docs * Thu May 06 2021 b'Marcin Sobczyk ' - 2.0.5 bb0a0dfe: sdk: Don't run sdk tests * Thu May 06 2021 b'Marcin Sobczyk ' - 2.0.4 619f5c37: bats: Blacklist another env variable * Thu Apr 01 2021 b'Marcin Sobczyk ' - 2.0.3 bda88da6: spec: Fix error in posttrans * Thu Apr 01 2021 b'Marcin Sobczyk ' - 2.0.2 1ea7fbbb: spec: Disable automatic dependency generator * Wed Mar 31 2021 b'Marcin Sobczyk ' - 2.0.1 7d3a2b3b: ci: Add missing packages * Fri Mar 26 2021 b'Marcin Sobczyk ' - 2.0.0 b78ea256: ci: Use only PSI * Fri Mar 26 2021 b'Marcin Sobczyk ' - 0.0.608 5a8f3666: spec: Deprecate lago OST plugin * Thu Mar 25 2021 b'Marcin Sobczyk ' - 0.0.607 9f1e37c3: ansible: Update how we generate inventory * Thu Mar 25 2021 b'Marcin Sobczyk ' - 0.0.606 6f90ebbd: cmd: Add '--ssh-key' option to 'lago init' * Wed Mar 24 2021 b'Marcin Sobczyk ' - 0.0.605 2eba92f1: utils: Fix Flock for multi-user scenarios * Mon Feb 15 2021 b'Galit ' - 0.0.604 ab9b8c07: Make Lago work in gerrit * Tue Feb 02 2021 b'Evgheni Dereveanchin ' - 0.0.603 43756ff6: change .gitreview * Tue Dec 22 2020 b'STD-CI Bot ' - 0.0.602 cb102c49: Merge pull request #817 from lago-project/revive-ci f68023bb: tests: Drop irrelevant images a4765deb: tox: Remove py27 env ff56bead: libvirt: Fix reverting snapshots * Fri May 29 2020 b'STD-CI Bot ' - 0.0.601 7bf288ad: Merge pull request #812 from lago-project/libvirt6-fix 3922a899: prefix: Handle relative backing file paths bc296206: prefix: Pass the backing file format flag to qemu-img * Mon Mar 23 2020 b'STD-CI Bot ' - 0.0.600 00440d89: Merge pull request #811 from tinez/version-manager-fix 962feb06: ci: Fix bytes x string issue in 'version_manager' * Thu Mar 19 2020 b'STD-CI Bot ' - 0.0.599 d1a28c8e: Merge pull request #808 from tinez/1.0-release 4220e209: ci: Revert 6b9c917c796cb6f911ac9a025cea5f2e81db7a3b a0172347: ci: Revert 31cc892941cc00d9bd7cf5af7c434fc348e92b35 2158c0de: ci: Cleanup 'automation' dir * Wed Mar 11 2020 b'STD-CI Bot ' - 0.0.598 5e54c883: Merge pull request #807 from tinez/stdciv2 6b9c917c: ci: Switch to stdci v2 * Tue Mar 03 2020 b'STD-CI Bot ' - 0.0.597 b6fcaf69: Merge pull request #806 from tinez/py3-switch 551bb6a8: tests: Fix multiline commands passed to lago 31cc8929: ci: Use a fixed version 22a0e85a: py3: Switch CI and builds to py3 ca73e30e: tests: Use epoch-based date format 942cf17c: py3: Fix bytes x str issues cee73f4e: tests: Disable tests for bridged networks f7cfa262: py3: templates: Decode downloaded hash to string b30ca43d: py3: Fix dict iteration af018b1d: tox: Exclude 'rpmbuild' dir from flake8 checks a0379a72: py3: tests: sdk: Fix py3 issues 71590346: utils: Fix reraising exceptions 28cc18e7: py3: Overhaul 'version_manager' script 4824a948: libvirt: Don't cache connections eeb85939: py3: Fix urllib usage 0e52d58c: tests: sdk: Adapt to newer pytest versions c8f61522: tests: sdk: Mark two tests with xfail 178fbf63: py3: Allow unicode in yaml status output 1582a3ca: cmd: Fix arg parsing when no verb is provided 665a7c67: tests: snapshot: Bump the used el7 template 33b1b24f: tests: Update cirros base image to 0.5.0-pre3 f197cf8f: gitignore: Add some untracked files 26bc9356: py3: Fix some str x bytes issues in XML handling 1056fe50: py3: Drop usage of 'future' library * Mon Feb 10 2020 b'STD-CI Bot ' - 0.0.596 256c9c3c: Merge pull request #802 from tinez/py3-fixes b99942e2: py3: Fix re-raising exceptions 9907bf0f: py3: Fix broken str-int comparison d16dd5fa: py3: Fix issues in 'sysprep' module dbc78f96: py3: Fix issues in 'test_subnet_lease' module 0e5fa2c2: py3: Fix issues in 'prefix' module 424c64ef: py3: Fix issues in 'network' module 3c417c2b: py3: Fix issues in 'templates' module ccaf6ca0: py3: Fix issues in 'test_config' 3cd767ae: py3: Replace 'raw_input' with 'six.input' b88873d1: py3: Fix issues in 'prefix' module 8533762a: py3: Fix issues in 'export' module f88bcb90: py3: Fix issues in 'log_utils' module 571fb724: py3: Fix issues in 'ssh' module 9b35907d: py3: Fix issues in 'workdir' module b452f8c7: py3: Fix issues in 'output' module 36915e1a: py3: Fix issues in 'cli' module b3d5f273: py3: Fix issues in 'service' module 2a909840: py3: Fix dict iteration in jnija templates eb57276c: py3: Fix usage of 'reduce' 02a270ac: ci: Move libvirt and libguestfs deps to RPM level f958d290: py3: Fix issues in 'utils' module 161875e9: py3: Remove usage of 'cmp' 943519ae: py3: Fix broken concatenation 2d409dce: py3: Fix invalid octal literal 4f4e7af9: py3: Fix issues in 'vm' module ae091bdb: py3: Fix issues in 'test_sdk_utils' module d4ecd8b7: py3: Fix issues in 'lago_ansible' module a2f9a0de: py3: Replace 'map' with list comprehension 434de3ad: py3: Use absolute imports in all modules 532c024b: py3: Fix issues in 'cmd' module 7f4cbe43: py3: Fix issues in 'virt' module 0d2d7a40: py3: Remove 'xrange' usage ffb4b560: py3: Remove usage of 'basestring' 81cf8ab5: py3: Remove usage of 'long' in private function c779cb65: py3: 'test_build' module fixes c456d507: py3: Fix various broken imports 00a74648: py3: Fix issues in 'vm' module bb74ed2a: py3: Remove old 'print' usage * Wed May 15 2019 b'STD-CI Bot ' - 0.0.595 9803eeac: Merge pull request #799 from galitf/fix_doc_build c56fd8dc: Fix failure in runnung tox -e docs 452eac63: Fix issue: no cpu_map.xml file on libvirt fc29 * Mon May 06 2019 b'STD-CI Bot ' - 0.0.594 74757f07: Merge pull request #783 from pilou-/fix_super_usage 4a8e7aec: Merge branch 'master' into fix_super_usage 8a964076: Merge branch 'master' into fix_super_usage b6641cb9: Merge branch 'master' into fix_super_usage ff2c5ceb: Fix 'super' usage eb1b327c: Merge branch 'master' into fix_super_usage * Mon May 06 2019 b'STD-CI Bot ' - 0.0.593 63eb1f8e: Merge pull request #782 from pilou-/fix_level_comparison 407fcd28: Merge branch 'master' into fix_level_comparison 2cde48b1: Fix comparison between LogRecord and level 3a897742: Merge branch 'master' into fix_level_comparison * Mon May 06 2019 b'STD-CI Bot ' - 0.0.592 70e97ab3: Merge pull request #787 from tinez/config-tests-fix 73148d7f: Merge branch 'master' into config-tests-fix e08daccd: tests: Fix config tests for non-standard config * Sun Apr 28 2019 b'STD-CI Bot ' - 0.0.591 5b8970f7: Merge pull request #791 from lago-project/set_lock_permissions 6a237513: Merge branch 'master' into set_lock_permissions dd88e56c: Merge branch 'master' into set_lock_permissions 76ca58df: Set file permissions on lock files * Wed Apr 24 2019 b'STD-CI Bot ' - 0.0.590 726fbfa6: Merge pull request #796 from galitf/update_mailist 8351fdf4: Merge branch 'master' into update_mailist 16a9f017: Merge branch 'master' of github.com:galitf/lago 95c33819: Merge branch 'master' into update_mailist 98157c38: Merge remote-tracking branch 'upstream/master' 8a096bce: Merge branch 'master' into fix-doc-install 727b3281: Fix installation doc - sudo and shell redirect e8306442: Merge branch 'master' into fix-doc-install a5bccc7a: Merge pull request #737 from enarha/fix-doc-install 0ad70cb7: Replace lago-devel mail list to devel mail list * Tue Apr 23 2019 b'STD-CI Bot ' - 0.0.589 5ce81701: Merge pull request #790 from tinez/extract-paths-reimplementation cab8578a: Extracted '_ssh' context manager from '_scp' 6675b0bb: plugins: vm: Faster 'extract_paths' implementation ed49c043: utils: Added 'TemporaryDirectory' context mgr * Fri Apr 12 2019 b'STD-CI Bot ' - 0.0.588 15891074: Merge pull request #794 from Funkabell/yum_install_skips_over_broken_installations 6034a23d: Throw error if yum install failed in deploy.sh 39846c9a: Merge branch 'master' into yum_install_skips_over_broken_installations 46d6daca: Merge branch 'master' into yum_install_skips_over_broken_installations * Thu Apr 11 2019 b'STD-CI Bot ' - 0.0.587 b0ed1bb5: Merge pull request #792 from lago-project/update_images_in_func_tests ec9567e0: Merge branch 'master' into update_images_in_func_tests d90e3e2e: func-tests: Update Centos image to 7.6 * Sun Mar 31 2019 b'STD-CI Bot ' - 0.0.586 654153ff: Merge pull request #795 from lago-project/make_yaml_output_formmater_deterministic e937184e: out-format: Always print yaml in block style * Wed Jan 30 2019 b'STD-CI Bot ' - 0.0.585 16d24028: Merge pull request #784 from pilou-/remove_erroneous_call_to_hexdigest dc2586fe: Use get_closest_mark instead of get_marker f7bdb22a: doc req: exclude incompatible nbsphinx versions cb6a8d02: Remove erroneous call to hexdigest method 4b76b974: Dump capabilities when unexpected error occurs * Sun Dec 09 2018 b'STD-CI Bot ' - 0.0.584 f50b39fc: Merge pull request #780 from lago-project/fix_version_manager 0c5496ae: version_manager: Support shallow git clones * Sun Dec 09 2018 b'STD-CI Bot ' - 0.0.583 7024fb7c: Merge pull request #773 from galitf/copy_from_vm_squash 3210f40e: Improve lago collect error handling abb51f79: add friendly msg,when file to copy not exist * Wed Dec 05 2018 b'STD-CI Bot ' - 0.0.582 24fe9b0f: Merge pull request #775 from galitf/fix_msg_vm_type 2d16dac6: Meaningful message when there is Unknown VM type * Wed Dec 05 2018 b'STD-CI Bot ' - 0.0.581 61520a6b: Merge pull request #779 from galitf/issue_612_prefix_already_exists_new 4b97a215: Show message when prefix already exists * Mon Dec 03 2018 b'STD-CI Bot ' - 0.0.580 b15b0f91: Merge pull request #776 from galitf/issue_659_image_not_exists_squash 39999561: Print informative message when requested image is missing #659 * Mon Dec 03 2018 b'STD-CI Bot ' - 0.0.579 4a502482: Merge pull request #771 from lago-project/lock 3d1a4b01: Change file locking method to flock * Thu Nov 22 2018 b'STD-CI Bot ' - 0.0.578 5f19ef10: Merge pull request #769 from lago-project/use_a_static_version_for_flake8 06414504: tests: Use retries when running systemd-analyze 27382d9d: Ignore deprecation error caused by stevedore 85b46723: Update the images we use in the functional tests 13d1a333: Set locale when building docs c58c3c6b: Use PEM key format for ssh cc936fb9: Use a fixed version of Falke8 * Sun Oct 14 2018 b'STD-CI Bot ' - 0.0.577 a61aba54: Merge pull request #737 from enarha/fix-doc-install 8a096bce: Merge branch 'master' into fix-doc-install 727b3281: Fix installation doc - sudo and shell redirect e8306442: Merge branch 'master' into fix-doc-install * Thu Oct 11 2018 b'STD-CI Bot ' - 0.0.576 5692136d: Merge pull request #753 from lago-project/add_lago_container abeb3eac: Build Lago container * Mon Oct 08 2018 b'STD-CI Bot ' - 0.0.575 98bdf3c6: Merge pull request #767 from lago-project/improve_error_reporting 8f885047: Print thread's exception info to the log db34e6e8: Print exception message with logger.error 44593038: Adding LagoDeployError * Thu Oct 04 2018 b'STD-CI Bot ' - 0.0.574 d19a7ab9: Merge pull request #761 from lago-project/ansilbe_groups 18e34400: ansible: Add special case for the group key * Wed Oct 03 2018 b'STD-CI Bot ' - 0.0.573 160f0af1: Merge pull request #743 from mykaul/master 2e90b91f: Merge branch 'master' into master da159611: Use more advanced features of qemu-kvm. 5e095481: Merge branch 'master' into master * Wed Oct 03 2018 b'STD-CI Bot ' - 0.0.572 c0a8ee4f: Merge pull request #763 from lago-project/remove_debian8_base_img_from_functional_tests 9affcfe3: Remove debian based images from functional tests * Tue Jul 31 2018 b'STD-CI Bot ' - 0.0.571 31a0efc9: Merge pull request #756 from lago-project/print_stacktrace_to_log_on_lago_errors 90fc03fb: Print Lago* exceptions' stack trace to lago.log * Wed Jun 06 2018 b'oVirt infra bot ' - 0.0.570 00f249a3: Merge pull request #736 from lago-project/fix_running_method_in_ssh_provider a92fec3f: Fix "running" method in SSHVMProvider * Mon Jun 04 2018 b'oVirt infra bot ' - 0.0.569 6c17f75e: Merge pull request #735 from lago-project/expose_cpu_attributes_on_the_vm_object e75a4b26: Expose CPU attributes on the vm object * Sun Jun 03 2018 b'oVirt infra bot ' - 0.0.568 1c382253: Merge pull request #726 from lago-project/ask_the_provider_if_the_vm_is_running 3aeb4a44: Improve VM state query ef23aa61: Ask the provider if the VM is running * Thu May 31 2018 b'oVirt infra bot ' - 0.0.567 37b3c655: Merge pull request #724 from lago-project/add_try_except_in_extract_paths 933d0c78: Use try except in "extract_paths" * Thu May 17 2018 b'oVirt infra bot ' - 0.0.566 0c4772cb: Merge pull request #715 from lago-project/allow_running_chmod_with_qemu_user d7a9751a: Allow running "chmod" as qemu user 774036c8: Merge branch 'master' into allow_running_chmod_with_qemu_user * Wed May 16 2018 b'oVirt infra bot ' - 0.0.565 11968bad: Merge pull request #717 from lago-project/dont_run_cli_functional_tests_with_lago_group ef281f78: Merge branch 'master' into dont_run_cli_functional_tests_with_lago_group 4b84976e: cli-functional-tests: Don't use lago's group 914de48b: Merge branch 'master' into dont_run_cli_functional_tests_with_lago_group * Tue May 15 2018 b'oVirt infra bot ' - 0.0.564 be0ade4c: Merge pull request #720 from lago-project/update_get_ssh_client 3a9e0f71: Use custom exception in "get_ssh_client" cae38430: Add docstrings to "get_ssh_client" 66ec7d0a: Don't use check_alive decorator in ssh_reachable 3902da1d: Merge branch 'master' into update_get_ssh_client * Mon May 14 2018 b'oVirt infra bot ' - 0.0.563 f6723796: Merge pull request #711 from mykaul/virt_cleanups 1bc6bf32: libvirt calls cleanup 0bd7b819: Fix the confusion between 'defined', 'alive' and 'running'. * Sun May 13 2018 b'Yaniv Kaul ' - 0.0.562 0d4c5071: Merge pull request #719 from lago-project/stop_using_check_alive_decorator 66ec7d0a: Don't use check_alive decorator in ssh_reachable * Mon May 07 2018 b'oVirt infra bot ' - 0.0.561 fa360675: Merge pull request #712 from mykaul/remove_extra_dhcp_entries 3bc15ffe: Reduce the number of DHCP entries we add to libvirt. * Sun Apr 15 2018 b'oVirt infra bot ' - 0.0.560 306d9aa6: Merge pull request #707 from lago-project/sdk_functional_move_fixtures cb3a4e72: sdk-tests: Move Lago's fixtures to an external module 0ae7dda2: sdk-tests: Update the test's images * Mon Apr 02 2018 b'oVirt infra bot ' - 0.0.559 82912498: Merge pull request #702 from lago-project/create_workdir_in_existing_dir 91c148c5: Allow to create a workdir in an existing dir * Wed Mar 21 2018 b'oVirt infra bot ' - 0.0.558 1b34146b: Merge pull request #693 from lago-project/paths 4d303eea: paths: Make the new interface compitable * Wed Mar 21 2018 b'oVirt infra bot ' - 0.0.557 abf7e9ff: Merge pull request #699 from lago-project/fix_brctl_fc27 cd89b87a: brctl: Use "ip" to check if a bridge exists * Tue Feb 27 2018 b'oVirt infra bot ' - 0.0.556 802e6d1d: Merge pull request #695 from mykaul/numa f31f7924: Add NUMA awareness to Lago. * Sun Feb 04 2018 b'oVirt infra bot ' - 0.0.555 103d944d: Merge pull request #692 from lago-project/is_workdir_narrow_except 983dbd5d: workdir: Narrow except in is_workdir * Wed Jan 17 2018 b'oVirt infra bot ' - 0.0.554 d40a8830: Merge pull request #687 from lago-project/sdk_expose_prefix_path 6eda019d: prefix: Expose Paths object in the SDK * Thu Jan 04 2018 b'oVirt infra bot ' - 0.0.553 1738e8be: Merge pull request #691 from didib/log-ssh-script 7996304d: Log running ssh_script * Tue Jan 02 2018 b'oVirt infra bot ' - 0.0.552 2be9d5fa: Merge pull request #690 from lago-project/docs_mock_future 627a91cc: docs: Mock future lib * Mon Jan 01 2018 b'oVirt infra bot ' - 0.0.551 4c643871: Merge pull request #688 from lago-project/pin_yapf_version 1148b6ed: style: Control manually on yapf version * Sun Dec 24 2017 b'oVirt infra bot ' - 0.0.550 918d8eb5: Merge pull request #686 from mykaul/remove_mtu_1500 f306d8f8: Remove mtu=1500 from ifcfg files. df58febd: Merge branch 'master' into remove_mtu_1500 * Thu Dec 21 2017 b'oVirt infra bot ' - 0.0.549 58fef15e: Merge pull request #684 from lago-project/update_vm_images_in_the_tests 92685ff7: tests: Update VM images * Mon Dec 11 2017 b'oVirt infra bot ' - 0.0.548 b5f8e4e2: Merge pull request #683 from lago-project/log_msg_lock_cm d138a9e3: utils: Lock CM improve log messages * Wed Dec 06 2017 b'oVirt infra bot ' - 0.0.547 459072ae: Merge pull request #681 from lago-project/deploy_log_error_no_propagation ed3f48c0: deploy: Don't propagate fail when waiting for ssh * Wed Dec 06 2017 b'oVirt infra bot ' - 0.0.546 976efa34: Merge pull request #678 from lago-project/deploy_scripts_sleep 167d99a6: deploy: Sleep 10 seconds if ssh isn't available * Tue Dec 05 2017 b'oVirt infra bot ' - 0.0.545 c8ad0dbc: Merge pull request #679 from lago-project/disable_extract_dead_paths_test dec56e84: sdk-functional: Disable extract_paths_dead test * Mon Dec 04 2017 b'oVirt infra bot ' - 0.0.544 89599c3a: Merge pull request #676 from mykaul/still_got_100 12990923: Switch the log of SSH retries to display * Tue Nov 28 2017 b'oVirt infra bot ' - 0.0.543 0ea069a0: Merge pull request #672 from mykaul/get_ips_per_net e3ec9358: Merge branch 'master' into get_ips_per_net b96c0a55: Add ips_in_net() function - retrieve all IPs in a net 6692139e: Merge branch 'master' into get_ips_per_net * Mon Nov 27 2017 b'oVirt infra bot ' - 0.0.542 5bfa28df: Merge pull request #671 from mykaul/set_mtu_per_interface 7d156b77: Add _get_net helper function b82c2d28: Add _set_mtu_to_nics to add MTU information to NICs based on the network MTU 35988b58: Merge branch 'master' into set_mtu_per_interface fe28c203: Uniform dom_name and dom_spec parameters usage 3f4916f5: Make unit tests happy 0022311a: Set MTU per interface. 5fa19d38: Make yapf happy * Sun Nov 26 2017 b'oVirt infra bot ' - 0.0.541 9358952c: Merge pull request #675 from lago-project/sdk_func_test_vm_is_running 4383d5c9: sdk_tests: Check that VM is running * Sun Nov 12 2017 b'oVirt infra bot ' - 0.0.540 9fd0e347: Merge pull request #670 from lago-project/fix_lock 79ce6397: utils: Improve Lock Context manager e6c55e41: Catch SIGTERM/SIGHUP in order to run cleanup code * Sun Nov 12 2017 b'oVirt infra bot ' - 0.0.539 48fab2a9: Merge pull request #666 from lago-project/adding_el74_to_docs 1cacf425: docs: Adding el7.4-base * Thu Nov 02 2017 b'oVirt infra bot ' - 0.0.538 e2f84142: Merge pull request #653 from mykaul/more_domain_template_changes f21a73b9: Small changes to the libvirt XML * Tue Oct 31 2017 b'oVirt infra bot ' - 0.0.537 ee0b0438: Merge pull request #662 from mykaul/add_mtu_9000 599319e4: Set MTU for all interfaces to 9000. * Mon Oct 30 2017 b'oVirt infra bot ' - 0.0.536 d19bd1e1: Merge pull request #664 from lago-project/adjust_code_formating 09ecdac3: flake8: Ignore E722 (bare except) ae957684: style: Format code with yapf 0.19 * Sun Sep 17 2017 b'ovirt-infra ' - 0.0.535 3307c2c3: Merge pull request #654 from lago-project/adding_ipv6_troubleshooting c451400c: docs: Troubleshooting IPv6 accept_ra error * Sun Sep 17 2017 b'ovirt-infra ' - 0.0.534 460c9992: Merge pull request #657 from lago-project/adjust_to_yapf_0.17 64eb26be: style: Adjust to yapf 0.17 * Wed Sep 13 2017 b'ovirt-infra ' - 0.0.533 759831b4: Merge pull request #655 from lago-project/fix_pip_install c204f761: automation: install with pip package-by-package * Sun Aug 06 2017 b'ovirt-infra ' - 0.0.532 f13cd2e2: Merge pull request #648 from nvgoldin/doc_fc26 02ceb841: docs: add fc26 templates * Wed Jul 26 2017 b'ovirt-infra ' - 0.0.531 67f4759f: Merge pull request #646 from nvgoldin/drop_group_warning 3f99244a: cmd: drop group warning * Tue Jul 25 2017 b'ovirt-infra ' - 0.0.530 ac55bb38: Merge pull request #645 from nvgoldin/backport_super ef784478: Backport Python3 super constructor to the codebase * Tue Jul 25 2017 b'ovirt-infra ' - 0.0.529 21054a7f: Merge pull request #637 from nvgoldin/subnets_free_on_destroy 85fcdd28: subnet: use backported Python 3 super method 8f5b3000: subnets: free on destroy * Tue Jul 25 2017 b'ovirt-infra ' - 0.0.528 066c16fc: Merge pull request #644 from nvgoldin/tests_addfc26 2188df60: tests: add fc26 to SDK functional tests * Sun Jul 23 2017 b'ovirt-infra ' - 0.0.527 db70e40d: Merge pull request #640 from lago-project/qemu_permissions a64d7513: qemu: raise informative exception on missing permissions * Sun Jul 23 2017 b'ovirt-infra ' - 0.0.526 bd1c2151: Merge pull request #641 from lago-project/removing_duplicate_deps_from_mock_packages 8aa262d8: Automation: Remove duplicate packages from mock *.packages * Tue Jul 11 2017 b'ovirt-infra ' - 0.0.525 dd63652c: Merge pull request #633 from nvgoldin/guestfs_error_bug 7578c316: guestfs: refactoring * Mon Jul 10 2017 b'ovirt-infra ' - 0.0.524 e57904e3: Merge pull request #630 from d3dave/docs/repo-metadata d42ef51d: Document repo.metadata format 76326e0b: Document repo metadata sources and add an example * Mon Jul 10 2017 b'ovirt-infra ' - 0.0.523 cfd36b3f: Merge pull request #635 from lago-project/warn_when_plugin_is_missing 859f195e: Print warning when failed to load plugin * Fri Jul 07 2017 b'ovirt-infra ' - 0.0.522 ae3446c1: Merge pull request #622 from nvgoldin/force_libguestfs fa479f30: spec: force libguestfs >= 1.30 * Thu Jul 06 2017 b'ovirt-infra ' - 0.0.521 8268205a: Merge pull request #628 from lago-project/fix_lago_list f0f5c2d2: Fix lago list * Mon Jul 03 2017 b'ovirt-infra ' - 0.0.520 0beecc93: Merge pull request #618 from nvgoldin/install_ubu d3d421cc: docs: add Ubuntu 16.04 pip installation notes * Sun Jul 02 2017 b'ovirt-infra ' - 0.0.519 7be0dac9: Merge pull request #623 from lago-project/export_backing_file_fix 5b34e515: export: Backing file resolution fixes * Sun Jul 02 2017 b'ovirt-infra ' - 0.0.518 81f8a754: Merge pull request #615 from lago-project/fixing_export_issues 077421e6: export: Some fixes * Sat Jul 01 2017 b'ovirt-infra ' - 0.0.517 d0959e20: Merge pull request #619 from d3dave/patch-1 630cc0ce: Document type field for nets * Thu Jun 29 2017 b'ovirt-infra ' - 0.0.516 2f59434c: Merge pull request #617 from nvgoldin/getlibversion f872866b: Get libvirt version correctly * Thu Jun 29 2017 b'ovirt-infra ' - 0.0.515 96cd35e5: Merge pull request #604 from lago-project/adding_docs_about_builders a2329d5f: Adding docs about the build section * Thu Jun 29 2017 b'ovirt-infra ' - 0.0.514 bb28f29f: Merge pull request #606 from nvgoldin/guestfs_conditional 444072bb: guestfs: add retries to mount 308f19d6: Warn if guestfs is not available f36783e0: Remove unused constants from libvirt/vm.py 4f1abbe7: Make Lago operational without 'guestfs' module 9d2bbbe8: tests: always destroy the environment on functional-sdk tests * Tue Jun 27 2017 b'ovirt-infra ' - 0.0.513 7e37168f: Merge pull request #610 from nvgoldin/fix_sdist 7aaca72b: Fix sdist creation * Tue Jun 27 2017 b'ovirt-infra ' - 0.0.512 64fdc16b: Merge pull request #603 from nvgoldin/sysprep_jinja2_typo 801c9137: sysprep: add spaces in Jinja2 macro templates * Mon Jun 26 2017 b'ovirt-infra ' - 0.0.511 be42c00f: Merge pull request #601 from nvgoldin/drop_dirlock 66fb82c9: Drop dirlock * Mon Jun 26 2017 b'ovirt-infra ' - 0.0.510 b731ae0a: Merge pull request #602 from lago-project/change_log_level_of_lock_file_cm c8ec7d6c: Change the log level of LockFile cm * Mon Jun 26 2017 b'ovirt-infra ' - 0.0.509 8b614459: Merge pull request #600 from nvgoldin/merge_check_merged fc7c1f1a: automation: merge check-patch and check-merged * Mon Jun 26 2017 b'ovirt-infra ' - 0.0.508 40539861: Merge pull request #576 from nvgoldin/jinja_template_domain_xml f8be8f4d: Move domain templates to Jinja2 9f7d0c91: libvirt: use /dev/random on libvirt versions <= 2002001 * Mon Jun 26 2017 b'ovirt-infra ' - 0.0.507 1fa049c5: Merge pull request #591 from nvgoldin/docs_pip_dnf db6f30de: docs: change yum -> dnf for fedora * Sun Jun 25 2017 b'ovirt-infra ' - 0.0.506 2f33263d: Merge pull request #596 from lago-project/adding_netaddr_to_docs_conf 7192a7ba: Adding netaddr to docs conf 66dad0f2: Adding missing docstrings to subent_lease.is_leasable_subnet * Sun Jun 25 2017 b'ovirt-infra ' - 0.0.505 c813cec8: Merge pull request #592 from nvgoldin/fix_ignorenpath eff8988b: collect: search 'No such file or directory' errors properly * Sun Jun 25 2017 b'ovirt-infra ' - 0.0.504 01bdf69a: Merge pull request #595 from nvgoldin/libguestfs_tox_debug 521998a0: tests: configure libguestfs parameters for sdk tests * Sun Jun 25 2017 b'ovirt-infra ' - 0.0.503 b7befe96: Merge pull request #587 from lago-project/export_improvements_rebased 9d071894: export: export disks in parallel 8da5a947: export: don't try to export iso files 25e3988f: functional tests: improve export tests * Sun Jun 25 2017 b'ovirt-infra ' - 0.0.502 266d702d: Merge pull request #583 from lago-project/refactor_subnet_lease_squash 0c8de174: Refactor subnet lease * Sun Jun 25 2017 b'ovirt-infra ' - 0.0.501 4381895e: Merge pull request #585 from nvgoldin/setup_metadata_fixes 3bb9d86f: setup.cfg: metadata fixes * Sun Jun 25 2017 b'ovirt-infra ' - 0.0.500 e440ac4c: Merge pull request #589 from mykaul/fix_ssh 0967ee27: Fix SSH for VMs without public key * Thu Jun 22 2017 b'ovirt-infra ' - 0.0.499 4901a587: Merge pull request #581 from nvgoldin/tests_add_collect_vm d9ddeeae: tests: add collect from vm * Thu Jun 22 2017 b'ovirt-infra ' - 0.0.498 68a63ac3: Merge pull request #570 from nvgoldin/pip_compat 9e3ff2cc: pip: reference requirements.txt in test-requires.txt 036b2381: docs: installation notes for pip da9670b1: pip: add missing requirements 4162bf2c: packaging: depend on libguestfs-devel 9f0fe955: tests: use sdist instead of RPM in functional SDK 217a4422: pip: adjust MANIFEST.in c9b32020: pip: add dulwich to setup.py requirements a643b7f4: packaging: use enum34 instead of enum d36b6c61: pip: drop 'python-magic' dependency 30249ef2: packaging: adjust setup.cfg metadata * Thu Jun 22 2017 b'ovirt-infra ' - 0.0.497 5a7b4992: Merge pull request #554 from nvgoldin/jinja_template_sysprep b5a6ae9a: Move sysprep to Jinja 2 templates * Wed Jun 21 2017 b'ovirt-infra ' - 0.0.496 7838c924: Merge pull request #579 from nvgoldin/systemd_analyze 71193c90: tests: run systemd-analyze blame after each run * Wed Jun 21 2017 b'ovirt-infra ' - 0.0.495 1cb359bd: Merge pull request #578 from nvgoldin/tests_el6 0220d0bb: tests: add el6 test on check_merged * Tue Jun 20 2017 b'ovirt-infra ' - 0.0.494 bde795c9: Merge pull request #577 from nvgoldin/gitignore_flake8 f5c8c701: gitignore: add flake8.txt * Tue Jun 20 2017 b'ovirt-infra ' - 0.0.493 bec19366: Merge pull request #562 from nvgoldin/tests_add_metadata ffe0f21f: tests: add metadata check * Sun Jun 18 2017 b'ovirt-infra ' - 0.0.492 d8aaeb4e: Merge pull request #568 from lago-project/build_allow_to_use_option_multiple_time d492df0a: build: Allow to use a list of arguments * Wed Jun 14 2017 b'ovirt-infra ' - 0.0.491 f43738ab: Merge pull request #565 from mykaul/disable_services 3d12add2: Add the '--delete' to sysprep so we can delete files during sysprep. 73c1b40c: Merge branch 'master' into disable_services 25e1cbc4: Merge branch 'master' into disable_services * Tue Jun 13 2017 b'ovirt-infra ' - 0.0.490 b93d5de1: Merge pull request #566 from nvgoldin/docs_enc2 4c843d8b: docs: various improvements 59b742a6: docs: remove to do directive from root readme.md 231c9de5: docs: updated examples * Mon Jun 12 2017 b'ovirt-infra ' - 0.0.489 ce785e23: Merge pull request #564 from nvgoldin/docs_enc a067bf4d: docs: Installation notes enhancements 2c9f4bbf: docs: fix typo * Sun Jun 11 2017 b'ovirt-infra ' - 0.0.488 14f317d4: Merge pull request #563 from dominikholler/rng_urandom 7a596a72: templates: Use /dev/urandom for RNG * Thu Jun 01 2017 b'ovirt-infra ' - 0.0.487 aa5fd40b: Merge pull request #560 from nvgoldin/sdk_ansible 4f3c43e0: ssh: increase SSH tries on collect to 5 d60cb707: ssh: catch EOFError e06f5022: sdk: added ansible inventory methods * Thu Jun 01 2017 b'ovirt-infra ' - 0.0.486 ed2d079a: Merge pull request #559 from nvgoldin/docs_sdk_minor_fixes 619f99d5: docs: SDK.rst minor fixes * Thu Jun 01 2017 b'ovirt-infra ' - 0.0.485 ab7f38c8: Merge pull request #558 from nvgoldin/sphinx_ipython 4ec06af2: docs: fix ipython lexer warning * Thu Jun 01 2017 b'ovirt-infra ' - 0.0.484 f3ae9124: Merge pull request #557 from nvgoldin/tests_functional_check_merged b8e26b6a: tests: add check-merged functional sdk tests 1dbd5458: workaround setuptools regression * Wed May 31 2017 b'ovirt-infra ' - 0.0.483 d1f4abe0: Merge pull request #551 from nvgoldin/docs_sdk e237ec4d: docs: add sdk * Tue May 30 2017 b'ovirt-infra ' - 0.0.482 c8d8a809: Merge pull request #552 from nvgoldin/sdk_init_from_dir a001d3eb: sdk: Allow to load an existing environment * Tue May 30 2017 b'ovirt-infra ' - 0.0.481 12f27bc2: Merge pull request #556 from nvgoldin/tests_functional_imp 47a78fb2: tests: collect additional artifacts 6d97b7f3: tests: increase timeout in functional tests 3682eaae: tests: stop after first failure in functional tests 3faa9cab: tests: don't archive images in artifacts * Tue May 30 2017 b'ovirt-infra ' - 0.0.480 d70bd7a1: Merge pull request #555 from nvgoldin/sysprep_consistent_ifcfg 4fa583e2: sysprep: ensure el based ifcfg files are created consistently * Mon May 29 2017 b'ovirt-infra ' - 0.0.479 5227b2ae: Merge pull request #553 from nvgoldin/escaping_net 9334b081: sysprep: add back escaping to network setup scripts * Sun May 28 2017 b'ovirt-infra ' - 0.0.478 c0e48f5c: Merge pull request #547 from nvgoldin/debian_network 24994fca: sysprep: fc25 support, debian grub timeout support b525ef5a: sysprep: support debian network scripts locations * Sun May 28 2017 b'ovirt-infra ' - 0.0.477 8d3f210d: Merge pull request #550 from nvgoldin/sdk_add_expose 5eaaa09f: sdk: added 'deploy' to exposed methods * Thu May 25 2017 b'ovirt-infra ' - 0.0.476 30461012: Merge pull request #546 from nvgoldin/sdk_logging 791f4dc6: sdk: add logging options e3c8cfd6: docs: minor docstring/sphinx formatting fix * Tue May 23 2017 b'ovirt-infra ' - 0.0.475 ecd23d39: Merge pull request #544 from lago-project/refactor_ansible_hosts b3a0bcc5: Refactor lago ansible_hosts * Tue May 23 2017 b'ovirt-infra ' - 0.0.474 30820968: Merge pull request #531 from nvgoldin/add_sdk c8501152: tests: move all unittests to tests/unit/lago 5aaf33cf: Add Lago SDK 57eb6f02: automation: enable libvirtd debug mode e8953e0c: yapf v0.16.2 fixes 1e371f53: Close libvirt connections 98c4aebc: tests: add functional SDK tests 8fd5ff65: automation: update check-merged to install tox 7d23a9d4: Fix typo in libvirt default connection URI 93eafc63: sdk: save metadata early b3cfd5b0: Extract argparse defaults to constants 57a0293f: docs: skip installation in tox * Sun May 14 2017 b'ovirt-infra ' - 0.0.473 fac66300: Merge pull request #538 from lago-project/skip_group_creation_if_exists 0ddc144e: rpm-spec: Don't fail if group "lago" already exist * Sat May 13 2017 b'ovirt-infra ' - 0.0.472 5c3efce5: Merge pull request #537 from nvgoldin/remove_ovirtlago_from_lago 0f9d3344: Remove ovirtlago * Mon May 08 2017 b'ovirt-infra ' - 0.0.471 d3a6ced6: Merge pull request #535 from nvgoldin/tox b81bcf7d: tests: fix flake8 error faa3f756: automation: use tox to setup virtualenv * Mon May 08 2017 b'ovirt-infra ' - 0.0.470 5ed7f771: Merge pull request #536 from nvgoldin/cleanup_template 3f041d51: cleanup: drop lago_template_repo * Sun May 07 2017 b'ovirt-infra ' - 0.0.469 3d43d61b: Merge pull request #534 from nvgoldin/fix_nested_test 383d41c7: tests: fix test_nested_mixed * Sun May 07 2017 b'ovirt-infra ' - 0.0.468 d3960127: Merge pull request #533 from nvgoldin/fix_prefix_test 6852bf6f: tests: fix ordering in TestPrefixNetworkInitalization * Sun Apr 30 2017 b'ovirt-infra ' - 0.0.467 c33a122a: Merge pull request #517 from nvgoldin/unit_tests_coverage f5825073: tests: add coverage.py report and export results XML * Thu Apr 27 2017 b'ovirt-infra ' - 0.0.466 c9f53d4d: Merge pull request #525 from lago-project/do_not_export_dns_records 047b8e50: Remove dns entries from exported init file * Thu Apr 27 2017 b'ovirt-infra ' - 0.0.465 fcf0fcd3: Merge pull request #520 from lago-project/improve_lago_ovirt_status 5c864202: Improve lago ovirt status * Thu Apr 27 2017 b'ovirt-infra ' - 0.0.464 c5687ae0: Merge pull request #519 from lago-project/print_message_lago_ovirt_start 9cf732ef: Print informative message after "lago ovirt start" * Thu Apr 27 2017 b'ovirt-infra ' - 0.0.463 4520202d: Merge pull request #518 from nvgoldin/increase_start_vm_timeout 33ca8c02: ovirtlago: reconfigure timeouts in 'lago ovirt start' * Sun Apr 23 2017 b'ovirt-infra ' - 0.0.462 dc307d06: Merge pull request #515 from nvgoldin/el6_dom_template 36f29f70: Use a separate template domain for el6 distro d522b594: Switch back to serial console in for el6 * Sun Apr 23 2017 b'ovirt-infra ' - 0.0.461 2e33c9da: Merge pull request #513 from nvgoldin/dns_backward 37aeea80: Save the version which was used to generate the prefix c913a866: Make DNS changes introduced in 6386bc8c backward compatible * Sun Apr 23 2017 b'ovirt-infra ' - 0.0.460 b6cce03a: Merge pull request #512 from lago-project/allow_to_define_skip_bootstrap_in_init 24f7d57e: Control bootstrap in the init file * Wed Apr 19 2017 b'ovirt-infra ' - 0.0.459 0afdf1f5: Merge pull request #511 from nvgoldin/wait_host_activate 5ab26460: ovirtlago: assert ovirt-engine and vdsmd services are running * Tue Apr 18 2017 b'ovirt-infra ' - 0.0.458 9bc8129c: Merge pull request #501 from lago-project/adding_virt_customize 8b45b401: Adding the abilty to customize images during init * Wed Apr 12 2017 b'ovirt-infra ' - 0.0.457 91b93b32: Merge pull request #506 from lago-project/stop_using_exc_info_in_log_task aea8099e: Stop using sys.exc_info in LogTask * Tue Apr 11 2017 b'ovirt-infra ' - 0.0.456 dec88485: Merge pull request #500 from nvgoldin/dns d43f84b8: yapf: new version code formatting fixes 6386bc8c: Move to a single DNS server per management network 219c04ec: Adding DHCP reservation to unmanaged networks 0d439487: tests: add network unit tests to Prefix * Mon Apr 10 2017 b'ovirt-infra ' - 0.0.455 706d4b4a: Merge pull request #507 from nvgoldin/yapf_fixes d43f84b8: yapf: new version code formatting fixes * Sun Apr 09 2017 b'ovirt-infra ' - 0.0.454 646d9f86: Merge pull request #505 from nvgoldin/libguestfs_debug ab687b14: automation: bring back libguestfs debug mode * Sun Apr 09 2017 b'ovirt-infra ' - 0.0.453 63a15588: Merge pull request #503 from nvgoldin/dont_pin_yapf e5c3b959: tests: don't pin yapf version * Sat Apr 08 2017 b'ovirt-infra ' - 0.0.452 370f99c7: Merge pull request #502 from nvgoldin/revert_sph 907f66e9: Revert "docs: pin sphinx version" * Tue Apr 04 2017 b'ovirt-infra ' - 0.0.451 e254c338: Merge pull request #499 from nvgoldin/functional_testlib 4100ab48: tests: add prefix and cpu tests to ovirt.runtest * Mon Apr 03 2017 b'ovirt-infra ' - 0.0.450 6a9da5f0: Merge pull request #481 from nvgoldin/docs_cpu 04a8e8de: [docs] Add supported CPU parameters * Mon Apr 03 2017 b'ovirt-infra ' - 0.0.449 d0fa45cf: Merge pull request #488 from nvgoldin/check_sds e3b78862: ovirtlago: detect available SDKs from sys.modules d1d1ae48: ovirtlago: move OvirtPrefix from __init__.py to prefix.py 2d1e5283: ovirtlago: add 'require_sdk(version)' decorator 12ab97d5: ovirtlago: import sdk4.types as otypes 59c0466c: ovirtlago: Start all VMs in 'lago ovirt start' * Sun Apr 02 2017 b'ovirt-infra ' - 0.0.448 2be906a3: Merge pull request #470 from nvgoldin/custom_cpu bf0a64d7: Unit tests for cpu.py 9937b7a2: Move libvirt provider to a specific directory 32e52cfd: Add lago/vm.py 4ac35620: Refactor generated CPU XML 5328bacf: ovirtlago: refactor get_ovirt_cpu_family method 3f55408a: Import lxml.etree as ET * Sun Apr 02 2017 b'ovirt-infra ' - 0.0.447 c1590b12: Merge pull request #497 from nvgoldin/sphinx_workaround 4d1cfc5c: docs: pin sphinx version * Mon Mar 27 2017 b'ovirt-infra ' - 0.0.446 1cc2134a: Merge pull request #496 from danielBelenky/master bea9f07d: modified junit reports naming to match the standard ci convention * Tue Mar 21 2017 b'ovirt-infra ' - 0.0.445 8c801f8a: Merge pull request #491 from lago-project/increase_shutdown_timeout 1893ae30: Increase shutdown timeout * Tue Mar 21 2017 b'ovirt-infra ' - 0.0.444 e42a6d56: Merge pull request #490 from lenoch/control-enable-dns 2c2052d1: Let us control if DNS should be enabled in a libvirt network. * Mon Mar 20 2017 b'ovirt-infra ' - 0.0.443 14f179f4: Merge pull request #485 from nvgoldin/add_stop_start 3b136c9d: ovirtlago: add 'ovirt start'/'ovirt stop' * Mon Mar 20 2017 b'ovirt-infra ' - 0.0.442 fcdc165b: Merge pull request #452 from mykaul/qcow2_changes dc2e4e87: Merge branch 'master' into qcow2_changes 1c72729a: Merge branch 'master' into qcow2_changes 179f5114: Change lazy_refcounts to ON in the snapshots, move to virtio-console * Mon Mar 20 2017 b'ovirt-infra ' - 0.0.441 4cf0197f: Merge pull request #479 from mykaul/remove_mark_used e3f968de: Merge branch 'master' into remove_mark_used ac237733: Remove the whole marking of usage of templates 009c3b34: Merge branch 'master' into remove_mark_used * Mon Mar 20 2017 b'ovirt-infra ' - 0.0.440 2ab669fd: Merge pull request #482 from lago-project/drop_paramiko_version_requirement 8802fe09: Revert "spec: require paramiko >= 1.16.1-2 on el7" * Mon Mar 20 2017 b'ovirt-infra ' - 0.0.439 d26883db: Merge pull request #480 from lago-project/add_shutdown_cmd 22ae3ec1: Adding lago shutdown * Thu Mar 16 2017 b'ovirt-infra ' - 0.0.438 61d13934: Merge pull request #471 from mykaul/raise_ioerror 2c23ac21: Print the URL if an IO error occurred. 789ee258: Merge branch 'master' into raise_ioerror * Thu Mar 16 2017 b'Lago CI bot ' - 0.0.437 0ea1688e: Merge pull request #477 from lago-project/export_init_file 34417289: Generate an init file that can be used with exported images * Thu Mar 16 2017 b'Lago CI bot ' - 0.0.436 d12ed682: Merge pull request #476 from nvgoldin/drop_check_deps c8a7b092: Drop check_deps function * Tue Mar 14 2017 b'Lago CI bot ' - 0.0.435 e0ae7b0c: Merge pull request #457 from nvgoldin/informative_workdir_exp 665d77f0: Print informative message when a workdir is not found * Tue Mar 14 2017 b'Lago CI bot ' - 0.0.434 a1c4a076: Merge pull request #474 from mykaul/sysprep_update f58acacd: Allow to call sysprep.update() which will update all packages * Mon Mar 06 2017 b'Lago CI bot ' - 0.0.433 ff2475a4: Merge pull request #466 from nvgoldin/init_fail_early a2ca17a7: Don't leave malformed workdir on 'lago init' failure * Mon Mar 06 2017 b'Lago CI bot ' - 0.0.432 0c07457a: Merge pull request #467 from lago-project/fix_export_test 1bb52aba: Destroy layered env at the end of the tests * Tue Feb 28 2017 b'Lago CI bot ' - 0.0.431 b2aacea4: Merge pull request #459 from mykaul/start_stop_hosts e83907a6: Add 'start-hosts', 'stop-hosts', 'stop-vms', 'status' to ovirt sub-command * Mon Feb 27 2017 b'Lago CI bot ' - 0.0.430 d070675e: Merge pull request #458 from lago-project/adding_basic_video_device 03634af1: Adding basic video device * Sun Feb 26 2017 b'Lago CI bot ' - 0.0.429 74b30c3f: Merge pull request #444 from lenoch/explicit-python2 66d47401: Use python2 explicitly. * Sun Feb 26 2017 b'Lago CI bot ' - 0.0.428 cf0d6ab3: Merge pull request #455 from mykaul/stop_after_failure ef9a1ecf: Revert bfea3cc4d104381cd6e5a2ffd9d325843f5ac5f0 - stop on failures * Sat Feb 25 2017 b'Lago CI bot ' - 0.0.427 4b25a7b4: Merge pull request #450 from nvgoldin/revert_paramiko 3ba0e79c: Revert "Make paramiko v1.16 work with python2-crypto again" 79249c14: spec: require paramiko >= 1.16.1-2 on el7 * Wed Feb 22 2017 b'Lago CI bot ' - 0.0.426 8e55db61: Merge pull request #401 from lago-project/export_feature f8034519: Added the ability to export images from a prefix * Mon Feb 20 2017 b'Lago CI bot ' - 0.0.425 67c3088b: Merge pull request #453 from nvgoldin/reorder_packages f58e3b7d: automation: sort mock configurations * Tue Feb 07 2017 b'Lago CI bot ' - 0.0.424 ec2a1a9d: Merge pull request #434 from nvgoldin/doc_fixes 6c320227: [docs] reposetup.merge sphinix formatting fix * Tue Feb 07 2017 b'Lago CI bot ' - 0.0.423 288153e9: Merge pull request #435 from nvgoldin/uuid 30798869: utils: don't log twice run_command 26858549: utils: add uuid to LogTask c89186a6: utils: add to run_command a uuid identifier * Tue Feb 07 2017 b'Lago CI bot ' - 0.0.422 aabe5754: Merge pull request #436 from nvgoldin/fix_service 3f6e64de: spec: fix firewalld ovirtlago dropped on upgrade * Tue Feb 07 2017 b'Lago CI bot ' - 0.0.421 e642c5b0: Merge pull request #446 from nvgoldin/safe_uid cca6c1ff: safely check qemu uid after snapshot * Tue Feb 07 2017 b'Lago CI bot ' - 0.0.420 e0e22df0: Merge pull request #445 from nvgoldin/monkeypatch_paramiko 67989e1f: automation: clean yum/dnf metadata 90fd2b71: spec: require python2-paramiko >= 2.1.1 on fc>=24 801d6add: tests: enforce execution of functional tests with lago gid 4e69d6b3: Make paramiko v1.16 work with python2-crypto again * Sun Feb 05 2017 b'Lago CI bot ' - 0.0.419 d77565c0: Merge pull request #443 from nvgoldin/fix_libguestfs_err bf2e5e26: Enforce python2-crypto version on fc24/el7 490fd1d1: tests: disable cirros workarounds for none-cirros vms e63257c9: tests: change full VMs distros * Wed Jan 25 2017 b'Lago CI bot ' - 0.0.418 4201bb0f: Merge pull request #437 from mykaul/remove_video e90ff76f: Remove the video device. * Fri Jan 20 2017 b'Lago CI bot ' - 0.0.417 f5c73e59: Merge pull request #428 from machacekondra/ansible_hosts b99a9f42: Use Python 2/3 compatible print function for cmd.py 0fd6d454: Add command to generate ansible hosts file * Tue Jan 17 2017 b'Gal Ben Haim ' - 0.0.416 9425bc3c: Merge pull request #433 from lago-project/revert_repoman_conf afd44891: Revert "ovirtlago: allow passing custom repoman filters" * Tue Jan 17 2017 b'Lago CI bot ' - 0.0.415 a7a99aee: Merge pull request #431 from nvgoldin/revert_ovirt_cpu 66704a0c: Revert "ovirtlago: drop get_ovirt_cpu_family" * Mon Jan 16 2017 b'Lago CI bot ' - 0.0.414 6dd96515: Merge pull request #418 from lago-project/adding_qemu_kvm_ev_dep a7d71ad2: Force usage of qemu-kvm-rhev on centos/rhel * Mon Jan 16 2017 b'Lago CI bot ' - 0.0.413 f78e351b: Merge pull request #425 from nvgoldin/custom_repoman_conf 208bfc34: ovirtlago: allow passing custom repoman filters b816daf8: ovirtlago: remove deprecated per-project repo directories 76bf0bae: ovirtlago: don't download source RPMs by default 41553b76: ovirtlago: allow defining custom repoman config file * Mon Jan 16 2017 b'Lago CI bot ' - 0.0.412 7f25ef33: Merge pull request #427 from nvgoldin/he_cpu 548a32a6: Allow configuring cpu_model per libvirt VM f31b74c4: ovirtlago: drop get_ovirt_cpu_family * Mon Jan 16 2017 b'Lago CI bot ' - 0.0.411 5e647d32: Merge pull request #424 from lveyde/patch-1 8629d41f: Return SandyBridge CPU family * Mon Jan 09 2017 b'Lago CI bot ' - 0.0.410 c8ee2190: Merge pull request #408 from nvgoldin/reposync_no_file 2cef75b4: ovirtlago: allow running reposync with custom_sources only * Mon Jan 09 2017 b'Lago CI bot ' - 0.0.409 5fee77b2: Merge pull request #415 from nvgoldin/collect_libvirt 3a603784: ovirtlago: drop ovirt.collect tests a345d4d8: ovirtlago: collect entire /var/log directory * Sun Jan 08 2017 b'Lago CI bot ' - 0.0.408 b12bad3a: Merge pull request #421 from nvgoldin/slow_start 3dea5d04: workaround for cirros images not getting ip on boot * Wed Jan 04 2017 b'Lago CI bot ' - 0.0.407 7a990a30: Merge pull request #397 from mz-pdm/fix-rpmbuild ee5327a4: Add build dependency on python2-rpm-macros * Wed Jan 04 2017 b'Lago CI bot ' - 0.0.406 bb846b43: Merge pull request #398 from mz-pdm/fix-cpu-model 05ccf724: More robust CPU selection * Mon Dec 26 2016 b'Lago CI bot ' - 0.0.405 bfd635d8: Merge pull request #400 from mykaul/multiple_ips 1dc030f5: Add a function to get all the IPs of a VM d7b462ed: Merge branch 'master' into multiple_ips dbb538e5: Merge branch 'master' into multiple_ips * Mon Dec 26 2016 b'Lago CI bot ' - 0.0.404 d62571fa: Merge pull request #385 from leongold/master 39babc10: added test_equals* tests in order for testlib to include tests * Mon Dec 26 2016 b'Lago CI bot ' - 0.0.403 b79fc534: Merge pull request #404 from mykaul/master 8855d669: Fix IPv6 subnet allocation. d6075c21: Merge branch 'master' into master 43eda7fa: Merge branch 'master' into master 7b9882e3: Merge branch 'master' into master * Mon Dec 26 2016 b'Lago CI bot ' - 0.0.402 ca83aab0: Merge pull request #406 from nvgoldin/sshinject ac4f2df0: Revert usage of 'ssh-inject' in sysprep * Mon Dec 26 2016 b'Lago CI bot ' - 0.0.401 d94b452f: Merge pull request #383 from nvgoldin/guestfs_backend 4f6eb28d: use LIBGUESTFS_BACKEND variable if set * Mon Dec 26 2016 b'Lago CI bot ' - 0.0.400 71b93315: Merge pull request #382 from nvgoldin/continue_on_failure 0f8cee80: ovirtlago: drop exception handling in test_sequence_gen * Sun Dec 25 2016 b'Yaniv Kaul ' - 0.0.399 c58abf06: Merge pull request #395 from mykaul/inject-keys f59f587b: Merge branch 'master' into inject-keys 649fb8b0: Merge branch 'master' into inject-keys 9f9e7185: Small sysprep fixes 453b167f: Merge branch 'master' into inject-keys * Sun Dec 25 2016 b'Lago CI bot ' - 0.0.398 60bde7d9: Merge pull request #388 from nvgoldin/extract_scp f7c5762a: Refactor collect command to use SCP * Sun Dec 25 2016 b'Lago CI bot ' - 0.0.397 62c92b12: Merge pull request #405 from nvgoldin/wait_net 511e3dc5: Check network is active after creation * Mon Dec 19 2016 b'Lago CI bot ' - 0.0.396 f4b86af2: Merge pull request #396 from mykaul/fix_apiv4 ed77c957: Fix oVirt APIv4 creation * Mon Dec 19 2016 b'Lago CI bot ' - 0.0.395 12b7fbbf: Merge pull request #391 from nvgoldin/guestfs_params afec1ac3: automation: configure KVM and libguestfs parameters * Sun Dec 11 2016 b'Lago CI bot ' - 0.0.394 3cf8d87c: Merge pull request #377 from nvgoldin/log_skiptest 916cd379: ovirtlago: log skipped tests to stdout * Sun Dec 11 2016 b'Lago CI bot ' - 0.0.393 45a445b7: Merge pull request #376 from mykaul/sysprep_edit b2511c45: Reduce boot time cf5ae5e7: Merge branch 'master' into sysprep_edit * Sun Dec 11 2016 b'Lago CI bot ' - 0.0.392 955974de: Merge pull request #372 from nvgoldin/caps_bug 53262943: ovirtlago: fix bug in capabilities * Wed Dec 07 2016 b'Lago CI bot ' - 0.0.391 fbb96183: Merge pull request #374 from mykaul/fix_reposetup 1e935e94: Fix reposync - use 'continue', not 'return' * Tue Dec 06 2016 b'Lago CI bot ' - 0.0.390 48bffab0: Merge pull request #369 from nvgoldin/bz1399235 e8a6edb7: make reposync more verbose and fix bz 1399235 * Mon Dec 05 2016 b'Lago CI bot ' - 0.0.389 e8d11e3d: Merge pull request #370 from mykaul/scsi_on_demand ef337fff: Create the SCSI controller only if needed. * Thu Nov 24 2016 b'Lago CI bot ' - 0.0.388 ee15dfbb: Merge pull request #356 from lago-project/pkg_resources_exception 81152cd7: Fixed exception handling when checking for deps * Thu Nov 24 2016 b'Lago CI bot ' - 0.0.387 ab5aa8a6: Merge pull request #366 from mykaul/skip_freeze 397321e5: Switch to optionall freeze the FS before logs extraction. 5fe33adb: Merge branch 'master' into skip_freeze * Wed Nov 23 2016 b'Lago CI bot ' - 0.0.386 c577b8d7: Merge pull request #365 from mykaul/guess_host_name_in_shell d90f2b50: For ease of use, connect to a host even if only the suffix is given. * Tue Nov 22 2016 b'Lago CI bot ' - 0.0.385 cb48ad59: Merge pull request #367 from nvgoldin/update_yapf d891034b: Bump yapf version 0.7.1 -> 0.14.0 * Sat Nov 12 2016 b'Lago CI bot ' - 0.0.384 fa588e4f: Merge pull request #360 from nvgoldin/ovirtlago_cleanup_i a1bf8dc6: [ost-plugin] cleanup unused commands * Wed Nov 09 2016 b'Lago CI bot ' - 0.0.383 290c49a3: Merge pull request #361 from nvgoldin/tests_generate_config 587eba28: Add 'generate-config' verb to functional tests list * Wed Nov 02 2016 b'Lago CI bot ' - 0.0.382 8ae1406e: Merge pull request #344 from nvgoldin/docs_generate_config 7a790a21: [docs] lago.conf customization * Mon Oct 31 2016 b'Eyal Edri ' - 0.0.381 45e30294: Merge pull request #342 from didib/add-vm-type-ovirt-he-host 85132c8e: Merge branch 'master' into add-vm-type-ovirt-he-host b0161c62: Follow PEP8 631202f1: Add vm-type ovirt-he-host * Mon Oct 31 2016 b'Lago CI bot ' - 0.0.380 acc38efe: Merge pull request #347 from nvgoldin/order_comments b1ed7bab: Print help lines before parameters in generate-config cmd * Sun Oct 30 2016 b'Lago CI bot ' - 0.0.379 83cd3bb6: Merge pull request #352 from lago-project/fix_stevedore 1e3ebe13: Allow using lago on systems which runs setevedore 1.1.0 * Fri Oct 28 2016 b'Lago CI bot ' - 0.0.378 62b1a778: Merge pull request #343 from nvgoldin/unknown_vm_exception b96ae754: Merge branch 'master' into unknown_vm_exception b37aaab5: Merge branch 'master' into unknown_vm_exception ab10afb2: Print informative message when an unrecognized VM type is used * Thu Oct 27 2016 b'Lago CI bot ' - 0.0.377 4f5a995b: Merge pull request #351 from lago-project/add_deps f0875b11: Added pyxdg and configparser to requirements.txt 7117e18c: Merge branch 'master' into add_deps * Thu Oct 27 2016 b'Lago CI bot ' - 0.0.376 cb2250bf: Merge pull request #349 from nvgoldin/packaging_python_pbr 53fe1cdc: Update fedora>23 to use python2-pbr cc752cdd: Merge branch 'master' into packaging_python_pbr * Thu Oct 27 2016 b'Lago CI bot ' - 0.0.375 73a0b901: Merge pull request #348 from nvgoldin/docs_add_epel 66f95b12: Merge remote-tracking branch 'upstream/master' into docs_add_epel 84051f7b: [docs] add epel to installation guide for el7 * Sat Oct 15 2016 b'Lago CI bot ' - 0.0.374 48ec964c: Merge pull request #297 from pilou-/allow_non_root_user_to_install be396339: Install configuration files using RPM instead of pip packaging * Thu Oct 13 2016 b'Lago CI bot ' - 0.0.373 41878300: Merge pull request #324 from nvgoldin/generate_config a771a9d7: Auto-generate lago.conf in RPM spec file 0dad8909: Load configurations from the CLI plugins * Mon Oct 10 2016 b'Lago CI bot ' - 0.0.372 f070ef82: Merge pull request #338 from mykaul/prep_for_v4_ovirt_api c5dfc9c4: Prep for oVirt v4 API * Sun Oct 09 2016 b'Lago CI bot ' - 0.0.371 640247d8: Merge pull request #293 from irosenzw/change_wait_for_ssh 273df672: Changing the ssh connection waiting method. * Thu Oct 06 2016 b'Yaniv Kaul ' - 0.0.370 4fdd8462: Merge pull request #339 from mykaul/continue_on_failures 8ba99721: Merge branch 'master' into continue_on_failures bfea3cc4: Continue testing on test failures. * Sun Oct 02 2016 b'Lago CI bot ' - 0.0.369 6152127f: Merge pull request #337 from eedri/docs 4d20490f: removed selinux section, seems to be working with enforcing also c66cd924: restore meaningfull README file 24c6afcb: added missing libvirt & user permissions info 4573c7e9: add also link to main README.rst file * Thu Sep 29 2016 b'Eyal Edri ' - 0.0.368 aa093270: Merge pull request #336 from eedri/docs 4d20490f: removed selinux section, seems to be working with enforcing also 24c6afcb: added missing libvirt & user permissions info * Thu Sep 29 2016 b'Eyal Edri ' - 0.0.367 95bdb652: Merge pull request #330 from eedri/docs fc617149: Merge branch 'master' into docs 68137950: Merge branch 'master' into docs eed1fa98: Adding debugging and troubleshooting section 1e63cd89: fixing typos 26692e59: Moving over get_prefixed_name() to ovirtlago/testlib 327f0b72: Refactoring Lago docs * Wed Sep 28 2016 b'Lago CI bot ' - 0.0.366 52b87825: Merge pull request #332 from mykaul/get_prefixed_name 2447e5ab: Merge branch 'master' into get_prefixed_name d255b2fc: Moving over get_prefixed_name() to ovirtlago/testlib * Wed Sep 28 2016 b'Lago CI bot ' - 0.0.365 ef90a75e: Merge pull request #296 from pilou-/search_for_kvm_executable_too c5158fd9: Don't run flakes on .eggs directory 8e5d752c: Ask libvirt for path of kvm executable * Tue Sep 27 2016 b'Lago CI bot ' - 0.0.364 9e48c95b: Merge pull request #329 from mykaul/switch_qemu_ga_with_agent 627fb675: Replace the order between qemu-ga and qemu-guest-agent. * Mon Sep 26 2016 b'Lago CI bot ' - 0.0.363 51158c7c: Merge pull request #327 from lago-project/adding_requirements.txt 2888b6ea: Added requirements.txt * Wed Sep 21 2016 b'Lago CI bot ' - 0.0.362 fdd63ae4: Merge pull request #298 from pilou-/make_lease_dir_configurable 5fb60899: Make lease_dir configurable * Tue Sep 20 2016 b'Lago CI bot ' - 0.0.361 8845853f: Merge pull request #323 from mykaul/get_cpu_caps 350db807: Merge branch 'master' into get_cpu_caps 83a7f68a: Add host CPU model detection * Tue Sep 20 2016 b'Lago CI bot ' - 0.0.360 1d7722a6: Merge pull request #322 from rafaelmartins/master 9f423604: utils: fixed typo * Tue Sep 20 2016 b'Lago CI bot ' - 0.0.359 3dd77113: Merge pull request #318 from lago-project/add_boot_menu 26e9dd71: Adding boot menu * Sun Sep 11 2016 b'Lago CI bot ' - 0.0.358 061207c6: Merge pull request #314 from mykaul/add_serial_to_disks c0baab76: Add serial number to disks. * Wed Sep 07 2016 b'Lago CI bot ' - 0.0.357 27856ea9: Merge pull request #306 from mykaul/virtio-scsi 6334cc2b: Merge branch 'master' into virtio-scsi af1c52d6: virtio-scsi support in Lago * Sun Sep 04 2016 b'Lago CI bot ' - 0.0.356 531bd754: Merge pull request #303 from lago-project/refactor_engine_api_request 41a15764: Removed redundant checks when getting ovirt api * Sun Sep 04 2016 b'Lago CI bot ' - 0.0.355 b17a5c29: Merge pull request #304 from mykaul/DNS 783aae26: Add DNS and IPv6 support * Thu Sep 01 2016 b'Lago CI bot ' - 0.0.354 ee7b814f: Merge pull request #301 from lago-project/flat_output_plugin 1f6fc70f: Added flat output formatter * Mon Aug 22 2016 b'Lago CI bot ' - 0.0.353 ed6371fa: Merge pull request #294 from sandrobonazzola/master 13e921eb: Merge branch 'master' into master ca3c023b: reposetup: be more verbose on reposync failure * Tue Aug 16 2016 b'Lago CI bot ' - 0.0.352 030f6e76: Merge pull request #279 from mpolednik/libvirt-auth ed219883: libvirt: add auth * Mon Jul 18 2016 b'Lago CI bot ' - 0.0.351 14d884c0: Merge pull request #290 from mykaul/get_sanlock_logs 904721c0: Merge branch 'master' into get_sanlock_logs f5177dd3: Added /var/log/sanlock.log to the log collection from hosts * Mon Jul 18 2016 b'Lago CI bot ' - 0.0.350 417328cf: Merge pull request #285 from mkopta/systemctl 4ca2deaf: all "supported" OS use systemctl instead of service * Sun Jul 17 2016 b'Lago CI bot ' - 0.0.349 722fa248: Merge pull request #286 from mkopta/these 3b7555e7: s/this/these/ * Thu Jul 14 2016 b'Lago CI bot ' - 0.0.348 6a0089e8: Merge pull request #288 from lago-project/fix_fc24_build 17c943c2: ci:Replaced fc22 package files with fc24 * Tue Jun 21 2016 b'Lago CI bot ' - 0.0.347 cf146a52: Merge pull request #284 from mkopta/master 9af5ab8a: typos * Tue Jun 21 2016 b'Lago CI bot ' - 0.0.346 7678342e: Merge pull request #283 from mkopta/master 36982c69: typo 43a3ee3b: denoting root priviliges requirement * Thu Jun 16 2016 b'gbenhaim ' - 0.0.345 20cc8d58: Fixed a bug where script manager stuck on an * Thu Jun 16 2016 b'Lago CI bot ' - 0.0.344 ed677d6b: Merge pull request #280 from lago-project/hide_import_error_when_using_old_versions_of_stevedore be794dc1: Hide import error when using old versions of stevedore. * Thu Jun 09 2016 b'Lago CI bot ' - 0.0.343 7c819d4c: Merge pull request #277 from lago-project/fix_issue_#20 96468eb5: Fixed bug when failing to aquire lock is hidden * Thu Jun 02 2016 b'Lago CI bot ' - 0.0.342 f28ea953: Merge pull request #272 from lago-project/show_plugin_import_exception_only_in_debug_level 6336d527: Added a callback function to handle import exception * Tue May 31 2016 b'Lago CI bot ' - 0.0.341 b7034417: Merge pull request #271 from lago-project/ssh_provider_fixes c0023367: ovirtlago.virt:Use the spec vm-type if any 745e6087: Added possibility to specify ssh-user and ssh-pass on initfile 5d2fc958: Use the spec distro if any 9ab1f22f: Don't fail if a domain has no disks * Mon May 30 2016 b'David Caro ' - 0.0.340 a0ec04d9: Merge pull request #270 from iankko/empty_domain_improved 99e99b75: Detect (and report) any empty domain name possibly * Fri May 27 2016 b'Lago CI bot ' - 0.0.339 5b438962: Merge pull request #251 from lago-project/allow_any_pkg_source 7f5137d4: reposetup:Don't break on empty sources, just warn 3ad696aa: Added note on how to get repoman to the docs 833bb40b: Yapf fixes 7894c1d4: Added --custom-source option to reposetup 91a66b1d: Yapf fixes c7966a35: Using repoman to merge the reposync downloaded repos 40db66f2: Use only-missing to avoid overriding custom rpms cef34ec6: Use lago run_command * Thu May 26 2016 b'Lago CI bot ' - 0.0.338 310f566d: Merge pull request #268 from didib/docs 6365ab5e: docs: refer to ovirt 3.6 4e98e0c1: docs: Link to jenkins search result * Thu May 26 2016 b'Lago CI bot ' - 0.0.337 4900822f: Merge pull request #266 from lago-project/fix_typo 4dba5179: Fix typo on warning message * Thu May 26 2016 b'Lago CI bot ' - 0.0.336 2e4ef9cc: Merge pull request #269 from lago-project/improve_collect_tests 64905e4f: func:Added extra syncs to make sure the disk is written * Thu May 26 2016 b'Lago CI bot ' - 0.0.335 975301b1: Merge pull request #265 from lago-project/fix_copy_in 5c5199e9: Allow copying dirs in the vm * Thu May 26 2016 b'Yaniv Kaul ' - 0.0.334 32b60ce9: Merge pull request #267 from didib/docs 4e98e0c1: docs: Link to jenkins search result * Wed May 25 2016 b'Lago CI bot ' - 0.0.333 be9d1342: Merge pull request #260 from lago-project/add_virt_providers 4aa3ac8e: Show yapf version being used for the checks e204df2c: Added some docs about the new plugins 7a4d4aa8: Making virtenv class overridable 654b382a: Use '-' instead of _ for the plugin names 4286dd39: Ordering imports and add missing file headers f754cf15: Moved the services to service provider plugins 59126753: ovirtlago: use the vm-provider if it's there ed9422cc: Allow running the testrun command from anywhere bb76de5a: Removed old vm class tests a8c9d455: Added VMProvider plugin 380c5e0f: Added extra depth to show the available plugins f85d1d79: Use the vm-type instead of ovirt-role in the tests 8fb05be6: Properly override the vm-type on ovirt* hosts 51375bb8: Added the SSHVMProvider 00c7d9fd: Adapted test fixtures to the new spec key 70b8086d: Add the new default conf values 3ad1340b: Fix type in warning message * Wed May 25 2016 b'Lago CI bot ' - 0.0.332 f847451a: Merge pull request #263 from iankko/empty_domain_in_network_mapping 5339d06d: Perform the check if domain name isn't empty string when * Mon May 23 2016 b'Lago CI bot ' - 0.0.331 e2d93ecc: Merge pull request #261 from mpolednik/gitignore 1a4fcced: Add tags and cscope.out to gitignore * Thu May 19 2016 b'Lago CI bot ' - 0.0.330 7a92a2f1: Merge pull request #258 from lago-project/fix_yapf 773eddad: Pinning down the version of yapf used * Wed May 18 2016 b'Lago CI bot ' - 0.0.329 143b8079: Merge pull request #255 from lago-project/fix_expnsion_of_vars_in_ova_url beeb7fc3: Expanding any vars on any url * Tue May 17 2016 b'Lago CI bot ' - 0.0.328 0fb13ba3: Merge pull request #241 from lago-project/expand_disk_paths af5aa90e: Removed some duplication from prefix.py 9253f807: Added possibility to use env vars on disk path and url 4f5866a5: Fixed a typo in a comment a7f821a4: Added the preallocation=metadata option for qcow2 * Mon May 16 2016 b'Lago CI bot ' - 0.0.327 cc4ec5d1: Merge pull request #253 from lago-project/remove_old_run_command 59446cf7: Using main lago run_command * Fri May 13 2016 b'Lago CI bot ' - 0.0.326 e5f6194a: Merge pull request #250 from lago-project/fix_ovirt_serve_cpu_usage ba6dda1e: Refactored the ovirtlago.utils module 267cbad5: Just sleep in the busy loop * Thu May 12 2016 b'Lago CI bot ' - 0.0.325 353b6b64: Merge pull request #249 from lago-project/remove_reposync_verification c7ff5190: Removed the repo verification code * Thu May 12 2016 b'Lago CI bot ' - 0.0.324 48dcdb80: Merge pull request #248 from lago-project/fix_ssh_wait_propagation_default d6be8c1f: virt.VM.ssh:Use the propagation value passed * Thu May 12 2016 b'Lago CI bot ' - 0.0.323 1ed40888: Merge pull request #247 from lago-project/improve_ssh_connection_logging 287463ef: Added possibility to not propagate log task errors 61813f2e: Fix wait_for_ssh logic * Thu May 12 2016 b'Lago CI bot ' - 0.0.322 0b67c0d8: Merge pull request #246 from lago-project/show_changelog_on_readthedocs 4dbcef9b: Generating the docs changelog on conf.py * Wed May 11 2016 b'Lago CI bot ' - 0.0.321 019b3360: Merge pull request #243 from lago-project/more_reposync_fixes 89e8e0a0: Yet another small fix to better detect reposync issues * Wed May 11 2016 b'Lago CI bot ' - 0.0.320 df7eecaa: Merge pull request #242 from lago-project/add_changelog_to_docs 902f2abf: Add changelog to the docs * Wed May 11 2016 b'Lago CI bot ' - 0.0.319 ffc2455e: Merge pull request #244 from lago-project/yapf_fixes 52f0f187: Reformat everything to new yapf version * Tue May 10 2016 b'Lago CI bot ' - 0.0.318 87bfcbac: Merge pull request #240 from lago-project/add_initfile_path_env_var 1ec94d55: Added LAGO_INITFILE_PATH env var when running init * Tue May 10 2016 b'Lago CI bot ' - 0.0.317 fa1101c8: Merge pull request #239 from lago-project/fix_log_typeerror f198efec: log_utils:Not failing on tracedump logs * Sat May 07 2016 b'Lago CI bot ' - 0.0.316 887a3b0f: Merge pull request #237 from lago-project/more_reposync_workarounds 66cf1b32: Added workaround for reposync 08ffada9: Yapf fixes * Fri May 06 2016 b'Lago CI bot ' - 0.0.315 e8b71c74: Merge pull request #236 from lago-project/make_prefix_relocatable ce103757: Yapf fixes 7a661154: Copy inside the prefix the deploy scripts 65b85349: Using the realpath for the LAGO_PREFIX_PATH env var 907c116f: Maintain the usage of env vars for deploy scripts 499c9912: Expanding the disks path on vm xml generation 86a8bde1: Setting LAGO_WORKDIR_PATH too on init c5f6cafb: Using LAGO_PREFIX_DIR for the disk images too 6dd7228f: Using full path for prefix deploy script name 9f303608: Fixed wrong var name * Wed May 04 2016 b'David Caro ' - 0.0.314 45764a95: Fixed small typo in a string * Wed May 04 2016 b'Lago CI bot ' - 0.0.313 66dec63b: Merge pull request #231 from lago-project/fix_el7_dirlock 98322f01: Removed thread pool on reposync db836eda: Yapf fixes 9a6e370c: Use lago.utils.LockFile instead of lockfile's one ccf6dca4: Added lock class for el7 locking 167c8b7d: Moved some code out of a with block * Tue May 03 2016 b'Lago CI bot ' - 0.0.312 0e535676: Merge pull request #230 from lago-project/add_prefix_env_vars 1440adee: Add some lago extra vars to the env 17e9be31: tests:Modified deploy funct tests to use vars 577c442a: Expand vars and user contraptions on deploy scripts * Tue May 03 2016 b'Lago CI bot ' - 0.0.311 a1a57978: Merge pull request #229 from lago-project/extra_gitignore 2a5a3359: Added extra ignores to .gitignore * Fri Apr 29 2016 b'Lago CI bot ' - 0.0.310 25c91601: Merge pull request #227 from lago-project/fix_unhandled_exception 8eeb43cc: Fixed wrong error log on reposetup * Fri Apr 29 2016 b'Lago CI bot ' - 0.0.309 5c5bc197: Merge pull request #226 from lago-project/fix_repoverify_check c4380a9a: Fixed repoverify not behaving like reposync d8c9ac55: Added new deps for the tests * Sat Apr 23 2016 b'Lago CI bot ' - 0.0.308 4b98d690: Merge pull request #223 from lago-project/try_cleaning_reposync_caches_on_first_failure f87101ee: Reposync first retry with clean caches * Fri Apr 22 2016 b'Lago CI bot ' - 0.0.307 fc4fadfc: Merge pull request #222 from lago-project/refactor_reposetup c7d5d2d4: ovirtlago.repoverify:Refactored 19d4730c: Fixed issue when metadata was empty df3e011a: Yapf fixes bc239971: Showing warning on reposync error 07f1bb6e: ovirtlago:Removed unused code 871bcb38: Showing the full command on debug mode * Thu Apr 21 2016 b'Lago CI bot ' - 0.0.306 4915634a: Merge pull request #218 from lago-project/rotate_collect_dest_dir_if_exists d21f43e8: Added helper functions to rotate directories b5e382af: tests:Added simple check for rotated dir 71e9bf5f: Collect now rotates the dest dir if exists * Thu Apr 21 2016 b'Lago CI bot ' - 0.0.305 648c4dc9: Merge pull request #216 from lago-project/add_skip_bootstrap_command ab8f5b6a: Added skip-bootstrap option to init command 4359c020: Some yapf fixes 9651d5a7: func_tests_basic:Skipping the bootstrap where able * Wed Apr 20 2016 b'Yaniv Kaul ' - 0.0.304 f153f35f: Merge pull request #201 from mykaul/simple_merge 0e56fb42: Simplified merge repos * Tue Apr 12 2016 b'Lago CI bot ' - 0.0.303 d76184f6: Merge pull request #207 from lago-project/fail_on_empty_repo 5df5905a: reposync:Failing on existing but empty repo * Wed Apr 06 2016 b'Lago CI bot ' - 0.0.302 e135989a: Merge pull request #209 from lago-project/move_deploy_to_lago aa1078db: Added cli verb 'deploy' to lago 85212b62: Added check for the new deploy verb 8423f4e5: Added deploy method to lago.prefix.Prefix 20711c45: Adapted functional tests 946d9773: ovirtlago:Using lago.prefix.Prefix.deploy 406e56a8: test.deploy:Using smaller, local cirros image ba66fc58: lago.cmd: added deploy cli plugin * Fri Apr 01 2016 b'Lago CI bot ' - 0.0.301 6365ee3f: Merge pull request #205 from lago-project/check_vm_status_on_ssh d245810c: Differentiate alive and defined VM * Fri Apr 01 2016 b'Lago CI bot ' - 0.0.300 8e67f6e3: Merge pull request #200 from lago-project/fix_sysprep_logs 0ee89ecd: Fixed string interpolation when showing sysprep error * Fri Apr 01 2016 b'Lago CI bot ' - 0.0.299 cc9ce487: Merge pull request #202 from lago-project/fix_ssh_issues 15b83901: Fixed log_task decorator to return correct value 1062778b: Not breaking on SSHException, just retry * Wed Mar 30 2016 b'Lago CI bot ' - 0.0.298 18ad3f95: Merge pull request #199 from lago-project/add_bootstrap_logs 28986f25: Showing extra logs on sysprep errors * Tue Mar 29 2016 b'Lago CI bot ' - 0.0.297 46107dc3: Merge pull request #192 from lago-project/fix_changelog_format b9facdd3: Fixed changelog ugly formatting * Thu Mar 24 2016 b'David Caro ' - 0.0.296 5790112f: Merge pull request #194 from lago-project/assert_within_allow_exceptions c7625f43: ovirtlago:Breaking if any of the test fails 0128bed7: ovirtlago:Added extra logging 1b8252d9: testlib:Added possibility to allow exceptions 82df9f26: ovirtlago:not waiting if engine is not yet responsive ed528c1d: ci:Added some missing packages 942dfbce: ovirtlago:Added a wait for the engine to go up * Mon Mar 21 2016 b'Lago CI bot ' - 0.0.295 f5f60343: Merge pull request #193 from nirs/debugging aa50a9a3: ovirtlago: Improve logging when activating sds 8b4d31d6: testlib: Log exceptions in assert_true_within * Fri Mar 18 2016 b'Lago CI bot ' - 0.0.294 b4b3ca9f: Merge pull request #190 from lago-project/use_default_init_file 74ad2aa8: functional:Using default init file in one test 615cda8b: Using default init config file * Fri Mar 18 2016 b'Lago CI bot ' - 0.0.293 3eaba195: Merge pull request #189 from lago-project/add_set_current_option f67fe114: functional:Added a test with set-current 1df5e837: Added --set-current option to init subcommand * Thu Mar 17 2016 b'Lago CI bot ' - 0.0.292 5db8fa0f: Merge pull request #117 from lago-project/move_collect_to_main_cli 987fb170: Added collect functional tests 56803b40: Not appending the messages log on >fc22 hosts a019410e: Added collect basic test b6c0deca: func:Fixed ovirt.collect tests when shutdown 632b94ee: Added lago collect cli subcommand 6c687393: Moved collect_artifacts to lago.virt.VM 738b2f06: functional:Fixed ovirt.collect prefix init check f1002529: ovirt:Using inherited artifacts for collection 00658841: Fix scp extraction and nicer logs 9f83d006: Moved collect_artifacts to lago.prefix.Prefix 534b6ebe: Adding recursive scp by default 1952318c: Extract the artifacts from the vm spec by default a6f5a87d: Better handling of hosts with no service manager 6054984d: docs:Fixed a couple warnings * Thu Mar 17 2016 b'Lago CI bot ' - 0.0.291 e70e4a64: Merge pull request #188 from lago-project/fix_conf_defaults 79710a2f: Added config defaults to code * Wed Mar 16 2016 b'Lago CI bot ' - 0.0.290 ffd4e51f: Merge pull request #186 from lago-project/some_issue_script_improvements e239c2f7: Fixed issues management scripts * Wed Mar 16 2016 b'Lago CI bot ' - 0.0.289 d8b09550: Merge pull request #183 from lago-project/fix_hosts_stuck_on_ssh_connectivity 75543f8e: Added some collect functional tests 02f4815c: functional:added fixtures 212d9ef7: Added timeout to the ssh connection function 08879452: Added dead/live/scp extracting from the vms * Wed Mar 16 2016 b'Lago CI bot ' - 0.0.288 724a7d78: Merge pull request #185 from lago-project/fix_docs_version 98a64ceb: setup.get_version:specify custom project path 24af5b1c: docs:use setup.get_version for the docs version * Wed Mar 16 2016 b'Lago CI bot ' - 0.0.287 00cfcba7: Merge pull request #182 from lago-project/add_issue_manage_scripts c645e0f8: org:Added small scripts to manage taiga issues * Tue Mar 15 2016 b'Lago CI bot ' - 0.0.286 eefd52fd: Merge pull request #181 from mykaul/collect_var_log_messages 66e29951: Collect /var/log/messages from hosts. Useful at times. * Tue Mar 15 2016 b'Lago CI bot ' - 0.0.285 f0922bc4: Merge pull request #177 from lago-project/improve_docs ec4e412c: docs:Moved README to rst 2f79bce2: docs:explicitly say to wait for reboot 3ee023c1: pgk:Removed mock references ab6e4ff6: docs:Moved releases section to the end 9b6d4665: docs:Added mission statement 735e6359: docs:Fix a couple of leftovers from the name change * Thu Mar 10 2016 b'Lago CI bot ' - 0.0.284 973e2689: Merge pull request #175 from lago-project/show_correct_vm_status df95b6df: Now it will show the libvirt status of the domains 624f1ba4: Adapted functional tests * Thu Mar 10 2016 b'Lago CI bot ' - 0.0.283 69d454ee: Merge pull request #174 from lago-project/fix_test_name_typo 687a563e: unit:fixed small typo * Thu Mar 10 2016 b'Lago CI bot ' - 0.0.282 bddea9bc: Merge pull request #172 from mykaul/remove_balloon c9d85554: Remove the memory balloon device. We don't use it. * Wed Mar 09 2016 b'Lago CI bot ' - 0.0.281 1103cdda: Merge pull request #157 from lago-project/add_workdir b4379301: ovirtlago:Added deprecated options 6fc57a2c: Added license to unit test modules eb0b8162: Moved to plugin structure 266407e8: Added multi-prefixed workdir e38d43ad: Don't require tty for sudoing from lago 9051a900: Added OvirtWorkdir class 405751cd: Added workdir module c83a1188: Moved to the utils.in_prefix 354f9a93: Fixed el7 python lib issues 1c1198a1: Moved the in_prefix and with_logging decorators 0a5bd28a: Added prefix path resolution to the Prefix class 4ffc9019: Fixed a couple of doc warnings 04e8c3d4: Removed explicit Path.prefix usage 6aaba7a9: Added the new cli plugins 56bc5ce7: Adapted unit tests a5a6f7a6: functional:adapted the warnings test a9c43a59: tests:Fixed the prefix path resolution de3f651b: functional:Fixed tests on el7 1d555c86: Moved destroy logic to prefix class e965dfcf: Added workdir unit tests bb0e2707: Improved the default output formatting 11873b01: Adapted functional tests to new workdir concept * Wed Mar 09 2016 b'Lago CI bot ' - 0.0.280 44b93c70: Merge pull request #169 from mykaul/ignore_empty_rpms_on_merge 89fa3dec: Ignore zero sized RPM files when merging repos. * Mon Mar 07 2016 b'Lago CI bot ' - 0.0.279 4843a753: Merge pull request #158 from mykaul/gitignore_authors e2cde458: Add AUTHORS to 'make clean' command * Mon Mar 07 2016 b'Lago CI bot ' - 0.0.278 e29f30e5: Merge pull request #166 from lago-project/add_ignore_warnings b9ab1f6c: Added ignore-warnings option * Wed Mar 02 2016 b'Lago CI bot ' - 0.0.277 7ca3109f: Merge pull request #154 from lago-project/add_heavy_functional_tests 647e66a1: Added ovirt.runtest functional tests ef552218: Added ovirt.deploy functional tests 630d70e9: Added ovirt.collect functional tests 4d80e8d6: Added snopshot functional tests 43d14da1: Add the functional fixtures to the flake8 exclude * Tue Mar 01 2016 b'Lago CI bot ' - 0.0.276 66a4f341: Merge pull request #153 from lago-project/refactor_functional_tests 5958e902: Using the new common lib 24ff36d1: Added ovirt_common lib 092f62a2: Added common lib febdcef6: Using the new ovirt_common lib b7be003b: Added run_ok and run_nook helpers 6fb9afa9: Added common.diff_output * Tue Mar 01 2016 b'Lago CI bot ' - 0.0.275 c1816909: Merge pull request #152 from lago-project/add_perfix_option d7aa918b: Added explicit prefix basic functional test 73b6a2c0: Added --prefix-path option to the lago command * Tue Mar 01 2016 b'Lago CI bot ' - 0.0.274 5178f92f: Merge pull request #151 from lago-project/yaml_init_definition 79bb6ca2: Comment in the docs/help about virt config formats 9eeaaa4c: Unit tests for deep_copy and load_virt_stream 1d6650bf: Added yaml support for the init conf file * Tue Mar 01 2016 b'Lago CI bot ' - 0.0.273 5deacaec: Merge pull request #150 from lago-project/more_pythonic_structure 1004a004: Remove unneeded changelog macro in specfile cd4914f9: Fix the destroy tests 0dce83b2: Fixed firewalld command error on install f0336012: Removed authors, now it's autogenerated 20b7a386: Moved some confs to setup.cfg fd7f5690: Fix pip cache dir permissions 83e2b039: Moved python packages to root dir 06adabd8: Reorganized the spec file 129dba50: Allow python setup * commands to work d122a33e: Moved most files to python-lago rpm 2ef91e33: Removed old files, and moved the ones left to etc 57c9c6b6: Removed some old code from the Makefile and spec 7230a07d: Moving to pbr for python building bba9097e: Removed unneeded make target * Mon Feb 29 2016 b'Lago CI bot ' - 0.0.272 66719c8f: Merge pull request #144 from lago-project/destroy_command 62bdef11: tests:Added destroy basic functional tests 8a0d9590: fix:Destroy also perfixes that are soft-links 1c408675: Added the destroy command * Mon Feb 29 2016 b'Gal Ben Haim ' - 0.0.271 d22f7073: Merge pull request #132 from lago-project/add_dev_bootstrap 09b03ae1: Added page with some resources for new devs * Sun Feb 28 2016 b'Lago CI bot ' - 0.0.270 e3ebea1f: Merge pull request #146 from mykaul/fix_gitignore2 65b351b6: Add 'rpmbuild' and 'lago.egg-info' to .gitignore * Fri Feb 26 2016 b'Lago CI bot ' - 0.0.269 555a5a26: Merge pull request #142 from lago-project/add_snapshot_list f3631f1d: Added --list|-l option to snapshots command 698c4020: virt.py:add method to retrieve snapshots info 1e540982: lago.Prefix:add method to retrieve snapshots info * Fri Feb 26 2016 b'Lago CI bot ' - 0.0.268 548e1e36: Merge pull request #140 from lago-project/add_output_formatters 6c84bc71: Added output plugins a38bcaa1: Adding all the fast functional tests to check-patch f194af03: Making status deterministic b1cf020d: Add output plugins registries and deps 0cbea929: Add --out-format|-f option, and use it on status 80fa3cd2: Added format status functional tests bf1b6a84: Adapted functional tests to the new status output aa8d9f88: Fix docs imports * Fri Feb 26 2016 b'Lago CI bot ' - 0.0.267 08e8303d: Merge pull request #143 from lago-project/add_default_template_repo 7774d8e9: Added current public template repo as default * Fri Feb 26 2016 b'Lago CI bot ' - 0.0.266 ec0e365e: Merge pull request #138 from lago-project/use_default_prefix 49942bb3: prefix.py:Added resolve_prefix_path function 4559d126: tests:Adapted tests to the new default prefix d9438c8c: Using 'initialized' as the initialization tag file 0686c9dd: ovirt.Prefix:Move the paths creation to __init__ b3d94b8c: tests:Added unit tests for prefix path resolution 6053e41d: Fixed in_prefix in ovirt plugin 7b940c22: Created lago.prefix module eed99f11: path.py:Removing unneeded prefix() getter 721676cf: tests:Fixed status functional suite 531559ec: prefix.py: removed paths getter method 2bbf2903: prefix.py: removed internal _create_paths method * Tue Feb 23 2016 b'Lago CI bot ' - 0.0.265 fe620aa6: Merge pull request #136 from lago-project/add_version_command 95b89dd6: Added the --version option * Tue Feb 23 2016 b'Lago CI bot ' - 0.0.264 8f32fadf: Merge pull request #134 from lago-project/use_direct_libguestfs_backend 02a31336: Use direct libguestfs backend by default * Tue Feb 23 2016 b'Lago CI bot ' - 0.0.263 545ac526: Merge pull request #130 from lago-project/flakes_ignore_rpmbuild 0c36748f: Don't run flakes on rpmbuild/dist dirs * Mon Feb 22 2016 b'Yaniv Kaul ' - 0.0.262 eab105f1: Merge pull request #131 from mureinik/readme c5780355: README: Add reference to other EL distros * Mon Feb 22 2016 b'Lago CI bot ' - 0.0.261 a6f894b5: Merge pull request #128 from lago-project/brctl_add_some_error_info 1b1da49b: Added some extra info on brctl error 20da024b: Fixed bridge tests when running without tty * Fri Feb 19 2016 b'Lago CI bot ' - 0.0.260 6c1c0926: Merge pull request #123 from lago-project/fix_ovirt_caps 0dc96675: ovirt:Fixed issue with no capabilities * Fri Feb 19 2016 b'Lago CI bot ' - 0.0.259 a956e87e: Merge pull request #122 from lago-project/add_ovirt_deactivate_logs 8af072c3: Added some extra logs to ovirt prefix _deactivate * Fri Feb 19 2016 b'Lago CI bot ' - 0.0.258 c7f54e15: Merge pull request #24 from david-caro/add_devel_docs 6c1d7ab2: ci: generate report if no code changed dec4c3b7: docs:Added small page with devel setup guide * Thu Feb 18 2016 b'Lago CI bot ' - 0.0.257 3f91a3ae: Merge pull request #121 from lago-project/move_to_pytest dcaf87c6: Moving to py.test * Thu Feb 18 2016 b'Lago CI bot ' - 0.0.256 283d26b4: Merge pull request #120 from lago-project/fix_ovirt_tasknoseplugin_import 7ed5cb4b: Fix wrong import of TaskLogNosePlugin * Thu Feb 18 2016 b'Lago CI bot ' - 0.0.255 78078f3c: Merge pull request #119 from lago-project/fix_bridged_start 7f8981da: Adding state command functional tests 840d3956: Fix start a bridged network that's already alive f46a1953: Work around linux bridge name length limit 6c656bb7: Not failing if there are no management networks * Wed Feb 17 2016 b'Lago CI bot ' - 0.0.254 3d77ce71: Merge pull request #90 from lago-project/update_docs_link_and_image 9148ca2b: Changed logo to latest one a433efed: Fix github link * Tue Feb 16 2016 b'Lago CI bot ' - 0.0.253 4c7dddc6: Merge pull request #118 from lago-project/fix_package_deps 592417b0: Pep8 fixes 0f19c9ad: Generating the changelog for the spec file too 32c7a19f: Added fc22 build support 5d85a5ba: Simplified the flake8 tests run fb51e0d2: Fixed packaging on el7 too 0ffd1fd3: Added missing requires 0d4f9e06: Properly testing all the dependencies a2134879: Moved the TaskLogNosePlugin to ovirt 5cb35608: Changing also the check-merged to check deps * Tue Feb 16 2016 b'Lago CI bot ' - 0.0.252 0b886d90: Merge pull request #22 from lago-project/fix#22 1803d729: doc: adding clarification on the defalt images location. * Wed Feb 10 2016 b'Lago CI bot ' - 0.0.251 ea96ad32: Merge pull request #103 from lago-project/add_user_home_note b28c21a1: docs:Added note on user home rights * Mon Feb 08 2016 b'Lago CI bot ' - 0.0.250 93dcbdf2: Merge pull request #96 from tlitovsk/sshAvoid bbcebcd0: Adding support for ovirt node specific VM's a20cff51: Avoiding ssh connection for hosts that have no ovirt-scripts assigned * Fri Feb 05 2016 b'Lago CI bot ' - 0.0.249 5920c528: Merge pull request #86 from lago-project/complete_basic_tests 53c4ddaa: Added shell basic tests d6f9d0dd: Using non-cloud-init minimal vm 9b37e0af: A couple of tests that were using wrong prefix 18048436: Added copy-from-vm basic test c779cfc2: Added basic copy-to-vm tests * Thu Feb 04 2016 b'Lago CI bot ' - 0.0.248 3526c998: Merge pull request #87 from lago-project/add_serial_console_command ee68f156: Added console cli command * Thu Feb 04 2016 b'Lago CI bot ' - 0.0.247 c9f3db69: Merge pull request #78 from tlitovsk/qcowAddOn 54e02ff8: Adding use of backing mode for qcow2 files * Wed Feb 03 2016 b'Lago CI bot ' - 0.0.246 63ce7004: Merge pull request #82 from lago-project/move_to_scp 6b174850: Moving from sftp to scp for copy to/from vms * Wed Feb 03 2016 b'Lago CI bot ' - 0.0.245 24119a0f: Merge pull request #85 from lago-project/ci_process 5ff64789: Added CI process to the docs * Wed Feb 03 2016 b'Lago CI bot ' - 0.0.244 27f59067: Merge pull request #84 from lago-project/fix_ci_check-patch e9ff16df: Fix changed file detection * Wed Feb 03 2016 b'Lago CI bot ' - 0.0.243 b6b25ac1: Merge pull request #83 from lago-project/pep8_fixes 3f294250: Pep8/yapf fixes * Wed Feb 03 2016 b'Tolik Litovsky ' - 0.0.242 c20e6bdf: Merge pull request #77 from tlitovsk/ovaOvirtSupport 44659f5b: Making the disk order correct for ova case 263bcf4d: Adding the ssh timout to the spec 4cbca73d: Adding correct ova disk metadata about rootfs 03a48386: Adding the ssh timout to the spec * Wed Feb 03 2016 b'Tolik Litovsky ' - 0.0.241 c3e6b74c: Merge pull request #76 from tlitovsk/sshTimeOut 263bcf4d: Adding the ssh timout to the spec * Sun Jan 31 2016 b'Lago CI bot ' - 0.0.240 40cc5191: Merge pull request #70 from lago-project/fix_copy_from_vm 24f83bf8: Fixed issue with copy-from-vm * Sat Jan 30 2016 b'Lago CI bot ' - 0.0.239 8863b85d: Merge pull request #68 from lago-project/fix_init_cleanup fb56df35: Fixed prefix cleanup on init failure * Fri Jan 29 2016 b'Lago CI bot ' - 0.0.238 e5eddc97: Merge pull request #67 from lago-project/fix_versioning 52599eea: Fixed the version generation * Fri Jan 29 2016 b'Lago CI bot ' - 0.0.237 36279c9f: Merge pull request #66 from lago-project/move_to_cliplugins 95a75427: Moved the lago subcommands to cli plugins * Thu Jan 28 2016 b'Lago CI bot ' - 0.0.236 cc993a41: Merge pull request #64 from lago-project/fix_el6_slow_boot aa273329: Add serial pty to the domains * Thu Jan 28 2016 b'Lago CI bot ' - 0.0.235 35bea980: Merge pull request #62 from lago-project/fix_trailing_slash 8fb23bce: Using posixpath.join to concatenate urls * Wed Jan 27 2016 b'Lago CI bot ' - 0.0.234 007fc96b: Merge pull request #44 from lago-project/fix_root_part_metadata 4f3a41ff: virt:Fixed fetching of the root-partition key * Tue Jan 26 2016 b'Yaniv Kaul ' - 0.0.233 0d81d8cb: Merge pull request #37 from mykaul/download_progress 2ea01518: Merge branch 'download_progress' of https://github.com/mykaul/lago into download_progress 7f76aec9: Progress report for template download 4a09525c: Download progress be50406a: Progress report for template download * Tue Jan 26 2016 b'Yaniv Kaul ' - 0.0.232 70ab5b41: Merge pull request #29 from mykaul/download_progress 2ea01518: Merge branch 'download_progress' of https://github.com/mykaul/lago into download_progress 7f76aec9: Progress report for template download be50406a: Progress report for template download * Mon Jan 25 2016 b'David Caro ' - 0.0.231 ca27b651: Checking the last commit on the checkstyle * Mon Jan 25 2016 b'David Caro ' - 0.0.230 65ebc75b: Fixed yapf check when no files changed * Mon Jan 25 2016 b'Tolik Litovsky ' - 0.0.229 847c0d16: Merge pull request #28 from tlitovsk/master fc88679b: Support storing of disk url's into given path * Sun Jan 24 2016 b'David Caro ' - 0.0.228 c3a81a77: Merge pull request #27 from david-caro/add_lago_cli 358e72ed: Added lago cli command * Sat Jan 23 2016 b'David Caro ' - 0.0.227 1420a636: Merge pull request #26 from david-caro/log_tweaks 2da97bba: Removed task start message 29676579: logs:Changing the priority of start/stop vm/net * Fri Jan 22 2016 b'David Caro ' - 0.0.226 b4988b0f: Added yapf style * Thu Jan 21 2016 b'Yaniv Kaul ' - 0.0.225 974623e4: Fix for reposync command, not to leave leftovers in /var/tmp/yum* * Thu Jan 21 2016 b'David Caro ' - 0.0.224 de56c593: Added start/stopping of single vms FIXED BUGS: BZ#1279441 * Thu Jan 21 2016 b'Dima Kuznetsov ' - 0.0.223 90afb0fe: Add python_provide macros to spec * Thu Jan 21 2016 b'Dima Kuznetsov ' - 0.0.222 62db22f7: Fix SyntaxWarning on global variables * Thu Jan 21 2016 b'Yaniv Kaul ' - 0.0.221 8f15a2df: Small fixes to virt.py * Thu Jan 21 2016 b'Tolik Litovsky ' - 0.0.220 f5874cb4: Adding option to provide iso as a disk. * Thu Jan 21 2016 b'David Caro ' - 0.0.219 3f05b300: tests:Removed unneded extra var expansion * Thu Jan 21 2016 b'Tolik Litovsky ' - 0.0.218 b09cbd3b: Adding option to upload ova files to the lago env * Thu Jan 21 2016 b'David Caro ' - 0.0.217 1ca5f60b: Added url support to file image provider * Thu Jan 21 2016 b'Yaniv Kaul ' - 0.0.216 4f3145c6: Add sleep in assertion loop * Wed Jan 20 2016 b'Yaniv Kaul ' - 0.0.215 b0a6e828: Changes to dom_template.xml * Wed Jan 20 2016 b'David Caro ' - 0.0.214 2a10350b: Fix composed plugins calls * Tue Jan 19 2016 b'David Caro ' - 0.0.213 c820276f: Removed unnecessary macros from spec * Tue Jan 19 2016 b'David Caro ' - 0.0.212 3dd1c7e1: Added CLIPlugin abstract class and entry points * Tue Jan 19 2016 b'David Caro ' - 0.0.211 98630665: Added nice colored logging to lago FIXED BUGS: BZ#1277674 * Tue Jan 19 2016 b'David Caro ' - 0.0.210 e02497b3: packaging:Added version manager script * Tue Dec 29 2015 b'Doron Fediuck ' - 0.0.209 99e0eeee: Docs: initial santity * Fri Dec 18 2015 b'David Caro ' - 0.0.208 122891d5: docs:Fixed the current errors * Fri Dec 18 2015 b'David Caro ' - 0.0.207 863ae850: Added html report generation * Fri Dec 18 2015 b'Martin Perina ' - 0.0.206 7658c14f: Configure virtio-rng for VMs * Wed Dec 16 2015 b'David Caro ' - 0.0.205 8cf2965c: Added compressed images support to the url handler FIXED BUGS: BZ#1284838 * Fri Dec 11 2015 b'David Caro ' - 0.0.204 8e976326: Updated repo url in the readme * Fri Dec 11 2015 b'David Caro ' - 0.0.203 75e10f93: Added release procedure FIXED BUGS: BZ#1288062 * Wed Dec 09 2015 b'David Caro ' - 0.0.202 3fe2fa62: Added URL support for --template-repo-path FIXED BUGS: BZ#1288582 * Thu Dec 03 2015 b'David Caro ' - 0.0.201 4ef1e378: Adding simple changelog to the dist tarball * Thu Dec 03 2015 b'David Caro ' - 0.0.200 9d16b0dd: pkg:Fixed wrong release version string * Wed Dec 02 2015 b'David Caro ' - 0.0.199 4a8a932a: Fix for the selinux relabeling FIXED BUGS: BZ#1287173 * Tue Dec 01 2015 b'David Caro ' - 0.0.198 96546351: docs:Added ovirtlago.repoverify module docs * Tue Dec 01 2015 b'David Caro ' - 0.0.197 8a8125a9: docs:Documented the subnet_lease module * Tue Dec 01 2015 b'David Caro ' - 0.0.196 98b0731c: docs:Added docs to ovirtlago.utils * Tue Dec 01 2015 b'David Caro ' - 0.0.195 f6e57583: docs:Adding docs to lago.templates module * Tue Dec 01 2015 b'David Caro ' - 0.0.194 518fbdcc: docs:Added docs for lago package __init__ * Tue Dec 01 2015 b'David Caro ' - 0.0.193 dbeb01d5: docs:Allowing google style docstrings * Tue Dec 01 2015 b'David Caro ' - 0.0.192 08c5a898: automation: added docs handling * Thu Nov 26 2015 b'David Caro ' - 0.0.191 7167f207: Added small note on libvirt restart when new user * Thu Nov 26 2015 b'David Caro ' - 0.0.190 d0217abd: docs: Putting the getting started section on top * Thu Nov 26 2015 b'David Caro ' - 0.0.189 ba4f1be5: Added small log when downloading a template * Thu Nov 26 2015 b'David Caro ' - 0.0.188 dfade4ef: docs:Added yum repofile examples to the install docs FIXED BUGS: BZ#1282904 * Thu Nov 26 2015 b'David Caro ' - 0.0.187 1fab8595: docs:Adding a note on disk requirements in the example FIXED BUGS: BZ#1282906 * Thu Nov 26 2015 b'David Caro ' - 0.0.186 5248291e: Added nice logo to the docs * Thu Nov 26 2015 b'David Caro ' - 0.0.185 260e05dc: doc:Added libvirt restart and note on permissions * Wed Nov 25 2015 b'David Caro ' - 0.0.184 3a8c9576: Not removing uuid on cleanup FIXED BUGS: BZ#1281282 * Sat Nov 21 2015 b'Eyal Edri ' - 0.0.183 ca3ef20c: doc: fixing typo for example on local templates repo * Thu Nov 19 2015 b'David Caro ' - 0.0.182 1a22c4a3: docs:Added ovirt deps install in the example FIXED BUGS: BZ#1283333 * Thu Nov 19 2015 b'David Caro ' - 0.0.181 823bc12e: docs:Adding note on rh office repo * Thu Nov 19 2015 b'Eyal Edri ' - 0.0.180 24ea258d: doc: add some info on first step download of templates & faq FIXED BUGS: BZ#1283669 * Tue Nov 17 2015 b'David Caro ' - 0.0.179 147f785d: Added sudo dependency FIXED BUGS: BZ#1279054 * Mon Nov 16 2015 b'David Caro ' - 0.0.178 1f9e5fc1: Fixing readme distros list FIXED BUGS: BZ#1282501 * Mon Nov 16 2015 b'David Caro ' - 0.0.177 eff7f437: Fixing reposync defaults * Mon Nov 16 2015 b'David Caro ' - 0.0.176 29dbe509: Adding sphinx docs FIXED BUGS: BZ#1282163 * Thu Nov 12 2015 b'David Caro ' - 0.0.175 dff25485: Remove unmaintained files and lago-ovirt-extras package FIXED BUGS: BZ#1277649 * Thu Nov 12 2015 b'David Caro ' - 0.0.174 0954cbdd: Updating readme with new tests location FIXED BUGS: BZ#1279433 * Mon Nov 09 2015 b'David Caro ' - 0.0.173 163e8a2b: Sorting and removing dupes form the .packages * Mon Nov 09 2015 b'David Caro ' - 0.0.172 093e9a6c: Fixed the running of the tests on fc23 * Wed Nov 04 2015 b'David Caro ' - 0.0.171 174d8755: Updated the README and example script * Mon Nov 02 2015 b'Tolik Litovsky ' - 0.0.170 a808c0b6: Adapting 3.5 tests * Mon Nov 02 2015 b'David Caro ' - 0.0.169 df8f6e7e: Added the 3.5 tests * Fri Oct 30 2015 b'David Caro ' - 0.0.168 6828ba67: Fixing a bit the return codes * Fri Oct 30 2015 b'David Caro ' - 0.0.167 970755d6: Setting el6 engine * Fri Oct 30 2015 b'David Caro ' - 0.0.166 641d9a0c: Using --config-append instead of --config * Fri Oct 30 2015 b'David Caro ' - 0.0.165 5f866992: Adding guid bit to the lib dirs * Fri Oct 30 2015 b'David Caro ' - 0.0.164 73a29afa: Refreshed the repos * Fri Oct 30 2015 b'David Caro ' - 0.0.163 7aae95ac: Adding the store configs * Fri Oct 23 2015 b'Tolik Litovsky ' - 0.0.162 c3e83301: adding qemu cbs to support master branch with centos7 * Fri Oct 23 2015 b'Tolik Litovsky ' - 0.0.161 70aab26e: Adjusting the bootstrap for master * Fri Oct 23 2015 b'Tolik Litovsky ' - 0.0.160 0d911bc3: Fixing the engine answer file * Fri Oct 23 2015 b'Tolik Litovsky ' - 0.0.159 62cdaaee: Updating the master branch repositories * Thu Oct 22 2015 b'Sandro Bonazzola ' - 0.0.158 c407952b: packaging: spec: fix rpmlint issues * Thu Oct 15 2015 b'Tolik Litovsky ' - 0.0.157 887a6c35: Fixing the readme to have direct link to github * Thu Oct 01 2015 b'David Caro ' - 0.0.156 30c49a83: Merge "Moving to setuptools" 948690d6: Moving to setuptools * Thu Sep 10 2015 b'David Caro ' - 0.0.155 6f12ba99: Merge "Modify paths in readme file" 841f108d: Modify paths in readme file * Wed Sep 09 2015 b'Dima Kuznetsov ' - 0.0.154 7d66bd10: Fix sysprep of non-dhcp interfaces * Sat Sep 05 2015 b'Dima Kuznetsov ' - 0.0.153 428cc247: Use standard 1st param in classmethods * Mon Aug 31 2015 b'David Caro ' - 0.0.152 b36d49a6: Add functional tests * Thu Aug 27 2015 b'David Caro ' - 0.0.151 41733624: Allowing user paths and vars for templates * Thu Aug 27 2015 b'David Caro ' - 0.0.150 97a13130: Adapted gitreview file * Wed Aug 26 2015 b'Max Kovgan ' - 0.0.149 1c9f8ee6: rename testenv to lago totally * Mon Aug 24 2015 b'David Caro ' - 0.0.148 79cb1e35: Reorganizing for standard-ci * Tue Aug 18 2015 b'Max Kovgan ' - 0.0.147 56ec8524: reduce some code dups * Tue Aug 18 2015 b'Dima Kuznetsov ' - 0.0.146 3f124d78: Move sysprep to system session * Tue Aug 18 2015 b'Dima Kuznetsov ' - 0.0.145 9069f4b6: Added warning to testenvcli when invoking without testenv group * Mon Aug 17 2015 b'Yeela Kaplan ' - 0.0.144 e67da6f8: Allow the use of prototypes for domains * Mon Aug 17 2015 b'Dima Kuznetsov ' - 0.0.143 b28c732f: Updates to the json README * Mon Aug 17 2015 b'Dima Kuznetsov ' - 0.0.142 a75ae5b9: Switch bootstrap code to rely on virt-sysprep * Sun Aug 16 2015 b'Dima Kuznetsov ' - 0.0.141 8f357999: Fix allocation of x.x.x.0 ips * Sun Aug 16 2015 b'Shahar Havivi ' - 0.0.140 fdd1070d: Copy files to/from a host * Sun Aug 16 2015 b'Dima Kuznetsov ' - 0.0.139 59411f17: Refactor net initialization code * Sun Aug 16 2015 b'Dima Kuznetsov ' - 0.0.138 e0c0a66f: Fix some comments for RollbackContext * Sun Aug 16 2015 b'Dima Kuznetsov ' - 0.0.137 fbbf1569: Exit when build script has insufficient parameters * Sun Aug 16 2015 b'Dima Kuznetsov ' - 0.0.136 254bb373: Add ioprocess building * Sun Aug 16 2015 b'Dima Kuznetsov ' - 0.0.135 d9a05b57: Add invoke_in_parallel function * Thu Aug 13 2015 b'Dima Kuznetsov ' - 0.0.134 5376da70: Fix vdsm/engine/... build scripts * Sun Aug 09 2015 b'Dima Kuznetsov ' - 0.0.133 777685db: Add 'ovirt serve' verb * Wed Aug 05 2015 b'Dima Kuznetsov ' - 0.0.132 b95e794a: Fix JSON schema * Wed Aug 05 2015 b'Dima Kuznetsov ' - 0.0.131 77be26bf: Update VDSM build scripts to build for fc21/22 * Wed Jul 29 2015 b'Dima Kuznetsov ' - 0.0.130 2c61ca2e: update_images: Convert image paths to absolute * Tue Jul 28 2015 b'David Caro ' - 0.0.129 2687fb25: Quoting some dangerous vars on build-artifacts * Sun Jul 12 2015 b'David Caro ' - 0.0.128 75e32aa8: Adding a little message when opening a shell error * Sun Jul 12 2015 b'David Caro ' - 0.0.127 80713479: Adding git review file * Tue Jul 07 2015 b'Dima Kuznetsov ' - 0.0.126 ef81c274: Remove jboss home path parameter from engine setup verb * Tue Jul 07 2015 b'Dima Kuznetsov ' - 0.0.125 b7e0c0ab: Refactor ssh and service handling * Mon Jul 06 2015 b'Dima Kuznetsov ' - 0.0.124 c3ec2647: Fix DHCP/DNS record gathering * Mon Jul 06 2015 b'Dima Kuznetsov ' - 0.0.123 57c59290: Add bootstrap of several NICs * Mon Jul 06 2015 b'Dima Kuznetsov ' - 0.0.122 579c8e5f: Revert ssh ret changes until ssh methods are done * Sun Jul 05 2015 b'Oved Ourfali ' - 0.0.121 3a75e325: Update README.templates.md * Thu Jul 02 2015 b'Dima Kuznetsov ' - 0.0.120 106ef552: Add automation build script * Thu Jul 02 2015 b'Dima Kuznetsov ' - 0.0.119 e0bb9d70: Fix pep8 warnings * Sun Jun 28 2015 b'Dima Kuznetsov ' - 0.0.118 bc6935b9: Fix distro detection * Sun Jun 28 2015 b'Dima Kuznetsov ' - 0.0.117 bc3e66a8: Simplify basic_sanity test * Sun Jun 28 2015 b'Dima Kuznetsov ' - 0.0.116 1496ed4d: Simplify bootstrap test * Sun Jun 28 2015 b'Dima Kuznetsov ' - 0.0.115 f277d964: Remove explicit host names from tests * Sun Jun 28 2015 b'Dima Kuznetsov ' - 0.0.114 b1583b0b: Remove unused files * Sun Jun 28 2015 b'Dima Kuznetsov ' - 0.0.113 be8f7e7f: Add more info to templates README * Sun Jun 28 2015 b'Dima Kuznetsov ' - 0.0.112 98a3b14a: Move templates README * Sun Jun 28 2015 b'Dima Kuznetsov ' - 0.0.111 f2d52cf9: Add README with info about templates * Thu Jun 25 2015 b'Dima Kuznetsov ' - 0.0.110 8c4d1dcd: More README updates * Thu Jun 25 2015 b'Dima Kuznetsov ' - 0.0.109 fb5a5905: Update README files * Thu Jun 25 2015 b'Dima Kuznetsov ' - 0.0.108 c4754735: Add requirement for qemu-img/qemu-kvm packages * Thu Jun 25 2015 b'Dima Kuznetsov ' - 0.0.107 74cd9d9a: Add test for engine-setup step * Tue Jun 23 2015 b'Dima Kuznetsov ' - 0.0.106 dae0321f: Added live-snapshot capability to centos7 config * Sun Jun 14 2015 b'Dima Kuznetsov ' - 0.0.105 3cc62120: Fix sftp access * Sun Jun 14 2015 b'Dima Kuznetsov ' - 0.0.104 fb659a57: Remove external repo disabling * Sun Jun 14 2015 b'Dima Kuznetsov ' - 0.0.103 b4f1c3ed: Update image update script * Sun Jun 14 2015 b'Dima Kuznetsov ' - 0.0.102 83eeddbf: Add output override to makefile rpm and dist targets * Sun Jun 14 2015 b'Dima Kuznetsov ' - 0.0.101 a002d158: Fix interactive_ssh * Sun Jun 14 2015 b'Dima Kuznetsov ' - 0.0.100 4dd81ffe: Remove SSH client reuse and add explicit SSH termination * Thu Jun 11 2015 b'Dima Kuznetsov ' - 0.0.99 9e28762e: testenvcli ovirt collect: make --output flag mandatory * Wed Jun 03 2015 b'Tolik Litovsky ' - 0.0.98 ed415a0b: Adding the container scenario to setup of rpms * Tue Jun 02 2015 b'Tolik Litovsky ' - 0.0.97 d5178553: Moving the container deploy to engine. * Mon May 25 2015 b'Dima Kuznetsov ' - 0.0.96 99e02ef7: Add git to BuildRequires * Mon May 25 2015 b'Dima Kuznetsov ' - 0.0.95 3019af9d: Add json schema readme * Mon May 25 2015 b'Dima Kuznetsov ' - 0.0.94 009a2e8b: Add libvirt cache workaround to centos7 config * Thu May 21 2015 b'Dima Kuznetsov ' - 0.0.93 ba2b8f21: Fix srpm inclusion in internal repo * Mon May 18 2015 b'Dima Kuznetsov ' - 0.0.92 42f49e6c: Remove print statements * Mon May 18 2015 b'Tolik Litovsky ' - 0.0.91 fec0364a: updating the container build script * Mon May 18 2015 b'Dima Kuznetsov ' - 0.0.90 056c15a8: More fixes for merge_repos module * Mon May 18 2015 b'Dima Kuznetsov ' - 0.0.89 911c1e7b: Change RPM header retrieval * Mon May 18 2015 b'Dima Kuznetsov ' - 0.0.88 fc714c66: Added excludes to repo files * Mon May 18 2015 b'Dima Kuznetsov ' - 0.0.87 213c1b09: Fix merge_repos code to handle latest and greatest noarch vdsm * Sun May 17 2015 b'Dima Kuznetsov ' - 0.0.86 26199494: Make NAT default forward mode for testenv * Sun May 17 2015 b'Dima Kuznetsov ' - 0.0.85 11e92b34: Fix status verb * Sun May 17 2015 b'Dima Kuznetsov ' - 0.0.84 459d6714: Remove te- prefix from bridge networks * Sun May 17 2015 b'Dima Kuznetsov ' - 0.0.83 10d22fbf: More fixes for bridge network type * Sun May 17 2015 b'Dima Kuznetsov ' - 0.0.82 a3679a3e: Fix errors in BridgeNetwork code * Sun May 17 2015 b'Dima Kuznetsov ' - 0.0.81 0654bfef: Fix attribute error in Network class * Sun May 17 2015 b'Dima Kuznetsov ' - 0.0.80 363576ee: Add CommandStatus type and use it in run_command * Sun May 17 2015 b'Dima Kuznetsov ' - 0.0.79 37ceb52b: Fix PEP8 errors * Sun May 17 2015 b'Dima Kuznetsov ' - 0.0.78 d55cd4c7: Avoid allocating addresses on bridge networks * Sun May 17 2015 b'Dima Kuznetsov ' - 0.0.77 120e0d1f: Add safelease sync from EPEL * Sun May 17 2015 b'Dima Kuznetsov ' - 0.0.76 3e7ad64b: Fix typo in NATNetwork and BridgeNetwork * Sun May 17 2015 b'Dima Kuznetsov ' - 0.0.75 bc776c36: Add elaborate rules for testenv sudoers * Sun May 17 2015 b'Dima Kuznetsov ' - 0.0.74 ecad8786: Add bridge type network * Sun May 17 2015 b'Dima Kuznetsov ' - 0.0.73 b3169fff: Fix PEP8 for setup.py * Sun May 17 2015 b'Dima Kuznetsov ' - 0.0.72 40d80042: Make template check less strict * Sun May 17 2015 b'Dima Kuznetsov ' - 0.0.71 6b409b64: README fixes * Sun May 17 2015 b'Tolik Litovsky ' - 0.0.70 a0739b69: Fixing correct host setup script and memory * Sun May 17 2015 b'Tolik Litovsky ' - 0.0.69 ab4bd673: autopep8 the code * Sun May 17 2015 b'Tolik Litovsky ' - 0.0.68 22f1b5e5: Adding handling of systemd in a container and outside of him * Wed May 13 2015 b'Tolik Litovsky ' - 0.0.67 fe8487f2: Adding container config samle * Mon May 11 2015 b'Tolik Litovsky ' - 0.0.66 4d9d9c79: Adding setup script of container based node * Mon May 11 2015 b'Dima Kuznetsov ' - 0.0.65 76f65140: Add missing file from commit a973e026 * Sun May 10 2015 b'Dima Kuznetsov ' - 0.0.64 4db3effa: Add fix for stuck CLI verbs * Thu May 07 2015 b'Dima Kuznetsov ' - 0.0.63 1259f3bb: Refresh the README slightly * Thu May 07 2015 b'Dima Kuznetsov ' - 0.0.62 dcd792d0: Fix makefile spec target * Thu May 07 2015 b'Dima Kuznetsov ' - 0.0.61 8570da3f: Move config files into testenv-ovirt-extras package * Thu May 07 2015 b'Dima Kuznetsov ' - 0.0.60 75e1c7e4: Clean old rpms when uploading new ones * Thu May 07 2015 b'Dima Kuznetsov ' - 0.0.59 a7b90ee8: Add repo building targets to makefile * Thu May 07 2015 b'Dima Kuznetsov ' - 0.0.58 12bd917f: Refactor scp_to/from code * Thu May 07 2015 b'Dima Kuznetsov ' - 0.0.57 eab07c7a: Change the defaul log level to debug * Thu May 07 2015 b'Dima Kuznetsov ' - 0.0.56 a973e026: Add BZ#1195882 workaround for libvirt * Sun May 03 2015 b'Dima Kuznetsov ' - 0.0.55 345eafc7: Renovate image update script * Sun May 03 2015 b'Dima Kuznetsov ' - 0.0.54 738b05ea: Fix create_disk bug * Sun May 03 2015 b'Dima Kuznetsov ' - 0.0.53 b6d34bcd: Fix python2 call * Sun May 03 2015 b'Dima Kuznetsov ' - 0.0.52 ce2fe900: Move deploy paths into virt config * Sun May 03 2015 b'Dima Kuznetsov ' - 0.0.51 2ea8356e: Split out bootstrap steps * Sat May 02 2015 b'Dima Kuznetsov ' - 0.0.50 0feea52e: Add flake8 source check to build process * Thu Apr 30 2015 b'Dima Kuznetsov ' - 0.0.49 465d001d: Fix build_engine bugs * Sun Apr 26 2015 b'Dima Kuznetsov ' - 0.0.48 41715c31: Add repo management utility * Sun Apr 26 2015 b'Dima Kuznetsov ' - 0.0.47 0c59c9b6: Add option to configure default repo to use * Sun Apr 26 2015 b'Dima Kuznetsov ' - 0.0.46 a23541bb: Add option to skip syncing the repository * Sun Apr 26 2015 b'Dima Kuznetsov ' - 0.0.45 50379c5e: Add option to store templates inside configurable testenv path * Sun Apr 26 2015 b'Dima Kuznetsov ' - 0.0.44 5bc7c76a: Fix white/blacklist filtering in repoverify * Sun Apr 26 2015 b'Dima Kuznetsov ' - 0.0.43 2f0fa7b0: Fix incorrent attribute access * Sun Apr 26 2015 b'Dima Kuznetsov ' - 0.0.42 82c68d52: Remove unneeded code * Sun Apr 26 2015 b'Dima Kuznetsov ' - 0.0.41 be4529f3: Cleanup of method calls to properties * Sun Apr 26 2015 b'Dima Kuznetsov ' - 0.0.40 d5fbe1ba: Add exclude for big RPMs we don't need * Sun Apr 26 2015 b'Dima Kuznetsov ' - 0.0.39 f506cb99: Add building of vdms-jsonrpc-java component * Sun Apr 19 2015 b'Dima Kuznetsov ' - 0.0.38 23b3b43f: Fix internal reposync config * Sun Apr 19 2015 b'Dima Kuznetsov ' - 0.0.37 26d5b1f5: Tidy up build scripts * Sun Apr 19 2015 b'Dima Kuznetsov ' - 0.0.36 ea982b06: Fix missing template hash in logs * Sun Apr 19 2015 b'Dima Kuznetsov ' - 0.0.35 3b8d3503: Make log level configurable * Sun Apr 19 2015 b'Dima Kuznetsov ' - 0.0.34 b5623b0e: Add pre-configured default paths to installation * Sun Apr 19 2015 b'Dima Kuznetsov ' - 0.0.33 1532537c: Introduce configuration files * Thu Apr 16 2015 b'Dima Kuznetsov ' - 0.0.32 e1331435: Fix collect verb * Thu Apr 16 2015 b'Dima Kuznetsov ' - 0.0.31 84a8471a: Add option to exclude packages from repoverify * Thu Apr 16 2015 b'Dima Kuznetsov ' - 0.0.30 10b524db: Fix RPM filtering by arch * Thu Apr 16 2015 b'Dima Kuznetsov ' - 0.0.29 36e08bcb: Exclude downloading jasperreports-server when syncing nighly RPMs * Mon Apr 13 2015 b'Dima Kuznetsov ' - 0.0.28 188d0cd7: Add log collection verb * Mon Apr 13 2015 b'Dima Kuznetsov ' - 0.0.27 fc09ae74: Revert "Update Blank template name to Default" * Sun Apr 12 2015 b'Dima Kuznetsov ' - 0.0.26 fe193ed9: Fix get_api() code * Sun Apr 12 2015 b'Dima Kuznetsov ' - 0.0.25 dc3252f9: Fix passing arguments to select.select * Sun Apr 12 2015 b'Dima Kuznetsov ' - 0.0.24 a4998506: Update Blank template name to Default * Sun Apr 12 2015 b'Dima Kuznetsov ' - 0.0.23 49b30181: Enable persistent auth in ovirtsdk API * Sun Apr 12 2015 b'Dima Kuznetsov ' - 0.0.22 b2a40ab4: Convert possibly unicode string to ascii * Sun Apr 12 2015 b'Dima Kuznetsov ' - 0.0.21 dacf4710: Add timeout to ssh interactive loop * Sun Apr 12 2015 b'Dima Kuznetsov ' - 0.0.20 a1dde065: Convert possibly unicode strings to ascii * Sun Apr 12 2015 b'Dima Kuznetsov ' - 0.0.19 379b12ad: Add more information to ssh command logs * Mon Apr 06 2015 b'Dima Kuznetsov ' - 0.0.18 f96b9693: Detect what distros to sync/build from template versions * Mon Apr 06 2015 b'Dima Kuznetsov ' - 0.0.17 7d2f885d: Use password from template when adding host to engine * Mon Apr 06 2015 b'Dima Kuznetsov ' - 0.0.16 7396e2e4: Fix NIC info identation in status verb * Mon Apr 06 2015 b'Dima Kuznetsov ' - 0.0.15 c3819d96: Import template metadata into the VM objects * Mon Apr 06 2015 b'Dima Kuznetsov ' - 0.0.14 50fc1c6a: Change discovered verbs filter order * Mon Apr 06 2015 b'Dima Kuznetsov ' - 0.0.13 466235ec: Add template repository support * Mon Apr 06 2015 b'Dima Kuznetsov ' - 0.0.12 e8b07bfe: Fix wrong index in shell verb * Mon Apr 06 2015 b'Dima Kuznetsov ' - 0.0.11 06b62b73: Make except clause more precise * Mon Apr 06 2015 b'Dima Kuznetsov ' - 0.0.10 8b4155cb: Fix premature output cutoff in ssh commands * Mon Apr 06 2015 b'Dima Kuznetsov ' - 0.0.9 f43a6ef6: Add 3.5 answer file for EL6 * Sun Apr 05 2015 b'Dima Kuznetsov ' - 0.0.8 70748698: Fix ovirt-capabilities in CentOS6/7 virt configurations * Sun Apr 05 2015 b'Dima Kuznetsov ' - 0.0.7 85c702fc: Remove templates directory symlink * Sun Apr 05 2015 b'Dima Kuznetsov ' - 0.0.6 8ead2755: Get rid of external repo symlink * Sun Apr 05 2015 b'Dima Kuznetsov ' - 0.0.5 7fea1d7d: Fix prefix metadata load/save code * Sun Apr 05 2015 b'Dima Kuznetsov ' - 0.0.4 0d154afb: Fix HTTP server context * Sun Apr 05 2015 b'Dima Kuznetsov ' - 0.0.3 9d399c14: Fixes for source revisions * Sun Apr 05 2015 b'Dima Kuznetsov ' - 0.0.2 517b7c80: Initial squash from bit-bucket repo * Tue Aug 12 2014 b'Dima Kuznetsov ' - 0.0.1 6624afc3: Initial commit