Loading config/.meepctl-repocfg.yaml +51 −0 Original line number Diff line number Diff line Loading @@ -286,6 +286,7 @@ repo: # - meep-tc-engine # - meep-app-enablement # - meep-vis # - meep-tm # location of API specifications api: - name: 'AdvantEDGE Monitoring Engine REST API' Loading Loading @@ -366,6 +367,7 @@ repo: meep-app-enablement: charts/meep-app-enablement meep-virt-chart-templates: charts/meep-virt-chart-templates meep-vis: charts/meep-vis meep-tm: charts/meep-tm # list of sandbox specific pods sandbox-pods: - meep-gis-engine Loading @@ -380,6 +382,7 @@ repo: # - meep-tc-engine # - meep-app-enablement # - meep-vis # - meep-tm meep-webhook: # location of source code src: go-apps/meep-webhook Loading Loading @@ -837,6 +840,44 @@ repo: 'entrypoint.sh': go-apps/meep-vis/entrypoint.sh # location of grid map file 'grid_map.yaml': go-packages/meep-vis-traffic-mgr/grid_map.yaml 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 Bandwidth Management REST API' file: go-apps/meep-tm/api/bwm/swagger.yaml - name: 'AdvantEDGE Multi-access Traffic Steering REST API' file: go-apps/meep-tm/api/mts/swagger.yaml # location of user supplied API specifications user-api: - name: 'Bandwidth Management REST API' file: config/api/bwm-api.yaml - name: 'Multi-access Traffic Steering REST API' file: config/api/mts-api.yaml # resources available to docker container image docker-data: # location of entry script 'entrypoint.sh': go-apps/meep-tm/entrypoint.sh #------------------------------ # Dependencies Loading Loading @@ -1018,6 +1059,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 @@ -1098,6 +1144,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
config/.meepctl-repocfg.yaml +51 −0 Original line number Diff line number Diff line Loading @@ -286,6 +286,7 @@ repo: # - meep-tc-engine # - meep-app-enablement # - meep-vis # - meep-tm # location of API specifications api: - name: 'AdvantEDGE Monitoring Engine REST API' Loading Loading @@ -366,6 +367,7 @@ repo: meep-app-enablement: charts/meep-app-enablement meep-virt-chart-templates: charts/meep-virt-chart-templates meep-vis: charts/meep-vis meep-tm: charts/meep-tm # list of sandbox specific pods sandbox-pods: - meep-gis-engine Loading @@ -380,6 +382,7 @@ repo: # - meep-tc-engine # - meep-app-enablement # - meep-vis # - meep-tm meep-webhook: # location of source code src: go-apps/meep-webhook Loading Loading @@ -837,6 +840,44 @@ repo: 'entrypoint.sh': go-apps/meep-vis/entrypoint.sh # location of grid map file 'grid_map.yaml': go-packages/meep-vis-traffic-mgr/grid_map.yaml 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 Bandwidth Management REST API' file: go-apps/meep-tm/api/bwm/swagger.yaml - name: 'AdvantEDGE Multi-access Traffic Steering REST API' file: go-apps/meep-tm/api/mts/swagger.yaml # location of user supplied API specifications user-api: - name: 'Bandwidth Management REST API' file: config/api/bwm-api.yaml - name: 'Multi-access Traffic Steering REST API' file: config/api/mts-api.yaml # resources available to docker container image docker-data: # location of entry script 'entrypoint.sh': go-apps/meep-tm/entrypoint.sh #------------------------------ # Dependencies Loading Loading @@ -1018,6 +1059,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 @@ -1098,6 +1144,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