1. 32b836b Adding git and make, and upgrading setuptools in Dockerfile by garciadeblas · 9 years ago
  2. 5c0af45 Removing add-apt-repository from Dockerfile by garciadeblas · 9 years ago
  3. ee272b9 update server version by tierno · 9 years ago
  4. 0323ff6 Changes in Jenkinsfile agent by garciadeblas · 9 years ago
  5. d40e551 Changes in Makefile and Jenkinsfile to follow the rest of repos by garciadeblas · 9 years ago
  6. 3a82fc0 Preliminar Jenkinsfile and Dockerfile for RO; testing new debian repo structure by garciadeblas · 9 years ago
  7. d573573 Merge branch 'master' into v2.0 by garciadeblas · 9 years ago
  8. 557e2f6 Fix bug in service-openmano to call openmanod instead of openmanod.py by garciadeblas · 9 years ago
  9. d5b5dcc Fix minor bug when getting libopenvim path by garciadeblas · 9 years ago
  10. c7fc0f9 Installing mano_vim_db using the script from the right location by garciadeblas · 9 years ago
  11. d117ff0 Fix install-openmano-service to adapt to new structure of RO by garciadeblas · 9 years ago
  12. 01b3e17 fix import of openvim library by tierno · 9 years ago
  13. 59cc658 Merge "AWS - VIM Support" by tierno · 9 years ago
  14. aa1044b Fix RO install from source by garciadeblas · 9 years ago
  15. 61ccd64 AWS - VIM Support by ahmadsa · 9 years ago
  16. 1c385a3 Removed mysql-server dependency, updates postinst with the appropriate service name by garciadeblas · 9 years ago
  17. 05a8b7b Merge branch 'packaging' by tierno · 9 years ago
  18. ae3fa61 Merge branch 'feature628' by tierno · 9 years ago
  19. c53ebfa Install ovim library as part of install-openmano by garciadeblas · 9 years ago
  20. 4b6216b Support of versioning in deb packages; addressing also comments to change 1593 by garciadeblas · 9 years ago
  21. 3f873ad Minor typo fixed in install-db-server.sh by garciadeblas · 9 years ago
  22. e5ef517 Support of debian packaging via stdeb; postinst script; renaming some files by garciadeblas · 9 years ago
  23. d81496c install_db_server does not drop the user if exists by garciadeblas · 9 years ago
  24. 311ea74 add docker build by Gennadiy Dubina · 9 years ago
  25. 5b1a664 Fix typo in usage of install-openmano.sh by garciadeblas · 9 years ago
  26. cf1826b Updated Makefile with install and develop; renamed openmanod.py to remove extension by garciadeblas · 9 years ago
  27. 89cb0d1 move db server install script to separate file by Gennadiy Dubina · 9 years ago
  28. ac1e379 Changes in vimconn_vmware.py: by kate · 9 years ago
  29. f2bd1e8 Minor changes. sdn_net_id variable not set by tierno · 9 years ago
  30. b12711f Fixed minor bug when editing sdn-controller. Modified test_RO.py according to openmano behaviour. Added additional tests for SDN by Pablo Montes Moreno · 9 years ago
  31. 86fad56 fix bug at inserting non ascii char at database by tierno · 9 years ago
  32. 639520f Allow ovim parameters at config file. Fix an issue at network deletion by tierno · 9 years ago
  33. 2c290ca Restructuring code in osm_ro folder, and setup based on MANIFEST by garciadeblas · 9 years ago
  34. 0631247 Changes in vimconn_vmware.py : 1.Feature #1137: Multi-disk support 2.Removed redundant code by bhangare · 9 years ago
  35. 91baf98 VIM refreshing of net status at vim_thread by tierno · 9 years ago
  36. d296362 Added code for ip_address parameter by kasar · 9 years ago
  37. dc1f02e Fixed the review comments for cloud-init and floating_ip_address by kasar · 9 years ago
  38. 3be0b2a Added PT to openstack connector. Additional tests included by Pablo Montes Moreno · 9 years ago
  39. c27b046 httpserver: http_post_datacenters: minor typo in the comment about function goal by garciadeblas · 9 years ago snapcraft
  40. de69123 1. Addressed review comments. 2. Added new code for numa affinity to latest master branch(Ignore previous committed code in change 1324) by kasar · 9 years ago
  41. 867ffe9 VIM refreshing of VM status at vim_thread by tierno · 9 years ago
  42. 06e6c39 New README.rst and requirements.txt files, setup.py and Makefile updated by garciadeblas · 9 years ago
  43. 2fe24fa Added test for checking deployed scenarios by Pablo Montes Moreno · 9 years ago
  44. 7e0e9c6 Re-enabled SDN functionality by Pablo Montes Moreno · 9 years ago
  45. c565179 fix issue at stopping service when it has not been started by tierno · 9 years ago
  46. ab60396 Disabled temporary SDN functionality while development is finished by Pablo Montes Moreno · 9 years ago
  47. 51e553b Added information needed for dataplane connectivity in refresh_vms_status in openstack connector. Minor modification in get_network to avoid confusion with the naming by Pablo Montes Moreno · 9 years ago
  48. 3fbff9b Implemented functionality for SDN in RO regarding controllers and port mapping management. Also implemented the creation/deletion of dataplane networks using ovim. To be implemented creation/deletion of dataplane ports using ovim by Pablo Montes Moreno · 9 years ago
  49. 4cb6e90 Fixed review comments by kasar · 9 years ago
  50. 3ac5dc4 1.Modified code for instance actions 2.Added code for network adapter type support by kasar · 9 years ago
  51. 95a1ae5 vim_thread. Logs and store error status at vim fail by tierno · 9 years ago
  52. bfdca49 Changes in vimconn_vmware.py : Bug DE193 fixed: Added exceptions for PyVcloud library APIs. Assigned defaults if VNFD has incomplete IP profile for vmware connector. by bhangare · 9 years ago
  53. cd520d3 New file setup.py: builds a python package by garciadeblas · 9 years ago
  54. ea76ecf New file openmano.service: extracted from install-openmano-service.sh by garciadeblas · 9 years ago
  55. 9453a8a Makefile to automate tasks: env preparation, build, test, package creation by garciadeblas · 9 years ago
  56. eb04452 Changes in vimconn_vmware.py : Modified flavor logic as per Code review comments. by kate · 9 years ago
  57. b3d3674 new persistent_info param at vimconn class Task management at vim_thread by tierno · 9 years ago
  58. a7d34d0 vimconn.py: Better documentation. by tierno · 9 years ago
  59. eebea06 Implemented basic test for RO. It runs basic RO functionality tests as well as scenario based tests. Tested with different vendors OpenStack installations by Pablo Montes Moreno · 9 years ago
  60. d6ee554 Merge "Unify code for scenario v0.2 v0.3" by garciadeblas · 9 years ago
  61. 563e397 Merge "New vim_thread for VIM interaction" by garciadeblas · 9 years ago
  62. 5bb59dc Unify code for scenario v0.2 v0.3 by tierno · 9 years ago
  63. 42026a0 New vim_thread for VIM interaction by tierno · 9 years ago
  64. fb1dce6 Merge "Merge branch 'v1.1'" by tierno · 9 years ago
  65. 0a3fc47 Merge branch 'v1.1' by tierno · 9 years ago
  66. b6153a2 Proper error message shown when no image could be found at VIM by garciadeblas · 9 years ago
  67. 250954a fixes 164 bug at client upon images without name by tierno · 9 years ago
  68. 664691a added some missing logs at http requests by tierno · 9 years ago
  69. df7e95c Changes in vimconn_vmware.py : Patch to get DHCP leased addresses for Isolated networks from NSX manager edges by bhangare · 9 years ago
  70. 96af9f4 Bug 194 - Openstack API v3.3 by ahmadsa · 9 years ago
  71. d29b1d3 new option for avoid reaching VIMS at new VNF by tierno · 9 years ago
  72. 6ecca18 Minor exception changes in files by venkatamahesh · 9 years ago
  73. afed5f1 enhance VNFD checking at onboarding by tierno · 9 years ago
  74. cf157a8 Fixes 162. Re-use an existing flavor at openstack without EPA parameters by tierno · 9 years ago
  75. fa51c20 fixes 191 preserve VDU interface order at all VNFD schemas by tierno · 9 years ago
  76. 985a1fd vimconn_vmware.py : Two patches to address the following two issues: 1.DHCP address not returned from vCloud Director 2.VM not powering back on in vCloud Director by bhangare · 9 years ago
  77. f70d096 New python-boto package for AWS at installation script by tierno · 9 years ago
  78. 2299e3b Randomize default subnet CIDR in vimconn_openstack. Fixes bug 179 by garciadeblas · 9 years ago
  79. ef45f61 fixes 178 a typo at vnfd:internal-connections getting mac by tierno · 9 years ago
  80. 01d0bf5 fixes 168. openstack cloud-config error by tierno · 9 years ago
  81. 29c23e2 Merge "Fix minor bug in openmano client with subcommand vim-image-list" into v1.1 by tierno · 9 years ago
  82. b9969a9 Fix minor bug in openmano client with subcommand vim-image-list by garciadeblas · 9 years ago
  83. d63062f Changes in vimconn_vmware.py: Addressed code review changes to add raise keyword by kate · 9 years ago
  84. 933fea5 fixes 164 openmano client fails without vpci at VNFD by tierno · 9 years ago
  85. 3471868 Changes in vimconn_vmware.py : Addressed code review comments for implementation of get_image_list specification by kate · 9 years ago
  86. 8fc61fc Changes in vimconn_vmware.py: provided implementation for get_image_list specification by kate · 9 years ago
  87. 551e532 enhance http messages at some bad input schemat by tierno · 9 years ago
  88. 4540ea5 allow new vim-image-list/delete commands by tierno · 9 years ago
  89. c75a5dc new param at openstack connector to allow insecure https connections by tierno · 9 years ago
  90. f8383b8 new param at openstack connector to automatically assign floating_ip by tierno · 9 years ago
  91. 1ae5134 fix logging to console_proxy_thread.py by tierno · 9 years ago
  92. 36c0b17 cloud init parameters at VNFD, allow file tranfer, config-drive, userdata, users, ssh-keys by tierno · 9 years ago
  93. 941551b fix a bug at vnf-create using --image-name if the VNF descriptor contains an image-path by tierno · 9 years ago
  94. 00bdd8b change default configuration to do not proxy the VIM VNF consoles by tierno · 9 years ago
  95. 59f4526 Merge branch 'v1.0' by garciadeblas · 9 years ago
  96. fda5f7c Changes in vimconn_vmware.py : by bhangare · 9 years ago v1.0.4
  97. a92ae39 Changes in vimconn_vmware.py : by bhangare · 9 years ago
  98. cf22714 Added support for regions. Solved bug in server creation rollback. by montesmoreno · 9 years ago
  99. 0e571a9 Changes in vimconn_vmware.py: Create networks & apply network configuration as defined in VNFD to override what is defined in uploaded .ovf by bhangare · 9 years ago
  100. 2a1fc4e Implemented option to disable port-security for openstack. Implemented option to specify floating_ip in openstack. Solved 2 bugs in floating_ip implementation for Openstack by montesmoreno · 9 years ago