diff options
author | Vijay <vv770d@att.com> | 2017-06-13 02:38:05 +0000 |
---|---|---|
committer | Vijay <vv770d@att.com> | 2017-06-13 02:39:13 +0000 |
commit | 35ad3be1673be895ec4775f3a8c905dbf17abbf1 (patch) | |
tree | aefe9048f7a04f4aee11506c5493f47588796697 | |
parent | f54e73d4720cfee7f20b42a1d789a63441a7bd67 (diff) |
[DCAE-7] parametrized hostentry for VES image
Change-Id: I4f36987df9f8550f70f883cd9f03dc985ffd0e29
Signed-off-by: Vijay <vv770d@att.com>
-rwxr-xr-x | docker-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-build.sh b/docker-build.sh index e0b6cfc..c72057e 100755 --- a/docker-build.sh +++ b/docker-build.sh @@ -77,7 +77,7 @@ mkdir -p \$LOGS cd \$WORKDIR -echo 10.0.4.102 \$(hostname).dcae.simpledemo.openecomp.org >> /etc/hosts +echo \$COLLECTOR_IP \$(hostname).dcae.simpledemo.openecomp.org >> /etc/hosts if [ ! -e config ]; then echo no configuration directory setup: \$WORKDIR/config |