From e7d3a5329f6e1da6e23e4e730c6900e9d7bed87a Mon Sep 17 00:00:00 2001 From: Katarzyna Kujawa Date: Mon, 22 Feb 2021 15:32:45 +0100 Subject: [PATCH] Fix #1453, remove build-setup from Makefile and README --- vagrant/Makefile | 13 ------------- vagrant/README.md | 14 -------------- 2 files changed, 27 deletions(-) diff --git a/vagrant/Makefile b/vagrant/Makefile index 87aa3a37b6..c8380c30d5 100755 --- a/vagrant/Makefile +++ b/vagrant/Makefile @@ -18,19 +18,6 @@ namespace = sumologic test: $(MAKE) -C ${root_dir} test -build-setup: - cd ${root_dir} && $(MAKE) -C ${root_dir}deploy/docker/setup build - ${mkfile_path} \ - tag-and-push-local-setup - -tag-and-push-local-setup: - $(eval timestamp := $(shell date +%s)) - docker tag kubernetes-setup:latest localhost:32000/kubernetes-setup:local-${timestamp} - docker push localhost:32000/kubernetes-setup:local-${timestamp} - touch ${local_values_file} - yq w -i ${local_values_file} sumologic.setup.job.image.repository localhost:32000/kubernetes-setup - yq w -i ${local_values_file} sumologic.setup.job.image.tag local-${timestamp} - generate-local-config: ${vagrant_scripts_dir}/generate-local-config.sh diff --git a/vagrant/README.md b/vagrant/README.md index 4dbb449cfc..a1ffede50b 100644 --- a/vagrant/README.md +++ b/vagrant/README.md @@ -32,20 +32,6 @@ vagrant ssh NOTICE: The directory with sumo-kubernetes-collection repository on the host is synced with `/sumologic/` directory on the virtual machine. -## Build setup job - -On the virtual machine, to build the setup job Docker image please use `build-setup` target: - -```bash -sumo-make build-setup -``` - -or - -```bash -/sumologic/vagrant/Makefile build-setup -``` - ## Collector To install or upgrade collector please type: