Skip to content

Commit e4e4231

Browse files
authored
remove application interconnect manager (#292)
1 parent 9bbe349 commit e4e4231

File tree

1,027 files changed

+1
-215319
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,027 files changed

+1
-215319
lines changed

.github/workflows/common-comp-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ jobs:
148148
kubectl logs -n orch-cluster -l app=southbound-api -c intel-infra-provider-southbound --tail=-1 > intel-infra-provider-southbound.log || echo "No current logs for intel-infra-provider-southbound"
149149
kubectl logs -n orch-cluster -l app=southbound-api -c intel-infra-provider-southbound --previous --tail=-1 > intel-infra-provider-southbound-previous.log || echo "No previous logs for intel-infra-provider-southbound"
150150
kubectl logs -n enic -l app=enic -c edge-node --tail=-1 > enic.log || echo "No current logs for enic"
151-
kubectl logs -n orch-app -l app=app-interconnect-manager -c app-interconnect-manager --tail=-1 > app-interconnect-manager.log || echo "No current logs for app-interconnect-manager"
152151
kubectl logs -n orch-app -l app=app-deployment-api -c app-deployment-api --tail=-1 > app-deployment-api.log || echo "No current logs for app-deployment-api"
153152
kubectl logs -n orch-app -l app=app-deployment-api -c app-deployment-api-rest-proxy --tail=-1 > app-deployment-api-rest-proxy.log || echo "No current logs for app-deployment-api-rest-proxy"
154153
kubectl logs -n orch-app -l app=ma-adm-app-deployment-manager -c controller --tail=-1 > ma-adm-app-deployment-manager.log || echo "No current logs for ma-adm-app-deployment-manager"

.github/workflows/post-merge-interconnect.yaml

Lines changed: 0 additions & 42 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ node_modules/
5959
app-deployment-manager/app-deployment-manager
6060
app-deployment-manager/rest-proxy
6161
app-resource-manager/app-resource-manager
62-
app-interconnect/app-interconnect
6362
app-service-proxy/app-service-proxy
6463

6564
# Test coverage

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
SHELL := bash -eu -o pipefail
5-
SUBPROJECTS := app-resource-manager app-deployment-manager app-interconnect app-service-proxy
5+
SUBPROJECTS := app-resource-manager app-deployment-manager app-service-proxy
66
FUZZ_SUBPROJECTS ?= app-resource-manager app-deployment-manager app-service-proxy
77

88
.DEFAULT_GOAL := help

app-interconnect/.golangci.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

app-interconnect/LICENSES/Apache-2.0.txt

Lines changed: 0 additions & 184 deletions
This file was deleted.

0 commit comments

Comments
 (0)