We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8135e50 commit 971774dCopy full SHA for 971774d
Makefile
@@ -1,7 +1,11 @@
1
-.PHONY: all up-dc1 up-dc2 up provision-dc1 provision-dc2 provision restart-dc1 restart-dc2 restart brokers topics demo elastic_health elastic_indices elastic_allocation elastic
+.PHONY: all up-dc1 up-dc2 up provision-dc1 provision-dc2 provision restart-dc1 restart-dc2 restart brokers topics demo elastic_health elastic_indices elastic_allocation elastic all-dc1 all-dc2
2
.DEFAULT_GOAL := all
3
4
-all: up-dc1 provision-dc1 restart-dc1
+all: all-dc1 all-dc2 kafka-demo
5
+
6
+all-dc1: up-dc1 provision-dc1 restart-dc1
7
8
+all-dc2: up-dc1 provision-dc1 restart-dc1
9
10
up-dc1:
11
vagrant up kafka_broker_01
0 commit comments