1. e43b557 run_temlpate_ssh(); report ValueError message; use subprocess.Popen instead of os.popen by Scott Baker · 9 years ago
  2. 31b7a0f dnsredir config age wasn't being displayed by Scott Baker · 9 years ago
  3. 27bd42e better handling for dns resolution failures by Scott Baker · 9 years ago
  4. 7d76a34 WIP: custom ansible connection_plugin for talking to xos by Scott Baker · 9 years ago
  5. 838b695 skeleton for vcpe observer by Scott Baker · 9 years ago
  6. 3c61f7a refuse to instantiate sliver if private network is not ready by Scott Baker · 9 years ago
  7. 6894474 add service.public_key; make sync_slivers get image id from ControllerImage object by Scott Baker · 9 years ago
  8. 9d2ea09 add service permissions by Tony Mack · 9 years ago
  9. 9396bbf add server_restapihostname variable by Scott Baker · 9 years ago
  10. 8251e7b install pkt-config and pygraphviz by Scott Baker · 9 years ago
  11. d34e3a5 icon for service graph by Scott Baker · 9 years ago
  12. 9a42e6f Implement service graph; add service graph to service grid; add add-service to service grid by Scott Baker · 9 years ago
  13. 393b6ea WIP - started coding something to group slivers by slice name by Scott Baker · 9 years ago
  14. 0ba21a4 config.run monitoring by Scott Baker · 9 years ago
  15. a4d0a22 hard-code admin links by Scott Baker · 9 years ago
  16. 925a8fa add coarse tenancy support by Scott Baker · 9 years ago
  17. 1eec041 Script for building new container from old one by Andy Bavier · 9 years ago
  18. 8bd4f38 Supervisord configuration for observer by Andy Bavier · 9 years ago
  19. 6d23fcb Tweaks by Andy Bavier · 9 years ago
  20. 666e6e0 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 9 years ago
  21. f592cb2 store watcherd state by Scott Baker · 9 years ago
  22. 7be68b6 Merge branch 'master' of github.com:open-cloud/xos by Sapan Bhatia · 9 years ago
  23. 635a27c Added a file that was missing. Resolves #76 by Sapan Bhatia · 9 years ago
  24. 74c3a67 add nameserver checking, add warnings section to view, show host ip if dedicated-public is not used by Scott Baker · 9 years ago
  25. 75375ee display host ips for slivers that don't have dedicated public ip by Scott Baker · 9 years ago
  26. 4accd56 add /files/ --> /var/www/html/files/ to nginx config by Scott Baker · 9 years ago
  27. 932a16c views for vCPE and vBNG; add Subscriber view to vCPE's admin pagE by Scott Baker · 9 years ago
  28. 6facde5 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 9 years ago
  29. 2986b1e volt and volttenant admin for operator view by Scott Baker · 9 years ago
  30. d6e3884 Fixed a typo by Sapan Bhatia · 9 years ago
  31. 859c551 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 · 9 years ago
  32. f4d02f3 support REST query by service_specific_id and vlan_id by Scott Baker · 9 years ago
  33. 4f751bd look for Ubuntu-14.04-LTS on demo machine by Scott Baker · 9 years ago
  34. fa2b6b4 fix default for provider_service by Scott Baker · 9 years ago
  35. f024c86 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 9 years ago
  36. 3d476ba VOLT REST API tenant by Scott Baker · 9 years ago
  37. a6515c4 Remove broken pip install by Andy Bavier · 9 years ago
  38. 9faf51b increment release number by Scott Baker · 9 years ago
  39. 5485d6e remove debugging code by Scott Baker · 9 years ago
  40. d921e1c clarify exceptions by Scott Baker · 9 years ago
  41. 9fa69b5 exception for missing key by Scott Baker · 9 years ago
  42. 2e16d2d move the exceptions out of apibase.py; add new exceptions for DuplicateKey, missingKey, etc by Scott Baker · 9 years ago
  43. 5c7eb76 return 400 error response if django validation error raised inside API by Scott Baker · 9 years ago
  44. e744c7b separate vlan_id from service_specific_id by Scott Baker · 9 years ago
  45. 557aada default provider_service for volt tenant by Scott Baker · 9 years ago
  46. 40aba75 sample scripts for doing REST API on vOLT tenants by Scott Baker · 9 years ago
  47. 297c138 vbng-related fields by Scott Baker · 9 years ago
  48. 697fb0b models for VBNG; cache linked models; set caller by Scott Baker · 9 years ago
  49. 895aa97 add disableAdd option by Scott Baker · 9 years ago
  50. ecccbc6 custom CORD form by Scott Baker · 9 years ago
  51. b261b90 fix wrong method called in SlicePrivilege.save by Scott Baker · 9 years ago
  52. cfac55f Merge branch 'fixes' by Andy Bavier · 9 years ago
  53. 87e7a92 Account for change in playbook by Andy Bavier · 9 years ago
  54. 91308a1 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 9 years ago
  55. 3bbcf4f more fields in CordSubscriber by Scott Baker · 9 years ago
  56. 808a15f redo cordsubscriber fields using passthrough by Scott Baker · 9 years ago
  57. a0fc1e1 workaround for rest_framework post bug by Scott Baker · 9 years ago
  58. 0bcbb96 add more virtual fields to VCPETenant by Scott Baker · 9 years ago
  59. 03d2560 Fix problems with generated user data by Andy Bavier · 9 years ago
  60. 484d975 Fix problems with generated user data by Andy Bavier · 9 years ago
  61. b0cfe52 cord subscriber view, wip by Scott Baker · 9 years ago
  62. 39b0d89 add VOLT Tenant and Service, redo services as Proxy objects by Scott Baker · 9 years ago
  63. 7c3e0fe Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 9 years ago
  64. 008a996 add kind field to service object, add get_tenant_objects(), get_service_objects() by Scott Baker · 9 years ago
  65. 4d87155 Missing imports in model policies. by Sapan Bhatia · 9 years ago
  66. 16f9736 Missing imports in model policies. by Sapan Bhatia · 9 years ago
  67. a35c2f1 Fixed typo, set default value of pretend to false by Sapan Bhatia · 9 years ago
  68. b58e2ac Read xos_dir out of config file by Sapan Bhatia · 9 years ago
  69. 7858921 Fixed typo, set default value of pretend to false by Sapan Bhatia · 9 years ago
  70. 5155c5a Read xos_dir out of config file by Sapan Bhatia · 9 years ago
  71. a631319 Fix missing import in ansible.py by Sapan Bhatia · 9 years ago
  72. 6fc3304 Added missing import. Fixes #67. by Sapan Bhatia · 9 years ago
  73. 1b24161 cord, WIP by Scott Baker · 9 years ago
  74. f57e559 fix missing json import, fix misnamed variable by Scott Baker · 9 years ago
  75. 2aea036 extra_context was missing in XOSAdminMixin.add_view by Scott Baker · 9 years ago
  76. 7668e48 protect against crashes in ns.save() by Scott Baker · 9 years ago
  77. b111b27 contant dnsdemux on host ip as necessary by Scott Baker · 9 years ago
  78. f1b474b some renames of permitAllSlices->permit_all_slices had been missed by Scott Baker · 9 years ago
  79. fd42601 import for Tenant model by Scott Baker · 9 years ago
  80. 4f27685 return private and nat addresses by Scott Baker · 9 years ago
  81. 1cb2473 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 9 years ago
  82. bb7da5f tool to generate an ansible hosts file from REST API by Scott Baker · 9 years ago
  83. 549f7b1 replace composite_primary_key hack with django's unique together by Tony Mack · 9 years ago
  84. 8103d0f start working on Tenant object by Scott Baker · 9 years ago
  85. af16a3c support for cmi_hostname by Scott Baker · 9 years ago
  86. b9f96bd make sure composite_primary_key==[] is interpreted as not existing by Scott Baker · 9 years ago
  87. a94b23f don't throw composite key error if the only fields updated are in [backend_status, backend_register, deleted, enacted, updated] by Scott Baker · 9 years ago
  88. dae15d8 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 9 years ago
  89. 6019f98 fix 'undefined' in page title by Scott Baker · 9 years ago
  90. be79027 Add images and networks to new controllers automatically through the controller model policies. by Sapan Bhatia · 9 years ago
  91. e78215a Prevent Observers other than the Core Observer from running model policies. This resolves the duplicate object issue, which would cause multiple dependent objects such as ControllerNetwork objects to be created automatically. Solves #65. by Sapan Bhatia · 9 years ago
  92. ce36dac Fixed an exception when composite_key is not defined for an object by Sapan Bhatia · 9 years ago
  93. 31ebc47 use filtered views in HPC Administration page, more complete jail around the service subset by Scott Baker · 9 years ago
  94. ff3c2d2 add url_for_model_changelist, add extra_context to add view, support custom_add_url by Scott Baker · 9 years ago
  95. bab421b abstract out the FilteredAdmin stuff for possible future reuse by Scott Baker · 9 years ago
  96. 6fbc493 add filtered_change_view with altered changelist breadcrumb by Scott Baker · 9 years ago
  97. ba534e7 pass a request argument to add_extra_content by Scott Baker · 9 years ago
  98. 0998bcc support custom_changelist_breadcrumb_url by Scott Baker · 9 years ago
  99. 82f4617 filteredlist url working by Scott Baker · 9 years ago
  100. ed7dcee add select_by_hpcService methods by Scott Baker · 9 years ago