This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/RO.git. Pull mirroring updated .
  1. Nov 16, 2018
    • bravalheria's avatar
      Implement feature 5949 · 0446cd5d
      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 bef...
      0446cd5d
  2. Nov 14, 2018
  3. Sep 18, 2018
  4. Sep 14, 2018
  5. Sep 12, 2018
  6. Sep 06, 2018
  7. Sep 03, 2018
  8. Aug 31, 2018
  9. Aug 29, 2018
  10. Aug 28, 2018
  11. Aug 24, 2018
  12. Aug 20, 2018
  13. Aug 03, 2018
  14. Jul 24, 2018
  15. Jul 19, 2018
  16. Jul 02, 2018
  17. Jun 27, 2018
  18. Jun 20, 2018
  19. Jun 15, 2018
  20. May 31, 2018
  21. May 30, 2018
  22. May 28, 2018
  23. May 21, 2018
  24. May 18, 2018
  25. May 17, 2018
  26. May 15, 2018
  27. May 14, 2018