This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/RO.git.
Pull mirroring updated .
- Dec 05, 2018
-
-
garciadeblas authored
Change-Id: I61d4f61c08a9571785937118be96942ce8b88c94 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
garciadeblas authored
Change-Id: I6d5644fcd25e72083fb1af2ea01091d963bc11fc Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Dec 04, 2018
-
-
Alfonso Tierno authored
Fix healthcheck at dockerfile-local Change-Id: I49f66013dd6767b8ffbf67564ff6ed7806bec698 Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
-
- Dec 03, 2018
-
-
Alfonso Tierno authored
Change-Id: Ibef33c7dfcf3c40dbdf278fc160907675ffbeb03 Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
-
Alfonso Tierno authored
Change-Id: I7553920aa47baad8773cab27c84df8e60fff0e78 Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
-
- Nov 28, 2018
-
-
bravalheria authored
Change-Id: Ia39bf1acb0b452b320c41d4ae9e04fc760adeecb Signed-off-by: Anderson Bravalheri <a.bravalheri@bristol.ac.uk>
-
bravalheria authored
Sync with master branch Change-Id: Ic26d043a84f50f48eeebffb512ccea2eedc053a4 Signed-off-by: Anderson Bravalheri <a.bravalheri@bristol.ac.uk>
-
- Nov 26, 2018
-
-
Alfonso Tierno authored
Change-Id: I442fba52604a3211d2f07a04fff39ce5d3320325 Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
-
Alfonso Tierno authored
Change-Id: Iaf4c38d6907a4af5124c85d94518004851b5f6c5 Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
-
- Nov 23, 2018
-
-
chamarty authored
Change-Id: I2e04063a4c3f7cd9c40a1154ce994e298172ad51 Signed-off-by: Ravi Chamarty <ravi.chamarty@riftio.com>
-
- Nov 16, 2018
-
-
bravalheria authored
Enable dynamic connectivity setup in multi-site Network Services The code required to implement the feature is contained in `osm_ro/wim` as much as possible. * `wim/engine.py` works together with `nfvo.py` to implement the feature * `wim/persistence.py` is equivalent to `nfvo_db.py` and try to encapsulate most of the SQL-specific code, implementing a persistence layer * `wim/http_handler.py` extends `httpserver.py` adding WIM-related HTTP routes * `wim/wim_thread.py` is similar to `vim_thread.py` and controls the execution of WIM-related tasks * `wim/actions.py` and `wim/wan_link_actions.py` implement the action handling specific code, calling instances of the `wim/wimconn.py` subclasses WIM connectors are still a work in progress Individual change details (newer to older) - Add errors for inconsistent state - Delay re-scheduled tasks - Move lock to inside the persistence object - Better errors for connector failures - Try to cache the wan_link information before it is deleted from the database - Integrate WanLinkDelete to NFVO - Add WanLinkDelete implementation draft with some tests - Add basic wim network creation - Add minimal documentation for actions - Add checks to the create action - Improve documentation, rearrange insert_pending and remove unused functions on WimThread - Integrate Action classes in refresh_tasks - Add Action classes to avoid intricate conditions - Adding Proposed License - Move grouping of actions to persistence - Change WimThread to use SQL to do the heavy lifting - Simplify WimThread reload_actions - Add tests for derive_wan_links - Implement find_common_wim(s) - Add tests for create_wim_account - Add migration scripts for version 33 - Changes to WIM and VIM threads for vim_wim_actions - Implement wim_account management according to the discussion - Add WimHandler integration inside httpserver - Add quick instructions to run the tests - Add WIM functional tests using real database - Add DB WIM port mapping - RO WIM-related console scripts - Add WIM integration to NFVO - Improve database support focusing on tests - RO NBI WIM-related commands in HTTP server - Adding WIM tables to MANO DB - Add wim http handler initial implementation - Move http utility functions to separated files This separation allows the code to be reused more easily and avoids circular dependencies. (The httpserver can import other modules implementing http routes, and those modules can then use the utility functions without having to import back httpserver) - Add a HTTP handler class and custom route decorator These tools can be used to create independent groups of bottle routes/callbacks in a OOP fashion - Extract http error codes and related logic to separated file Change-Id: Icd5fc9fa345852b8cf571e48f427dc10bdbd24c5 Signed-off-by: Anderson Bravalheri <a.bravalheri@bristol.ac.uk>
-
- Nov 14, 2018
-
-
Alfonso Tierno authored
Change-Id: Ibca462f24900cbd1c30ada08c3c5eb51fe6d30b2 Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
-
calvinosanch authored
Change-Id: Id89dd94af4856c5d6d10c59ecfdef764e3308d2b Signed-off-by: gcalvino <guillermo.calvinosanchez@altran.com>
-
- Nov 13, 2018
-
-
Alfonso Tierno authored
Change-Id: I4f74215f2604daab1bd6a148e37d21a2547f4207 Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
-
Alfonso Tierno authored
Change-Id: Ic3c610f7652870f256ebd4264f42a16f5c8a8a1e Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
-
Change-Id: Ice40df6180ed6ee77377b0b7ac0d14ff85009871 Signed-off-by: gcalvino <guillermo.calvinosanchez@altran.com>
-
Alfonso Tierno authored
Change-Id: I9f54a356589d3d5fd3e0d40f51bb22e85133e0ee Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
-
- Nov 12, 2018
-
-
Alfonso Tierno authored
-
- Nov 05, 2018
-
-
calvinosanch authored
Change-Id: If67fc71ba17be046af8c795a473461422d345aaa Signed-off-by: gcalvino <guillermo.calvinosanchez@altran.com>
-
- Oct 31, 2018
-
-
chamarty authored
Change-Id: I9c2f5a3134ba2ac94e0ac9038c44c63753f5fcb5 Signed-off-by: Ravi Chamarty <ravi.chamarty@riftio.com>
-
chamarty authored
Change-Id: I8acbb0b5ad4e5d6df2b3f539f709aa6ff3fa2b94 Signed-off-by: Ravi Chamarty <ravi.chamarty@riftio.com>
-
chamarty authored
Change-Id: I10ba41f3e4361410eba050a028ce7d8e015ef673 Signed-off-by: Ravi Chamarty <ravi.chamarty@riftio.com>
-
chamarty authored
Change-Id: I865ccf6b77713f596defeacec3b6cfb17655a5ff Signed-off-by: Ravi Chamarty <ravi.chamarty@riftio.com>
-
chamarty authored
Ensure REST API calls for NetworkConfigSection and NetworkConnectionSection use native REST rather than pyvcloud Change-Id: I2b3edb16445e2cdfb2de23eab34f713d0ead3b28 Signed-off-by: Ravi Chamarty <ravi.chamarty@riftio.com>
-
chamarty authored
Change-Id: Ic3ecf307b9e6ff7441ae482ff2684ba00b7a7c57 Signed-off-by: Ravi Chamarty <ravi.chamarty@riftio.com>
-
- Oct 29, 2018
-
-
chamarty authored
Change-Id: I967aadd19fbecb3335aa833136a368d97997c410 Signed-off-by: Ravi Chamarty <ravi.chamarty@riftio.com>
-
- Oct 26, 2018
-
-
garciadeblas authored
Change-Id: If6d9d486c2a78b55e6c1218b6292896b0707ca78 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Oct 25, 2018
-
-
garciadeblas authored
Change-Id: Ieef16fd4bac1ec4ff29426ec244c8655311fdc51 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
Alfonso Tierno authored
Change-Id: Ia0b610bd8ccf049d89df83b7c956e8aa043e8f1a Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
-
Alfonso Tierno authored
Change-Id: I895b2b646083c4cecc03ab247558eb42c060908a Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
-
kasar authored
Change-Id: Idebd83f5f278159968162ae6b739f45affc56cb7 Signed-off-by: kasar <pkasar@vmware.com>
-
- Oct 22, 2018
-
-
Eduardo Sousa authored
Fixes the changes made in RO to allow SFC to be working again. Takes care of the dependencies when deleting the different parts, such as SFIs, SFs, Classifications and SFPs. Change-Id: Ifc408fae6ea33b6e1c7c0096106150069b62cc91 Signed-off-by: Eduardo Sousa <esousa@whitestack.com>
-
- Oct 17, 2018
-
-
shashankjain authored
Change-Id: I0e0241d960dad53f71de806d8f30651873bcc3d0 Signed-off-by: shashankjain <shashankjain@vmware.com>
-
- Oct 16, 2018
-
-
kokardekar authored
Change-Id: I153e094afd7aac451a6f2c8cd9b7b1c1cecd6801 Signed-off-by: kokardekar <kaditi@vmware.com>
-
anwars authored
Change-Id: I28aecb130cbfc9ab24d25df4b26a8ac824776d29 Signed-off-by: anwars <anwars@vmware.com>
-
- Oct 15, 2018
-
-
Alfonso Tierno authored
Change-Id: Id6b9b674b4286380080f09676bed6e751cfa2164 Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
-
shashankjain authored
Change-Id: Icb4675887e115a1d9d29a6c4e9ebb75285e56314 Signed-off-by: shashankjain <shashankjain@vmware.com>
-
- Oct 11, 2018
-
-
Alfonso Tierno authored
Change-Id: I04eb9e35d313dcd61203e96f80a1c21ba78b6088 Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
-
Signed-off-by: Ravi Chamarty <ravi.chamarty@riftio.com>
-
- Oct 03, 2018
-
-
anwars authored
Change-Id: I37cffcbf803a1ec69fa660ae443fc24cd31ffb26 Signed-off-by: anwars <anwars@vmware.com>
-