Commit 5ee18d07 authored by Yann Garcia's avatar Yann Garcia
Browse files

Merge branch 'TemporaryMergeToMaster'

parents 50310998 668e664d
Loading
Loading
Loading
Loading
+79 −12
Original line number Diff line number Diff line
# Copyright (c) 2025  The AdvantEDGE Authors
# Copyright (c) 2026  The AdvantEDGE Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: 1.10.0
version: 1.11.0
repo:
  name: etsi-mec-sandbox

@@ -428,6 +428,12 @@ repo:
          meep-iot: charts/meep-iot
          meep-sss: charts/meep-sss
          meep-federation: charts/meep-federation
          meep-cloud-mosquitto: charts/meep-cloud-mosquitto
          meep-mosquitto: charts/meep-mosquitto
          meep-acme-mn-cse: charts/meep-acme-mn-cse
          meep-acme-in-cse: charts/meep-acme-in-cse
          meep-tinyiot-mn-cse: charts/meep-tinyiot-mn-cse
          meep-tinyiot-in-cse: charts/meep-tinyiot-in-cse
        # list of sandbox specific pods
        sandbox-pods:
          - meep-gis-engine
@@ -1067,10 +1073,65 @@ repo:
        docker-data:
          'mosquitto.conf': go-apps/meep-mosquitto/mosquitto.conf
          'listener.conf': go-apps/meep-mosquitto/listener.conf
      meep-om2m-acme:
          'entrypoint.sh': go-apps/meep-mosquitto/entrypoint.sh
      meep-cloud-mosquitto:
        # location of source code
        src: go-apps/meep-iot-pltf/acme
        bin: bin/meep-iot-pltf/acme
        src: go-apps/meep-cloud-mosquitto
        bin: bin/meep-cloud-mosquitto
        # enable meepctl build
        build: false
        # enable meepctl dockerize
        dockerize: true
        # enable meepctl deploy/delete
        deploy: false
        # supports code coverage measurement when built in codecov mode
        codecov: false
        # supports linting
        lint: false
        docker-data:
          'mosquitto.conf': go-apps/meep-cloud-mosquitto/mosquitto.conf
          'listener.conf': go-apps/meep-cloud-mosquitto/listener.conf
          'entrypoint.sh': go-apps/meep-cloud-mosquitto/entrypoint.sh
      meep-tinyiot-in-cse:
        # location of source code
        src: go-apps/meep-iot-pltf/tinyiot-in-cse
        bin: bin/meep-iot-pltf/meep-tinyiot-in-cse
        # enable meepctl build
        build: false
        # enable meepctl dockerize
        dockerize: true
        # enable meepctl deploy/delete
        deploy: false
        # supports code coverage measurement when built in codecov mode
        codecov: false
        # supports linting
        lint: false
        # TinyIoT resources available to docker container image
        docker-data:
          'entrypoint.sh': go-apps/meep-iot-pltf/tinyiot-in-cse/entrypoint.sh
          'source': go-apps/meep-iot-pltf/tinyiot-in-cse/tinyIoT/source
      meep-tinyiot-mn-cse:
        # location of source code
        src: go-apps/meep-iot-pltf/tinyiot-mn-cse
        bin: bin/meep-iot-pltf/meep-tinyiot-mn-cse
        # enable meepctl build
        build: false
        # enable meepctl dockerize
        dockerize: true
        # enable meepctl deploy/delete
        deploy: false
        # supports code coverage measurement when built in codecov mode
        codecov: false
        # supports linting
        lint: false
        # TinyIoT resources available to docker container image
        docker-data:
          'entrypoint.sh': go-apps/meep-iot-pltf/tinyiot-mn-cse/entrypoint.sh
          'source': go-apps/meep-iot-pltf/tinyiot-mn-cse/tinyIoT/source
      meep-acme-in-cse:
        # location of source code
        src: go-apps/meep-iot-pltf/meep-acme-in-cse
        bin: bin/meep-iot-pltf/meep-acme-in-cse
        # enable meepctl build
        build: false
        # enable meepctl dockerize
@@ -1083,13 +1144,12 @@ repo:
        lint: false
        docker-data:
          # location of entry script
          'entrypoint.sh': go-apps/meep-iot-pltf/acme/entrypoint.sh
          'acme.ini': go-apps/meep-iot-pltf/acme/acme.ini
          'acme': go-apps/meep-iot-pltf/acme/acme
      meep-om2m-tinyiot:
          'entrypoint.sh': go-apps/meep-iot-pltf/meep-acme-in-cse/entrypoint.sh
          'acme.ini.in': go-apps/meep-iot-pltf/meep-acme-in-cse/acme.ini.in
      meep-acme-mn-cse:
        # location of source code
        src: go-apps/meep-iot-pltf/tinyiot
        bin: bin/meep-iot-pltf/tinyiot
        src: go-apps/meep-iot-pltf/meep-acme-mn-cse
        bin: bin/meep-iot-pltf/meep-acme-mn-cse
        # enable meepctl build
        build: false
        # enable meepctl dockerize
@@ -1102,7 +1162,9 @@ repo:
        lint: false
        docker-data:
          # location of entry script
          'entrypoint.sh': go-apps/meep-iot-pltf/tinyiot/entrypoint.sh
          'entrypoint.sh': go-apps/meep-iot-pltf/meep-acme-mn-cse/entrypoint.sh
          'acme.ini.in': go-apps/meep-iot-pltf/meep-acme-mn-cse/acme.ini.in
          'acme': go-apps/meep-iot-pltf/meep-acme-mn-cse/acme

  #------------------------------
  #  Dependencies
@@ -1494,6 +1556,11 @@ repo:
        src: go-packages/meep-iot-mgr
        # supports linting
        lint: false
      meep-sss-mgr:
        # location of source code
        src: go-packages/meep-sss-mgr
        # supports linting
        lint: false
      meep-watchdog:
        # location of source code
        src: go-packages/meep-watchdog