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
e2853dde
Commit
e2853dde
authored
2 years ago
by
M. Rehan Abbasi
Browse files
Options
Downloads
Patches
Plain Diff
add BWM and MTS services and change url to try-mec in repocfg
parent
ebca03bb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/.meepctl-repocfg.yaml
+23
-14
23 additions, 14 deletions
config/.meepctl-repocfg.yaml
with
23 additions
and
14 deletions
config/.meepctl-repocfg.yaml
+
23
−
14
View file @
e2853dde
...
...
@@ -24,7 +24,7 @@ repo:
# platform ingress configuration
ingress
:
# host name
host
:
sandbox
-mec.etsi.org
host
:
try
-mec.etsi.org
# enable https only (redirect http requests to https port)
https-only
:
true
# bind to host ports (true) or node ports (false)
...
...
@@ -59,7 +59,7 @@ repo:
# access token url
token-url
:
https://github.com/login/oauth/access_token
# OAuth redirect URI
redirect-uri
:
https://
sandbox
-mec.etsi.org/platform-ctrl/v1/authorize
redirect-uri
:
https://
try
-mec.etsi.org/platform-ctrl/v1/authorize
# OAuth k8s secret (data: client-id, secret)
secret
:
meep-oauth-github
# GitLab OAuth provider config
...
...
@@ -71,7 +71,7 @@ repo:
# access token url
token-url
:
https://forge.etsi.org/rep/oauth/token
# OAuth redirect URI
redirect-uri
:
https://
sandbox
-mec.etsi.org/platform-ctrl/v1/authorize
redirect-uri
:
https://
try
-mec.etsi.org/platform-ctrl/v1/authorize
# GitLab api url
api-url
:
https://forge.etsi.org/rep/api/v4
# OAuth k8s secret (data: client-id, secret)
...
...
@@ -84,7 +84,7 @@ repo:
# enable influx data backups
enabled
:
true
# object store url
url
:
https://metrics.
sandbox
-mec.etsi.org/
url
:
https://metrics.
try
-mec.etsi.org/
# object store configuration secret
secret
:
meep-influx-objstore-config
# Number of days to retain daily data backups
...
...
@@ -104,7 +104,7 @@ repo:
# Thanos long-term storage
thanos
:
# enable Thanos
enabled
:
fals
e
enabled
:
tru
e
# object store configuration secret
secret
:
meep-thanos-objstore-config
# query component
...
...
@@ -134,7 +134,7 @@ repo:
# Thanos long-term storage archive
thanos-archive
:
# enable Thanos archive
enabled
:
fals
e
enabled
:
tru
e
# archive object store configuration secret
secret
:
meep-thanos-archive-objstore-config
...
...
@@ -800,7 +800,11 @@ repo:
file
:
go-apps/meep-tm/api/mts/swagger.yaml
# location of user supplied API specifications
user-api
:
# resources available to docker container image
# resources available to docker container image
-
name
:
'
Bandwidth
Management
REST
API'
file
:
config/api/bwm-api.yaml
-
name
:
'
Multi-access
Traffic
Steering
REST
API'
file
:
config/api/mts-api.yaml
docker-data
:
# location of entry script
'
entrypoint.sh'
:
go-apps/meep-tm/entrypoint.sh
...
...
@@ -1019,7 +1023,7 @@ repo:
# enable meepctl dockerize -> deps are never dockerized
dockerize
:
false
# enable meepctl deploy/delete
deploy
:
fals
e
deploy
:
tru
e
# location of deployment chart
chart
:
charts/thanos
# user supplied value file located @ .meep/user/values (use below file name)
...
...
@@ -1030,7 +1034,7 @@ repo:
# enable meepctl dockerize -> deps are never dockerized
dockerize
:
false
# enable meepctl deploy/delete
deploy
:
fals
e
deploy
:
tru
e
# location of deployment chart
chart
:
charts/thanos
# user supplied value file located @ .meep/user/values (use below file name)
...
...
@@ -1057,6 +1061,11 @@ repo:
src
:
go-packages/meep-applications
# supports linting
lint
:
true
meep-bwm-client
:
# location of source code
src
:
go-packages/meep-bwm-client
# supports linting
lint
:
false
meep-couch
:
# location of source code
src
:
go-packages/meep-couch
...
...
@@ -1137,6 +1146,11 @@ repo:
src
:
go-packages/meep-model
# supports linting
lint
:
true
meep-mts-client
:
# location of source code
src
:
go-packages/meep-mts-client
# supports linting
lint
:
false
meep-mq
:
# location of source code
src
:
go-packages/meep-mq
...
...
@@ -1207,11 +1221,6 @@ repo:
src
:
go-packages/meep-dai-client
# supports linting
lint
:
false
meep-tm-client
:
# location of source code
src
:
go-packages/meep-tm-client
# supports linting
lint
:
false
meep-wais-client
:
# location of source code
src
:
go-packages/meep-wais-client
...
...
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