Commit Graph

  • 65d1a7d841 directory structure reorganized in devops Vladimir Kozhukalov 2012-06-09 17:39:48 +0400
  • c348bfdce5 integration cobbler test added Vladimir Kozhukalov 2012-06-07 12:16:36 +0400
  • c8138d0c0c [devops] Reorganized structure; added setup.py Maxim Kulkin 2012-06-06 18:47:56 +0400
  • e86dad2823 [devops] Updated sample run.py script to run 2 nodes Maxim Kulkin 2012-06-06 15:48:15 +0400
  • 234c2335c1 [devops] Added environment id initialization Maxim Kulkin 2012-06-06 15:47:47 +0400
  • 4c4abd1a6c [devops] Added environment save/load; added basic CLI Maxim Kulkin 2012-06-06 15:44:07 +0400
  • e5262dcfdc [devops] Changed default IP network range to speed up loading Maxim Kulkin 2012-06-06 15:42:46 +0400
  • b1f15b029c [devops] Updated run.py sample script to start second node and wait for ipaddress Maxim Kulkin 2012-06-06 14:31:30 +0400
  • 59c5d0c54e [devops] Added logging Maxim Kulkin 2012-06-06 14:28:07 +0400
  • 4c6d9a184e [devops] Renamed integration test; added Node.ip_address shortcut Maxim Kulkin 2012-06-05 19:29:03 +0400
  • a07e4f9b1a [devops] Added sample test case using devops and unittest Maxim Kulkin 2012-06-05 18:48:06 +0400
  • 0976487cb0 [devops] Added support for remote ISO images (with local caching) Maxim Kulkin 2012-06-05 18:45:57 +0400
  • 9835bbf2e9 [devops] Added shortcuts for common environment operations (build/destroy/load) Maxim Kulkin 2012-06-05 17:06:20 +0400
  • 71a40bba61 [devops] Simplified VNC setting parsing in yaml_config_loader Maxim Kulkin 2012-06-05 17:05:35 +0400
  • ca581e8040 [devops] Implemented detection of node's IP addresses based on ARP tables Maxim Kulkin 2012-06-05 17:04:43 +0400
  • 79fbf20674 [devops] Fixed IpNetworksPool.reserve() converting set to list; added test Maxim Kulkin 2012-06-04 19:36:31 +0400
  • e60f29ace5 [devops] Added script to create deployed admin node image Maxim Kulkin 2012-06-04 18:56:34 +0400
  • 0630a7818e [devops] Added icmp_ping, tcp_ping and wait helpers Maxim Kulkin 2012-06-04 18:52:51 +0400
  • eda7acd252 [devops] Fix permission problems for Libvirt's disk image files Maxim Kulkin 2012-06-04 18:26:50 +0400
  • fff7c53a8a [devops] Enable verbose output of Libvirt's disk creation command Maxim Kulkin 2012-06-04 18:23:20 +0400
  • b92a7a482a [devops] Release IP networks when destroying environment Maxim Kulkin 2012-06-04 18:22:15 +0400
  • feaa0ea836 [devops] Added detection of already taken networks Maxim Kulkin 2012-06-04 18:21:04 +0400
  • 0e1436a286 [devops] Cleaned up libvirsh_cleanup; workaround removing networks called 'default' Maxim Kulkin 2012-06-04 18:14:11 +0400
  • 58f7cec696 [devops] Improved directory & disk file management Maxim Kulkin 2012-06-04 02:46:25 +0400
  • d721e6757b [devops] Fixed libvirt tests; added tests for IpNetworksPool Maxim Kulkin 2012-06-04 02:04:31 +0400
  • 5d547d9cea [devops] Updated run.py: pass network settings to VM kernel arguments Maxim Kulkin 2012-06-04 00:46:20 +0400
  • 74b2cf4a6f [devops] Implemented hypervisor priorities (do not use QEMU if better hypervisor is available) Maxim Kulkin 2012-06-03 22:37:05 +0400
  • c22778456c [devops] Enabled VNC on non-local interfaces Maxim Kulkin 2012-06-03 22:34:07 +0400
  • 510bcc54a4 [devops] Moved network addresses initialization from libvirt to controller Maxim Kulkin 2012-06-01 19:17:57 +0400
  • 37cf1ab107 [devops] Added dhcp_server option for networks, tests, cleaned up code Maxim Kulkin 2012-06-01 15:54:28 +0400
  • a8ead8d4b4 [devops] Cleaned up run.py Maxim Kulkin 2012-06-01 15:53:37 +0400
  • 5d6b9f7d33 [devops] Added node's VNC port retrieval Maxim Kulkin 2012-06-01 15:52:51 +0400
  • c90d5f6a96 run2.py script added in devops Vladimir Kozhukalov 2012-06-01 13:07:00 +0400
  • d4a403c86a [devops] Changed sample installation script to use relative paths for ISO Maxim Kulkin 2012-05-31 19:47:00 +0400
  • ee6f910fa5 [devops] Changed send-key feature to send key at a time Maxim Kulkin 2012-05-31 19:46:22 +0400
  • 5d406b149b [devops] Implemented sample admin node creation script Maxim Kulkin 2012-05-31 15:17:28 +0400
  • 8b6a0a6665 [devops] Implemented sending keys to node Maxim Kulkin 2012-05-31 15:16:07 +0400
  • e60d031095 [devops] Convert scancodes to libvirt's format (no key release codes) Maxim Kulkin 2012-05-31 14:58:40 +0400
  • fa25a1786a [devops] Add cdrom to boot order if specified Maxim Kulkin 2012-05-31 14:57:07 +0400
  • 60c5b4a37d [devops] Store disk size in bytes Maxim Kulkin 2012-05-31 14:56:28 +0400
  • 6dfc8f1d3d [devops] Fixed bug with environment work dir wrong variable name Maxim Kulkin 2012-05-31 14:54:29 +0400
  • e78ad1e9a1 [devops] Added text-to-scancodes conversion module; addded send_keys_to_node driver's method. Maxim Kulkin 2012-05-30 17:38:39 +0400
  • f1cda56d79 changes for dhcp with range allocation root 2012-05-30 14:18:23 +0400
  • 71efb01225 [devops] Converted models from containers to active models Maxim Kulkin 2012-05-29 18:37:17 +0400
  • e18c5be5ce [devops] Added tests for libvirt's XML: handling memory and cdrom Maxim Kulkin 2012-05-25 14:24:44 +0400
  • d420f7fb64 Added exception class for devops libvirt errors Maxim Kulkin 2012-05-25 14:23:13 +0400
  • c71b2708ba cdrom added to devops node Vladimir Kozhukalov 2012-05-24 20:08:57 +0400
  • dc09b120ff Updated devops libvirt driver to support libvirt 0.9.8 Maxim Kulkin 2012-05-24 18:24:46 +0400
  • 4a1598a86a vnc added to devops node Vladimir Kozhukalov 2012-05-24 17:59:58 +0400
  • 7299a15c95 Fixed devops VM memory units Maxim Kulkin 2012-05-24 16:49:56 +0400
  • af51b7e01a Updated devops: better unique name generation, networks, mac_address detection Maxim Kulkin 2012-05-22 13:44:15 +0400
  • 08c98eb1e3 Updated devops/xml to support getting node's text Maxim Kulkin 2012-05-22 12:56:01 +0400
  • 6b590cf978 Implemented devops basic environment build/destroy Maxim Kulkin 2012-05-21 16:24:58 +0400
  • 887336ebdc Added devops - library for managing virtual environment Maxim Kulkin 2012-05-17 18:43:20 +0400
  • aabf546fa2 Merge ../product-and-community Roman Alekseenkov 2012-05-14 16:58:10 +0400