diff options
author | Carsten Lund <lund@research.att.com> | 2017-02-21 11:56:10 +0000 |
---|---|---|
committer | Carsten Lund <lund@research.att.com> | 2017-02-21 12:11:19 +0000 |
commit | f10d898309cd3b3da64540964d8333e3a7b707ab (patch) | |
tree | eb96ac0f52115b69fdefb1bbcf48ca28552b5f1c /OPENECOMP-DEMO/vm-templates/vm-docker-host.yaml | |
parent | c0a2677231ecb5104af29822552fb0d981424a42 (diff) |
Configuration fixes for getting CDAP working
Change-Id: I964d254377740c7cdc5bf7524f62da6db4c32737
Signed-off-by: Carsten Lund <lund@research.att.com>
Diffstat (limited to 'OPENECOMP-DEMO/vm-templates/vm-docker-host.yaml')
-rw-r--r-- | OPENECOMP-DEMO/vm-templates/vm-docker-host.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OPENECOMP-DEMO/vm-templates/vm-docker-host.yaml b/OPENECOMP-DEMO/vm-templates/vm-docker-host.yaml index 363f579..82c4836 100644 --- a/OPENECOMP-DEMO/vm-templates/vm-docker-host.yaml +++ b/OPENECOMP-DEMO/vm-templates/vm-docker-host.yaml @@ -32,6 +32,7 @@ installation-steps: - step: shell command: | + mkdir -p /opt/app (cd /opt/app ; curl -Lo apache-groovy-binary-2.4.6.zip https://dl.bintray.com/groovy/maven/apache-groovy-binary-2.4.6.zip ) (cd /opt/app ; unzip apache-groovy-binary-2.4.6.zip ) mkdir -p /opt/app/java/jdk |