Skip to content

Commit ec36285

Browse files
Jonathan S. Katzjkatz
Jonathan S. Katz
authored andcommitted
Remove now superfluous scripts
These are no longer used in the PGO architecture.
1 parent aee48ad commit ec36285

Some content is hidden

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

56 files changed

+1
-2054
lines changed

Makefile

+1-19
Original file line numberDiff line numberDiff line change
@@ -73,30 +73,16 @@ endif
7373
images = postgres-operator \
7474
crunchy-postgres-exporter
7575

76-
.PHONY: all installrbac setup setupnamespaces cleannamespaces \
77-
deployoperator clean push pull release deploy
76+
.PHONY: all setup clean push pull release deploy
7877

7978

8079
#======= Main functions =======
8180
all: $(images:%=%-image)
8281

83-
installrbac:
84-
PGOROOT='$(PGOROOT)' ./deploy/install-rbac.sh
85-
8682
setup:
8783
PGOROOT='$(PGOROOT)' ./bin/get-deps.sh
8884
./bin/check-deps.sh
8985

90-
setupnamespaces:
91-
PGOROOT='$(PGOROOT)' ./deploy/setupnamespaces.sh
92-
93-
cleannamespaces:
94-
PGOROOT='$(PGOROOT)' ./deploy/cleannamespaces.sh
95-
96-
deployoperator:
97-
PGOROOT='$(PGOROOT)' ./deploy/deploy.sh
98-
99-
10086
#=== postgrescluster CRD ===
10187

10288
# Create operator and target namespaces
@@ -133,9 +119,6 @@ undeploy:
133119

134120

135121
#======= Binary builds =======
136-
build-pgo-backrest:
137-
$(GO_BUILD) -o bin/pgo-backrest/pgo-backrest ./cmd/pgo-backrest
138-
139122
build-postgres-operator:
140123
$(GO_BUILD) -o bin/postgres-operator ./cmd/postgres-operator
141124

@@ -220,7 +203,6 @@ check-generate: generate-crd generate-deepcopy generate-rbac
220203

221204
clean: clean-deprecated
222205
rm -f bin/postgres-operator
223-
rm -f bin/pgo-backrest/pgo-backrest
224206
rm -f config/rbac/role.yaml
225207
[ ! -d hack/tools/envtest ] || rm -r hack/tools/envtest
226208
[ ! -n "$$(ls hack/tools)" ] || rm hack/tools/*

bin/pgo-backrest-repo-sync/pgo-backrest-repo-sync.sh

-95
This file was deleted.

bin/pgo-backrest-repo/archive-push-s3.sh

-3
This file was deleted.

bin/pgo-backrest-repo/pgo-backrest-repo.sh

-81
This file was deleted.

bin/pgo-backrest/.gitignore

-1
This file was deleted.

bin/pgo-backrest/README.txt

-3
This file was deleted.

bin/pgo-backrest/pgo-backrest.sh

-23
This file was deleted.

bin/pgo-sqlrunner/start.sh

-32
This file was deleted.

bin/pull-from-gcr.sh

-6
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,7 @@ set -e -u
1818
REGISTRY='us.gcr.io/container-suite'
1919
VERSION=$PGO_IMAGE_TAG
2020
IMAGES=(
21-
pgo-backrest-repo
22-
pgo-sqlrunner
2321
postgres-operator
24-
pgo-apiserver
25-
pgo-backrest
26-
pgo-client
27-
pgo-deployer
2822
crunchy-postgres-exporter
2923
)
3024

bin/push-ccp-to-gcr.sh

-35
This file was deleted.

bin/push-to-gcr.sh

-6
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,7 @@
1616
GCR_IMAGE_PREFIX=gcr.io/crunchy-dev-test
1717

1818
IMAGES=(
19-
pgo-backrest-repo
20-
pgo-sqlrunner
2119
postgres-operator
22-
pgo-apiserver
23-
pgo-backrest
24-
pgo-client
25-
pgo-deployer
2620
crunchy-postgres-exporter
2721
)
2822

bin/uid_daemon.sh

-26
This file was deleted.

0 commit comments

Comments
 (0)