Unverified Commit 97ac5d5e authored by Kevin Di Lallo's avatar Kevin Di Lallo Committed by GitHub
Browse files

Merge pull request #286 from dilallkx/kd_sp31_app_info

App Info API move to Sandbox Controller
parents 7a1a811d ee426e75
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: 1.7.4
version: 1.7.5
repo:
  name: AdvantEDGE

@@ -677,7 +677,6 @@ repo:
        api:
          meep-app-support: go-apps/meep-app-enablement/api/app-support/swagger.yaml
          meep-service-mgmt: go-apps/meep-app-enablement/api/service-mgmt/swagger.yaml
          meep-app-info: go-apps/meep-app-enablement/api/app-info/swagger.yaml

  #------------------------------
  #  Dependencies
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ image:
  tag: latest
  pullPolicy: Always
  env:
    MEEP_INSTANCE_ID: {{.InstanceId}}
    MEEP_SANDBOX_NAME: {{.SandboxName}}
    MEEP_HOST_URL: {{.HostUrl}}
    {{- if .IsMepService }}
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ image:
  tag: latest
  pullPolicy: Always
  env:
    MEEP_INSTANCE_ID: {{.InstanceId}}
    MEEP_SANDBOX_NAME: {{.SandboxName}}
    MEEP_HOST_URL: {{.HostUrl}}
    {{- if .IsMepService }}
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ image:
  env:
    MEAS_REP_UE_PERIODIC_TRIGGER_INTERVAL: 1s
    NR_MEAS_REP_UE_PERIODIC_TRIGGER_INTERVAL: 1s
    MEEP_INSTANCE_ID: {{.InstanceId}}
    MEEP_SANDBOX_NAME: {{.SandboxName}}
    MEEP_HOST_URL: {{.HostUrl}}
    {{- if .IsMepService }}
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ image:
  tag: latest
  pullPolicy: Always
  env:
    MEEP_INSTANCE_ID: {{.InstanceId}}
    MEEP_SANDBOX_NAME: {{.SandboxName}}
    MEEP_HOST_URL: {{.HostUrl}}
    {{- if .IsMepService }}
Loading