Skip to content

Commit

Permalink
Remove networkplugin-syncer
Browse files Browse the repository at this point in the history
Signed-off-by: Aswin Suryanarayanan <asuryana@redhat.com>
  • Loading branch information
aswinsuryan committed Aug 23, 2023
1 parent 75c46f8 commit 2a51058
Show file tree
Hide file tree
Showing 16 changed files with 2 additions and 1,401 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PROTOC_VERSION=3.17.3

# Running in Dapper
ifneq (,$(DAPPER_HOST_ARCH))
IMAGES ?= submariner-gateway submariner-route-agent submariner-globalnet submariner-networkplugin-syncer
IMAGES ?= submariner-gateway submariner-route-agent submariner-globalnet
MULTIARCH_IMAGES ?= $(IMAGES)
PLATFORMS ?= linux/amd64,linux/arm64
RESTART ?= all
Expand Down Expand Up @@ -75,8 +75,6 @@ bin/%/submariner-route-agent: $(shell find pkg/routeagent_driver)
bin/%/submariner-globalnet: $(shell find pkg/globalnet)
GOARCH=$(call dockertogoarch,$(patsubst bin/linux/%/,%,$(dir $@))) ${SCRIPTS_DIR}/compile.sh $@ ./pkg/globalnet

bin/%/submariner-networkplugin-syncer: $(shell find pkg/networkplugin-syncer)
GOARCH=$(call dockertogoarch,$(patsubst bin/linux/%/,%,$(dir $@))) ${SCRIPTS_DIR}/compile.sh $@ ./pkg/networkplugin-syncer

nullstring :=
space := $(nullstring) # end of the line
Expand All @@ -86,7 +84,7 @@ comma := ,
# This can be overridden to build for other supported architectures; the reference is the Go architecture,
# so "make images ARCHES=arm" will build a linux/arm/v7 image
ARCHES ?= amd64
BINARIES = submariner-gateway submariner-route-agent submariner-globalnet submariner-networkplugin-syncer
BINARIES = submariner-gateway submariner-route-agent submariner-globalnet
ARCH_BINARIES := $(foreach arch,$(subst $(comma),$(space),$(ARCHES)),$(foreach binary,$(BINARIES),bin/linux/$(call gotodockerarch,$(arch))/$(binary)))

build: $(ARCH_BINARIES)
Expand Down
38 changes: 0 additions & 38 deletions package/Dockerfile.submariner-networkplugin-syncer

This file was deleted.

14 changes: 0 additions & 14 deletions package/submariner-networkplugin-syncer.sh

This file was deleted.

161 changes: 0 additions & 161 deletions pkg/networkplugin-syncer/handlers/ovn/connection.go

This file was deleted.

60 changes: 0 additions & 60 deletions pkg/networkplugin-syncer/handlers/ovn/const.go

This file was deleted.

66 changes: 0 additions & 66 deletions pkg/networkplugin-syncer/handlers/ovn/env.go

This file was deleted.

Loading

0 comments on commit 2a51058

Please sign in to comment.