Loading config/.meepctl-repocfg.yaml +23 −14 Original line number Diff line number Diff line Loading @@ -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) Loading Loading @@ -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 Loading @@ -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) Loading @@ -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 Loading @@ -104,7 +104,7 @@ repo: # Thanos long-term storage thanos: # enable Thanos enabled: false enabled: true # object store configuration secret secret: meep-thanos-objstore-config # query component Loading Loading @@ -134,7 +134,7 @@ repo: # Thanos long-term storage archive thanos-archive: # enable Thanos archive enabled: false enabled: true # archive object store configuration secret secret: meep-thanos-archive-objstore-config Loading Loading @@ -801,6 +801,10 @@ repo: # location of user supplied API specifications user-api: # 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 Loading Loading @@ -1019,7 +1023,7 @@ repo: # enable meepctl dockerize -> deps are never dockerized dockerize: false # enable meepctl deploy/delete deploy: false deploy: true # location of deployment chart chart: charts/thanos # user supplied value file located @ .meep/user/values (use below file name) Loading @@ -1030,7 +1034,7 @@ repo: # enable meepctl dockerize -> deps are never dockerized dockerize: false # enable meepctl deploy/delete deploy: false deploy: true # location of deployment chart chart: charts/thanos # user supplied value file located @ .meep/user/values (use below file name) Loading @@ -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 Loading Loading @@ -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 Loading Loading @@ -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 Loading Loading
config/.meepctl-repocfg.yaml +23 −14 Original line number Diff line number Diff line Loading @@ -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) Loading Loading @@ -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 Loading @@ -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) Loading @@ -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 Loading @@ -104,7 +104,7 @@ repo: # Thanos long-term storage thanos: # enable Thanos enabled: false enabled: true # object store configuration secret secret: meep-thanos-objstore-config # query component Loading Loading @@ -134,7 +134,7 @@ repo: # Thanos long-term storage archive thanos-archive: # enable Thanos archive enabled: false enabled: true # archive object store configuration secret secret: meep-thanos-archive-objstore-config Loading Loading @@ -801,6 +801,10 @@ repo: # location of user supplied API specifications user-api: # 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 Loading Loading @@ -1019,7 +1023,7 @@ repo: # enable meepctl dockerize -> deps are never dockerized dockerize: false # enable meepctl deploy/delete deploy: false deploy: true # location of deployment chart chart: charts/thanos # user supplied value file located @ .meep/user/values (use below file name) Loading @@ -1030,7 +1034,7 @@ repo: # enable meepctl dockerize -> deps are never dockerized dockerize: false # enable meepctl deploy/delete deploy: false deploy: true # location of deployment chart chart: charts/thanos # user supplied value file located @ .meep/user/values (use below file name) Loading @@ -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 Loading Loading @@ -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 Loading Loading @@ -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 Loading