summaryrefslogtreecommitdiffstats
path: root/sdc-os-chef
diff options
context:
space:
mode:
authorIdan Amit <ia096e@intl.att.com>2017-10-26 10:02:20 +0300
committerIdan Amit <ia096e@intl.att.com>2017-10-26 10:02:20 +0300
commit7cb00e69c6090b11095f2fc7df459f03f6b7ccd8 (patch)
treea9283e1d4b65ea8e9b94b178d5e485b9199c798f /sdc-os-chef
parentb433fcc2fd97886d0c89fcd746fc3f02e8536296 (diff)
Added authentication for docker in pom
Added the docker credentials in the pom.xml file instead of in the settings.xml Change-Id: If000af9a7750cbaca04957055d25e2e975e52c4e Issue-Id: SDC-524 Signed-off-by: Idan Amit <ia096e@intl.att.com>
Diffstat (limited to 'sdc-os-chef')
-rw-r--r--sdc-os-chef/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/sdc-os-chef/pom.xml b/sdc-os-chef/pom.xml
index 009c86ec44..21deaf42a6 100644
--- a/sdc-os-chef/pom.xml
+++ b/sdc-os-chef/pom.xml
@@ -304,6 +304,10 @@
<verbose>true</verbose>
<apiVersion>1.23</apiVersion>
<registry>nexus3.onap.org:10003</registry>
+ <authConfig>
+ <username>docker</username>
+ <password>docker</password>
+ </authConfig>
<images>