tierno [Thu, 7 Sep 2017 10:58:23 +0000 (12:58 +0200)]
feature1419 DB rollback if update fails
Change-Id: Id1fefbf15dd39ae5b0ad3f0b5759e7f44f26fdff
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
kate [Wed, 6 Sep 2017 06:26:28 +0000 (23:26 -0700)]
Merge branch 'vio' into v2.0
Change-Id: I380d554f9e9f03b0c4425fd998123fda300b81ff
Signed-off-by: kate <akate@vmware.com>
kate [Sat, 24 Jun 2017 11:21:38 +0000 (04:21 -0700)]
1.Created new file for VIO connector as vimconn_vio.py that extends the existing openstack connector
2.Changes in vimconn_openstack.py: Modified __reload_connection() to incorporate Internal URL endpoint for VIO and added glancev1 as object attribute to avoid code duplication at VIO connector
3.Changes in vimconn_vio.py: Removed __reload_connection() , new_image() and unused imports
4.Addressed code review comments for patch set 3
5.Changes in vimconn_openstack.py: Added new helper method _create_net_dict() to create network dict
6.Changes in vimconn_vio.py: Removed implementation of SRIOV Nova workflow for VIO 3 and implemented SRIOV Neutron workflow for VIO 4.
7.Removed vimconn_vio.py file for VIO connector
8.Changes in vimconn_openstack.py: Merged VIO related changes in main openstack connector file
9.Changes in vimconn_openstack.py: Addressed code review comments for patch set 6 and modified EPA parameters in flavor for VIO
10.Changes in vimconn_openstack.py: Addressed code review comments for patch set 7
Change-Id: Iac4ea48acfd1fccd5fa81651e12058a3a0965c1c
Signed-off-by: kate <akate@vmware.com>
tierno [Wed, 9 Aug 2017 07:12:04 +0000 (09:12 +0200)]
Allow combining user-data and ssh-keys with cloud-init
Change-Id: I33199e9a1877c12c09e69d1667bb2cb211ce16d1
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
tierno [Thu, 10 Aug 2017 13:58:50 +0000 (15:58 +0200)]
(bug 329) fix RO VDU count. Enhance nfvo.py:create_instance
Change-Id: I588268281fd6fd85d963db3fdcc5b39e809bc5f0
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
tierno [Wed, 23 Aug 2017 14:27:10 +0000 (16:27 +0200)]
bug 333: install stable version of lib_osm_openvim
Change-Id: I2b15ef402c5dc8c9d93170088e0f7ff2d63dcb4e
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
tierno [Tue, 29 Aug 2017 09:43:46 +0000 (11:43 +0200)]
Some fixes at Affinity/antiaffinity
Change-Id: I7b30cf86bc244b223f502b07ad5054e6f0067547
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
mirabal [Thu, 27 Jul 2017 10:21:22 +0000 (12:21 +0200)]
Affinity and antiaffinity implementation.
- RO descriptor now support "availability_zone" tag in the VNFC descriptor.
- RO database extend table vms table to include availability_zone.
- In case a VNF requires more zones than available in the datacenter, an error message of instantiation failure will be issued and the usual rollback procedure will start.
- In case a VDU does not include availability tag, it will be treated as normal, following the default scheduling policy in the VIM.
Change-Id: I335a0db6fa232953f655a598351dd7e7bbb97785
Signed-off-by: mirabal <leonardo.mirabal@altran.com>
montesmoreno [Tue, 22 Aug 2017 09:23:06 +0000 (11:23 +0200)]
Additional check to avoid error message in openstack when tag is used in network interfaces using an older microversion than 2.32
Change-Id: Ifa980814cf853dfe7d1423b4b6c33ea6bcb1cb2c
Signed-off-by: montesmoreno <pablo.montesmoreno@telefonica.com>
montesmoreno [Wed, 16 Aug 2017 10:48:23 +0000 (12:48 +0200)]
Add device role tagging functionality to openstack connector. All interfaces are tagged with the name of the VDU interface in the OSM descriptor. To be able to use 'device role tagging' functionality define 'microversion: 2.32' in datacenter config. This implementation approach is due to the warning message in https://developer.openstack.org/api-guide/compute/microversions.html where it is stated that microversion backwards compatibility is not guaranteed and clients should always require an specific microversion.
Change-Id: I75c572291fe648467c69b4958b8b3e58ecec178c
Signed-off-by: montesmoreno <pablo.montesmoreno@telefonica.com>
kasar [Thu, 3 Aug 2017 10:29:23 +0000 (03:29 -0700)]
Added unit tests for delete_image specification
Change-Id: I92a55269bad5edd39d9281d270e76f426002ccac
Signed-off-by: kasar <pkasar@vmware.com>
kate [Thu, 3 Aug 2017 09:16:13 +0000 (02:16 -0700)]
Changes in vimconn_vmware.py:
1. Modified code for new_tenant
2.Provided implementation for delete_tenant and delete_image specification
Change-Id: I0621a1ababc65be0f15703d3bedc192498a206fd
Signed-off-by: kate <akate@vmware.com>
tierno [Wed, 2 Aug 2017 12:02:15 +0000 (14:02 +0200)]
(bug 327) fix vimconn_openstack image creation
Change-Id: Icf3acfd8a78ddbcc8b939e1133415b5658c59721
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
tierno [Wed, 2 Aug 2017 11:53:02 +0000 (13:53 +0200)]
Fix rollback error of not launched nets & vms
Change-Id: I317ed62f4d4357855039ee4b91ba7c52dd9f3b5a
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
tierno [Wed, 2 Aug 2017 10:48:13 +0000 (12:48 +0200)]
fix DB & ovim.DB critical section among threads
Change-Id: I9b8394ded7f2a83005b62e5490cc38198c3349af
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
garciadeblas [Sun, 23 Jul 2017 17:44:55 +0000 (19:44 +0200)]
Deployment of VNFs alphabetically ordered by name in a NS instance
Change-Id: I457a41846687d83f13a6a21439dcb445bfd023e0
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
garciadeblas [Sun, 23 Jul 2017 18:26:28 +0000 (20:26 +0200)]
vimconn_opnestack: updated server_timeout from 60s to 300s
Change-Id: Id7a951290b34fb2b9573844b15c93c86c604783b
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
kasar [Mon, 31 Jul 2017 08:25:55 +0000 (01:25 -0700)]
Added unit tests for new tenant and delete tenant
Change-Id: I520c2d9a869e25413557b11129c9517440b5ac36
Signed-off-by: kasar <pkasar@vmware.com>
kasar [Mon, 24 Jul 2017 08:28:44 +0000 (01:28 -0700)]
Added new unit tests for get_tenant_list specification
Change-Id: I3550a285810ddd185679cf11cabe91ff32735ae1
Signed-off-by: kasar <pkasar@vmware.com>
kasar [Thu, 6 Jul 2017 09:04:59 +0000 (02:04 -0700)]
Added unit tests for get_vminstance,refresh_vms_status,delete_vminstance and refresh_nets_status
Change-Id: Ifdd5967a9a606f2a0b9b7db96cdab64492862a75
Signed-off-by: kasar <pkasar@vmware.com>
tierno [Thu, 13 Jul 2017 13:44:34 +0000 (15:44 +0200)]
provide only one vnf:vm IP address at NBI
Change-Id: Id895f3674a1f01aa358ec49742da3d483adcc5f2
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
montesmoreno [Wed, 12 Jul 2017 09:47:13 +0000 (11:47 +0200)]
Solved problem in AWS when listing networks (it was conflicting with code for sdn-assist). Modified the info the connector reports about the instance, now, if possible, the public IP is reported instead of the private one
Change-Id: I0c46c5d62ad0777615e7ba234d2a912d9353dc1b
Signed-off-by: montesmoreno <pablo.montesmoreno@telefonica.com>
tierno [Wed, 12 Jul 2017 08:54:08 +0000 (10:54 +0200)]
Merge "new test for openmano client" into v2.0
tierno [Wed, 12 Jul 2017 08:54:03 +0000 (10:54 +0200)]
Merge "Delete sdn-port-mapping upon datancenter deletion or sdn remove" into v2.0
tierno [Wed, 12 Jul 2017 08:53:50 +0000 (10:53 +0200)]
Merge "fix password typo at database migrate" into v2.0
Mike Marchetti [Wed, 5 Jul 2017 16:03:21 +0000 (12:03 -0400)]
add common ci-pipeline code
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
Change-Id: I03d2573e7ba670a34c0c7ee08b566994905e5f88
tierno [Tue, 11 Jul 2017 11:51:57 +0000 (13:51 +0200)]
new test for openmano client
Change-Id: Ida54e748945de87e97d531d7df42c712f42e5d15
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
tierno [Tue, 11 Jul 2017 11:50:04 +0000 (13:50 +0200)]
Delete sdn-port-mapping upon datancenter deletion or sdn remove
Change-Id: I53da6a67422bf4eccfab1685617ffc8c0b01d2c6
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
tierno [Mon, 10 Jul 2017 07:46:36 +0000 (09:46 +0200)]
fix password typo at database migrate
Change-Id: Ie914977fb8018d2409a582ca098c3100a827fe55
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
tierno [Fri, 7 Jul 2017 12:31:00 +0000 (14:31 +0200)]
fix return value at openmano client -sdn- commands
Change-Id: If0b376aa63ae01976dcce1c4da8cdbf91af6e015
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
tierno [Fri, 7 Jul 2017 12:30:30 +0000 (14:30 +0200)]
fix issue at openstack vm creation rollback. Issue getting port ip_address
Change-Id: I19b0ddd2433b531afd85c79697194ab6276d4844
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
garciadeblas [Wed, 5 Jul 2017 09:42:44 +0000 (11:42 +0200)]
Fix (bug317): updated DB to change type of ram in flavors table
Change-Id: I33b18e2c79347d79e01da875f49bdfeee2ca2836
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
bhangare [Wed, 5 Jul 2017 05:44:01 +0000 (22:44 -0700)]
Changes in vimconn_vmware.py: Code cleanup & addressed minor issue in exception handling
Change-Id: I44908e9c0157f36350db7672d53fb9126997e9a4
Signed-off-by: bhangare <sbhangare@vmware.com>
Pablo Montes Moreno [Mon, 3 Jul 2017 08:44:30 +0000 (10:44 +0200)]
Fix in openstack connector to workaround issue in openstack when disabling port security. If port security is disabled when the port has not yet been attached to the VM, then all vm traffic is dropped. The workaround consists on waiting until the VM is active and then disable the port-security
Change-Id: Ibb0515577f684b3269781a63d73864bb995768b5
Signed-off-by: Pablo Montes Moreno <pablo.montesmoreno@telefonica.com>
kasar [Fri, 23 Jun 2017 11:06:52 +0000 (04:06 -0700)]
Added new unit tests for get_image_id_from_path, get_image_list and new_vminstance specifications
Change-Id: I93aaccaf3a8df4ea3c8c4e58c2e57b3132893258
Signed-off-by: kasar <pkasar@vmware.com>
tierno [Fri, 30 Jun 2017 10:25:50 +0000 (12:25 +0200)]
(bug 314) Avoid gateway creation at openstack if not demanded by IP profile
Change-Id: Ia69fe7e8770f9d72bb00ab1083c2d98b1b8894ab
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
tierno [Thu, 29 Jun 2017 14:42:15 +0000 (16:42 +0200)]
Fix an issue attaching openstack datacenter
Change-Id: I4aeabfcc4effc65959d21073e7871431315023fe
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
tierno [Thu, 29 Jun 2017 14:42:15 +0000 (16:42 +0200)]
Fix an issue attaching openstack datacenter
Change-Id: I4aeabfcc4effc65959d21073e7871431315023fe
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
bhangare [Wed, 21 Jun 2017 09:20:15 +0000 (02:20 -0700)]
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.
Change-Id: Icf6100708acb0f3f824bc542076da334a80654c4
Signed-off-by: bhangare <sbhangare@vmware.com>
tierno [Wed, 21 Jun 2017 16:01:40 +0000 (18:01 +0200)]
vimconn_openstack v3 fix tenant managing
Change-Id: Iad590e1722ee9cb4e1cff01a9a4e2182ff199022
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
tierno [Mon, 19 Jun 2017 13:52:22 +0000 (15:52 +0200)]
openstack client for keystone v3. Maintain sessions upon class reload with persistent_info
Change-Id: I8528b89d233a6417a840bc339816e618588851f2
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
kasar [Thu, 8 Jun 2017 10:46:18 +0000 (03:46 -0700)]
Added validation in new_flavor method and unit tests for new_flavor,delete_flavor,new_image
Change-Id: I5747f07f287ad2b4370b3cd586cf0adcf5b9888a
Signed-off-by: kasar <pkasar@vmware.com>
Pablo Montes Moreno [Tue, 20 Jun 2017 08:49:58 +0000 (10:49 +0200)]
minor change to increase log information
Change-Id: Icbb252efd959f7accfd44401c8db7fa24f4981d8
Signed-off-by: Pablo Montes Moreno <pablo.montesmoreno@telefonica.com>
tierno [Wed, 21 Jun 2017 16:01:40 +0000 (18:01 +0200)]
vimconn_openstack v3 fix tenant managing
Change-Id: Iad590e1722ee9cb4e1cff01a9a4e2182ff199022
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
Mike Marchetti [Wed, 21 Jun 2017 00:41:04 +0000 (20:41 -0400)]
Merge branch 'v2.0'
Mike Marchetti [Wed, 21 Jun 2017 00:40:03 +0000 (02:40 +0200)]
Merge "remove specific node label" into v2.0
Mike Marchetti [Wed, 21 Jun 2017 00:33:20 +0000 (20:33 -0400)]
remove specific node label
Change-Id: I96f9c60c4b06179270cbb820dc67a2c37188a3ae
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
tierno [Tue, 20 Jun 2017 10:21:48 +0000 (12:21 +0200)]
Merge: openstack client for keystone v3. Maintain sessions upon class reload with persistent_info
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
tierno [Mon, 19 Jun 2017 13:52:22 +0000 (15:52 +0200)]
openstack client for keystone v3. Maintain sessions upon class reload with persistent_info
Change-Id: I8528b89d233a6417a840bc339816e618588851f2
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
tierno [Mon, 19 Jun 2017 11:37:44 +0000 (13:37 +0200)]
Added a base class at test_RO with common methods to avoid code duplication
Change-Id: I563a12732e6637c204dccb6ff3d9d596e91ce55c
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
tierno [Wed, 14 Jun 2017 10:55:38 +0000 (12:55 +0200)]
added python- openstackclient package at installation useful for debug
Change-Id: I6443eeefe8beb961e20d465db99d6c2a78ed3a43
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
tierno [Tue, 13 Jun 2017 16:48:30 +0000 (18:48 +0200)]
(bug 267) Fix flavor info provided as dict
Change-Id: I1a388177c6fb0025679ec3bc72b9c3e6fd927810
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
tierno [Tue, 6 Jun 2017 16:25:15 +0000 (18:25 +0200)]
fixed issue at vimconn_openvim for extra disks
Change-Id: Ie43fc8d6ad878b397f9c512ce67baad863d8c56f
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
tierno [Tue, 30 May 2017 09:35:46 +0000 (11:35 +0200)]
adding region=datacenter to sdn networks
Change-Id: Ifc702841fff85c484dc7dabb76c5e2a620b495bf
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
tierno [Tue, 30 May 2017 12:43:03 +0000 (14:43 +0200)]
(bug 116) allow to use closer existing flavors at openstack
Change-Id: If14c75b99e6cb8fac040c812a5eb6a15c9d45bd6
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
tierno [Tue, 30 May 2017 14:40:10 +0000 (16:40 +0200)]
(bug 80) allow several dns_address for ip_profile
Change-Id: Icded218d71a1fe193321b53ebb4fe522682b8225
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
tierno [Tue, 30 May 2017 15:12:00 +0000 (17:12 +0200)]
(bug 283) fixed error at vnf creation on missing vpci for dataplane interfaces
Change-Id: I45541219873336dd7a8f8ec155ad0772404ad51a
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
garciadeblas [Fri, 2 Jun 2017 12:32:47 +0000 (14:32 +0200)]
Updated vim_thread to have global timers; REFRESH_ACTIVE changed to 1 minute
Change-Id: I923ba189101184fed6d8148835af579c03f51efa
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
kasar [Fri, 2 Jun 2017 06:44:03 +0000 (23:44 -0700)]
Added vimconnetor unit tests for get_network,delete_network,get_flavor
Change-Id: Ia2b28dba8948d6191ac9e49c2bcc38537df33e61
Signed-off-by: kasar <pkasar@vmware.com>
Pablo Montes Moreno [Tue, 23 May 2017 16:33:12 +0000 (18:33 +0200)]
External port implementation for SDN assist
Change-Id: I8dec60c615ffe473adc96c4cd557af9d8de78e04
Signed-off-by: Pablo Montes Moreno <pablo.montesmoreno@telefonica.com>
kasar [Fri, 26 May 2017 10:53:52 +0000 (03:53 -0700)]
Added vimconnector unit tests for create and list network
Signed-off-by: kasar <pkasar@vmware.com>
kasar [Fri, 19 May 2017 10:13:57 +0000 (03:13 -0700)]
Added code for CD-ROM device type
Signed-off-by: kasar <pkasar@vmware.com>
tierno [Fri, 26 May 2017 11:12:21 +0000 (13:12 +0200)]
enhance log message errors when fails at starting
Change-Id: I44d8e5f8cc2853ccfb9a55816db9b0eabc935097
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
tierno [Fri, 26 May 2017 09:20:48 +0000 (11:20 +0200)]
adjust installer to get latest stable tag
Change-Id: Iba77890bef9591c6cd638af3b833685d569c9d7a
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
tierno [Thu, 25 May 2017 12:19:48 +0000 (14:19 +0200)]
New delete-all argument at basictest.sh
Change-Id: Id043d0b0d81a42768a80ce94ed8d5fc1c71ddb5c
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
tierno [Thu, 25 May 2017 11:12:30 +0000 (13:12 +0200)]
(Bug 279) openmano client v0.4.14: obtain tenant id from name on all commands
Change-Id: Iaae075a661dd5bce274ad5e98177677d0ddd2b5c
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
Pablo Montes Moreno [Wed, 24 May 2017 09:33:24 +0000 (11:33 +0200)]
Fixed bug for threads/pair-threads/cores in openstack connector. New implementation according to https://specs.openstack.org/openstack/nova-specs/specs/mitaka/implemented/virt-driver-cpu-thread-pinning.html
Signed-off-by: Pablo Montes Moreno <pablo.montesmoreno@telefonica.com>
tierno [Wed, 24 May 2017 09:23:28 +0000 (11:23 +0200)]
Merge branch 'v2.0'
tierno [Wed, 17 May 2017 13:28:10 +0000 (15:28 +0200)]
added set of tests to test_RO.py
Change-Id: I484cb4ca4856bac3636f1ee5e6a3d1ce0f57cae3
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
kate [Wed, 17 May 2017 09:44:18 +0000 (02:44 -0700)]
Changes in vimconn_vmware.py: Added new Apache 2.0 license header for VMware vCloud Director Connector
Change-Id: Ia8d9393da38572ee6a91bf5030d9317180f406c8
Signed-off-by: kate <akate@vmware.com>
tierno [Tue, 16 May 2017 13:40:26 +0000 (15:40 +0200)]
Add version primitive at http server and client
Change-Id: I02a93f6f43700dbc95f8d42a27dd905eb5483f19
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
tierno [Tue, 16 May 2017 13:45:56 +0000 (15:45 +0200)]
fix an issue at openmano client for tenant-edit
Change-Id: I00552227bb6bf2841bd030d60be3c8b72a06d190
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
kate [Tue, 25 Apr 2017 05:23:51 +0000 (22:23 -0700)]
1.Created new folder vmware_utils
2.Added code for the OVF conversion tool (standalone utility) with OSM code base
3.Addressed code review comments
Change-Id: Ie09960929a47453dc1ed11d49c4d0590286e0fd4
Signed-off-by: kate <akate@vmware.com>
tierno [Fri, 5 May 2017 13:53:41 +0000 (15:53 +0200)]
basic test enhancement
Change-Id: I6c4fa39bbbf90543015e551dea2eb39f50d7b7f1
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
tierno [Fri, 5 May 2017 13:55:13 +0000 (15:55 +0200)]
minor updates to install-openmano script
Change-Id: I5c64a0dfe8769a75c8e2f10553c0f0222921b296
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
tierno [Fri, 5 May 2017 13:54:07 +0000 (15:54 +0200)]
fix test_RO paths. Add timeout, failfast options.
Change-Id: I6b7e9ec9a197f4967fe575fd83fec14b685112a1
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
tierno [Mon, 8 May 2017 16:37:05 +0000 (18:37 +0200)]
minor change at instal-openmano-service.sh
Change-Id: Ia6260e8ed18dc6c26c32845f078250e9c2938065
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
Vance Shipley [Thu, 11 May 2017 21:04:53 +0000 (02:34 +0530)]
Bug 266 fixed: dataenter-associate --type aws requires user and password
Signed-off-by: Vance Shipley <vances@sigscale.org>
Vance Shipley [Thu, 11 May 2017 22:32:50 +0000 (04:02 +0530)]
Bug 267 fixed: correct flavor dict key names
Signed-off-by: Vance Shipley <vances@sigscale.org>
Vance Shipley [Thu, 11 May 2017 20:28:43 +0000 (01:58 +0530)]
Bug 266 fixed: updates for change to base class
Signed-off-by: Vance Shipley <vances@sigscale.org>
garciadeblas [Mon, 8 May 2017 16:14:41 +0000 (18:14 +0200)]
Fix bug in osm-ro.service in ExecStart script
Change-Id: I143d34bd9b24ad54e073637326ee6d836d8c3265
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
tierno [Thu, 4 May 2017 13:30:55 +0000 (15:30 +0200)]
Avoid at init_mano_db.sh prompt user for confirmation with option --createdb
Change-Id: I27da12899ac6d2d85a2652d2197f3845adc345ce
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
tierno [Thu, 27 Apr 2017 15:22:14 +0000 (17:22 +0200)]
changes at migrate_mano_db to use database version as a parameter and not use openmano version
Change-Id: I0f977ca5bc14d2fd65d399ba737a050e3d538e12
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
tierno [Wed, 26 Apr 2017 12:33:25 +0000 (14:33 +0200)]
better parsing of user answers
Change-Id: I28a9c40047148d46e3e5ddcd579d575597c5341f
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
Mike Marchetti [Tue, 2 May 2017 19:35:47 +0000 (15:35 -0400)]
Bug 256 fixed
gracefully handle vim access without admin
- when not using admin openstack credentials, certain
attributes are not returned (OS-EXT-SRV-ATTR:host, binding:profile).
filter out these specific attributes so that the VNF could still
allow simple instantiation
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
garciadeblas [Thu, 27 Apr 2017 13:31:32 +0000 (15:31 +0200)]
Fix bug in osm-ro.service related to User
Change-Id: I79b08a0f74c2abef16554ceb5d3c24d12165fe7b
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
tierno [Thu, 27 Apr 2017 15:22:54 +0000 (17:22 +0200)]
Fix install_openmnano script order
Change-Id: I77782a37436f162b0f94707fb5629c0c7fcbfdbc
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
tierno [Wed, 26 Apr 2017 12:32:14 +0000 (14:32 +0200)]
Merge branch 'v2.0'
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
tierno [Wed, 26 Apr 2017 11:23:09 +0000 (13:23 +0200)]
Fix error at creating vm_thread adding a datacenter
Change-Id: I92ed023d9f5d08abe79b86448ae633c85de09153
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
garciadeblas [Tue, 25 Apr 2017 13:33:26 +0000 (15:33 +0200)]
Change in install-openmano to delete openvim folder from the appropriate location
Change-Id: I60708f65b27924def97a92a79f682c31f2a95d57
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
tierno [Tue, 25 Apr 2017 14:24:34 +0000 (16:24 +0200)]
Fix other import problems of vimconnector
Change-Id: Ia8ec1dd811e4760673fde8a22e5c6eaa27a0e993
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
tierno [Tue, 25 Apr 2017 11:42:06 +0000 (13:42 +0200)]
Fix import problems of vimconnector
Change-Id: I756c5309bbefffddcfda7e76d0d0f11bdb12c81c
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
garciadeblas [Mon, 24 Apr 2017 17:02:22 +0000 (19:02 +0200)]
Updated Makefile to install pip-setuptools as user
Change-Id: I2a19ff89a94153568218fdd33ea0807f6358e153
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
tierno [Mon, 24 Apr 2017 16:37:49 +0000 (18:37 +0200)]
fix issue at install-db-server.sh
Change-Id: I044f51e3e36e2112410e10c33916e69c4581c92c
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
garciadeblas [Mon, 24 Apr 2017 13:55:26 +0000 (15:55 +0200)]
Jenkinsfile updated to use agent any for the debian stage
Change-Id: Ia34981f93d2896a24c6ec130360515a2bcb05004
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
garciadeblas [Mon, 24 Apr 2017 11:17:01 +0000 (13:17 +0200)]
Updated installer to use osm-ro service and to use service-openmano instead of service-openmano.sh
Change-Id: I7160813bf41edf3aa704caa0e2f22d3a59e6a81c
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
garciadeblas [Mon, 24 Apr 2017 11:01:45 +0000 (13:01 +0200)]
Updated install-openmano to delete ovim lib folder after installation
Change-Id: I32212b81f29a760117dbf3574f3c2496ea08d343
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
garciadeblas [Mon, 24 Apr 2017 10:32:40 +0000 (12:32 +0200)]
Updated install-openmano-service to use the new config and service files
Change-Id: Ia23f36a189046d4ce297b5b0e6c5fad34ece2a6f
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
tierno [Mon, 24 Apr 2017 10:31:33 +0000 (12:31 +0200)]
Added option updatedb to allow preserving current database
Change-Id: I4afc890bf3fa0ae4ebad988e621e2bf904c80f46
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
garciadeblas [Mon, 24 Apr 2017 09:50:03 +0000 (11:50 +0200)]
Updated Makefile to copy files to .build folder
Change-Id: I438ed2ae4c3167da78897870f66d2635b5ab2392
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>