osm/RO.git
7 years agoNew file setup.py: builds a python package
garciadeblas [Thu, 9 Mar 2017 15:28:59 +0000 (16:28 +0100)]
New file setup.py: builds a python package

Change-Id: I60226de64fe73b0603cf46f3b1371309fe7afec3
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
7 years agoNew file openmano.service: extracted from install-openmano-service.sh
garciadeblas [Thu, 9 Mar 2017 15:23:25 +0000 (16:23 +0100)]
New file openmano.service: extracted from install-openmano-service.sh

Change-Id: I5f2dc1df0586d73f3f5377b87c57dbbffd61c635
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
7 years agoMakefile to automate tasks: env preparation, build, test, package creation
garciadeblas [Thu, 9 Mar 2017 15:21:24 +0000 (16:21 +0100)]
Makefile to automate tasks: env preparation, build, test, package creation

Change-Id: Iaae780a8fbd105902204b630a959aa9e72bf27e7
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
7 years ago Changes in vimconn_vmware.py : Modified flavor logic as per Code review comments. 28/1228/1
kate [Tue, 7 Mar 2017 07:54:39 +0000 (23:54 -0800)]
 Changes in vimconn_vmware.py : Modified flavor logic as per Code review comments.
Fixed defect – 167 VMware connector needs to resolve vCenter host name.
Fixed defect – 185 Plug test - Communication to VMware VIM does not work unless hostnames are added to /etc./hosts in RO”

Change-Id: Ibd83a870b4b086c4bd2d804e711adbf1c8cbb184
Signed-off-by: kate <akate@vmware.com>
7 years agonew persistent_info param at vimconn class 26/1226/1
tierno [Fri, 3 Mar 2017 22:51:05 +0000 (23:51 +0100)]
new persistent_info param at vimconn class
Task management at vim_thread

Change-Id: Ica8ef928811a973ac8edc669692ad2c867d9518a
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
7 years agovimconn.py: Better documentation. 61/1161/3
tierno [Thu, 23 Feb 2017 13:42:07 +0000 (14:42 +0100)]
vimconn.py: Better documentation.
Unify new_network method for all vimconns.
Add new parameter persistem_info at constructor.
New method check_vim_connectivity.

Change-Id: Ie2c7900fe12fd5ae01ef2bb4891b79a0f9173285
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
7 years agoImplemented basic test for RO. It runs basic RO functionality tests as well as scenar... 92/1192/2
Pablo Montes Moreno [Mon, 27 Feb 2017 11:33:10 +0000 (12:33 +0100)]
Implemented basic test for RO. It runs basic RO functionality tests as well as scenario based tests. Tested with different vendors OpenStack installations

Change-Id: I3217da96e1ae7e42942b6f5a4e127fab7ed25635
Signed-off-by: Pablo Montes Moreno <pablo.montesmoreno@telefonica.com>
7 years agoMerge "Unify code for scenario v0.2 v0.3"
garciadeblas [Mon, 13 Feb 2017 14:21:44 +0000 (15:21 +0100)]
Merge "Unify code for scenario v0.2 v0.3"

7 years agoMerge "New vim_thread for VIM interaction"
garciadeblas [Mon, 13 Feb 2017 14:21:31 +0000 (15:21 +0100)]
Merge "New vim_thread for VIM interaction"

7 years agoUnify code for scenario v0.2 v0.3 07/1107/1
tierno [Mon, 13 Feb 2017 13:53:54 +0000 (14:53 +0100)]
Unify code for scenario v0.2 v0.3

Change-Id: Ia5d99202ffc5392c7b8a7df6ba69c12333d6a49e
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
7 years agoNew vim_thread for VIM interaction 98/1098/1
tierno [Fri, 10 Feb 2017 14:13:40 +0000 (15:13 +0100)]
New vim_thread for VIM interaction

Change-Id: I55455ef781f91942c2f811f830f5d95f946e4a5a
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
7 years agoMerge "Merge branch 'v1.1'"
tierno [Tue, 7 Feb 2017 12:13:39 +0000 (13:13 +0100)]
Merge "Merge branch 'v1.1'"

7 years agoMerge branch 'v1.1' 74/1074/1
tierno [Tue, 7 Feb 2017 09:30:32 +0000 (10:30 +0100)]
Merge branch 'v1.1'

7 years agoProper error message shown when no image could be found at VIM 71/1071/2
garciadeblas [Mon, 6 Feb 2017 14:38:33 +0000 (15:38 +0100)]
Proper error message shown when no image could be found at VIM

Change-Id: I83d8aa32ee23cf46d2f64541f44d3ec409ad48ce
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
7 years agofixes 164 bug at client upon images without name 54/1054/2
tierno [Tue, 31 Jan 2017 13:25:57 +0000 (14:25 +0100)]
fixes 164 bug at client upon images without name

Change-Id: Iac98acb027ba3c17903b6754ba0b071c1573a3fb
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
7 years agoadded some missing logs at http requests 53/1053/2
tierno [Tue, 31 Jan 2017 11:43:46 +0000 (12:43 +0100)]
added some missing logs at http requests

Change-Id: Iab69bfe9c6ce80e5f5b91f3f3fc4ae9fdfcf9ca4
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
7 years agoChanges in vimconn_vmware.py : Patch to get DHCP leased addresses for Isolated networ... 62/1062/1
bhangare [Fri, 3 Feb 2017 10:50:23 +0000 (02:50 -0800)]
Changes in vimconn_vmware.py : Patch to get DHCP leased addresses for Isolated networks from NSX manager edges

Signed-off-by: bhangare <sbhangare@vmware.com>
7 years agoBug 194 - Openstack API v3.3 52/1052/4
ahmadsa [Tue, 31 Jan 2017 11:17:14 +0000 (16:17 +0500)]
Bug 194 - Openstack API v3.3

Signed-off-by: ahmadsa <saboor.ahmad@xflowresearch.com>
7 years agonew option for avoid reaching VIMS at new VNF 10/1010/4
tierno [Wed, 25 Jan 2017 10:02:52 +0000 (11:02 +0100)]
new option for avoid reaching VIMS at new VNF

Change-Id: Ib27ca4c14a59b391cb73994055a51ab80713e6b5
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
7 years agoMinor exception changes in files 41/1041/2
venkatamahesh [Fri, 27 Jan 2017 17:34:40 +0000 (23:04 +0530)]
Minor exception changes in files

Signed-off-by: venkatamahesh <venkatamaheshkotha@gmail.com>
7 years agoenhance VNFD checking at onboarding 34/1034/2
tierno [Thu, 26 Jan 2017 16:57:43 +0000 (17:57 +0100)]
enhance VNFD checking at onboarding

Change-Id: I90e61f168be61b535f6ee99c6813e38c4011a3bb
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
7 years agoFixes 162. Re-use an existing flavor at openstack without EPA parameters 48/1048/3
tierno [Mon, 30 Jan 2017 13:07:06 +0000 (14:07 +0100)]
Fixes 162. Re-use an existing flavor at openstack without EPA parameters

Change-Id: I675eab965fd00f86b0a5ce55944b121d45c9825d
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
7 years agofixes 191 preserve VDU interface order at all VNFD schemas 45/1045/3
tierno [Fri, 27 Jan 2017 13:58:17 +0000 (14:58 +0100)]
fixes 191 preserve VDU interface order at all VNFD schemas

Change-Id: Ib5b5cd581c2e60e1e6890ebaeebf4a246a15750c
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
7 years agovimconn_vmware.py : Two patches to address the following two issues: 1.DHCP address... 47/1047/1
bhangare [Tue, 31 Jan 2017 09:53:21 +0000 (01:53 -0800)]
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
3.Modified code for replacing hardcoded values.

Signed-off-by: bhangare <sbhangare@vmware.com>
7 years agoNew python-boto package for AWS at installation script 46/1046/1
tierno [Mon, 30 Jan 2017 11:39:09 +0000 (12:39 +0100)]
New python-boto package for AWS at installation script

Change-Id: Ib5d96a0f94abddbc1cc6cf9e4cf86d07d8dbcf22
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
7 years agoRandomize default subnet CIDR in vimconn_openstack. Fixes bug 179 28/1028/2
garciadeblas [Thu, 26 Jan 2017 14:35:55 +0000 (14:35 +0000)]
Randomize default subnet CIDR in vimconn_openstack. Fixes bug 179

Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
7 years agofixes 178 a typo at vnfd:internal-connections getting mac 23/1023/2
tierno [Thu, 26 Jan 2017 11:35:57 +0000 (12:35 +0100)]
fixes 178 a typo at vnfd:internal-connections getting mac

Change-Id: I6c5310cde3ba3da089d45a86059069dd25be0e1a
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
7 years agofixes 168. openstack cloud-config error 13/1013/2
tierno [Wed, 25 Jan 2017 13:27:20 +0000 (14:27 +0100)]
fixes 168. openstack cloud-config error

Change-Id: I8879218073c29088f08106bc280656a380275aef
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
7 years agoMerge "Fix minor bug in openmano client with subcommand vim-image-list" into v1.1
tierno [Tue, 24 Jan 2017 17:27:13 +0000 (18:27 +0100)]
Merge "Fix minor bug in openmano client with subcommand vim-image-list" into v1.1

7 years agoFix minor bug in openmano client with subcommand vim-image-list 09/1009/2
garciadeblas [Tue, 24 Jan 2017 16:16:18 +0000 (17:16 +0100)]
Fix minor bug in openmano client with subcommand vim-image-list

Change-Id: I2820cda1ce01f00e2c2d52d0be251d76ba16c223
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
7 years agoChanges in vimconn_vmware.py: Addressed code review changes to add raise keyword 04/1004/1
kate [Tue, 24 Jan 2017 15:26:52 +0000 (07:26 -0800)]
Changes in vimconn_vmware.py: Addressed code review changes to add raise keyword

Change-Id: I3abec6cd31c591cefeb362b88177e15cca51be9e
Signed-off-by: kate <akate@vmware.com>
7 years agofixes 164 openmano client fails without vpci at VNFD 03/1003/1
tierno [Mon, 23 Jan 2017 12:07:09 +0000 (13:07 +0100)]
fixes 164 openmano client fails without vpci at VNFD

Change-Id: I6fb3fd126aed0d9a2a6fd890beb25120d8f18f91
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
7 years agoChanges in vimconn_vmware.py : Addressed code review comments for implementation... 02/1002/1
kate [Tue, 24 Jan 2017 11:20:43 +0000 (03:20 -0800)]
Changes in vimconn_vmware.py : Addressed code review comments for implementation of get_image_list specification

Change-Id: I783c6455ea75a138eaa825e248bc12208a5b6380
Signed-off-by: kate <akate@vmware.com>
7 years agoChanges in vimconn_vmware.py: provided implementation for get_image_list specification 01/1001/1
kate [Tue, 24 Jan 2017 03:57:06 +0000 (19:57 -0800)]
Changes in vimconn_vmware.py: provided implementation for  get_image_list specification

Change-Id: Ia9ce852a1670bcdd6cbc67c4b941f2e1358dccfe
Signed-off-by: kate <akate@vmware.com>
7 years agoenhance http messages at some bad input schemat 88/988/2
tierno [Thu, 19 Jan 2017 15:16:26 +0000 (16:16 +0100)]
enhance http messages at some bad input schemat

Change-Id: I737984fc401636c32aaa5895f7ea217ff40af0bc
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
7 years agoallow new vim-image-list/delete commands 87/987/3
tierno [Wed, 18 Jan 2017 16:44:32 +0000 (17:44 +0100)]
allow new vim-image-list/delete commands

Change-Id: Id53af6bac339bd71557b9762b3f57e53680971e1
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
7 years agonew param at openstack connector to allow insecure https connections 86/986/3
tierno [Wed, 18 Jan 2017 14:53:44 +0000 (15:53 +0100)]
new param at openstack connector to allow insecure https connections

Change-Id: Icaecfa8470d28232ab1d65e2ffb8395f24825db3
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
7 years agonew param at openstack connector to automatically assign floating_ip 85/985/2
tierno [Wed, 18 Jan 2017 14:49:48 +0000 (15:49 +0100)]
new param at openstack connector to automatically assign floating_ip

Change-Id: I446cff21dc86f38bfd994eec8131473eb0546b92
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
7 years agofix logging to console_proxy_thread.py 52/952/1
tierno [Mon, 16 Jan 2017 12:48:30 +0000 (12:48 +0000)]
fix logging to console_proxy_thread.py

Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
7 years agocloud init parameters at VNFD, allow file tranfer, config-drive, userdata, users... 40/940/4
tierno [Thu, 12 Jan 2017 17:32:28 +0000 (18:32 +0100)]
cloud init parameters at VNFD, allow file tranfer, config-drive, userdata, users, ssh-keys

Change-Id: Ice99bfaf3a952dc8b52f3947972f82bb51edff58
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
7 years ago fix a bug at vnf-create using --image-name if the VNF descriptor contains an image... 39/939/1
tierno [Thu, 12 Jan 2017 17:26:26 +0000 (18:26 +0100)]
 fix a bug at vnf-create using --image-name if the VNF descriptor contains an image-path

Change-Id: I7fa9db263058f0544eee9845db773a9477ecf006
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
7 years agochange default configuration to do not proxy the VIM VNF consoles 38/938/1
tierno [Thu, 12 Jan 2017 17:25:24 +0000 (18:25 +0100)]
change default configuration to do not proxy the VIM VNF consoles

Change-Id: Ie3def1d49cc8a8311e0368707d83f671c1354071
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
7 years agoMerge branch 'v1.0' 33/933/1
garciadeblas [Thu, 12 Jan 2017 14:03:58 +0000 (15:03 +0100)]
Merge branch 'v1.0'

7 years agoChanges in vimconn_vmware.py : 27/927/1 v1.0.4
bhangare [Fri, 13 Jan 2017 07:50:34 +0000 (23:50 -0800)]
Changes in vimconn_vmware.py :
1. Created a means to assign PCI passthrough configurations to VM via vCenter APIs using pyvmomi python library.
2. Modified refresh_vms_status() : to include information of PCI devices of VMs
Changes in scripts/install-openmano.sh: Added pip install command to install pyvmomi python library

Signed-off-by: bhangare <sbhangare@vmware.com>
7 years ago Changes in vimconn_vmware.py : 26/926/1
bhangare [Fri, 13 Jan 2017 06:30:29 +0000 (22:30 -0800)]
 Changes in vimconn_vmware.py :
1. Addressed code Review comment for Bug 118 -VMWARE Connector: Alter datacenter name to not match with OSM identifier
2. Applied cpu, memory and disk to VM as specified in flavor
3. Added wait time along with byte transferred check while uploading media files to vCloud Director

Signed-off-by: bhangare <sbhangare@vmware.com>
7 years agoAdded support for regions. Solved bug in server creation rollback. 31/931/1
montesmoreno [Thu, 12 Jan 2017 12:24:21 +0000 (12:24 +0000)]
Added support for regions. Solved bug in server creation rollback.

Signed-off-by: montesmoreno <pablo.montesmoreno@telefonica.com>
7 years agoChanges in vimconn_vmware.py: Create networks & apply network configuration as define... 14/914/1
bhangare [Thu, 12 Jan 2017 12:02:23 +0000 (04:02 -0800)]
Changes in vimconn_vmware.py: Create networks & apply network configuration as defined in VNFD to override what is defined in uploaded .ovf

Signed-off-by: bhangare <sbhangare@vmware.com>
7 years agoImplemented option to disable port-security for openstack. Implemented option to... 95/895/2
montesmoreno [Mon, 9 Jan 2017 16:46:04 +0000 (16:46 +0000)]
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

Change-Id: I1d6463f9743924dacd93d522f625ecef34b0decf
Signed-off-by: montesmoreno <pablo.montesmoreno@telefonica.com>
7 years agoVNF creation with image name and checksum working properly. Fixes bug 73. Added new... 03/903/2
garciadeblas [Tue, 10 Jan 2017 12:08:07 +0000 (13:08 +0100)]
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

Change-Id: I6153fab0241778cba34414c8e45669cd40119eed
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
7 years agoAllow images without checksum in the VIM; fixed image lookup in Opesntack connector 91/891/2
garciadeblas [Mon, 9 Jan 2017 08:46:31 +0000 (09:46 +0100)]
Allow images without checksum in the VIM; fixed image lookup in Opesntack connector

Change-Id: Iedacddf3b7b32df344bb800db535a85f0106d856
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
7 years agoChanges in vimconn_vmware.py : 36/836/2
kate [Fri, 23 Dec 2016 09:34:24 +0000 (01:34 -0800)]
Changes in vimconn_vmware.py :
1.Fixed Bug 119 - VMWARE Connector: VIMconnector occasionally returns an error upon VM deletion

Change-Id: I9626e5c59d3b9d2794821cdaa6e484ba326b1631
Signed-off-by: kate <akate@vmware.com>
7 years agoChanges in vimconn_vmware.py : 35/835/3
kate [Fri, 23 Dec 2016 08:54:47 +0000 (00:54 -0800)]
Changes in vimconn_vmware.py :
1.Fixed Bug 118 - VMWARE Connector: Alter datacenter name to not match with OSM identifier
2.Removed unused code

Change-Id: Ia0b357f927c9cb1ba05770907239873293f47f41
Signed-off-by: kate <akate@vmware.com>
7 years agoAdded *.pyo to .gitignore-common; minor typo fixed in openmano client 73/873/2
garciadeblas [Thu, 5 Jan 2017 10:58:41 +0000 (11:58 +0100)]
Added *.pyo to .gitignore-common; minor typo fixed in openmano client

Change-Id: I9096d854760c010fb7465bb3e2f5471873a7f6d2
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
7 years agoFix bug to raise vimconnException if image not found at VIM; fix bug in vimconn_opens... 74/874/3
garciadeblas [Thu, 5 Jan 2017 11:00:08 +0000 (12:00 +0100)]
Fix bug to raise vimconnException if image not found at VIM; fix bug in vimconn_openstack to accept image lookups only by name

Change-Id: Ia4d42dc5f69f07f2f3646916cfd6d414b702c5ea
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
7 years agoinitial version of test_openmanoclient. It allows both python 2 and 3 71/871/2
tierno [Wed, 28 Dec 2016 08:11:15 +0000 (09:11 +0100)]
initial version of test_openmanoclient. It allows both python 2 and 3

Change-Id: Ib3f7ff9acb2ba3a866ea35af8bbe96fbfc140f10
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
7 years agolimit name size at openvim connector to avoid errors 72/872/2
tierno [Wed, 4 Jan 2017 15:54:37 +0000 (16:54 +0100)]
limit name size at openvim connector to avoid errors

Change-Id: I2ec7a47b8f7d5cef208e029a2cbbe2eefedba84c
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
7 years agoadded python-cinderclient to openmano installer 66/866/2
tierno [Sat, 31 Dec 2016 16:08:51 +0000 (17:08 +0100)]
added python-cinderclient to openmano installer

Change-Id: I8ccedfe4f2dd17528f5f5502b31db55cc78b123c
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
7 years agoMerge "Changes in vimconn_vmware.py: Fixed Bug ID 121: VMWARE Connector: Return Nic... v1.0.3
tierno [Sat, 31 Dec 2016 15:51:05 +0000 (16:51 +0100)]
Merge "Changes in vimconn_vmware.py: Fixed Bug ID 121: VMWARE Connector: Return Nic status to include IP address and MAC" into v1.0

7 years agoMerge "Changes in vimconn_vmware.py:Fixed Bug ID 120 VMWARE Connector: Alter ‘instanc...
tierno [Sat, 31 Dec 2016 15:50:49 +0000 (16:50 +0100)]
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

7 years agoChanges in vimconn_vmware.py: Fixed Bug ID 121: VMWARE Connector: Return Nic status... 41/841/2
bhangare [Tue, 27 Dec 2016 09:41:28 +0000 (01:41 -0800)]
Changes in vimconn_vmware.py: Fixed Bug ID 121: VMWARE Connector: Return Nic status to include IP address and MAC

Signed-off-by: bhangare <sbhangare@vmware.com>
7 years agoChanges in vimconn_vmware.py:Fixed Bug ID 120 VMWARE Connector: Alter ‘instance-scena... 40/840/1
bhangare [Sat, 24 Dec 2016 10:54:51 +0000 (02:54 -0800)]
Changes in vimconn_vmware.py:Fixed Bug ID 120 VMWARE Connector: Alter ‘instance-scenario-list VNF -vvv’ return to be ACTIVE instead of BUILD

Signed-off-by: bhangare <sbhangare@vmware.com>
7 years agoChanges in vimconn_vmware.py:Fixed Bug ID 120 VMWARE Connector: Alter ‘instance-scena... 38/838/2
bhangare [Sat, 24 Dec 2016 10:54:51 +0000 (02:54 -0800)]
Changes in vimconn_vmware.py:Fixed Bug ID 120 VMWARE Connector: Alter ‘instance-scenario-list VNF -vvv’ return to be ACTIVE instead of BUILD

Signed-off-by: bhangare <sbhangare@vmware.com>
7 years agoAdded support in openstack connector for additional disks, either empty or based... 30/830/3
montesmoreno [Thu, 22 Dec 2016 12:16:23 +0000 (12:16 +0000)]
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

Change-Id: Ice2b39d05620ca3eb90704c07d0c5919e4474793
Signed-off-by: montesmoreno <pablo.montesmoreno@telefonica.com>
7 years agoChanges in vimconn_vmware.py : 90/790/4
kate [Thu, 15 Dec 2016 09:12:40 +0000 (01:12 -0800)]
Changes in vimconn_vmware.py :
1.Added logger and modified existing logging statements
2.Improved exception handling
3.Added global keys for flavor dictionary
4.Derived organization name by splitting tenant name into tenant name and organization name
5.Added logic to identify catalog by hashing

Change-Id: I4559f5d44fc7cd5924f721aa7f39e4d5d299ef19
Signed-off-by: kate <akate@vmware.com>
7 years agominor updates to test/basictest.sh 37/837/1
tierno [Wed, 21 Dec 2016 15:18:00 +0000 (16:18 +0100)]
minor updates to test/basictest.sh

Change-Id: I6c7c57902d592a8b668c20cde3f09abe6904f752
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
7 years agoSupport floating IP addresses in vimconn_openstack.py 25/825/5
ahmadsa [Thu, 22 Dec 2016 06:33:47 +0000 (11:33 +0500)]
Support floating IP addresses in vimconn_openstack.py

Signed-off-by: ahmadsa <saboor.ahmad@xflowresearch.com>
7 years agominor updates to test/basictest.sh 20/820/2
tierno [Wed, 21 Dec 2016 15:18:00 +0000 (16:18 +0100)]
minor updates to test/basictest.sh

Change-Id: I6c7c57902d592a8b668c20cde3f09abe6904f752
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
7 years agomerge v1.0.2 -commit b1c42b6- into master 13/813/1
tierno [Mon, 19 Dec 2016 17:46:09 +0000 (18:46 +0100)]
merge v1.0.2 -commit b1c42b6- into master

Change-Id: Iec0283ef28a4407b72439b894e0f618ee54ac1d5
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
7 years agochange installation to checkout the v1.0.2 tag 00/800/2 v1.0.2
tierno [Thu, 15 Dec 2016 23:24:23 +0000 (00:24 +0100)]
change installation to checkout the v1.0.2 tag

Change-Id: Idcd9b523cdfc3a8ce6c6bb9892d22b5fd00f152c
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
7 years agoinstallation script enhancement. Allow test/basictest install openvim in test mode 62/762/1
tierno [Wed, 7 Dec 2016 15:20:25 +0000 (16:20 +0100)]
installation script enhancement. Allow test/basictest install openvim in test mode

Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
7 years agoUpdated vimconn_openstack.py to support v3.3 and v2.0 of OpenStack python client 52/752/1
ahmadsa [Wed, 30 Nov 2016 04:14:11 +0000 (09:14 +0500)]
Updated vimconn_openstack.py to support v3.3 and v2.0 of OpenStack python client

Signed-off-by: ahmadsa <saboor.ahmad@xflowresearch.com>
7 years agoChange names of VM to solve bug 26 10/710/2
tierno [Thu, 24 Nov 2016 15:20:05 +0000 (16:20 +0100)]
Change names of VM to solve bug 26

Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
7 years agoMerge "Fix idempotency issues that could cause install/configuration failures"
tierno [Wed, 23 Nov 2016 15:29:51 +0000 (16:29 +0100)]
Merge "Fix idempotency issues that could cause install/configuration failures"

7 years agoFix idempotency issues that could cause install/configuration failures 91/691/1
Adam Israel [Mon, 21 Nov 2016 20:19:42 +0000 (15:19 -0500)]
Fix idempotency issues that could cause install/configuration failures

Signed-off-by: Adam Israel <adam.israel@canonical.com>
7 years agoMerge branch v1.0 (commit fb1987b) into master 90/690/1
tierno [Mon, 21 Nov 2016 13:58:05 +0000 (14:58 +0100)]
Merge branch v1.0 (commit fb1987b) into master

Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
7 years agoMerge "Merge v1.0 branch into master"
garciadeblas [Mon, 21 Nov 2016 10:42:09 +0000 (11:42 +0100)]
Merge "Merge v1.0 branch into master"

7 years agoMerge v1.0 branch into master 84/684/1
tierno [Fri, 18 Nov 2016 09:19:55 +0000 (10:19 +0100)]
Merge v1.0 branch into master

Change-Id: I4389f650b72404b6d75087a3865254bc2781c5c2
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
7 years agoprovide docuemntation comments at vimconn 76/676/2
tierno [Tue, 15 Nov 2016 17:35:06 +0000 (17:35 +0000)]
provide docuemntation comments at vimconn

Change-Id: Id49977d6b0aa5dc871cf954b00a600fff9fba46b
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
7 years agoMerge "renamed file to match docs"
tierno [Fri, 18 Nov 2016 09:19:55 +0000 (10:19 +0100)]
Merge "renamed file to match docs"

7 years agoinstallation openmano service persistent. Clear other openmano folders 75/675/2
tierno [Tue, 15 Nov 2016 17:33:13 +0000 (17:33 +0000)]
installation openmano service persistent. Clear other openmano folders

Change-Id: I11f8d782e364fe0d004c2ae680c0fdfe280be97b
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
7 years agoChanges in openmano installer to install links in /usr/bin instead of /usr/sbin 57/657/1
garciadeblas [Thu, 10 Nov 2016 15:33:29 +0000 (16:33 +0100)]
Changes in openmano installer to install links in /usr/bin instead of /usr/sbin

Change-Id: Ic27ed049aee5c34ece99dfd7451fa5daf3bcbcbb
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
7 years agoadd version to log 55/555/2 v1.0.1
tierno [Thu, 20 Oct 2016 15:12:30 +0000 (15:12 +0000)]
add version to log

Change-Id: I29f6f53ac903d48f688157dfcae4f75d23fcba95
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
7 years agoenhance on database migration not prompt for pass if no needed
tierno [Mon, 24 Oct 2016 08:47:46 +0000 (08:47 +0000)]
enhance on database migration not prompt for pass if no needed

Change-Id: Ia8cbebb09ea107c698965be56f79b24dde46de1f
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
7 years agov0.5.2 enlarge vim_tenant_id to allow extra fields. Allow extra datacenter configurat... 31/531/1
tierno [Thu, 13 Oct 2016 15:34:28 +0000 (15:34 +0000)]
v0.5.2 enlarge vim_tenant_id to allow extra fields. Allow extra datacenter configuration at attachment

Change-Id: I7a99a65be55fb7520633ceb33922c0ff2ea96c3f
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
7 years agominor changes at database connection exception management. Change openmanoconfig... 30/530/1
tierno [Tue, 11 Oct 2016 12:06:25 +0000 (12:06 +0000)]
minor changes at database connection exception management. Change openmanoconfig.sh to openmanoconfig.py to retrieve configuration

Change-Id: I4dbff4e3b5e21ff362f1487a63a213852ed18f78
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
7 years agoadd git checkout to the apropiate tag v1.0 12/512/1
tierno [Wed, 5 Oct 2016 15:21:28 +0000 (15:21 +0000)]
add git checkout to the apropiate tag v1.0

Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
7 years agov0.5.1 fixed 75 VIM VM or net not updated when receives a message error longer than... 11/511/1
tierno [Wed, 5 Oct 2016 15:20:26 +0000 (15:20 +0000)]
v0.5.1 fixed 75 VIM VM or net not updated when receives a message error longer than 1024

Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
7 years agoRemove debugging that was causing openvim-compute-relation-joined to fail 06/506/1
Adam Israel [Tue, 4 Oct 2016 20:20:51 +0000 (13:20 -0700)]
Remove debugging that was causing openvim-compute-relation-joined to fail

Signed-off-by: Adam Israel <adam.israel@canonical.com>
7 years agoInitial import of charm layer to deploy and configure OpenMano 05/505/1
Adam Israel [Tue, 4 Oct 2016 19:07:16 +0000 (12:07 -0700)]
Initial import of charm layer to deploy and configure OpenMano

Signed-off-by: Adam Israel <adam.israel@canonical.com>
7 years agoUpdate --createdb to use the right host/port 04/504/1
Adam Israel [Tue, 4 Oct 2016 19:03:31 +0000 (12:03 -0700)]
Update --createdb to use the right host/port

Signed-off-by: Adam Israel <adam.israel@canonical.com>
7 years agorenamed file to match docs 98/498/1
bayramov [Tue, 4 Oct 2016 17:11:07 +0000 (21:11 +0400)]
renamed file to match docs

Signed-off-by: bayramov <mbayramov@vmware.com>
7 years agov0.5.0 openmano for OSM Release One 89/489/1 v1.0.0
tierno [Tue, 4 Oct 2016 12:43:11 +0000 (12:43 +0000)]
v0.5.0 openmano for OSM Release One

Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
7 years agoMerge "v0.4.62 Get properly a vimconn error at image/flavor list/create"
tierno [Tue, 4 Oct 2016 12:27:59 +0000 (14:27 +0200)]
Merge "v0.4.62 Get properly a vimconn error at image/flavor list/create"

7 years agov0.4.62 Get properly a vimconn error at image/flavor list/create 88/488/1
tierno [Tue, 4 Oct 2016 09:39:07 +0000 (09:39 +0000)]
v0.4.62 Get properly a vimconn error at image/flavor list/create

Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
7 years agoMerge "v0.4.61 fixed 37 Deploying multisite get properly the information from sites...
garciadeblas [Tue, 4 Oct 2016 08:27:58 +0000 (10:27 +0200)]
Merge "v0.4.61 fixed 37 Deploying multisite get properly the information from sites. Deletion is properly done"

7 years agov0.4.61 fixed 37 Deploying multisite get properly the information from sites. Deletio... 86/486/1
tierno [Tue, 4 Oct 2016 08:15:08 +0000 (08:15 +0000)]
v0.4.61 fixed 37 Deploying multisite get properly the information from sites. Deletion is properly done

Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
7 years agoMerge "allow running test_vimconn without user ssh keys. Change installation to copy...
garciadeblas [Tue, 4 Oct 2016 08:08:05 +0000 (10:08 +0200)]
Merge "allow running test_vimconn without user ssh keys. Change installation to copy .gitignore with common parameters"

7 years agoMerge "fixed small typo at basictest"
garciadeblas [Tue, 4 Oct 2016 08:06:31 +0000 (10:06 +0200)]
Merge "fixed small typo at basictest"

7 years agoallow running test_vimconn without user ssh keys. Change installation to copy .gitign... 85/485/1
tierno [Tue, 4 Oct 2016 08:00:54 +0000 (08:00 +0000)]
allow running test_vimconn without user ssh keys. Change installation to copy .gitignore with common parameters

Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
7 years agoMinor bug fixed in create_or_use_flavor when it contains a disk image 83/483/2
garciadeblas [Tue, 4 Oct 2016 07:09:58 +0000 (09:09 +0200)]
Minor bug fixed in create_or_use_flavor when it contains a disk image

Change-Id: I43dd1b4e822330908a46c8adf93ce26934000ad5
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>