summaryrefslogtreecommitdiffstats
path: root/sdc-os-chef/pom.xml
diff options
context:
space:
mode:
authorIdan Amit <ia096e@intl.att.com>2017-12-06 17:21:38 +0200
committerMichael Lando <ml636r@att.com>2017-12-06 17:09:57 +0000
commit55dda1adeb3eb20adf4bb5275d8ec0bbba48d6ed (patch)
tree8f00ba6b7c0828462cdbb3171cb80bee37c60e47 /sdc-os-chef/pom.xml
parentf9f112f5fd5b193e79e38442cc566b7b437f87d2 (diff)
Rename dockers from openecomp to onap
Updated the name of the dockers from openecomp to onap. Updated the docker files to use the latest version of the dockers base images Change-Id: I5403cf4b25a032bdebcbcabef9a709e5bd9ea2b0 Issue-ID: SDC-710 Signed-off-by: Idan Amit <ia096e@intl.att.com>
Diffstat (limited to 'sdc-os-chef/pom.xml')
-rw-r--r--sdc-os-chef/pom.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/sdc-os-chef/pom.xml b/sdc-os-chef/pom.xml
index a14dfc5ae1..dd4a906dff 100644
--- a/sdc-os-chef/pom.xml
+++ b/sdc-os-chef/pom.xml
@@ -346,7 +346,7 @@
<!-- Build backend image -->
<image>
- <name>openecomp/sdc-backend</name>
+ <name>onap/sdc-backend</name>
<alias>sdc-backend</alias>
<build>
<cleanup>try</cleanup>
@@ -361,7 +361,7 @@
<!-- Build frontend image -->
<image>
- <name>openecomp/sdc-frontend</name>
+ <name>onap/sdc-frontend</name>
<alias>sdc-frontend</alias>
<build>
<cleanup>try</cleanup>
@@ -376,7 +376,7 @@
<!-- Build elastic search image -->
<image>
- <name>openecomp/sdc-elasticsearch</name>
+ <name>onap/sdc-elasticsearch</name>
<alias>sdc-elasticsearch</alias>
<build>
<cleanup>try</cleanup>
@@ -391,7 +391,7 @@
<!-- Build kibana image -->
<image>
- <name>openecomp/sdc-kibana</name>
+ <name>onap/sdc-kibana</name>
<alias>sdc-kibana</alias>
<build>
<cleanup>try</cleanup>
@@ -406,7 +406,7 @@
<!-- Build cassandra image -->
<image>
- <name>openecomp/sdc-cassandra</name>
+ <name>onap/sdc-cassandra</name>
<alias>sdc-cassandra</alias>
<build>
<cleanup>try</cleanup>
@@ -421,7 +421,7 @@
<!-- Build sanity image -->
<image>
- <name>openecomp/sdc-sanity</name>
+ <name>onap/sdc-sanity</name>
<alias>sdc-sanity</alias>
<build>
<cleanup>try</cleanup>
@@ -445,7 +445,7 @@
</goals>
<configuration>
<removeAll>true</removeAll>
- <image>openecomp/sdc-backend,openecomp/sdc-frontend,openecomp/sdc-elasticsearch,openecomp/sdc-kibana,openecomp/sdc-sanity<!-- ,openecomp/sdc-sanity --></image>
+ <image>onap/sdc-backend,onap/sdc-frontend,onap/sdc-elasticsearch,onap/sdc-kibana,onap/sdc-cassandra,onap/sdc-sanity</image>
</configuration>
</execution>
@@ -465,7 +465,7 @@
</goals>
<configuration>
<image>
- openecomp/sdc-backend,openecomp/sdc-frontend,openecomp/sdc-elasticsearch,openecomp/sdc-kibana,openecomp/sdc-sanity<!-- ,openecomp/sdc-sanity --></image>
+ onap/sdc-backend,onap/sdc-frontend,onap/sdc-elasticsearch,onap/sdc-kibana,onap/sdc-cassandra,onap/sdc-sanity</image>
</configuration>
</execution>
</executions>