1. c5c83d7 VOL-264: REST Channel ( External REST Client <==> Chameleon) needs to be Secured by ubuntu · 7 years ago
  2. d3c335e Add more tests to the global dispatcher and some minor fixes by khenaidoo · 7 years ago
  3. cbbe327 Added PKI info as part of ONOS Container build scripts by schowdhury · 7 years ago
  4. b972d08 Proto files modified for handling indications and omci messages by Suhas Gururaj Rao · 7 years ago
  5. e8eba49 VOL-211: Integrate a clustered Consul service with all Voltha components that use it by Richard Jankowski · 7 years ago
  6. d8194f8 Fix improper import in asfvolt16 adapter by Shad Ansari · 7 years ago
  7. 3fbd470 Preliminary code commit to Secure OF-Agent to ONOS COmmunication by schowdhury · 7 years ago
  8. 5194e89 Patch for the OFAgent itests for new voltha which loads config from consul. by sathishg · 7 years ago
  9. 89004ec Adds support for BBF WT-385 xPON model: by Nikolay Titov · 7 years ago
  10. 08d48d2 [ 4460 ] Minor fix when getting invalid voltha instance by khenaidoo · 7 years ago
  11. 7294b25 netconf client support and disable-enable support by Chip Boling · 7 years ago
  12. 6518d93 Patch for build failure. by sathishg · 7 years ago
  13. 5727e98 Additional changes to remove privilaged command execution during the by Sergio Slobodrian · 7 years ago
  14. 5ae8622 Commit support Device Management- Self Test on Device by sathishg · 7 years ago
  15. bbb9099 Commit to support OF Version negotiation by sathishg · 7 years ago
  16. 29dd198 VOL-211: Integrate a clustered Consul service with all Voltha components that use it by Richard Jankowski · 7 years ago
  17. b96ee0a Add a readme.md file to document how integration tests would be run. by khenaidoo · 7 years ago
  18. e69ecd1 Adding get rpc for edgecore adapter by rshetty · 7 years ago
  19. f74fa07 Addressed comments from reviewers from the last commit. Cleaned up color by Sergio Slobodrian · 7 years ago
  20. b32e31c VOL-217 Initial implementation of device handler for asfvolt16 by Shad Ansari · 7 years ago
  21. 6128779 Updated the installer such that in test mode all built containers are by Sergio Slobodrian · 7 years ago
  22. d1aa9e7 VOL-217 - Introduce OltAdapter and OnuAdapter classes by Shad Ansari · 7 years ago
  23. 236bd95 https://jira.opencord.org/browse/VOL-167 by ggowdru · 7 years ago
  24. ba9cbd8 VOL-241 VOL-239 VOL-257 VOL-258 This update solves multiple problems by Sergio Slobodrian · 7 years ago
  25. d908496 Enabled Overlay Encryption docker containers. by schowdhury · 7 years ago
  26. 88518e8 VOL-244 Fixing build issue to have enough time for the smoke test to wait for all voltha services to be ready by khenaidoo · 7 years ago
  27. 7a7091c Added a production target to the makefile that only builds the by Sergio Slobodrian · 7 years ago
  28. 88d29b9 VOL-245, VOL-246: Fix for alarm filter deletion and suppression by Stephane Barbarie · 7 years ago
  29. 96f817b VOL-217 - Move devices_handlers to IAdapter base class. by Shad Ansari · 7 years ago
  30. a186796 VOL-56: Update consul to run in a multi-host swarm mode docker engine by Richard Jankowski · 7 years ago
  31. 7ba064f VOL-212, VOL-213: Added support for a kafka cluster within swarm by Stephane Barbarie · 7 years ago
  32. 5c54579 Correct EPON link support by Andrew Chagnon · 7 years ago
  33. 5507851 VOL-237 Added information on configuring the location of the cord by Sergio Slobodrian · 7 years ago
  34. 96e37a7 Missing file from previous commit by khenaidoo · 7 years ago
  35. 9be9e5e VOL-236 Updates to the documentation to include the need to configure by Sergio Slobodrian · 7 years ago
  36. 260c076 VOL-235 this update adds a .gitignore file to the by Sergio Slobodrian · 7 years ago
  37. 8110b61 Adding proto message to handle clear on BAL objects by rshetty · 7 years ago
  38. 36e1655 VOL-234. This update fixes issues seen with unresolved symbolic links by Sergio Slobodrian · 7 years ago
  39. a8588f2 This commit lays the groudwork for inter-core request forwarding. by khenaidoo · 7 years ago
  40. 263900e Added the deployment and initialization of base services required for by Sergio Slobodrian · 7 years ago
  41. 7bca172 VOL-217 - Add check in adapter loader to skip over IAdapter class by Shad Ansari · 7 years ago
  42. 14bcd99 VOL-217 - Initial implementation of Adapter base class by Shad Ansari · 7 years ago
  43. a260f5b Multiple Fixes in Registrator to Consul Communication. by schowdhury · 7 years ago
  44. f8b2377 Added additional information relating to a workaround for Ubutu and by Sergio Slobodrian · 7 years ago
  45. a638ae3 Updated the documentation after a trial run with some team members. by Sergio Slobodrian · 7 years ago
  46. e37300e Voltha Alarm Filters: Added new integration test - Also fixed alarm events test by Stephane Barbarie · 7 years ago
  47. 37f4a0e Added the necessary code to reboot the target servers after the by Sergio Slobodrian · 7 years ago
  48. eae587d VOL-159 - Add missing reconcile_device() in asfvolt16_olt by Shad Ansari · 7 years ago
  49. 7c48362 Enhanced the installer's test mode such that multiple development users by Sergio Slobodrian · 7 years ago
  50. 9048eb7 proto buff for bal indications by Suhas Gururaj Rao · 7 years ago
  51. ce68104 Adding reconcile_device() API to newly added adtran OLT by khenaidoo · 7 years ago
  52. 2fc4864 VOL-159: Stubbed initial commit of asvolt16_olt adapter by Shad Ansari · 7 years ago
  53. 90b224d https://jira.opencord.org/browse/VOL-137 by Chip Boling · 7 years ago
  54. 4073921 Build voltha/consul Container Image with its own file system, not mounted volume from the Host. by schowdhury · 7 years ago
  55. 4cad268 Add YANG specific annotations to voltha.proto for alarmfilterkey. Without it YANG parsing of the voltha proto file will fail by khenaidoo · 7 years ago
  56. 032d330 [ 4222 ] Minor changes after code review by khenaidoo · 7 years ago
  57. d24189e Added the required initialization to start the docker swarm cluster. by Sergio Slobodrian · 7 years ago
  58. b4d604f Change reported Hardware Revision Correct bug when no links are present on OLT by Andrew Chagnon · 7 years ago
  59. 33763f4 Moved Encryption Related Configs to a different Compose file by schowdhury · 7 years ago
  60. 4f2646f Update jenkinsfile to use make build instead of make by khenaidoo · 7 years ago
  61. 83777cb VOL-162 - Initial commit of BAL-API protobuf by Shad Ansari · 7 years ago
  62. bf77c86 Fix to the vagrantfile to support both virtualbox and KVM boxes based by Sergio Slobodrian · 7 years ago
  63. c547771 Multiple updates. Converted many of the Yaml files from "dos" format to by Sergio Slobodrian · 7 years ago
  64. 9974f21 https://jira.opencord.org/browse/VOL-48 by ggowdru · 7 years ago
  65. 9d027c0 iMoving HTTP Communication back to port 8500, HTTPS to 8501. by schowdhury · 7 years ago
  66. 1408896 Netopeer NETCONF server integration by Stephane Barbarie · 7 years ago
  67. ee4b2bc Initial commit of the voltha installer. There are several things that by Sergio Slobodrian · 7 years ago
  68. 87b2329 Preliminary Commit to secure communication between Registrator and Consul by schowdhury · 7 years ago
  69. 1b285e8 Corrected some errors in the procedure and cleaned it up a bit with the by Sergio Slobodrian · 7 years ago
  70. ac4850d Tibit OLT and ONU Adapter Updates by Paul Gray · 7 years ago
  71. 00433e5 https://jira.opencord.org/browse/CORD-1174 by sathishg · 7 years ago
  72. 2f1a3f8 Modified the Vagrantfile such that it can be used to create a voltha VM by Sergio Slobodrian · 7 years ago
  73. cfc2dc3 Updates to Tibit Adapters by Paul Gray · 7 years ago
  74. 9521fed This update adds the required ansible task, templates, and variables to by Sergio Slobodrian · 7 years ago
  75. d7f3377 Forward ONU events received by the maple_olt adapter to by Peter Shafik · 7 years ago
  76. 7a312e4 - Support disable_device/reenable_device/reboot_device on the OLT by Paul Gray · 7 years ago
  77. 8655f14 Fix Merge Issue by Paul Gray · 7 years ago
  78. 934d288 > - (OLT/ONU) Replace hard-coded dpoe_opcode values with a dictionary lookup by Paul Gray · 7 years ago
  79. 9900488 Added alarm suppression methods by Chip Boling · 7 years ago
  80. 3e3b1a9 Initial Adtran XGS-PON OLT Check-In by Chip Boling · 7 years ago
  81. 3d7d1ab Remove unnecssary debug code in tibit_olt.c and tibit_onu.c by Paul Gray · 7 years ago
  82. ef00889 Adding several updates to the Tibit Adapters by Paul Gray · 7 years ago
  83. cc73678 https://jira.opencord.org/browse/CORD-824 by sgovinda · 7 years ago
  84. 980a091 Voltha Alarm Filters: Added hooks to suppress alarms at the adapter by Stephane Barbarie · 7 years ago
  85. 9107f2e Adding infrastructure to allow sending messages between adapters by Peter Shafik · 7 years ago null
  86. ba59b25 The Adtran OLT Adapter requires the zeroMQ protocol provided by the twisted txZMQ package by Chip Boling · 7 years ago
  87. 7d7bb96 Altered the build process for the portainer container to make it more by Sergio Slobodrian · 7 years ago
  88. 02af133 [CORD-1136] Added test for swagger url by Matteo Scandolo · 7 years ago
  89. 85150c2 Specify an optional node parameter, which shall be used to return by ggowdru · 7 years ago
  90. 3eab2bb Voltha Alarm Management using OpenNMS and Elasticsearch by Stephane Barbarie · 7 years ago
  91. 730101a Fixed an issue with the rules that was preventing health from being by Sergio Slobodrian · 7 years ago
  92. b2df177 Fix to the Makefile where portainer and nginx were not on the build by Sergio Slobodrian · 7 years ago
  93. d9ec600 Added the consul UI to the proxy service. Consul is now available at by Sergio Slobodrian · 7 years ago
  94. 205b419 Added the voltha swagger interface to the proxy. Voltha's swagger by Sergio Slobodrian · 7 years ago
  95. 9b160d7 Initial auto onu discovery changes. by Steve Crooks · 7 years ago
  96. ba49158 Added grafana to the proxy solution. It's now available at by Sergio Slobodrian · 7 years ago
  97. a015559 CORD-840 : Implement remaining match fields in Flow decomposer by ggowdru · 7 years ago
  98. ff52e1b Add an nginx proxy service with consul template with the objective of by Sergio Slobodrian · 7 years ago
  99. 4db8ca2 VOLTHA Alarms: Added filtering capabilities by Stephane Barbarie · 7 years ago
  100. 4d30710 Added a build for the portainer docker container. Portainer is a web ui by Sergio Slobodrian · 7 years ago