Commit 85fe7bb9 authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

AdvantEDGE config file fixes

parent e9aea8fe
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -247,7 +247,7 @@ repo:
          - meep-mon-engine
          - meep-platform-ctrl
          - meep-virt-engine
          # - meep-webhook
          - meep-webhook
        # list of sandbox pods to monitor
        sandbox-pods:
          - meep-gis-engine
@@ -360,15 +360,15 @@ repo:
        build-flags:
          - -mod=vendor
        # enable meepctl build
        build: false
        build: true
        # enable meepctl dockerize
        dockerize: false
        dockerize: true
        # enable meepctl deploy/delete
        deploy: false
        deploy: true
        # supports code coverage measurement when built in codecov mode
        codecov: false
        # supports linting
        lint: false
        lint: true

    # Javascript Applications
    js-apps:
@@ -433,9 +433,9 @@ repo:
        # location of user supplied API specifications
        user-api:
          - name: 'MEC Application Support API'
            file: config/api/.yaml
            file: config/api/app-support.yaml
          - name: 'MEC Service Management API'
            file: config/api/.yaml
            file: config/api/service-mgmt.yaml
        # resources available to docker container image
        docker-data:
          # location of entry script
@@ -498,7 +498,7 @@ repo:
        # location of user supplied API specifications
        user-api:
          - name: 'Location Service REST API'
            file: config/api/.yaml
            file: config/api/loc-serv-api.yaml
        # resources available to docker container image
        docker-data:
          # location of entry script
@@ -597,7 +597,7 @@ repo:
        # location of user supplied API specifications
        user-api:
          - name: 'Radio Network Information Service REST API'
            file: config/api/.yaml
            file: config/api/rnis-api.yaml
        # resources available to docker container image
        docker-data:
          # location of entry script
@@ -631,7 +631,7 @@ repo:
        # location of user supplied API specifications
        user-api:
          - name: 'WLAN Access Information Service REST API'
            file: config/api/.yaml
            file: config/api/wais-api.yaml
        # resources available to docker container image
        docker-data:
          # location of entry script