1. 54c5a7f refactor container/container_vm stuff into SyncInstanceUsingAnsible; add c_tag and s_tag support by Scott Baker · 10 years ago
  2. c9642a7 remove segmentation_id from port by Scott Baker · 10 years ago
  3. 4b2232c push s_tag, c_tag, next_hop down into yaml by Scott Baker · 10 years ago
  4. a8c8a42 plumb through container-in-VM to synchronizer by Scott Baker · 10 years ago
  5. 91d5aac set instance_id and instance_name for container-based instances by Scott Baker · 10 years ago
  6. e317a99 add volume support back to containers by Scott Baker · 10 years ago
  7. 38a6888 update Instance model_policy to handle container stuff by Scott Baker · 10 years ago
  8. dcf9e0d fold Container object into Instance by Scott Baker · 10 years ago
  9. 9033874 Smaller penalty for dep failed exceptions by Sapan Bhatia · 10 years ago
  10. ae05055 add volumes field to container object and use it to setup docker volumes by Scott Baker · 10 years ago
  11. 64ccfdf temporarily revert back out volume-related change by Scott Baker · 10 years ago
  12. 50fcafa fix interface numbering bug by Scott Baker · 10 years ago
  13. 9ca886f use root key from /root/setup/root_key by Scott Baker · 10 years ago
  14. 70b8705 clean up the bad requests library if it gets installed by Scott Baker · 10 years ago
  15. c5d6ec6 seems we need systemd instead of upstart by Scott Baker · 10 years ago
  16. 4293d73 network connectivity for containers on bare metal by Scott Baker · 10 years ago
  17. c1b2879 container sync step, WIP by Scott Baker · 10 years ago
  18. e4ea895 Add container class, add segmentation_id to Port, allow ports to be attached to containers by Scott Baker · 10 years ago
  19. 7a4ebb3 Fix for slow instantiating first sliver bug. by Sapan Bhatia · 10 years ago
  20. 17766c4 fix sync_controller_networks failing NAT networks by Scott Baker · 10 years ago
  21. 9ee3b15 Populate web server with hello world configuration by Sapan Bhatia · 10 years ago
  22. fb39a74 Add config drive for metadata by Andy Bavier · 10 years ago
  23. e30188f Minor fix by Andy Bavier · 10 years ago
  24. e4fe9ec revert remaining step and playbooks by Tony Mack · 10 years ago
  25. 6b448e1 Now pulling port forwarding information directly from XOS by Andy Bavier · 10 years ago
  26. c12ee48 revert merge from domain_auth branch by Tony Mack · 10 years ago
  27. dc182bd bump response index in map_sync_outputs where we've added a get_token task to the corresponding playbook by Tony Mack · 10 years ago
  28. 0557392 cannot assume default admin tenant will be named 'admin'. Get default admin tenant name from controller instance by Tony Mack · 10 years ago
  29. 4b51f21 fix member names map_inputs --> map_sync_inputs, map_outputs --> map_sync_outputs by Scott Baker · 10 years ago
  30. 09da2e4 Fix problem with token.stdout by Andy Bavier · 10 years ago
  31. 853d65c specify full path to get_token.sh by Tony Mack · 10 years ago
  32. 993a131 congroller -> controller by Scott Baker · 10 years ago
  33. 5e06cf8 resolve merge conflicts by Tony Mack · 10 years ago
  34. 96687bf eliminate console io by Scott Baker · 10 years ago
  35. 2aa1c03 Bug fix in sync_instances by Sapan Bhatia · 10 years ago
  36. d18f24f Removed remnants from the failed ansible-only rewrite of the Synchronizer by Sapan Bhatia · 10 years ago
  37. 382ad25 Bug fix by Sapan Bhatia · 10 years ago
  38. 3674edf Missing annotation in sync_controller_slices by Sapan Bhatia · 10 years ago
  39. 39f2753 New style invocations, lost during rebase by Sapan Bhatia · 10 years ago
  40. ae4b067 Misplaced calls from old style invocation by Sapan Bhatia · 10 years ago
  41. 6bfea4e Can't filter a list by Sapan Bhatia · 10 years ago
  42. c5b1443 Generic dependency checking phantom step by Sapan Bhatia · 10 years ago
  43. c239f67 Refactored sync steps, making ansible explicit by Sapan Bhatia · 10 years ago
  44. a9fb148 store mac address for ports that users create before slice by Scott Baker · 10 years ago
  45. d84888d fix variable name conflict by Scott Baker · 10 years ago
  46. 9ad5d76 rename sync_slivers.yaml yo sync_instances.yaml by Scott Baker · 10 years ago
  47. cf9d2c5 rename by Tony Mack · 10 years ago
  48. 3ceb16f observer steps get v3 token using domain auth and use token at v2 api endpoints by Tony Mack · 10 years ago
  49. 3201006 replaces all occurrences of "{S,s}liver{s,}" with {I,i}nstance{s,} by Tony Mack · 10 years ago
  50. b956a5d resolve merge conflicts by Tony Mack · 10 years ago
  51. e553b47 store neutron mac addr in port object by Scott Baker · 10 years ago
  52. 023e1fe fix null value sent to nova quota update by Scott Baker · 10 years ago
  53. 26ea0eb resolve merge conflicts by Tony Mack · 10 years ago
  54. bde3632 rename NetworkSliver-->Port in observers by Scott Baker · 10 years ago
  55. 3773b09 add DeferredException for steps that want to wait only a short while and try again by Scott Baker · 10 years ago
  56. 895d804 resolve merge conflicts by Tony Mack · 10 years ago
  57. 43f2cc4 defer sync_network_slivers if network.net_id is not set by Scott Baker · 10 years ago
  58. e40ae7f deal with lazy-clocked controllernetwork objects by Scott Baker · 10 years ago
  59. 5ab30e6 the wrong sliver was being used to get controller when syncing user-created networkslivers by Scott Baker · 10 years ago
  60. 94610b2 fix wrong slice used when getting controller for ControllerNetwork object by Scott Baker · 10 years ago
  61. 4d635b5 plumb ports through to slivers by Scott Baker · 10 years ago
  62. 533f5bb fix ports not connected to slivers when instantiated by Scott Baker · 10 years ago
  63. 14823dd replace all occurrences of {Ss}liver{s,} with {Ii}nstance{s,} by Tony Mack · 10 years ago
  64. d851547 replace all occurrences of {Ss}liver{s,} with {Ii}nstance{s,} by Tony Mack · 10 years ago
  65. 2c27a2c cleanup by Scott Baker · 10 years ago
  66. 4322d1b store the ip address too by Scott Baker · 10 years ago
  67. 6bff47f instantiate networkslivers that are created by user by Scott Baker · 10 years ago
  68. ff1080f Change admin role to lowercase, convert tabs to white by Andy Bavier · 10 years ago
  69. 4182ccc Change admin role to lowercase by Andy Bavier · 10 years ago
  70. 7ea40ce set dns_nameservers to 8.8.8.8 by Scott Baker · 10 years ago
  71. 01b2683 Do not create spurious networks. Resolves #32 by Sapan Bhatia · 11 years ago
  72. 7dac966 Resolve discrepancy between ids Fixes #68 and #69. by Sapan Bhatia · 11 years ago
  73. df85e80 Suppress extra newline in ansible output, which prevents playbook from running by Sapan Bhatia · 11 years ago
  74. 01298ed Support for innocuous exceptions. Fail and retry, but do not report as error in GUI. by Sapan Bhatia · 11 years ago
  75. 5d51807 Minor tweaks, indentation issues by Sapan Bhatia · 11 years ago
  76. e8d5019 Switched tenant deletion to Ansible by Sapan Bhatia · 11 years ago
  77. 78b79e7 Switched network deletion over to Ansible by Sapan Bhatia · 11 years ago
  78. 06b1a88 Added support for disabling controllers when they are down by Sapan Bhatia · 11 years ago
  79. 5fb6832 refuse to instantiate sliver if private network is not ready by Scott Baker · 11 years ago
  80. 5b04461 add service.public_key; make sync_slivers get image id from ControllerImage object by Scott Baker · 11 years ago
  81. e09fb98 Lazy creation of Neutron Networks. The creation of networks is deferred to when the first Sliver for a slice is created on a given controller, rather than at Slice creation time. Resolves #74 by Sapan Bhatia · 11 years ago
  82. 7f252d0 Merge branch 'fixes' by Andy Bavier · 11 years ago
  83. a4025e9 Account for change in playbook by Andy Bavier · 11 years ago
  84. 9473f5e Fix problems with generated user data by Andy Bavier · 11 years ago
  85. 85d7cd5 Fix problems with generated user data by Andy Bavier · 11 years ago
  86. 772fa3c protect against crashes in ns.save() by Scott Baker · 11 years ago
  87. a9b626f step to purge disabled user records after 1 week by Tony Mack · 11 years ago
  88. 4d0d75c log messges are written to /var/log/observer.log by Tony Mack · 11 years ago
  89. 65b22de Pass SSH keys in userdata by Andy Bavier · 11 years ago
  90. 655b93e Fix implemented in a debugging session with Marc Fiuczynski by Sapan Bhatia · 11 years ago
  91. 745cfa4 more debugging info by Scott Baker · 11 years ago
  92. 107b3e2 add restapi_hostname and restapi_port to default userdata; check in changes to delete found on portal by Scott Baker · 11 years ago
  93. b6e63f0 get rid of weird looking DOS EOF chars by S.Çağlar Onur · 11 years ago
  94. b40c363 fix AttributeError by Tony Mack · 11 years ago
  95. 1e464ff fix NetworkSliver not autocreated for nat and public networks by Scott Baker · 11 years ago
  96. 0f685ff Update sync_controller_slices.py by S.Çağlar Onur · 11 years ago
  97. bb60438 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 11 years ago
  98. ef20dd5 rename planetstack directory to xos by Scott Baker · 11 years ago