- 5b1a664 Fix typo in usage of install-openmano.sh by garciadeblas · 9 years ago
- cf1826b Updated Makefile with install and develop; renamed openmanod.py to remove extension by garciadeblas · 9 years ago
- 89cb0d1 move db server install script to separate file by Gennadiy Dubina · 9 years ago
- 2c290ca Restructuring code in osm_ro folder, and setup based on MANIFEST by garciadeblas · 9 years ago
- 06e6c39 New README.rst and requirements.txt files, setup.py and Makefile updated by garciadeblas · 9 years ago
- cd520d3 New file setup.py: builds a python package by garciadeblas · 9 years ago
- ea76ecf New file openmano.service: extracted from install-openmano-service.sh by garciadeblas · 9 years ago
- 9453a8a Makefile to automate tasks: env preparation, build, test, package creation by garciadeblas · 9 years ago
- eb04452 Changes in vimconn_vmware.py : Modified flavor logic as per Code review comments. by kate · 9 years ago
- b3d3674 new persistent_info param at vimconn class Task management at vim_thread by tierno · 9 years ago
- a7d34d0 vimconn.py: Better documentation. by tierno · 9 years ago
- 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
- d6ee554 Merge "Unify code for scenario v0.2 v0.3" by garciadeblas · 9 years ago
- 563e397 Merge "New vim_thread for VIM interaction" by garciadeblas · 9 years ago
- 5bb59dc Unify code for scenario v0.2 v0.3 by tierno · 9 years ago
- 42026a0 New vim_thread for VIM interaction by tierno · 9 years ago
- fb1dce6 Merge "Merge branch 'v1.1'" by tierno · 9 years ago
- 0a3fc47 Merge branch 'v1.1' by tierno · 9 years ago
- b6153a2 Proper error message shown when no image could be found at VIM by garciadeblas · 9 years ago
- 250954a fixes 164 bug at client upon images without name by tierno · 9 years ago
- 664691a added some missing logs at http requests by tierno · 9 years ago
- df7e95c Changes in vimconn_vmware.py : Patch to get DHCP leased addresses for Isolated networks from NSX manager edges by bhangare · 9 years ago
- 96af9f4 Bug 194 - Openstack API v3.3 by ahmadsa · 9 years ago
- d29b1d3 new option for avoid reaching VIMS at new VNF by tierno · 9 years ago
- 6ecca18 Minor exception changes in files by venkatamahesh · 9 years ago
- afed5f1 enhance VNFD checking at onboarding by tierno · 9 years ago
- cf157a8 Fixes 162. Re-use an existing flavor at openstack without EPA parameters by tierno · 9 years ago
- fa51c20 fixes 191 preserve VDU interface order at all VNFD schemas by tierno · 9 years ago
- 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
- f70d096 New python-boto package for AWS at installation script by tierno · 9 years ago
- 2299e3b Randomize default subnet CIDR in vimconn_openstack. Fixes bug 179 by garciadeblas · 9 years ago
- ef45f61 fixes 178 a typo at vnfd:internal-connections getting mac by tierno · 9 years ago
- 01d0bf5 fixes 168. openstack cloud-config error by tierno · 9 years ago
- 29c23e2 Merge "Fix minor bug in openmano client with subcommand vim-image-list" into v1.1 by tierno · 9 years ago
- b9969a9 Fix minor bug in openmano client with subcommand vim-image-list by garciadeblas · 9 years ago
- d63062f Changes in vimconn_vmware.py: Addressed code review changes to add raise keyword by kate · 9 years ago
- 933fea5 fixes 164 openmano client fails without vpci at VNFD by tierno · 9 years ago
- 3471868 Changes in vimconn_vmware.py : Addressed code review comments for implementation of get_image_list specification by kate · 9 years ago
- 8fc61fc Changes in vimconn_vmware.py: provided implementation for get_image_list specification by kate · 9 years ago
- 551e532 enhance http messages at some bad input schemat by tierno · 9 years ago
- 4540ea5 allow new vim-image-list/delete commands by tierno · 9 years ago
- c75a5dc new param at openstack connector to allow insecure https connections by tierno · 9 years ago
- f8383b8 new param at openstack connector to automatically assign floating_ip by tierno · 9 years ago
- 1ae5134 fix logging to console_proxy_thread.py by tierno · 9 years ago
- 36c0b17 cloud init parameters at VNFD, allow file tranfer, config-drive, userdata, users, ssh-keys by tierno · 9 years ago
- 941551b fix a bug at vnf-create using --image-name if the VNF descriptor contains an image-path by tierno · 9 years ago
- 00bdd8b change default configuration to do not proxy the VIM VNF consoles by tierno · 9 years ago
- 59f4526 Merge branch 'v1.0' by garciadeblas · 9 years ago
- fda5f7c Changes in vimconn_vmware.py : by bhangare · 9 years ago v1.0.4
- a92ae39 Changes in vimconn_vmware.py : by bhangare · 9 years ago
- cf22714 Added support for regions. Solved bug in server creation rollback. by montesmoreno · 9 years ago
- 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
- 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
- 1448045 VNF creation with image name and checksum working properly. Fixes bug 73. Added new tests for this feature. Openmano client modified to allow modifying image name and checksum by garciadeblas · 9 years ago
- 3083338 Allow images without checksum in the VIM; fixed image lookup in Opesntack connector by garciadeblas · 9 years ago
- 13ab2c4 Changes in vimconn_vmware.py : by kate · 9 years ago
- c324e00 Changes in vimconn_vmware.py : by kate · 9 years ago
- ed74603 Added *.pyo to .gitignore-common; minor typo fixed in openmano client by garciadeblas · 9 years ago
- 3fa2c05 Fix bug to raise vimconnException if image not found at VIM; fix bug in vimconn_openstack to accept image lookups only by name by garciadeblas · 9 years ago
- f8fa9f0 initial version of test_openmanoclient. It allows both python 2 and 3 by tierno · 9 years ago
- 7432e7c limit name size at openvim connector to avoid errors by tierno · 9 years ago
- 93bffb4 added python-cinderclient to openmano installer by tierno · 9 years ago
- 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
- 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
- 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
- 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
- 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
- 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
- 15f1c38 Changes in vimconn_vmware.py : by kate · 9 years ago
- a6003ee minor updates to test/basictest.sh by tierno · 9 years ago
- f853d45 Support floating IP addresses in vimconn_openstack.py by ahmadsa · 9 years ago
- 9d6866a minor updates to test/basictest.sh by tierno · 9 years ago
- 2c31ee7 merge v1.0.2 -commit b1c42b6- into master by tierno · 9 years ago
- b1c42b6 change installation to checkout the v1.0.2 tag by tierno · 9 years ago v1.0.2
- aa5832d installation script enhancement. Allow test/basictest install openvim in test mode by tierno · 9 years ago
- 95baa27 Updated vimconn_openstack.py to support v3.3 and v2.0 of OpenStack python client by ahmadsa · 9 years ago
- ae65a48 Change names of VM to solve bug 26 by tierno · 9 years ago
- 4283979 Merge "Fix idempotency issues that could cause install/configuration failures" by tierno · 9 years ago
- 942ae4f Fix idempotency issues that could cause install/configuration failures by Adam Israel · 9 years ago
- 06ac4cc Merge branch v1.0 (commit fb1987b) into master by tierno · 9 years ago
- eb78746 Merge "Merge v1.0 branch into master" by garciadeblas · 9 years ago
- 9377e5b Merge v1.0 branch into master by tierno · 9 years ago
- fb1987b provide docuemntation comments at vimconn by tierno · 9 years ago
- 8ed3c73 Merge "renamed file to match docs" by tierno · 9 years ago
- 2677765 installation openmano service persistent. Clear other openmano folders by tierno · 9 years ago
- 426bc53 Changes in openmano installer to install links in /usr/bin instead of /usr/sbin by garciadeblas · 9 years ago
- aceb464 add version to log by tierno · 9 years ago v1.0.1
- a4d321c enhance on database migration not prompt for pass if no needed by tierno · 9 years ago
- 8008c3a v0.5.2 enlarge vim_tenant_id to allow extra fields. Allow extra datacenter configuration at attachment by tierno · 9 years ago
- 44528e4 minor changes at database connection exception management. Change openmanoconfig.sh to openmanoconfig.py to retrieve configuration by tierno · 9 years ago
- d55a458 add git checkout to the apropiate tag v1.0 by tierno · 10 years ago
- a3d49e6 v0.5.1 fixed 75 VIM VM or net not updated when receives a message error longer than 1024 by tierno · 10 years ago
- cef8e64 Remove debugging that was causing openvim-compute-relation-joined to fail by Adam Israel · 10 years ago
- 50227af Initial import of charm layer to deploy and configure OpenMano by Adam Israel · 10 years ago
- 33f0a7e Update --createdb to use the right host/port by Adam Israel · 10 years ago
- 49e192d renamed file to match docs by bayramov · 10 years ago
- 65a0b96 v0.5.0 openmano for OSM Release One by tierno · 10 years ago v1.0.0
- 1c8d487 Merge "v0.4.62 Get properly a vimconn error at image/flavor list/create" by tierno · 10 years ago
- 5e91eb8 v0.4.62 Get properly a vimconn error at image/flavor list/create by tierno · 10 years ago
- ed1be4b Merge "v0.4.61 fixed 37 Deploying multisite get properly the information from sites. Deletion is properly done" by garciadeblas · 10 years ago