Skip to content
.meepctl-repocfg.yaml 16.2 KiB
Newer Older
# Copyright (c) 2019  InterDigital Communications, Inc
Mike Roy's avatar
Mike Roy committed
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

Mike Roy's avatar
Mike Roy committed
repo:
  name: AdvantEDGE
  #------------------------------
  #  Deployment
  #------------------------------
  deployment:
    # enable the alternate HTTP server
    #   - serves AdvantEDGE FE on alternate port 8080 instead of default 80/443
    #   - useful in conjunction with user.frontend=true &&
    #     when limiting endpoints exposed on public network
    alt-server: false
    # user supplied resources
    user:
      # user supplied frontend UI located @ .meep/user/frontend
      frontend: false
      # user supplied swagger UI located @ .meep/user/swagger
      swagger: false

  #------------------------------
  #  Core Subsystem
  #------------------------------
Mike Roy's avatar
Mike Roy committed
  core:
    # Go Applications
    go-apps:
      meep-mon-engine:
        # location of source code
        src: go-apps/meep-mon-engine
        # location of binary
        bin: bin/meep-mon-engine
        # location of deployment chart
        chart: charts/meep-mon-engine
        # extra build flags
        build-flags:
          - -mod=vendor
        # supports code coverage measurement when built in codecov mode
        # supports linting
        # location of API specification
        api: go-apps/meep-mon-engine/api/swagger.yaml
        # list of dependencies pods to monitor
        dependency-pods:
          - meep-couchdb
          - meep-docker-registry
          - meep-grafana
          - meep-ingress
          - meep-influxdb
          - meep-kube-state-metrics
          - meep-open-map-tiles
          - meep-postgis
          - meep-redis
        # list of paltform pods to monitor
        core-pods:
          - meep-mon-engine
          - meep-platform-ctrl
          - meep-virt-engine
          - meep-webhook
        # list of sandbox pods to monitor
          - meep-loc-serv
          - meep-metrics-engine
          - meep-mg-manager
          - meep-rnis
          - meep-sandbox-ctrl
          - meep-tc-engine
        # location of source code
        src: go-apps/meep-platform-ctrl
        # location of binary
        bin: bin/meep-platform-ctrl
        # location of deployment chart
        chart: charts/meep-platform-ctrl
        # supports code coverage measurement when built in codecov mode
        # supports linting
        # location of API specification
        api: go-apps/meep-platform-ctrl/api/swagger.yaml
        # AdvantEDGE resources included in Docker container image
          # location of AdvantEDGE swagger files
          # location of AdvantEDGE frontend
      meep-virt-engine:
        # location of source code
        src: go-apps/meep-virt-engine
        # location of binary
        bin: bin/meep-virt-engine
        # location of deployment chart
        chart: charts/meep-virt-engine
        # supports code coverage measurement when built in codecov mode
        # supports linting
        # AdvantEDGE resources included in Docker container image
          # entrypoint script
          'entrypoint.sh': go-apps/meep-virt-engine/entrypoint.sh
          # AdvantEDGE micro-service charts
          meep-loc-serv: charts/meep-loc-serv
          meep-metrics-engine: charts/meep-metrics-engine
          meep-mg-manager: charts/meep-mg-manager
          meep-rnis: charts/meep-rnis
          meep-sandbox-ctrl: charts/meep-sandbox-ctrl
          meep-tc-engine: charts/meep-tc-engine
          meep-virt-chart-templates: charts/meep-virt-chart-templates
        # list of sandbox specific pods
          - meep-loc-serv
          - meep-metrics-engine
          - meep-mg-manager
          - meep-rnis
          - meep-sandbox-ctrl
          - meep-tc-engine
        # location of source code
        src: go-apps/meep-webhook
        # location of binary
        bin: bin/meep-webhook
        # location of deployment chart
        chart: charts/meep-webhook
        # extra build flags
        build-flags:
          - -mod=vendor
        # supports code coverage measurement when built in codecov mode
        # supports linting
    # Javascript Applications
    js-apps:
      meep-frontend:
        # location of source code
        src: js-apps/meep-frontend
        # location of binary
        bin: bin/meep-frontend
        # supports linting
        # local project dependencies
          meep-platform-ctrl-api: js-packages/meep-platform-ctrl-client
          meep-sandbox-ctrl-api: js-packages/meep-sandbox-ctrl-client
          meep-mon-engine-api: js-packages/meep-mon-engine-client
          meep-gis-engine-api: js-packages/meep-gis-engine-client
        # location of source code
        src: js-apps/meep-swagger-ui
        # location of binary
        # supports linting
        # list of platform level swagger specs
          - core.go-apps.meep-platform-ctrl
          - core.go-apps.meep-mon-engine
      meep-sandbox-swagger-ui:
        # location of source code
        # location of binary
        # supports linting
        # list of sandbox level swagger specs
          - sandbox.go-apps.meep-sandbox-ctrl
          - sandbox.go-apps.meep-loc-serv
          - packages.go-packages.meep-loc-serv-notification-client
          - sandbox.go-apps.meep-rnis
          - packages.go-packages.meep-rnis-notification-client
          - sandbox.go-apps.meep-metrics-engine
          - packages.go-packages.meep-metrics-engine-notification-client
          - sandbox.go-apps.meep-mg-manager
          - packages.go-packages.meep-mg-app-client
  #------------------------------
  #  Sandbox Subsystem
  #------------------------------
  sandbox:

    # Go Applications
    go-apps:
        # location of source code
        # location of binary
        # location of deployment chart
        # supports code coverage measurement when built in codecov mode
        # supports linting
        # location of API specification
        # location of source code
        src: go-apps/meep-loc-serv
        # location of binary
        bin: bin/meep-loc-serv
        # location of deployment chart
        chart: charts/meep-loc-serv
        # extra build flags
        build-flags:
          - -mod=vendor
        # supports code coverage measurement when built in codecov mode
        # supports linting
        # location of API specification
        api: go-apps/meep-loc-serv/api/swagger.yaml
      meep-metrics-engine:
        # location of source code
        src: go-apps/meep-metrics-engine
        # location of binary
        bin: bin/meep-metrics-engine
        # location of deployment chart
        chart: charts/meep-metrics-engine
        # extra build flags
        build-flags:
          - -mod=vendor
        # supports code coverage measurement when built in codecov mode
        # supports linting
        # location of API specification
        api: go-apps/meep-metrics-engine/api/v2/swagger.yaml
      meep-mg-manager:
        # location of source code
        src: go-apps/meep-mg-manager
        # location of binary
        bin: bin/meep-mg-manager
        # location of deployment chart
        chart: charts/meep-mg-manager
        # supports code coverage measurement when built in codecov mode
        # supports linting
        # location of API specification
        api: go-apps/meep-mg-manager/api/swagger.yaml
      meep-rnis:
        # location of source code
        src: go-apps/meep-rnis
        # location of binary
        bin: bin/meep-rnis
        # location of deployment chart
        chart: charts/meep-rnis
        # extra build flags
        build-flags:
          - -mod=vendor
        # supports code coverage measurement when built in codecov mode
        # supports linting
        # location of API specification
        api: go-apps/meep-rnis/api/swagger.yaml
        # location of source code
        src: go-apps/meep-sandbox-ctrl
        # location of binary
        bin: bin/meep-sandbox-ctrl
        # location of deployment chart
        chart: charts/meep-sandbox-ctrl
        # supports code coverage measurement when built in codecov mode
        # supports linting
        # location of API specification
        api: go-apps/meep-sandbox-ctrl/api/swagger.yaml
        docker-data:
          'entrypoint.sh': go-apps/meep-sandbox-ctrl/entrypoint.sh
          swagger: bin/meep-sandbox-swagger-ui
        # location of source code
        src: go-apps/meep-tc-engine
        # location of binary
        bin: bin/meep-tc-engine
        # location of deployment chart
        chart: charts/meep-tc-engine
        # supports code coverage measurement when built in codecov mode
        # supports linting
        lint: true
      meep-tc-sidecar:
        # location of source code
        src: go-apps/meep-tc-sidecar
        # location of binary
        bin: bin/meep-tc-sidecar
        # supports code coverage measurement when built in codecov mode
        # supports linting
        lint: true

  #------------------------------
  #  Dependencies
  #------------------------------
Mike Roy's avatar
Mike Roy committed
  dep:
      # location of deployment chart
      chart: charts/couchdb
    meep-docker-registry:
      # location of deployment chart
      chart: charts/docker-registry
      # location of deployment chart
      chart: charts/grafana
      # location of deployment chart
      chart: charts/influxdb
    meep-kube-state-metrics:
      # location of deployment chart
      chart: charts/kube-state-metrics
      # location of deployment chart
      chart: charts/nginx-ingress
    meep-alt-ingress:
      # location of deployment chart
      chart: charts/nginx-ingress
      values: charts/nginx-ingress/alt-values.yaml
      # location of deployment chart
      chart: charts/redis
Mike Roy's avatar
Mike Roy committed
    meep-open-map-tiles:
      # location of deployment chart
Mike Roy's avatar
Mike Roy committed
      chart: charts/open-map-tiles
Mike Roy's avatar
Mike Roy committed
    meep-postgis:
      # location of deployment chart
Mike Roy's avatar
Mike Roy committed
      chart: charts/postgis

  #------------------------------
  #  Packages
  #------------------------------
  packages:

    # Go Packages
    go-packages:
      meep-couch:
        # location of source code
        src: go-packages/meep-couch
        # supports linting
        # location of source code
        # supports linting
        # location of source code
        src: go-packages/meep-data-model
        # supports linting
        # location of source code
        # supports linting
      meep-loc-serv-client:
        # location of source code
        src: go-packages/meep-loc-serv-client
        # supports linting
        lint: false
      meep-loc-serv-notification-client:
        # location of source code
        src: go-packages/meep-loc-serv-notification-client
        # supports linting
        # location of API specification
        api: go-packages/meep-loc-serv-notification-client/api/swagger.yaml
      meep-logger:
        # location of source code
        src: go-packages/meep-logger
        # supports linting
        lint: true
      meep-metrics-engine-notification-client:
        # location of source code
        src: go-packages/meep-metrics-engine-notification-client
        # supports linting
        # location of API specification
        api: go-packages/meep-metrics-engine-notification-client/api/swagger.yaml
Simon Pastor's avatar
Simon Pastor committed
      meep-metric-store:
        # location of source code
Simon Pastor's avatar
Simon Pastor committed
        src: go-packages/meep-metric-store
        # supports linting
Simon Pastor's avatar
Simon Pastor committed
        lint: true
      meep-mg-app-client:
        # location of source code
        src: go-packages/meep-mg-app-client
        # supports linting
        # location of API specification
        api: go-packages/meep-mg-app-client/api/swagger.yaml
      meep-mg-manager-client:
        # location of source code
        src: go-packages/meep-mg-manager-client
        # supports linting
        lint: false
      meep-mg-manager-model:
        # location of source code
        src: go-packages/meep-mg-manager-model
        # supports linting
        lint: true
      meep-model:
        # location of source code
        src: go-packages/meep-model
        # supports linting
        # location of source code
        src: go-packages/meep-mq
        # supports linting
      meep-net-char-mgr:
        # location of source code
        src: go-packages/meep-net-char-mgr
        # supports linting
        # location of source code
        # supports linting
        # location of source code
        src: go-packages/meep-redis
        # supports linting
        lint: true
      meep-replay-manager:
        # location of source code
        src: go-packages/meep-replay-manager
        # supports linting
        lint: true
      meep-rnis-client:
        # location of source code
        src: go-packages/meep-rnis-client
        # supports linting
        lint: false
      meep-rnis-notification-client:
        # location of source code
        src: go-packages/meep-rnis-notification-client
        # supports linting
        # location of API specification
        api: go-packages/meep-rnis-notification-client/api/swagger.yaml
      meep-sandbox-ctrl-client:
        # location of source code
        src: go-packages/meep-sandbox-ctrl-client
        # supports linting
        # location of source code
        # supports linting
        # location of source code
        src: go-packages/meep-watchdog
        # supports linting
        lint: true

    # Javascript Packages
    js-packages:
Simon Pastor's avatar
Simon Pastor committed
      meep-metrics-engine-client:
        # location of source code
Simon Pastor's avatar
Simon Pastor committed
        src: js-packages/meep-metrics-engine-client
        # supports linting
Simon Pastor's avatar
Simon Pastor committed
        lint: false
      meep-mon-engine-client:
        # location of source code
        src: js-packages/meep-mon-engine-client
        # supports linting
        lint: false
      meep-platform-ctrl-client:
        # location of source code
        src: js-packages/meep-platform-ctrl-client
        # supports linting
      meep-sandbox-ctrl-client:
        # location of source code
        src: js-packages/meep-sandbox-ctrl-client
        # supports linting