Moved all docker files moved to main folder 51/35251/1
authorIkram Ikramullah (ikram@research.att.com) <ikram@research.att.com>
Mon, 12 Mar 2018 16:39:31 +0000 (12:39 -0400)
committerIkram Ikramullah (ikram@research.att.com) <ikram@research.att.com>
Mon, 12 Mar 2018 16:40:13 +0000 (12:40 -0400)
Issue-ID: OPTFRA-123
Change-Id: I9334bda9ef05ed18c4e1fe35616b53e9ba128dc1
Signed-off-by: Ikram Ikramullah (ikram@research.att.com) <ikram@research.att.com>
build-dockers.sh [new file with mode: 0755]
conductor/docker/build-dockers.sh [deleted file]
push-dockers.sh [moved from conductor/docker/push-dockers.sh with 100% similarity]
run-dockers.sh [moved from conductor/docker/run-dockers.sh with 100% similarity]
stop-dockers.sh [moved from conductor/docker/stop-dockers.sh with 100% similarity]

diff --git a/build-dockers.sh b/build-dockers.sh
new file mode 100755 (executable)
index 0000000..37698c8
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/bash
+# TODO (IKRAM): need to test api only first to test the docker upload chain. 
+# Will enable the others once api is tested
+docker build -t api conductor/docker/api/
+docker build -t controller conductor/docker/controller/
+docker build -t data conductor/docker/data/
+docker build -t solver conductor/docker/solver/
+docker build -t reservation conductor/docker/reservation/
diff --git a/conductor/docker/build-dockers.sh b/conductor/docker/build-dockers.sh
deleted file mode 100755 (executable)
index f62a6fd..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-# TODO (IKRAM): need to test api only first to test the docker upload chain. 
-# Will enable the others once api is tested
-docker build -t api api/
-docker build -t controller controller/
-docker build -t data data/
-docker build -t solver solver/
-docker build -t reservation reservation/