Loading .meepctl-repocfg.yaml +19 −23 Original line number Diff line number Diff line # Copyright (c) 2019-2022 InterDigital Communications, Inc # Copyright (c) 2022 The AdvantEDGE Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. Loading @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. version: 1.8.1 version: 1.8.2 repo: name: AdvantEDGE Loading @@ -38,7 +38,7 @@ repo: # platform ingress configuration ingress: # host name host: mec-platform.etsi.org host: my-platform-fqdn # enable https only (redirect http requests to https port) https-only: false # bind to host ports (true) or node ports (false) Loading @@ -48,9 +48,9 @@ repo: # https config https-port: 443 # certificate authority (none|self-signed|lets-encrypt) default: none ca: lets-encrypt ca: self-signed # lets-encrypt production server (true) or staging server (false) le-server-prod: true le-server-prod: false # authentication & authorization config auth: Loading @@ -73,7 +73,7 @@ repo: # access token url token-url: https://github.com/login/oauth/access_token # OAuth redirect URI redirect-uri: https://mec-platform.etsi.org/auth/v1/authorize redirect-uri: https://my-platform-fqdn/auth/v1/authorize # OAuth k8s secret (data: client-id, secret) secret: meep-oauth-github # GitLab OAuth provider config Loading @@ -85,7 +85,7 @@ repo: # access token url token-url: https://gitlab.com/oauth/token # OAuth redirect URI redirect-uri: https://mec-platform.etsi.org/auth/v1/authorize redirect-uri: https://my-platform-fqdn/auth/v1/authorize # GitLab api url # api-url: https://gitlab.com # OAuth k8s secret (data: client-id, secret) Loading Loading @@ -450,6 +450,7 @@ repo: meep-mon-engine-api: js-packages/meep-mon-engine-client meep-gis-engine-api: js-packages/meep-gis-engine-client meep-auth-svc-client: js-packages/meep-auth-svc-client meep-metrics-engine-api: js-packages/meep-metrics-engine-client #------------------------------ # Sandbox Subsystem Loading Loading @@ -889,7 +890,7 @@ repo: # enable meepctl dockerize -> deps are never dockerized dockerize: false # enable meepctl deploy/delete deploy: true deploy: false # location of deployment chart chart: charts/cert-manager # user supplied value file located @ .meep/user/values (use below file name) Loading Loading @@ -1214,6 +1215,16 @@ repo: src: go-packages/meep-users # supports linting lint: true meep-vis-client: # location of source code src: go-packages/meep-vis-client # supports linting lint: false meep-vis-traffic-mgr: # location of source code src: go-packages/meep-vis-traffic-mgr # supports linting lint: true meep-wais-client: # location of source code src: go-packages/meep-wais-client Loading @@ -1229,11 +1240,6 @@ repo: src: go-packages/meep-websocket # supports linting lint: true meep-vis-client: # location of source code src: go-packages/meep-vis-client # supports linting lint: false meep-dai-client: # location of source code src: go-packages/meep-dai-client Loading @@ -1242,11 +1248,6 @@ repo: # Javascript Packages js-packages: meep-app-support-client: # location of source code src: js-packages/meep-app-support-client # supports linting lint: false meep-auth-svc-client: # location of source code src: js-packages/meep-auth-svc-client Loading Loading @@ -1277,8 +1278,3 @@ repo: src: js-packages/meep-sandbox-ctrl-client # supports linting lint: false meep-service-mgmt-client: # location of source code src: js-packages/meep-service-mgmt-client # supports linting lint: false AUTHORS 0 → 100644 +14 −0 Original line number Diff line number Diff line # This is the list of AdvantEDGE's significant contributors per release. # # This does not necessarily list everyone who has contributed code, # especially since many employees of one corporation may be contributing. # To see the full list of contributors, see the revision history in # source control. [v1.0.0 - v1.8.1] InterDigital Communications Inc [v1.9.0] InterDigital Communications Inc xFlow Research (Pvt.) Inc. FSCOM charts/meep-ams/templates/deployment.yaml +0 −4 Original line number Diff line number Diff line Loading @@ -31,10 +31,6 @@ spec: containers: - name: {{ .Chart.Name }} image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" {{- if .Values.codecov.enabled}} command: [ "/meep-ams" ] args: [ "-test.coverprofile=/codecov/codecov-meep-ams.out", "__DEVEL--code-cov" ] {{- end}} imagePullPolicy: {{ .Values.image.pullPolicy }} ports: - containerPort: {{ .Values.deployment.port }} Loading charts/meep-app-enablement/templates/codecov-pv.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ spec: - ReadWriteOnce persistentVolumeReclaimPolicy: Retain hostPath: path: "/home/englab/.meep/codecov/meep-app-enablement" path: {{ .Values.codecov.location }} --- kind: StorageClass Loading charts/meep-app-enablement/templates/deployment.yaml +0 −4 Original line number Diff line number Diff line Loading @@ -31,10 +31,6 @@ spec: containers: - name: {{ .Chart.Name }} image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" {{- if .Values.codecov.enabled}} command: [ "/meep-app-enablement" ] args: [ "-test.coverprofile=/codecov/codecov-meep-app-enablement.out", "__DEVEL--code-cov" ] {{- end}} imagePullPolicy: {{ .Values.image.pullPolicy }} ports: - containerPort: {{ .Values.deployment.port }} Loading Loading
.meepctl-repocfg.yaml +19 −23 Original line number Diff line number Diff line # Copyright (c) 2019-2022 InterDigital Communications, Inc # Copyright (c) 2022 The AdvantEDGE Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. Loading @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. version: 1.8.1 version: 1.8.2 repo: name: AdvantEDGE Loading @@ -38,7 +38,7 @@ repo: # platform ingress configuration ingress: # host name host: mec-platform.etsi.org host: my-platform-fqdn # enable https only (redirect http requests to https port) https-only: false # bind to host ports (true) or node ports (false) Loading @@ -48,9 +48,9 @@ repo: # https config https-port: 443 # certificate authority (none|self-signed|lets-encrypt) default: none ca: lets-encrypt ca: self-signed # lets-encrypt production server (true) or staging server (false) le-server-prod: true le-server-prod: false # authentication & authorization config auth: Loading @@ -73,7 +73,7 @@ repo: # access token url token-url: https://github.com/login/oauth/access_token # OAuth redirect URI redirect-uri: https://mec-platform.etsi.org/auth/v1/authorize redirect-uri: https://my-platform-fqdn/auth/v1/authorize # OAuth k8s secret (data: client-id, secret) secret: meep-oauth-github # GitLab OAuth provider config Loading @@ -85,7 +85,7 @@ repo: # access token url token-url: https://gitlab.com/oauth/token # OAuth redirect URI redirect-uri: https://mec-platform.etsi.org/auth/v1/authorize redirect-uri: https://my-platform-fqdn/auth/v1/authorize # GitLab api url # api-url: https://gitlab.com # OAuth k8s secret (data: client-id, secret) Loading Loading @@ -450,6 +450,7 @@ repo: meep-mon-engine-api: js-packages/meep-mon-engine-client meep-gis-engine-api: js-packages/meep-gis-engine-client meep-auth-svc-client: js-packages/meep-auth-svc-client meep-metrics-engine-api: js-packages/meep-metrics-engine-client #------------------------------ # Sandbox Subsystem Loading Loading @@ -889,7 +890,7 @@ repo: # enable meepctl dockerize -> deps are never dockerized dockerize: false # enable meepctl deploy/delete deploy: true deploy: false # location of deployment chart chart: charts/cert-manager # user supplied value file located @ .meep/user/values (use below file name) Loading Loading @@ -1214,6 +1215,16 @@ repo: src: go-packages/meep-users # supports linting lint: true meep-vis-client: # location of source code src: go-packages/meep-vis-client # supports linting lint: false meep-vis-traffic-mgr: # location of source code src: go-packages/meep-vis-traffic-mgr # supports linting lint: true meep-wais-client: # location of source code src: go-packages/meep-wais-client Loading @@ -1229,11 +1240,6 @@ repo: src: go-packages/meep-websocket # supports linting lint: true meep-vis-client: # location of source code src: go-packages/meep-vis-client # supports linting lint: false meep-dai-client: # location of source code src: go-packages/meep-dai-client Loading @@ -1242,11 +1248,6 @@ repo: # Javascript Packages js-packages: meep-app-support-client: # location of source code src: js-packages/meep-app-support-client # supports linting lint: false meep-auth-svc-client: # location of source code src: js-packages/meep-auth-svc-client Loading Loading @@ -1277,8 +1278,3 @@ repo: src: js-packages/meep-sandbox-ctrl-client # supports linting lint: false meep-service-mgmt-client: # location of source code src: js-packages/meep-service-mgmt-client # supports linting lint: false
AUTHORS 0 → 100644 +14 −0 Original line number Diff line number Diff line # This is the list of AdvantEDGE's significant contributors per release. # # This does not necessarily list everyone who has contributed code, # especially since many employees of one corporation may be contributing. # To see the full list of contributors, see the revision history in # source control. [v1.0.0 - v1.8.1] InterDigital Communications Inc [v1.9.0] InterDigital Communications Inc xFlow Research (Pvt.) Inc. FSCOM
charts/meep-ams/templates/deployment.yaml +0 −4 Original line number Diff line number Diff line Loading @@ -31,10 +31,6 @@ spec: containers: - name: {{ .Chart.Name }} image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" {{- if .Values.codecov.enabled}} command: [ "/meep-ams" ] args: [ "-test.coverprofile=/codecov/codecov-meep-ams.out", "__DEVEL--code-cov" ] {{- end}} imagePullPolicy: {{ .Values.image.pullPolicy }} ports: - containerPort: {{ .Values.deployment.port }} Loading
charts/meep-app-enablement/templates/codecov-pv.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ spec: - ReadWriteOnce persistentVolumeReclaimPolicy: Retain hostPath: path: "/home/englab/.meep/codecov/meep-app-enablement" path: {{ .Values.codecov.location }} --- kind: StorageClass Loading
charts/meep-app-enablement/templates/deployment.yaml +0 −4 Original line number Diff line number Diff line Loading @@ -31,10 +31,6 @@ spec: containers: - name: {{ .Chart.Name }} image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" {{- if .Values.codecov.enabled}} command: [ "/meep-app-enablement" ] args: [ "-test.coverprofile=/codecov/codecov-meep-app-enablement.out", "__DEVEL--code-cov" ] {{- end}} imagePullPolicy: {{ .Values.image.pullPolicy }} ports: - containerPort: {{ .Values.deployment.port }} Loading