2024-11-12 EdgeCloud Minutes
@Community Attendees:
@Jose Conde @deepak gunjal @Alberto Estรฉvez Caldas @Ben Hepworth @fabrizio moggio @Thomas Vits @Dimitrios Laskaratos @Ankita Kohli
Community Attendees:
LF Staff:
Agenda
Antitrust Policy
Edge Dicovery Services API
Update Edge Application Mangement API
TI API
AOB
Minutes
The evolution of Edge Discovery Service API:
1.Still pending to merge PR263, update old exposure and experience management API to Edge Discovery Services. Any news about the question to have an API for several Camara groups (Application Profiles )??
2.There are three issues created by Javier to update the new functionalities of EDS in the existing APIS, trying to avoid to create new APIs.
1.Issue 285, this issue proposes to combine AED with EDS: Mahesh created a new Branch.
ยกGET /app-endpoints AED API: Returns the closest endpoint of the App Instance for an specific UE. Based on UEIdentity and AppID
This functionality can be merged to improve Application Endpoint Discovery capability, allowing endpoint discovery based on App Profile, Region, Subscriber Density, UEIdentity and AppId.
2.Issue 288, this issue proposes to combine EAM with EDS: Mahesh created a new Branch.
ยกImprove Edge Cloud Zones discovery capability combining the functionalities, allowing developers to discover them based on Application Profile, Region, Subscriber, UEIdentity and Status.
ยกThere is a conflict with the Application Profiles capability of the EDS API and the requiredResources object of the EAM API, we need to combine them into one API.
3.Issue 286, EDS API: Application Endpoints functionality to be a new API. The PR-321, please review it.
Update Edge Application Mangement API
We have three new PRs opened by Jon:
PR-316, is related to:
โขDeploy an AppInstance to a single Zone instead of multiple zones.
โขAssign a name to the AppInstance.
โขAdds more necessary information to the returned AppInstanceInfo, including the AppId (previously no way to figure out which App the AppInstance was an instance of).
ย
PR-318, is related to:
โขAddresses a comment inย #280ย regarding the addition of the KubernetesClusterRef, and how users would expect to find it. While the KubernetesClusterRef can be found in the AppInstanceInfo, there may be clusters present without any AppInstances. The only way to see those clusters is via a cluster API to list the clusters.
ย -PR-319, related to:
Clarifies the behavior of the GET appinstances API if there are no matching instances to return. Implementors may consider returning 404 in this case, but I believe it is more correct to return 200 with an empty list.
TI API
New PR-315:
This PR address two problems:
The TI API adopts 3Legs for any endpoints while sensitive data are not always exchanged.
The description of the usage of the API for "user mobility" related scenarios is not good enough.
ย
There is also a discussion(313), related to create a dedicated repository for this API.
ย
Topic 1
Comments