Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


6/19/17 - APPC Project Kick-Off

...

  • Multi-VIM/APPC Testing – Helen will contact the Multi-VIM team to determine which lab is the most appropriated based on their needs
  • Labs supported by the Integration Team - OpenStack Flavour: Mitaka & Neutron
  • The E2E Development Lab (WindRiver) is supporting Mitaka Openstack
  • Chetan Doshi's team can get an access to the E2E Development lab but the latest APPC docker image should be available to install on the E2E Dev Lab (WindRiver).
    Sync-up with Marco/Dan is required when the APPC Docker image is available

08/11/17 - APPC/CDP-PAL/MultVIM - Touch Base 1

Participants: 

Action Item:

Notes:

  • Update on potential labs for testing provided above by Catherine
  • CPD-PAL would like to confirm base URL
  • APPC team wanted to confirm format of URL is as documented in slides
    • /namespace_root/multicloud/v0/v2.1/servers

    •  /namespace_root/multicloud/v0/v2.0/network

  • APPC does not hard code or configure URL; it receives it in the request and must be able to parse it.
    • Today, this is the pattern matching it's dong and will need to update:

public class IdentityURL {
*
The regular expression pattern used to parse the URL. Capturing groups are used to identify and extract the
various component parts of the URL.

private static Pattern pattern = Pattern.compile("(\\p{Alnum}+)://([^/:]+)(?::([0-9]+))?/(v[0-9\\.]+)/?");