Skip to content

Commit

Permalink
Fix #1453, remove build-setup from Makefile and README
Browse files Browse the repository at this point in the history
  • Loading branch information
kkujawa-sumo authored and perk-sumo committed Feb 22, 2021
1 parent 490e2c5 commit c42bfce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
13 changes: 0 additions & 13 deletions vagrant/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
14 changes: 0 additions & 14 deletions vagrant/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c42bfce

Please sign in to comment.