-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move AWI-GRPC-Catalyst-SDWAN with operator to kube-awi
This change moves the charts responsible for deploying AWI-GRPC-Catalyst-SDWAN controller and the k8s operator to the kube-awi repository. This repository, embeds the charts from kube-awi creating an addition to the operator setup with a visibility provided by awi-infra-guard service, the UI service that uses this visibility mode and envoy-proxy that proxies requests for UI and backend services and allows CLI to handle both AWI-GRPC-Catalyst-SDWAN and awi-infra-guard requests.
- Loading branch information
Ignacy Osetek
committed
Apr 18, 2024
1 parent
e60480b
commit dcba4d7
Showing
10 changed files
with
39 additions
and
292 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,4 @@ | ||
LOCALBIN ?= $(shell pwd)/bin | ||
$(LOCALBIN): | ||
mkdir -p $(LOCALBIN) | ||
|
||
KUBEBIN ?= $(shell pwd)/kube-awi/bin | ||
HELMIFY ?= $(LOCALBIN)/helmify | ||
KUSTOMIZE ?= $(KUBEBIN)/kustomize | ||
|
||
.PHONY: init-submodules | ||
init-submodules: | ||
git submodule update --init --recursive | ||
|
||
.PHONY: helmify | ||
helmify: $(HELMIFY) ## Download helmify locally if necessary. | ||
$(HELMIFY): $(LOCALBIN) | ||
test -s $(LOCALBIN)/helmify || GOBIN=$(LOCALBIN) go install github.com/arttor/helmify/cmd/[email protected] | ||
|
||
.PHONY: build-operator-chart | ||
build-operator-chart: helmify | ||
$(MAKE) -C kube-awi manifests kustomize | ||
$(KUSTOMIZE) build kube-awi/config/default | $(HELMIFY) awi-operator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
dependencies: | ||
- name: awi-operator | ||
repository: file://../awi-operator | ||
- name: Catalyst-SDWAN-AWI-Plugin | ||
repository: file://../kube-awi/chart | ||
version: 0.1.0 | ||
digest: sha256:21a913979011049b01df10cd8750fcf9f8296d0c1421018beb3821be89658132 | ||
generated: "2024-04-08T19:06:52.226409283+02:00" | ||
digest: sha256:a7e81d7ae2bd46c1ea124b0d3addd5621baebefe78cea08b2d1a3fd6a8fbb141 | ||
generated: "2024-04-18T14:51:33.633642028+02:00" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
apiVersion: v2 | ||
name: Catalyst-SDWAN-AWI-Plugin | ||
name: awi | ||
description: A Helm chart for App Net Interface project | ||
version: 0.1.0 | ||
appVersion: "0.1" | ||
dependencies: | ||
- name: awi-operator | ||
- name: Catalyst-SDWAN-AWI-Plugin | ||
version: 0.1.0 | ||
repository: "file://../awi-operator" | ||
condition: components.kubeAWI | ||
repository: "file://../kube-awi/chart" |
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.