aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Greenberg <ml636r@att.com>2017-02-20 19:00:11 +0200
committerDavid Greenberg <ml636r@att.com>2017-02-20 19:00:11 +0200
commit3d35bb381713a3d5ccb7eea0c34a59188c0a51fc (patch)
tree2dbf8563c890fb7a236d5ece9fffdeac185d80bf
parent30e7cdaf4621e20ff2a2e2d81ec870c41d1d5e1f (diff)
Build Cassandra Docker image
Change-Id: Ie1f5631a94e84ba74e4b9b0ec492fdffabbeb895 Signed-off-by: David Greenberg <ml636r@att.com>
-rw-r--r--sdc-os-chef/pom.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/sdc-os-chef/pom.xml b/sdc-os-chef/pom.xml
index ae9974322a..9494684e6b 100644
--- a/sdc-os-chef/pom.xml
+++ b/sdc-os-chef/pom.xml
@@ -84,9 +84,9 @@
<outputDirectory>${basedir}/sdc-frontend</outputDirectory>
<resources>
<resource>
- <directory>${project.parent.basedir}/openecomp-ui/dist</directory>
+ <directory>${project.parent.basedir}/openecomp-ui/target</directory>
<includes>
- <include>onboarding*.war</include>
+ <include>onboarding-fe-${project.version}.war</include>
</includes>
</resource>
</resources>
@@ -152,7 +152,7 @@
</build>
</image>
- <!-- Build cassandra image
+ <!-- Build cassandra image -->
<image>
<name>openecomp/sdc-cassandra:%l</name>
<alias>sdc-cassandra</alias>
@@ -162,7 +162,6 @@
<dockerFile>../../../sdc-cassandra/Dockerfile</dockerFile>
</build>
</image>
- -->
</images>
</configuration>