Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ETSI MEC Sandbox Frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MEC - Multi-access Edge Computing
ETSI MEC Sandbox Frontend
Commits
5f994464
Commit
5f994464
authored
8 months ago
by
Yann Garcia
Browse files
Options
Downloads
Patches
Plain Diff
Add MEC 040 Federation skeletons
parent
0ade99b7
No related branches found
Branches containing commit
No related tags found
1 merge request
!4
merge MEC021 APi into STF625_TASK4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
config/.meepctl-repocfg.yaml
+49
-0
49 additions, 0 deletions
config/.meepctl-repocfg.yaml
config/api/fed-api.yaml
+1
-1
1 addition, 1 deletion
config/api/fed-api.yaml
with
50 additions
and
1 deletion
config/.meepctl-repocfg.yaml
+
49
−
0
View file @
5f994464
...
...
@@ -68,6 +68,10 @@ repo:
github
:
# enable GitHub OAuth
enabled
:
true
# device authorization url
device-auth-url
:
https://github.com/login/device/code
# device polling url
device-poll-url
:
https://github.com/login/oauth/access_token
# authorization url
auth-url
:
https://github.com/login/device/code
# polling url
...
...
@@ -304,6 +308,7 @@ repo:
# - meep-tc-engine
# - meep-app-enablement
# - meep-vis
-
meep-federation
# location of API specifications
api
:
-
name
:
'
AdvantEDGE
Monitoring
Engine
REST
API'
...
...
@@ -418,6 +423,7 @@ repo:
meep-app-enablement
:
charts/meep-app-enablement
meep-virt-chart-templates
:
charts/meep-virt-chart-templates
meep-vis
:
charts/meep-vis
meep-federation
:
charts/meep-federation
# list of sandbox specific pods
sandbox-pods
:
-
meep-gis-engine
...
...
@@ -433,6 +439,7 @@ repo:
# - meep-tc-engine
# - meep-app-enablement
# - meep-vis
-
meep-federation
meep-webhook
:
# location of source code
src
:
go-apps/meep-webhook
...
...
@@ -931,6 +938,38 @@ repo:
'
entrypoint.sh'
:
go-apps/meep-vis/entrypoint.sh
# location of grid map file
'grid_map.yaml'
:
go-packages/meep-vis-traffic-mgr/grid_map.yaml
meep-federation
:
# location of source code
src
:
go-apps/meep-federation
# location of binary
bin
:
bin/meep-federation
# location of deployment chart
chart
:
charts/meep-federation
# user supplied value file located @ .meep/user/values (use below file name)
chart-user-values
:
meep-federation.yaml
# extra build flags
build-flags
:
-
-mod=vendor
# enable meepctl build
build
:
true
# enable meepctl dockerize
dockerize
:
true
# enable meepctl deploy/delete
deploy
:
true
# supports code coverage measurement when built in codecov mode
codecov
:
true
# supports linting
lint
:
true
# location of API specifications
api
:
-
name
:
'
AdvantEDGE
Federation
Service
REST
API'
file
:
go-apps/meep-federation/api/swagger.yaml
# location of user supplied API specifications
user-api
:
# resources available to docker container image
docker-data
:
# location of entry script
'
entrypoint.sh'
:
go-apps/meep-federation/entrypoint.sh
#------------------------------
# Dependencies
...
...
@@ -1232,6 +1271,11 @@ repo:
src
:
go-packages/meep-rnis-client
# supports linting
lint
:
false
meep-federation-client
:
# location of source code
src
:
go-packages/meep-federation-client
# supports linting
lint
:
false
meep-sandbox-ctrl-client
:
# location of source code
src
:
go-packages/meep-sandbox-ctrl-client
...
...
@@ -1282,6 +1326,11 @@ repo:
src
:
go-packages/meep-vis-client
# supports linting
lint
:
false
meep-federation-mgr
:
# location of source code
src
:
go-packages/meep-federation-mgr
# supports linting
lint
:
false
meep-vis-traffic-mgr
:
# location of source code
src
:
go-packages/meep-vis-traffic-mgr
...
...
This diff is collapsed.
Click to expand it.
config/api/fed-api.yaml
+
1
−
1
View file @
5f994464
...
...
@@ -12,7 +12,7 @@ externalDocs:
description
:
"
ETSI
GS
MEC
040
Federation
enablement
API,
v3.2.1"
url
:
https://www.etsi.org/deliver/etsi_gs/MEC/001_099/040/03.02.01_60/gs_MEC040v030201p.pdf
servers
:
-
url
:
https://localhost/sandboxname/
sandboxname/
fed_enablement/v1
-
url
:
https://localhost/sandboxname/fed_enablement/v1
tags
:
-
name
:
systemInfo
-
name
:
subscription
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment