summaryrefslogtreecommitdiffstats
path: root/kubernetes/config/docker/init/src/config/dcae/ves/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/config/docker/init/src/config/dcae/ves/makefile')
-rwxr-xr-xkubernetes/config/docker/init/src/config/dcae/ves/makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/kubernetes/config/docker/init/src/config/dcae/ves/makefile b/kubernetes/config/docker/init/src/config/dcae/ves/makefile
new file mode 100755
index 0000000000..e2721814f2
--- /dev/null
+++ b/kubernetes/config/docker/init/src/config/dcae/ves/makefile
@@ -0,0 +1,9 @@
+
+restart: stop start
+
+start:
+ M2_HOME=$(HOME)/.m2 bin/BBBB-controller start
+stop:
+ bin/BBBB-controller stop
+console:
+ bin/BBBB-controller console