Commit ebca03bb authored by Yann Garcia's avatar Yann Garcia
Browse files

Add missing meep-tm entries

parent a0f14bdc
Loading
Loading
Loading
Loading
+42 −0
Original line number Diff line number Diff line
@@ -280,6 +280,7 @@ repo:
          # - meep-mg-manager
          # - meep-rnis
          # - meep-dai
          # - meep-tm
          # - meep-wais
          # - meep-ams
          - meep-sandbox-ctrl
@@ -359,6 +360,7 @@ repo:
          meep-mg-manager: charts/meep-mg-manager
          meep-rnis: charts/meep-rnis
          meep-dai: charts/meep-dai
          meep-tm: charts/meep-tm
          meep-wais: charts/meep-wais
          meep-ams: charts/meep-ams
          meep-sandbox-ctrl: charts/meep-sandbox-ctrl
@@ -374,6 +376,7 @@ repo:
          # - meep-mg-manager
          # - meep-rnis
          # - meep-dai
          # - meep-tm
          # - meep-wais
          # - meep-ams
          - meep-sandbox-ctrl
@@ -767,6 +770,40 @@ repo:
        docker-data:
          # location of entry script
          'entrypoint.sh': go-apps/meep-wais/entrypoint.sh
      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:
        # resources available to docker container image
        docker-data:
          # location of entry script
          'entrypoint.sh': go-apps/meep-tm/entrypoint.sh
      meep-dai:
        # location of source code
        src: go-apps/meep-dai
@@ -1170,6 +1207,11 @@ 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