1. 7277486 create base package 'osm_ro_plugin' for plugin by tierno · 6 years ago
  2. b22ce2d PEP-8 Compliance by beierl · 6 years ago
  3. 01bd669 Fixes content conversion after python3 by beierl · 6 years ago v7.0.0rc1
  4. 26fec00 Python3 and cloud-init fix by beierl · 6 years ago
  5. 3de27d6 Bug 920 fixing test_RO.py after python3 conversion by kbsub · 6 years ago
  6. 57dadcf Merge branch 'py3' features 8029 8030 by tierno · 6 years ago
  7. 1b85600 (bug 880) fixing vmware VIM plugin python3 migration issues by tierno · 6 years ago
  8. 7d782ef feature 8029 change RO to python3. Using vim plugins by tierno · 7 years ago[Renamed (99%) from osm_ro/vimconn_vmware.py]
  9. 01e776a Fix vCD attach failure by beierl · 7 years ago
  10. b23558c Bug 778 Wait on the upload iso task by Ananda Baitharu · 7 years ago
  11. 5f65b78 Bug 714 vcd vimconnector: Make the vCloud API version compatible across different version of VCDs by Ananda Baitharu · 7 years ago
  12. 259aebc Bug 741 fixed - Added href to parent network data by Ravi Chamarty · 7 years ago
  13. 94be48a Bug 692 vmware vcd vimconnnector: Fix parsing vAppTemplate response by Ananda Baitharu · 7 years ago
  14. 319c26f VCD VIMconnector: add config drive support; Adding genisoimage package installation to scripts/install-openmano.sh by Ananda Baitharu · 7 years ago
  15. cf65507 Implemented VIM get_vminstance_console method by kasar · 7 years ago
  16. e344991 Bug 642 - Need to update VCD VIMconnector for VCD 9.5 by kasar · 7 years ago
  17. ebd6672 Fix support of multi-segment networks in Openstack; added created_items in all vimconns by garciadeblas · 7 years ago
  18. 6d40da2 Bug 620 VCD VIMconnector: new_network api is going to create "Isolated" type network by Ananda Baitharu · 7 years ago
  19. 4184009 Minor vmware vcd vimconnectory fixes by Ravi Chamarty · 7 years ago
  20. e21c9cc Bug 562 Add support for attaching SRIOV NICs to VCD 9.1 by Ravi Chamarty · 7 years ago
  21. b7ff355 Bug 575 Fix token refresh for VCD VIMconnector by Ravi Chamarty · 7 years ago
  22. 5063a98 Fix VCD VIMconn when model_type is not present for SR-IOV, use net['type'] by Ravi Chamarty · 7 years ago
  23. b0ab2c0 Bug 573 VCD: Ensure that more than 2 NICs can get connected to VCD VM by Ravi Chamarty · 7 years ago
  24. 5b2d5c1 Bug 560 VCD Vimconnector fixes so that all NICs are processed through common code by Ravi Chamarty · 7 years ago
  25. 31e141b Added support of PARAVIRT interface type following IM change 6688 by garciadeblas · 7 years ago
  26. c4f4d73 Fix typo in vim connectors by garciadeblas · 7 years ago
  27. 1fdf999 Bug 556 Fix VCD 9.1 compliance - Align to vcloud 30.0 API by Ravi Chamarty · 8 years ago
  28. a8e5b78 Implementation for Feature# 1407: Configuring Affinity rules for VNF deployment in vCloud Director by sbhangare · 8 years ago
  29. abac1e2 Small change in refresh_vms_status to get network_name by kasar · 8 years ago
  30. 1b7b952 Modified refresh_vms_status for multiple IPs and MAC addresses by kasar · 8 years ago
  31. 40d9780 Minor change in vCD connector for get network list by kasar · 8 years ago
  32. c5bf293 Latest pyvcloud library changes for vCD connector by kasar · 8 years ago
  33. 204e39e Modified vCD connector method with minor changes by kasar · 8 years ago
  34. 79d1a1a Default flavor disk size set to 0 instead of 1 by garciadeblas · 8 years ago
  35. c30a04e unit test for vmware connector using mock by kasar · 9 years ago
  36. 66eba6e bug 425 fix SR-IOV PCI-PASSTHROUGH interfaces by tierno · 8 years ago
  37. 98e909c bug 331 Ensure neutron port is deleted upon vm creation failed by tierno · 8 years ago
  38. 97b192d Changes in vimconn_vmware.py to provide vim interface id on VM creation by bhangare · 9 years ago
  39. 1986041 Provide vim interface id on VM creation at vmware by tierno · 9 years ago
  40. 2aa5074 Changes in vimconn_vmware.py 1.Modified code cloud_initfor ssh-key injection to default user 2. Added code for new user creation in VM by kasar · 9 years ago v2.0
  41. 40e1bce Allow combining user-data and ssh-keys with cloud-init by tierno · 9 years ago
  42. 5a3273c Some fixes at Affinity/antiaffinity by tierno · 9 years ago
  43. d47ad5f Changes in vimconn_vmware.py: by kate · 9 years ago
  44. 68e73e6 Changes in vimconn_vmware.py: Code cleanup & addressed minor issue in exception handling by bhangare · 9 years ago
  45. 1a0b97c Changes in vimconn_vmware.py: Removed multiple connects to reduce instantiation time as a fix for DE187. Reconnecting to vCD only in case of auth token expiration. by bhangare · 9 years ago
  46. feaaa05 Added validation in new_flavor method and unit tests for new_flavor,delete_flavor,new_image by kasar · 9 years ago
  47. 455612d (bug 80) allow several dns_address for ip_profile by tierno · 9 years ago
  48. 0c007d6 Added code for CD-ROM device type by kasar · 9 years ago
  49. 05a8b7b Merge branch 'packaging' by tierno · 9 years ago
  50. 2c290ca Restructuring code in osm_ro folder, and setup based on MANIFEST by garciadeblas · 9 years ago[Renamed from vimconn_vmware.py]
  51. eb04452 Changes in vimconn_vmware.py : Modified flavor logic as per Code review comments. by kate · 9 years ago
  52. b3d3674 new persistent_info param at vimconn class Task management at vim_thread by tierno · 9 years ago
  53. df7e95c Changes in vimconn_vmware.py : Patch to get DHCP leased addresses for Isolated networks from NSX manager edges by bhangare · 9 years ago
  54. 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
  55. d63062f Changes in vimconn_vmware.py: Addressed code review changes to add raise keyword by kate · 9 years ago
  56. 3471868 Changes in vimconn_vmware.py : Addressed code review comments for implementation of get_image_list specification by kate · 9 years ago
  57. 8fc61fc Changes in vimconn_vmware.py: provided implementation for get_image_list specification by kate · 9 years ago
  58. fda5f7c Changes in vimconn_vmware.py : by bhangare · 9 years ago v1.0.4
  59. a92ae39 Changes in vimconn_vmware.py : by bhangare · 9 years ago
  60. 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
  61. 13ab2c4 Changes in vimconn_vmware.py : by kate · 9 years ago
  62. c324e00 Changes in vimconn_vmware.py : by kate · 9 years ago
  63. bba83c8 Merge "Changes in vimconn_vmware.py: Fixed Bug ID 121: VMWARE Connector: Return Nic status to include IP address and MAC" into v1.0 by tierno · 9 years ago v1.0.3
  64. 29c3f0d Merge "Changes in vimconn_vmware.py:Fixed Bug ID 120 VMWARE Connector: Alter ‘instance-scenario-list VNF -vvv’ return to be ACTIVE instead of BUILD" into v1.0 by tierno · 9 years ago
  65. 2c85507 Changes in vimconn_vmware.py: Fixed Bug ID 121: VMWARE Connector: Return Nic status to include IP address and MAC by bhangare · 9 years ago
  66. c768d0c Changes in vimconn_vmware.py:Fixed Bug ID 120 VMWARE Connector: Alter ‘instance-scenario-list VNF -vvv’ return to be ACTIVE instead of BUILD by bhangare · 9 years ago
  67. 92d4af3 Changes in vimconn_vmware.py:Fixed Bug ID 120 VMWARE Connector: Alter ‘instance-scenario-list VNF -vvv’ return to be ACTIVE instead of BUILD by bhangare · 9 years ago
  68. 0c8def0 Added support in openstack connector for additional disks, either empty or based on an image. Warning! Tested only for v2 Openstack API. Changes for v3 were not implemented by montesmoreno · 9 years ago
  69. 15f1c38 Changes in vimconn_vmware.py : by kate · 9 years ago
  70. 5761ad1 Added capability to duplicate name for network and vm by bayramov · 10 years ago
  71. fe3f3c9 Added required dependency to install script. Fixed licensing issue in the file. Merged changes from master to vmware_connector. vm_info now has more status. Add acuireConsole method return link to VMRC console. get_vapp_details_rest() parse entier vapp and vm consturct and return as dictionary by bayramov · 10 years ago
  72. fe78990 fixing logs at vimconn by tierno · 10 years ago
  73. 163f1ae fixed issue relayted to upload multiply files. by bayramov · 10 years ago
  74. b6ffe79 Refactored code and change return error code to exceptions. by bayramov · 10 years ago
  75. bd6160f Fixed issue with exceptions. Now instead of return code upon an appropriate failure exception is raised. The fixed issue now class properly extend from vimcon. Extended initial initialization. by bayramov · 10 years ago
  76. ef39072 re-trying commit by bayramov · 10 years ago
  77. 73ad9e4 v0.4.52 fixes logging name mismatching. Add individual log files per module by tierno · 10 years ago
  78. 325fa1c Initial commit for vmware vimconnector by bayramov · 10 years ago