diff options
Diffstat (limited to 'OPENECOMP-DEMO/vm-templates/vm-postgresql.yaml')
-rw-r--r-- | OPENECOMP-DEMO/vm-templates/vm-postgresql.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OPENECOMP-DEMO/vm-templates/vm-postgresql.yaml b/OPENECOMP-DEMO/vm-templates/vm-postgresql.yaml index 991557c..4486c32 100644 --- a/OPENECOMP-DEMO/vm-templates/vm-postgresql.yaml +++ b/OPENECOMP-DEMO/vm-templates/vm-postgresql.yaml @@ -37,6 +37,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 |