Change nexus3 url from ecomp to onap 75/2475/3
authorJeremy Phelps <jphelps@linuxfoundation.org>
Tue, 28 Mar 2017 20:38:24 +0000 (15:38 -0500)
committerJeremy Phelps <jphelps@linuxfoundation.org>
Tue, 28 Mar 2017 20:51:41 +0000 (15:51 -0500)
Change-Id: I8474346c8c37e2c25abc8a426e82cbad38bd656c
Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>
jjb/dcae/dcae-demo.yaml
jjb/global-macros.yaml
jjb/global-templates-java.yaml
jjb/global-templates-python.yaml
jjb/include-docker-blessing.sh
jjb/include-docker-login.sh
jjb/include-docker-push.sh

index 12c0bd2..f85e92c 100644 (file)
@@ -23,7 +23,7 @@
           script: |
               bash dcae-demo-controller/src/main/docker-build/build.sh
               bash dcae-demo-controller/src/main/docker-build/push.sh \
-                  nexus3.openecomp.org:10003
+                  nexus3.onap.org:10003
           # yamllint enable
       - '{project-name}-{stream}-merge-scm-mvn-script':
           mvn-goals: 'clean deploy'
@@ -31,7 +31,7 @@
           script: |
               bash dcae-demo-controller/src/main/docker-build/build.sh
               bash dcae-demo-controller/src/main/docker-build/push.sh \
-                  nexus3.openecomp.org:10003
+                  nexus3.onap.org:10003
           # yamllint enable
       - '{project-name}-{stream}-verify-scm-mvn-script':
           mvn-goals: 'clean install'
index 42c35ae..fcf5891 100644 (file)
@@ -42,8 +42,8 @@
           global-settings-type: cfp
           properties:
             - maven.test.skip=true
-            - docker.pull.registry=nexus3.openecomp.org:10001
-            - docker.push.registry=nexus3.openecomp.org:10002
+            - docker.pull.registry=nexus3.onap.org:10001
+            - docker.push.registry=nexus3.onap.org:10002
 
 - builder:
     name: maven-docker-push-daily
@@ -58,8 +58,8 @@
           global-settings-type: cfp
           properties:
             - maven.test.skip=true
-            - docker.pull.registry=nexus3.openecomp.org:10001
-            - docker.push.registry=nexus3.openecomp.org:10003
+            - docker.pull.registry=nexus3.onap.org:10001
+            - docker.push.registry=nexus3.onap.org:10003
 
 - builder:
     name: docker-login
index ffab7c3..c48b145 100644 (file)
           global-settings-type: cfp
           properties:
             - maven.test.skip=true
-            - docker.pull.registry=nexus3.openecomp.org:10001
-            - docker.push.registry=nexus3.openecomp.org:10003
+            - docker.pull.registry=nexus3.onap.org:10001
+            - docker.push.registry=nexus3.onap.org:10003
 
       - shell: !include-raw-escape: include-docker-push.sh
 
index ad02b58..13c6ccd 100644 (file)
       - shell: |
           cp $WORKSPACE/docker/* .
           docker -D build -t openecomp/testsuite .
-          export REPO="nexus3.openecomp.org:10003"
+          export REPO="nexus3.onap.org:10003"
           docker tag openecomp/testsuite:latest $REPO/openecomp/testsuite:1.0-STAGING-latest
           docker push $REPO/openecomp/testsuite:1.0-STAGING-latest
 
       - shell: |
           cp $WORKSPACE/docker/* .
           docker -D build -t openecomp/testsuite .
-          export REPO="nexus3.openecomp.org:10003"
+          export REPO="nexus3.onap.org:10003"
           docker tag openecomp/testsuite:latest $REPO/openecomp/testsuite:1.0-STAGING-latest
           docker push $REPO/openecomp/testsuite:1.0-STAGING-latest
index a2b7c8f..0c843f7 100755 (executable)
@@ -24,11 +24,11 @@ then
     exit 1
 fi
 
-RELEASE_REPOSITORY="nexus3.openecomp.org:10002"
-SNAPSHOT_REPOSITORY="nexus3.openecomp.org:10003"
+RELEASE_REPOSITORY="nexus3.onap.org:10002"
+SNAPSHOT_REPOSITORY="nexus3.onap.org:10003"
 STAGING_IMAGE="openecomp/$PROJECT:$X.$Y-STAGING-latest"
 RELEASE_IMAGE="openecomp/$PROJECT:$X.$Y.$Z"
 
 docker pull "$SNAPSHOT_REPOSITORY/$STAGING_IMAGE"
 docker tag "$SNAPSHOT_REPOSITORY/$STAGING_IMAGE" "$RELEASE_REPOSITORY/$RELEASE_IMAGE"
-docker push "$RELEASE_REPOSITORY/$RELEASE_IMAGE"
\ No newline at end of file
+docker push "$RELEASE_REPOSITORY/$RELEASE_IMAGE"
index c39b9f3..8ecf440 100644 (file)
@@ -2,10 +2,10 @@
 
 # vim: ts=4 sw=4 sts=4 et :
 
-DOCKER_REPOSITORIES="nexus3.openecomp.org:10001 \
-                   nexus3.openecomp.org:10002 \
-                   nexus3.openecomp.org:10003 \
-                   nexus3.openecomp.org:10004"
+DOCKER_REPOSITORIES="nexus3.onap.org:10001 \
+                   nexus3.onap.org:10002 \
+                   nexus3.onap.org:10003 \
+                   nexus3.onap.org:10004"
 
 for DOCKER_REPOSITORY in $DOCKER_REPOSITORIES;
 do
index 0acc221..3e1b883 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-DOCKER_REPOSITORY="nexus3.openecomp.org:10003"
+DOCKER_REPOSITORY="nexus3.onap.org:10003"
 SEARCH="aai-service";
 DATETIME_STAMP=$(date +%Y%m%dT%H%M%S);
 VERSION_FILE="version.properties"