From: Ikram Ikramullah (ikram@research.att.com) Date: Mon, 12 Mar 2018 16:39:31 +0000 (-0400) Subject: Moved all docker files moved to main folder X-Git-Tag: v1.1.1~48 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=bfcbea292aa9e9c3e01bddd1cba80035c85df8ec;p=optf%2Fhas.git Moved all docker files moved to main folder Issue-ID: OPTFRA-123 Change-Id: I9334bda9ef05ed18c4e1fe35616b53e9ba128dc1 Signed-off-by: Ikram Ikramullah (ikram@research.att.com) --- diff --git a/build-dockers.sh b/build-dockers.sh new file mode 100755 index 0000000..37698c8 --- /dev/null +++ b/build-dockers.sh @@ -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 index f62a6fd..0000000 --- a/conductor/docker/build-dockers.sh +++ /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/ diff --git a/conductor/docker/push-dockers.sh b/push-dockers.sh similarity index 100% rename from conductor/docker/push-dockers.sh rename to push-dockers.sh diff --git a/conductor/docker/run-dockers.sh b/run-dockers.sh similarity index 100% rename from conductor/docker/run-dockers.sh rename to run-dockers.sh diff --git a/conductor/docker/stop-dockers.sh b/stop-dockers.sh similarity index 100% rename from conductor/docker/stop-dockers.sh rename to stop-dockers.sh