1. 63c8b37 create vSG lan port when Instance is created by Scott Baker · 10 years ago
  2. c9b0ec7 sort controller_networks to make sure access is first and management is second by Scott Baker · 10 years ago
  3. f0538b8 Reran chuckmove after adjusting '*' by Sapan Bhatia · 10 years ago
  4. 3586c55 move util.logger to xos.logger by Scott Baker · 10 years ago
  5. c83da37 Moved openstack observer into synchronizers by Sapan Bhatia · 10 years ago[Renamed from xos/openstack_observer/steps/sync_instances.py]
  6. 16be143 Relocated observer namespace into synchronizers.base by Sapan Bhatia · 10 years ago
  7. ad3f78d more debugging info by Scott Baker · 10 years ago
  8. dcf9e0d fold Container object into Instance by Scott Baker · 10 years ago
  9. 7a4ebb3 Fix for slow instantiating first sliver bug. by Sapan Bhatia · 10 years ago
  10. 9ee3b15 Populate web server with hello world configuration by Sapan Bhatia · 10 years ago
  11. 5e06cf8 resolve merge conflicts by Tony Mack · 10 years ago
  12. 2aa1c03 Bug fix in sync_instances by Sapan Bhatia · 10 years ago
  13. c239f67 Refactored sync steps, making ansible explicit by Sapan Bhatia · 10 years ago
  14. 3ceb16f observer steps get v3 token using domain auth and use token at v2 api endpoints by Tony Mack · 10 years ago
  15. 3201006 replaces all occurrences of "{S,s}liver{s,}" with {I,i}nstance{s,} by Tony Mack · 10 years ago
  16. 26ea0eb resolve merge conflicts by Tony Mack · 10 years ago
  17. 895d804 resolve merge conflicts by Tony Mack · 10 years ago
  18. 14823dd replace all occurrences of {Ss}liver{s,} with {Ii}nstance{s,} by Tony Mack · 10 years ago[Renamed from xos/openstack_observer/steps/sync_slivers.py]
  19. d851547 replace all occurrences of {Ss}liver{s,} with {Ii}nstance{s,} by Tony Mack · 10 years ago
  20. 7dac966 Resolve discrepancy between ids Fixes #68 and #69. by Sapan Bhatia · 11 years ago
  21. 01298ed Support for innocuous exceptions. Fail and retry, but do not report as error in GUI. by Sapan Bhatia · 11 years ago
  22. 5d51807 Minor tweaks, indentation issues by Sapan Bhatia · 11 years ago
  23. 06b1a88 Added support for disabling controllers when they are down by Sapan Bhatia · 11 years ago
  24. 5fb6832 refuse to instantiate sliver if private network is not ready by Scott Baker · 11 years ago
  25. 5b04461 add service.public_key; make sync_slivers get image id from ControllerImage object by Scott Baker · 11 years ago
  26. a4025e9 Account for change in playbook by Andy Bavier · 11 years ago
  27. 9473f5e Fix problems with generated user data by Andy Bavier · 11 years ago
  28. 4d0d75c log messges are written to /var/log/observer.log by Tony Mack · 11 years ago
  29. 65b22de Pass SSH keys in userdata by Andy Bavier · 11 years ago
  30. 655b93e Fix implemented in a debugging session with Marc Fiuczynski by Sapan Bhatia · 11 years ago
  31. 107b3e2 add restapi_hostname and restapi_port to default userdata; check in changes to delete found on portal by Scott Baker · 11 years ago
  32. ef20dd5 rename planetstack directory to xos by Scott Baker · 11 years ago[Renamed from planetstack/openstack_observer/steps/sync_slivers.py]
  33. 86e132c rename planetstack module to xos by Scott Baker · 11 years ago
  34. 39a775f Separated "provides" and "observes" declarations in sync steps. Provides is for dependency management and observes is for retrieving obejcts that have changed. by Sapan Bhatia · 11 years ago
  35. 3346abe Fix assignment of sliver IP Addresses, failing because of an import error by Sapan Bhatia · 11 years ago
  36. 3b3e1e1 Defer error checking to ansible layer by Sapan Bhatia · 11 years ago
  37. 68b9c1c Add uuid field to sliver by Sapan Bhatia · 11 years ago
  38. 3f126ae use flavor specified by user instead of defaulting to m1.medium by Tony Mack · 11 years ago
  39. d7750cf Changed dependency info for sync_slivers by Sapan Bhatia · 11 years ago
  40. 7da8d8f remove extraneous white space from hostname by Tony Mack · 11 years ago
  41. d1275ea fix bugs by Tony Mack · 11 years ago
  42. 80c4254 bugfixes and cleanup by Tony Mack · 11 years ago
  43. 3066a95 removing plural from model names. some cleanup by Tony Mack · 11 years ago
  44. af671e6 remove debugging by Tony Mack · 11 years ago
  45. 369f9b9 update to make use of renamed NetworkTemplate fields by Scott Baker · 11 years ago
  46. 6bc4328 BUGFIX: Use sliver.controllerNetwrok instead of sliver.node.controller by Sapan Bhatia · 11 years ago
  47. eeaf5fd Fixes to sync_slivers moved over from alpha by Sapan Bhatia · 11 years ago
  48. ba746bd Fixed credentials in sync_slivers by Sapan Bhatia · 11 years ago
  49. 06c8e47 Controller replaces Deployment by Tony Mack · 11 years ago
  50. 01d8917 Switched deletion to ansible by Sapan · 11 years ago
  51. 6a97562 Make sync_slivers conform to sys by Sapan · 11 years ago
  52. 85e0908 Renamed SliceDeployment back to SliceDeployments by Sapan Bhatia · 11 years ago
  53. 18e01e3 Renamed SliceDeployments --> SliceDeployment by Sapan Bhatia · 11 years ago
  54. 78c6b98 merge changes not committed by Scott Baker · 11 years ago
  55. 14356b7 Merged ansible branch into master by Sapan Bhatia · 11 years ago
  56. 074e2ff plumb flavors through to openstack by Scott Baker · 11 years ago
  57. db0a110 set default userdata by Scott Baker · 11 years ago
  58. 9650004 Sliver deleter, refactored by Sapan Bhatia · 11 years ago
  59. a358f0f Rename observer to openstack_observer, making room for more convenient by Sapan Bhatia · 11 years ago[Renamed from planetstack/observer/steps/sync_slivers.py]
  60. 9c7a1e1 userdata support for instance creation by Scott Baker · 12 years ago
  61. 3949bc6 fix files I checked into the wrong directory by Scott Baker · 12 years ago
  62. 67a5fd6 remove unused code by Tony Mack · 12 years ago
  63. a7adc96 move key sync logic to sync_slivers by Tony Mack · 12 years ago
  64. 02a4b4e fix login for which networks a sliver connets to by Tony Mack · 12 years ago
  65. 0c6459a only save sliver record if operstions succeed by Tony Mack · 12 years ago
  66. ed9925a add network template to requested networks by Tony Mack · 12 years ago
  67. 8047cea changed 'uuid' to 'net-id' in networks arg. Don't include empty strings in public keys list by Tony Mack · 12 years ago
  68. fe9d9bd import logger by Tony Mack · 12 years ago
  69. d1a17e1 bug fixes and improvements by Tony Mack · 12 years ago
  70. 976d774 fix bugs by Tony Mack · 12 years ago
  71. e4be32f observer now supports remote openstack deployments by Tony Mack · 12 years ago
  72. a6cbd36 use slice creator context instead of admin context by Tony Mack · 12 years ago
  73. 27ec0f5 fix bugs by Tony Mack · 12 years ago
  74. 6fd3ef8 add missing code to sync_slivers by Tony Mack · 12 years ago
  75. ae7f30c fix NameError and AttribteError by Tony Mack · 12 years ago
  76. dacfb98 tabs by Tony Mack · 12 years ago
  77. 66646d5 implement fetch_pending() by Tony Mack · 12 years ago
  78. 04c94ad Wide range of debugging changes by Sapan Bhatia · 12 years ago
  79. 2ef36c8 Schedules for various steps by Sapan Bhatia · 12 years ago
  80. 24836f1 Sync refactored into abstract steps by Sapan Bhatia · 12 years ago