1. e228093 some cleanup for utility scripts by Anthony Young · 14 years ago
  2. c1024d8 tweaks to warm script, add script to configure stack user by Anthony Young · 14 years ago
  3. 208ae2f fix some comments by Anthony Young · 14 years ago
  4. 8655bf0 more checks to make sure script is run as intended by Anthony Young · 14 years ago
  5. 069f2f7 +x by Anthony Young · 14 years ago
  6. e7fa909 script to warm apts/pips on a base image, to speed up performace of build_ scripts by Anthony Young · 14 years ago
  7. 08c999d Merge pull request #167 from cloudbuilders/trunk-fixes by sleepsonthefloor · 14 years ago
  8. 92c9a4d Merge pull request #169 from jeblair/master by Jesse Andrews · 14 years ago
  9. 2403e71 Merge pull request #168 from cloudbuilders/uec-simple by sleepsonthefloor · 14 years ago
  10. e3c47a3 parameterize vm size, improve metadata, conditional for ubuntu version by Jesse Andrews · 14 years ago
  11. 955e5e7 don't need static uec meta/user data since we generate by Jesse Andrews · 14 years ago
  12. f0b41f3 update for why we sleep by Jesse Andrews · 14 years ago
  13. 6cbf287 Fix typo in exercise.sh by James E. Blair · 14 years ago
  14. 9812ffb clean up service token by Vishvananda Ishaya · 14 years ago
  15. dca8900 destroying the network isn't enough to delete the leases by Jesse Andrews · 14 years ago
  16. 02cc96c increase the dhcp range by Jesse Andrews · 14 years ago
  17. 1a5a65f Merge pull request #164 from cloudbuilders/xen_multi by Jesse Andrews · 14 years ago
  18. 6e3a4c5 run hostname on remote server by Jesse Andrews · 14 years ago
  19. b17c4f3 make sure hostname resolves by Jesse Andrews · 14 years ago
  20. d55a515 egrep needed for parens by Jesse Andrews · 14 years ago
  21. dadb07f Switch the way we check for completion by Jesse Andrews · 14 years ago
  22. c7f72ad should speed up by 20 seconds - sudo and no sleep by Jesse Andrews · 14 years ago
  23. 00d6bc6 Don't forget to echo so we can find it by Jesse Andrews · 14 years ago
  24. 53d7533 pull DIST_NAME from source by Jesse Andrews · 14 years ago
  25. 5f4ae10 chown should be to stack user, not root by Jesse Andrews · 14 years ago
  26. ab6105c sleep half a second to allow bash to start in screen by Jesse Andrews · 14 years ago
  27. 11416bf use the right revision by Jesse Andrews · 14 years ago
  28. 0c00895 accidentally running stack.sh ... by Jesse Andrews · 14 years ago
  29. 81881ec use the right devstack sha by Jesse Andrews · 14 years ago
  30. 6b1c26e use the provided localrc by Jesse Andrews · 14 years ago
  31. 9102d45 resize the uec image by Jesse Andrews · 14 years ago
  32. 446a330 another attempt at userdata by Jesse Andrews · 14 years ago
  33. 2d40c26 git clone by Jesse Andrews · 14 years ago
  34. e735833 more userdata by Jesse Andrews · 14 years ago
  35. 63cb923 more userdata by Jesse Andrews · 14 years ago
  36. 7306f3b more metadata by Jesse Andrews · 14 years ago
  37. 9645b0c kill ... by Jesse Andrews · 14 years ago
  38. cc03cc8 kill works by Jesse Andrews · 14 years ago
  39. 3ce79aa improve kill by Jesse Andrews · 14 years ago
  40. 947a765 switch lsof syntax by Jesse Andrews · 14 years ago
  41. d7ce7af set the hostname by Jesse Andrews · 14 years ago
  42. ee34f62 kill the old metadata process by Jesse Andrews · 14 years ago
  43. e49f751 force the uec to be recreated by Jesse Andrews · 14 years ago
  44. 438ea57 typo by Jesse Andrews · 14 years ago
  45. f504e28 don't need to spawn a bash by Jesse Andrews · 14 years ago
  46. 9ed6bbd attempt to run the metadata service by Jesse Andrews · 14 years ago
  47. 6416407 simple metadata service by Jesse Andrews · 14 years ago
  48. 63fa7ab tweaks by Jesse Andrews · 14 years ago
  49. a628262 let dhcp work by Jesse Andrews · 14 years ago
  50. f5a7691 closer to fine by Jesse Andrews · 14 years ago
  51. 3b76858 extract tarball in image dir by Jesse Andrews · 14 years ago
  52. 96dffbc uec_url should be underscore by Jesse Andrews · 14 years ago
  53. 228f246 work towards booting by Jesse Andrews · 14 years ago
  54. 9fc02e0 Merge pull request #165 from cloudbuilders/service_timeout by sleepsonthefloor · 14 years ago
  55. 5f03932 make some changes prepping for trunk branch by Vishvananda Ishaya · 14 years ago
  56. f0f1f69 Merge pull request #166 from cloudbuilders/get_uec_image by Jesse Andrews · 14 years ago
  57. 8b3eb5f work towards simpiler uec by Jesse Andrews · 14 years ago
  58. 43392f7 Beef up error handling (#886666) by Dean Troyer · 14 years ago
  59. 2bbcd68 Add SERVICE_TIMEOUT by Dean Troyer · 14 years ago
  60. 40b5737 fix comment by Anthony Young · 14 years ago
  61. 346e491 add script that demonstrates separation of head abd compute roles when using xen by Anthony Young · 14 years ago
  62. 49946a1 proper path for arping in sudoers by Jesse Andrews · 14 years ago
  63. 5f3f21f Merge pull request #161 from cloudbuilders/lessapt by sleepsonthefloor · 14 years ago
  64. f576310 Merge pull request #162 from cloudbuilders/volpath by Jesse Andrews · 14 years ago
  65. f7fe442 Merge branch 'fix_cache' into lessapt by Anthony Young · 14 years ago
  66. ca2c047 fix caching so that there is the ability to download services without installing them. This is done with a #NOPRIME comment in apts/files/ by Anthony Young · 14 years ago
  67. b244ef3 Use $DEST for volume backing file. by Todd Willey · 14 years ago
  68. cc19748 Merge pull request #160 from cloudbuilders/mk_cachedir by Jesse Andrews · 14 years ago
  69. 1468133 only download - don't install apts - also pip install by Jesse Andrews · 14 years ago
  70. 23324e9 create the uec cachedir if it doesn't exist. Otherwise build_libvirt fails on clean installs by Anthony Young · 14 years ago
  71. a81bbbd Merge pull request #157 from cloudbuilders/swift-config-location by Chmouel Boudjnah · 14 years ago
  72. 05ffac1 Merge pull request #159 from chmouel/swift-excercise-only-when-enabled by Chmouel Boudjnah · 14 years ago
  73. 53ca603 Only run swift excercise when swift is enabled. by Chmouel Boudjnah · 14 years ago
  74. e1664a4 Merge pull request #158 from chmouel/swift-shush-question-if-not-needed by sleepsonthefloor · 14 years ago
  75. b2857e4 Only ask for swift_hash if swift is enabled. by Chmouel Boudjnah · 14 years ago
  76. d24f689 Merge pull request #156 from chmouel/swift-stable-diablo-repo by sleepsonthefloor · 14 years ago
  77. df5e994 don't install memcached in general list by Jesse Andrews · 14 years ago
  78. 3a64826 Redefine swift configs in SWIFT_DIR by Chmouel Boudjnah · 14 years ago
  79. 3875015 Change SWIFT_LOCATION to SWIFT_DATA_LOCATION by Chmouel Boudjnah · 14 years ago
  80. f7788ac Use stable/diablo for swift. by Chmouel Boudjnah · 14 years ago
  81. e3e4286 Merge pull request #137 from cloudbuilders/new-swift-support by Chmouel Boudjnah · 14 years ago
  82. 24ec349 Merge remote-tracking branch 'origin/master' into new-swift-support by Chmouel Boudjnah · 14 years ago
  83. 072a671 Merge pull request #155 from cloudbuilders/fix_quantum_branchname by sleepsonthefloor · 14 years ago
  84. 9a76699 fix quantum branch name - diablo does not exist by Anthony Young · 14 years ago
  85. 978207e Merge pull request #154 from cloudbuilders/openvswitch_fix by sleepsonthefloor · 14 years ago
  86. 0c3b60c typo by Anthony Young · 14 years ago
  87. ae7f264 remove -y since this is using apt_get by Anthony Young · 14 years ago
  88. bdc254e emergency fix to not install openvswitch if user is not using quantum by Anthony Young · 14 years ago
  89. 5125579 Merge pull request #147 from bgh/quantum by Jesse Andrews · 14 years ago
  90. 537ddff Move all swift files to $FILES/swift/ by Chmouel Boudjnah · 14 years ago
  91. 1298dcc Fix delete of container. by Chmouel Boudjnah · 14 years ago
  92. 8d5334c Remove dup and whitespaces. by Chmouel Boudjnah · 14 years ago
  93. bbed01d Add swift to exercise.sh by Chmouel Boudjnah · 14 years ago
  94. e8d1158 Missed one variable subst from the last commit. by Chmouel Boudjnah · 14 years ago
  95. 3d9c5d5 Add documentation and fixes. by Chmouel Boudjnah · 14 years ago
  96. b93478f Change drives location. by Chmouel Boudjnah · 14 years ago
  97. e1136cb Fix SWIFT_HASH_PREFIX variable. by Chmouel Boudjnah · 14 years ago
  98. 06018a6 Fix wording. by Chmouel Boudjnah · 14 years ago
  99. 55ca8c3 Remove fstab entry and mount it manually. by Chmouel Boudjnah · 14 years ago
  100. 067163d More stack user removals. by Chmouel Boudjnah · 14 years ago