Commit 8be0f47c authored by M. Hamza's avatar M. Hamza
Browse files

update repocfg to include bwm and mts configurations

parent d41e7680
Loading
Loading
Loading
Loading
+48 −0
Original line number Diff line number Diff line
@@ -730,6 +730,44 @@ repo:
        codecov: false
        # supports linting
        lint: true
      meep-tm:
        # location of source code
        src: go-apps/meep-tm
        # location of binary
        bin: bin/meep-tm
        # location of deployment chart
        chart: charts/meep-tm
        # user supplied value file located @ .meep/user/values (use below file name)
        chart-user-values: meep-tm.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 MEC Bandwidth Management REST API'
            file: go-apps/meep-tm/api/bwm/swagger.yaml
          - name: 'AdvantEDGE MEC Multi-access Traffic Steering REST API'
            file: go-apps/meep-tm/api/mts/swagger.yaml
        # location of user supplied API specifications
        user-api:
          - name: 'MEC Bandwidth Management API'
            file: config/api/bwm.yaml
          - name: 'MEC Multi-access Traffic Steering API'
            file: config/api/mts.yaml
        # resources available to docker container image
        docker-data:
          # location of entry script
          'entrypoint.sh': go-apps/meep-tm/entrypoint.sh
      meep-wais:
        # location of source code
        src: go-apps/meep-wais
@@ -976,6 +1014,11 @@ repo:
        src: go-packages/meep-app-support-client
        # supports linting
        lint: false
      meep-bwm-client:
        # location of source code
        src: go-packages/meep-bwm-client
        # supports linting
        lint: false
      meep-applications:
        # location of source code
        src: go-packages/meep-applications
@@ -1066,6 +1109,11 @@ repo:
        src: go-packages/meep-mq
        # supports linting
        lint: true
      meep-mts-client:
        # location of source code
        src: go-packages/meep-mts-client
        # supports linting
        lint: false
      meep-net-char-mgr:
        # location of source code
        src: go-packages/meep-net-char-mgr