Commit e2853dde authored by M. Rehan Abbasi's avatar M. Rehan Abbasi
Browse files

add BWM and MTS services and change url to try-mec in repocfg

parent ebca03bb
Loading
Loading
Loading
Loading
+23 −14
Original line number Diff line number Diff line
@@ -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: false
        enabled: true
        # 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: false
        enabled: true
        # archive object store configuration secret
        secret: meep-thanos-archive-objstore-config

@@ -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
@@ -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)
@@ -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)
@@ -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