1. 2b94cda Fixing it again? by Jeremy Mowery · 9 years ago
  2. 07a16a4 Fixing service config by Jeremy Mowery · 9 years ago
  3. 534dd2a add support for container_vm instance type in Service; create Scheduler object framework by Scott Baker · 9 years ago
  4. cd60787 match up parent interfaces in container_vm the right way by Scott Baker · 9 years ago
  5. 80a35df comments about the NAT thing by Scott Baker · 9 years ago
  6. 632ea3c check in missing file by Scott Baker · 9 years ago
  7. 36ec7e2 don't create companion instance for container_vm by Scott Baker · 9 years ago
  8. 19549d6 Hopefully the fix I need by Jeremy Mowery · 9 years ago
  9. b147b75 Fixing HelloWorldService? by Jeremy Mowery · 9 years ago
  10. 7e379e7 Fixing merge conflicts by Jeremy Mowery · 9 years ago
  11. 771703b Fixing HelloWorldService? by Jeremy Mowery · 9 years ago
  12. 268db35 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 9 years ago
  13. 88fde3d remove commented-out code by Scott Baker · 9 years ago
  14. 98b5b5e Fix dependency issue between core and external optional services by Sapan Bhatia · 9 years ago
  15. 891e018 Let multiple external apps be specified by Sapan Bhatia · 9 years ago
  16. ed4821b Fix deleting in HelloWorldService by Jeremy Mowery · 9 years ago
  17. 286fad5 Fixing HelloWorldService? by Jeremy Mowery · 9 years ago
  18. d132090 Add S_Tag and C_Tag to container name by Andy Bavier · 9 years ago
  19. cbb4fed Restart vCPEs after setting up dataplane by Andy Bavier · 9 years ago
  20. a922b33 Datapath changes for OLT by Andy Bavier · 9 years ago
  21. da8844b install the teardown script by Scott Baker · 9 years ago
  22. 7ee024b Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 9 years ago
  23. c208979 support for stopping containers by Scott Baker · 9 years ago
  24. b3cec6a Merge branch 'master' of https://github.com/open-cloud/xos by Srikanth Vavilapalli · 9 years ago
  25. 71120a9 Merge branch 'master' of https://github.com/open-cloud/xos by Srikanth Vavilapalli · 9 years ago
  26. 901a8bd systemd support for stopping container by Scott Baker · 9 years ago
  27. 83d8cff use the same tap for all containers by Scott Baker · 9 years ago
  28. 1d14ff0 BUG FIX:Instances are getting deleted when one of the tenant on that instance is terminated by Srikanth Vavilapalli · 9 years ago
  29. 60aaba3 add vcpe docker image to cord yaml by Scott Baker · 9 years ago
  30. c02d0a2 fix tab/space issue by Scott Baker · 9 years ago
  31. ae22f42 make sync_vcpetenant use new mechanism when appropriate by Scott Baker · 9 years ago
  32. 3692a95 yaml for new vcpe sync mechanism by Scott Baker · 9 years ago
  33. 0a17ccc when container isolation is used, vcpetenant sets up ports by Scott Baker · 9 years ago
  34. 7ec89bc fix case where max is blank; allocate devices automatically by Scott Baker · 9 years ago
  35. cfaf0d3 make service look at slice.default_isolation by Scott Baker · 9 years ago
  36. c03f62f move network parameter types to separate yaml file by Scott Baker · 9 years ago
  37. f0d9665 Fixing hopefully the last issues with HelloWorldService by Jeremy Mowery · 9 years ago
  38. fee79fd Fixed HelloWorldService by Jeremy Mowery · 9 years ago
  39. a9666d7 fix wrong argument passed to get_ansible_fields by Scott Baker · 9 years ago
  40. 01b140f refactor container/container_vm stuff into SyncInstanceUsingAnsible; add c_tag and s_tag support by Scott Baker · 9 years ago
  41. 4c3ea37 rename Quantum to Neutron by Scott Baker · 9 years ago
  42. 8fac523 remove segmentation_id from port by Scott Baker · 9 years ago
  43. 816aa71 remove use_cobm stuff by Scott Baker · 9 years ago
  44. 3f23724 add default_isolation field to slice by Scott Baker · 9 years ago
  45. d794948 push s_tag, c_tag, next_hop down into yaml by Scott Baker · 9 years ago
  46. 29514bc add network parameters to template admin; change port selflinks from instance to port by Scott Baker · 9 years ago
  47. 5efe5c8 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 9 years ago
  48. 7db8f7c parameter helper functions by Scott Baker · 9 years ago
  49. f9980cf initial checkin by Tony Mack · 9 years ago
  50. 2d13d8b add NetworkParameterType to Tosca by Scott Baker · 9 years ago
  51. c23ec8b Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 9 years ago
  52. f3e905d Add PortAdmin by Scott Baker · 9 years ago
  53. bbcd778 rename observer to synchronizer by Tony Mack · 9 years ago
  54. 4eecc05 renaming by Tony Mack · 9 years ago
  55. 716c9fe Support for multiple containers on same instance for ceilometer service by svavilap · 9 years ago
  56. 263627f fix error when adding volt tenant by Scott Baker · 9 years ago
  57. 9ce7006 Fixing imports in admin.py by Jeremy Mowery · 9 years ago
  58. 5f48ebd Fix imports in admin.py by Jeremy Mowery · 9 years ago
  59. 0338a0e Fix bug by Jeremy Mowery · 9 years ago
  60. 1498743 plumb through container-in-VM to synchronizer by Scott Baker · 9 years ago
  61. 04a356a add nesting support for container-in-vm by Scott Baker · 9 years ago
  62. b838a27 fix bug when bringing up compute without image specified by Scott Baker · 9 years ago
  63. f60c010 add private_key_fn to tosca service models by Scott Baker · 9 years ago
  64. c4af92d Cleanup imports by Jeremy Mowery · 9 years ago
  65. ef0e510 Cleanup admin.py by Jeremy Mowery · 9 years ago
  66. aff3b75 Fix bug running CORD TOSCA twice threw exception by Scott Baker · 9 years ago
  67. 4f6558a TOSCA support for containers, allow specific image to be selected for compute by Scott Baker · 9 years ago
  68. efcb86f Cleaning up imports by Jeremy Mowery · 9 years ago
  69. b45e9c2 Cleanup models.py by Jeremy Mowery · 9 years ago
  70. d0b32e0 Adding ansible for helloworldservice by Jeremy Mowery · 9 years ago
  71. a36c625 Adding ansible for helloworldservice by root · 9 years ago
  72. 3df7718 remove obsolete build files by Scott Baker · 9 years ago
  73. 7dc8416 remove old container model by Scott Baker · 9 years ago
  74. e4858cc set instance_id and instance_name for container-based instances by Scott Baker · 9 years ago
  75. e4a88b7 require instance isolation to match container kind by Scott Baker · 9 years ago
  76. 56e593b Merge branch 'master' of https://github.com/open-cloud/xos into AddHelloWorldService by root · 9 years ago
  77. e1a6e0b add volume support back to containers by Scott Baker · 9 years ago
  78. 294a532 add c_tag and s_tag to TOSCA; remove vlan_id by Scott Baker · 9 years ago
  79. 89a338c add c_tag and s_tag by Scott Baker · 9 years ago
  80. a56b7ee update Instance model_policy to handle container stuff by Scott Baker · 9 years ago
  81. 0cefa53 fold Container object into Instance by Scott Baker · 9 years ago
  82. 8983634 Initial helloworldservice ansible that creates files on servers by Jeremy Mowery · 9 years ago
  83. 1dee6ab Merge branch 'master' of https://github.com/jermowery/xos into AddHelloWorldService by Jeremy Mowery · 9 years ago
  84. ae7b587 Changed models slightly by Jeremy Mowery · 9 years ago
  85. b771d46 Change primary target rom 'test' to 'cord' by sbconsulting · 9 years ago
  86. 84775d1 Merge branch 'master' of github.com:open-cloud/xos by Sapan Bhatia · 9 years ago
  87. 3559f2c Stop gap measure to prevent Service objects from becoming dependencies by Sapan Bhatia · 9 years ago
  88. 40ce49b Add entries for client and vcpe by Andy Bavier · 9 years ago
  89. c61a938 Add network-cfg.json for OLT by Andy Bavier · 9 years ago
  90. 193dc34 Make applist an optional variable by Sapan Bhatia · 9 years ago
  91. 834daa1 Add new variable: applist, to support multiple synchronizer apps by Sapan Bhatia · 9 years ago
  92. 6adccce Improvements in dependency walker by Sapan Bhatia · 9 years ago
  93. 922a242 Smaller penalty for dep failed exceptions by Sapan Bhatia · 9 years ago
  94. f51edea Major bug fixes to inter-observer dependencies. by Sapan Bhatia · 9 years ago
  95. 7513ecf Sliver->Instance by Sapan Bhatia · 9 years ago
  96. 4242f18 Brand new property by Sapan Bhatia · 9 years ago
  97. 5a8b285 Need to save an object before setting it to a property of another object by Sapan Bhatia · 9 years ago
  98. 41d794a Rename sliver->instance by Sapan Bhatia · 9 years ago
  99. a28bcf9 Make Node syncs a noop by Sapan Bhatia · 9 years ago
  100. 92f3035 Merge branch 'master' of github.com:open-cloud/xos by Sapan Bhatia · 9 years ago