This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/RO.git. Pull mirroring updated .
  1. May 11, 2018
  2. May 10, 2018
  3. May 07, 2018
  4. May 04, 2018
  5. May 03, 2018
  6. May 02, 2018
  7. Apr 27, 2018
  8. Apr 26, 2018
  9. Apr 25, 2018
  10. Apr 23, 2018
  11. Apr 19, 2018
  12. Apr 18, 2018
  13. Apr 17, 2018
  14. Apr 13, 2018
  15. Apr 10, 2018
  16. Apr 06, 2018
    • israelad's avatar
      WIP - Fix N2VC integration issues · 1cf93af9
      israelad authored
      
      
      This fixes a couple issues:
      
      - Bump up the version of N2VC used, which fixes the updating of deployment status
      - Add a new 'params' parameter to DeployCharms to address rw_mgmt_ip.
      - RemoveCharms now succeeds
      - Explicitly generate and store application name, per conversation
      
      I've verified this executes the initial-config-primitive, and now
      correctly sets the rw_mgmt_ip.
      
      Still TODO:
      - There still seems to be an occasional block when deploying a network
      service with multiple charms, where one charm hangs in DeployCharms.
      Race condition TBD.
      
      Signed-off-by: default avatarAdam Israel <adam.israel@canonical.com>
      Change-Id: Idf630d7ace375bd508d45a7140efac2cda609ae0
      1cf93af9
  17. Apr 04, 2018
  18. Apr 03, 2018
  19. Mar 30, 2018
  20. Mar 26, 2018
  21. Mar 14, 2018
  22. Mar 05, 2018
  23. Feb 16, 2018
  24. Feb 08, 2018
    • israelad's avatar
      Add juju support to lcm · c887cc2f
      israelad authored
      
      
      This adds basic Juju support to the lcm.
      - Add a ModelObserver to watch model changes and update nsr_lcm when a
        charm is deployed and either ready or blocked.
      - Refactor DeployApplication to take ns and vnf record as parameters and
        extract necessary information to deploy and configure charm
      - Add basic checks for proxy/non-proxy charm
      - Rebase against latest lcm changes
      - Automatically remove a charm when deleting the associated network
        service
      - Revert lcm.cfg
      - Address changes per discussion this morning
      
      TODO:
      - Finish adding non-proxy charm support (need to pick appropriate
        example to highlight this)
      
      Signed-off-by: default avatarAdam Israel <adam.israel@canonical.com>
      Change-Id: Iffd24293722a050630bcb5812d3f15217067b238
      c887cc2f