1. cc5028d Merge remote-tracking branch 'origin/master' into xen by Anthony Young · 14 years ago
  2. 1a09ea4 update docs by Anthony Young · 14 years ago
  3. b62b4ca Initial commit of xen devstack support by Anthony Young · 14 years ago
  4. 70188b3 add image caching to lxc by Jesse Andrews · 14 years ago
  5. f2a343b Convert to use UEC images by Dean Troyer · 14 years ago
  6. 5cc7ebd Merge branch 'master' of github.com:cloudbuilders/devstack into uec-image by Dean Troyer · 14 years ago
  7. a0cf3c8 Do update copies by Dean Troyer · 14 years ago
  8. e33c5f6 Extract boot kernel from ramdisk image by Dean Troyer · 14 years ago
  9. 7920b0f Wait for partition device to appear by Dean Troyer · 14 years ago
  10. ad21d1a raise an error if stack fails in lxc by Jesse Andrews · 14 years ago
  11. ae60556 Always resize the root filesystem by Dean Troyer · 14 years ago
  12. ea442c1 Install a generic kernel in the ramdisk image by Dean Troyer · 14 years ago
  13. 7b1aa5b Merge branch 'master' of github.com:cloudbuilders/devstack by Jesse Andrews · 14 years ago
  14. 7d45a0f default the root password to admin password and don't fail if group already exists by Jesse Andrews · 14 years ago
  15. c99d4ad Merge pull request #102 from cloudbuilders/cache_images_kvm by Jesse Andrews · 14 years ago
  16. 00dcc06 put them in the right place by Jesse Andrews · 14 years ago
  17. 244655f copy to a directory not file by Jesse Andrews · 14 years ago
  18. 9173d06 typo by Jesse Andrews · 14 years ago
  19. 6065772 cache the images by Jesse Andrews · 14 years ago
  20. 61be924 Final ramdisk must be a filesystem image by Dean Troyer · 14 years ago
  21. a6466e0 Initial conversion to use UEC images by Dean Troyer · 14 years ago
  22. a03b99d Fix typos by Dean Troyer · 14 years ago
  23. 42940a4 Merge branch 'image' by Dean Troyer · 14 years ago
  24. ecc5a90 Add check for version compatibility by Dean Troyer · 14 years ago
  25. e753fdf Add get_uec_image.sh by Dean Troyer · 14 years ago
  26. 6856536 Fix issue #98 - wait till nbd is connected using method in nova's disk.py by Anthony Young · 14 years ago
  27. 381591a raise error if stack.sh failed by Jesse Andrews · 14 years ago
  28. 87a73e8 only run apt-get install if needed - fixes multiple builds being kicked off at once by Jesse Andrews · 14 years ago
  29. fcfa9c3 Add oneiric to supported list by Dean Troyer · 14 years ago
  30. 9af93e9 Add oneric to supported list by Dean Troyer · 14 years ago
  31. f5ecd5b Add comment about why the sleep is there by Jesse Andrews · 14 years ago
  32. 61e0a2e don't explode if domain doesn't already exist in build_kvm.sh by Jesse Andrews · 14 years ago
  33. b169b63 typo in setting root password by Jesse Andrews · 14 years ago
  34. 4b8ab92 errexit for build_kvm.sh by Jesse Andrews · 14 years ago
  35. 1369c05 can't unmount if cwd is in copy by Jesse Andrews · 14 years ago
  36. 82040df update build lxc/kvm variables to GUEST instead of CONTAINER by Jesse Andrews · 14 years ago
  37. ccc11c9 use CONTAINER_NAME instead of CONTAINER like build_kvm.sh by Jesse Andrews · 14 years ago
  38. ec1d031 libvirt.xml needs to be created in correct location by Jesse Andrews · 14 years ago
  39. d033291 Rename BASE_IMAGE_COPY to VM_IMAGE by Dean Troyer · 14 years ago
  40. ad57a3a Change hard-coded natty to DIST_NAME by Dean Troyer · 14 years ago
  41. e4f030f Add CONTAINER_NAME to BASE_IMAGE_COPY value by Dean Troyer · 14 years ago
  42. 47d265b Merge pull request #63 from dtroyer/2-checkout-devstack by Jesse Andrews · 14 years ago
  43. 13050a8 Merge pull request #85 from cloudbuilders/n-vol by Jesse Andrews · 14 years ago
  44. 698fc61 Merge remote-tracking branch 'cloudbuilders/master' by James E. Blair · 14 years ago
  45. 6960eff parameterize ram/cores in build_kvm by Jesse Andrews · 14 years ago
  46. 6993746 add some sleeps to help figure out mount error by Anthony Young · 14 years ago
  47. d781efd fix space by Anthony Young · 14 years ago
  48. babb2e0 re-order cleanup calls by Anthony Young · 14 years ago
  49. 03c1fa6 use CONTAINER_NAME, like lxc, and use default semi-unique mac addresses by Anthony Young · 14 years ago
  50. b22263a tweaks per jesse comments by Anthony Young · 14 years ago
  51. 7057ae9 Reduce timeouts to 60 seconds. by James E. Blair · 14 years ago
  52. acff87a initial support for volumes by Anthony Young · 14 years ago
  53. 9b35367 fix whitespace by Vishvananda Ishaya · 14 years ago
  54. 92e8199 Add bare-metal build scripts. by James E. Blair · 14 years ago
  55. 3ee09ec now works with natty by Anthony Young · 14 years ago
  56. 9c0fdd7 parameterize nbd dev by Anthony Young · 14 years ago
  57. d51812d working build_kvm by Anthony Young · 14 years ago
  58. 67243ce Merge remote-tracking branch 'origin/build_kvm' into build_kvm by Anthony Young · 14 years ago
  59. 728e944 Merge branch 'build_kvm', remote-tracking branch 'origin' into build_kvm by Anthony Young · 14 years ago
  60. 0e0affd Merge pull request #67 from dtroyer/7-stack-home by Jesse Andrews · 14 years ago
  61. fa4b5eb more progress on build_kvm by Anthony Young · 14 years ago
  62. f6f5227 console log by Anthony Young · 14 years ago
  63. 1b7a42e add build_kvm file by Anthony Young · 14 years ago
  64. 314bc22 Fix another chroot/chown combo by Dean Troyer · 14 years ago
  65. d642f86 Fix syslinux failure on new USB drive by Dean Troyer · 14 years ago
  66. 583bad0 minor tweaks - source stackrc/localrc for excercise.sh. Also, fix typo in build_lxc.sh by Anthony Young · 14 years ago
  67. 028cad1 better pre-caching by Anthony Young · 14 years ago
  68. b5da519 Always use current devstack in ramdisk by Dean Troyer · 14 years ago
  69. ae8bc12 automatically use the nameserver of the launching host if not specified by Anthony Young · 14 years ago
  70. bd50e96 Merge remote-tracking branch 'upstream/master' into 4-run.sh by Dean Troyer · 14 years ago
  71. 6b9d6da force dep updates every run for now by Anthony Young · 14 years ago
  72. 04db155 make sure to kill tail on exit by Anthony Young · 14 years ago
  73. 0fdb2ec Remove natty image fakery by Dean Troyer · 14 years ago
  74. 25369c9 make tail stop when stack.sh is finished by Anthony Young · 14 years ago
  75. 9ff71ac make build_lxc.sh work on oneiric by Anthony Young · 14 years ago
  76. e8efef7 move lxc to tools by Anthony Young · 14 years ago
  77. 288f3bd Set hostname in ramdisk image by Dean Troyer · 14 years ago
  78. 8abb812 Merge pull request #66 from dtroyer/6-usb-boot by Jesse Andrews · 14 years ago
  79. 7c076ee Add FLOATING_RANGE default by Dean Troyer · 14 years ago
  80. 9a60bfa Cleanups by Dean Troyer · 14 years ago
  81. 274ec10 Add build_usb_boot.sh by Dean Troyer · 14 years ago
  82. dd6636b Cleanup PXE boot config by Dean Troyer · 14 years ago
  83. 8f851e7 Create run.sh by Dean Troyer · 14 years ago
  84. f6fd4dc Check out devstack by default by Dean Troyer · 14 years ago
  85. 5611951 Move utility scripts to tools/ by Dean Troyer · 14 years ago
  86. 135fb64 Major refactor of vpn install by Dean Troyer · 14 years ago
  87. 2969c70 initial commit of wilks work by Jesse Andrews · 14 years ago