Retire AAI repos 66/116766/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Tue, 12 Jan 2021 19:06:25 +0000 (11:06 -0800)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Tue, 12 Jan 2021 19:06:25 +0000 (11:06 -0800)
AAI needs aai-data-router and aai-search-data-service
repos put into maintenance as their functionality
is being retired in the ONAP Honolulu release.

Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: I1e185a580f5716af1539a97662ceac84c52ef007

jjb/aai/aai-data-router.yaml [deleted file]
jjb/aai/aai-search-data-service.yaml [deleted file]

diff --git a/jjb/aai/aai-data-router.yaml b/jjb/aai/aai-data-router.yaml
deleted file mode 100644 (file)
index d273e07..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
----
-- project:
-    name: aai-data-router-project-view
-    project-name: aai-data-router
-    views:
-      - project-view
-
-- project:
-    name: aai-data-router-master
-    project-name: 'aai-data-router'
-    jobs:
-      - '{project-name}-{stream}-verify-java'
-      - '{project-name}-{stream}-merge-java'
-      - gerrit-maven-stage:
-          sign-artifacts: true
-          build-node: centos7-builder-4c-4g
-          maven-versions-plugin: true
-      - gerrit-maven-docker-stage:
-          mvn-params: '-P docker -B -Dmaven.test.skip=true'
-          build-node: ubuntu1804-docker-8c-8g
-          container-public-registry: 'nexus3.onap.org:10001'
-          container-staging-registry: 'nexus3.onap.org:10003'
-      - '{project-name}-gerrit-release-jobs':
-          build-node: centos7-docker-8c-8g
-    project: 'aai/data-router'
-    stream:
-      - 'guilin':
-          branch: 'guilin'
-      - 'master':
-          branch: 'master'
-    mvn-settings: 'aai-data-router-settings'
-    files: '**'
-    archive-artifacts: ''
-
-- project:
-    name: aai-data-router-sonar
-    jobs:
-      - gerrit-maven-sonar
-    sonarcloud: true
-    sonarcloud-project-organization: '{sonarcloud_project_organization}'
-    sonarcloud-api-token: '{sonarcloud_api_token}'
-    sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
-    sonar-mvn-goal: '{sonar_mvn_goal}'
-    cron: '@daily'
-    build-node: ubuntu1804-builder-4c-4g
-    project: 'aai/data-router'
-    project-name: 'aai-data-router'
-    branch: 'master'
-    mvn-settings: 'aai-data-router-settings'
-    mvn-goals: 'clean install'
-    mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
-
-- project:
-    name: aai-data-router-clm
-    jobs:
-      - gerrit-maven-clm
-    nexus-iq-namespace: 'onap-'
-    project: 'aai/data-router'
-    project-name: 'aai-data-router'
-    stream:
-      - 'master':
-          branch: 'master'
-    mvn-settings: 'aai-data-router-settings'
-
-- project:
-    name: aai-data-router-info
-    project-name: aai-data-router
-    jobs:
-      - gerrit-info-yaml-verify
-    build-node: centos7-builder-2c-1g
-    project: aai/data-router
-    branch: master
diff --git a/jjb/aai/aai-search-data-service.yaml b/jjb/aai/aai-search-data-service.yaml
deleted file mode 100644 (file)
index b6139d2..0000000
+++ /dev/null
@@ -1,103 +0,0 @@
----
-- project:
-    name: aai-search-data-service-project-view
-    project-name: aai-search-data-service
-    views:
-      - project-view
-
-- project:
-    name: aai-search-data-service-master
-    project-name: 'aai-search-data-service'
-    jobs:
-      - '{project-name}-{stream}-verify-java'
-      - '{project-name}-{stream}-merge-java'
-      - gerrit-maven-stage:
-          sign-artifacts: true
-          build-node: centos7-builder-4c-4g
-          maven-versions-plugin: true
-      - gerrit-maven-docker-stage:
-          mvn-params: '-Pdocker -B -Dmaven.test.skip=true'
-          build-node: ubuntu1804-docker-8c-8g
-          container-public-registry: 'nexus3.onap.org:10001'
-          container-staging-registry: 'nexus3.onap.org:10003'
-      - '{project-name}-gerrit-release-jobs':
-          build-node: centos7-docker-8c-8g
-    project: 'aai/search-data-service'
-    docker-image-name: 'onap/search-data-service'
-    stream:
-      - 'guilin':
-          branch: 'guilin'
-      - 'master':
-          branch: 'master'
-    mvn-settings: 'aai-search-data-service-settings'
-    files: '**'
-    archive-artifacts: ''
-
-- project:
-    name: aai-search-data-service-searchguard
-    project-name: 'aai-search-data-service-searchguard'
-    jobs:
-      - gerrit-maven-docker-stage:
-          mvn-params: '-Pdocker -B -Dmaven.test.skip=true'
-          build-node: ubuntu1804-docker-8c-8g
-          container-public-registry: 'nexus3.onap.org:10001'
-          container-staging-registry: 'nexus3.onap.org:10003'
-    project: 'aai/search-data-service'
-    docker-image-name: 'onap/elasticsearch-sg'
-    stream:
-      - 'master':
-          branch: 'master'
-    mvn-settings: 'aai-search-data-service-settings'
-    files: '**'
-    archive-artifacts: ''
-
-- project:
-    name: aai-search-data-service-sonar
-    jobs:
-      - gerrit-maven-sonar
-    sonarcloud: true
-    sonarcloud-project-organization: '{sonarcloud_project_organization}'
-    sonarcloud-api-token: '{sonarcloud_api_token}'
-    sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
-    sonar-mvn-goal: '{sonar_mvn_goal}'
-    cron: '@daily'
-    build-node: ubuntu1804-builder-4c-4g
-    project: 'aai/search-data-service'
-    project-name: 'aai-search-data-service'
-    branch: 'master'
-    mvn-settings: 'aai-search-data-service-settings'
-    mvn-goals: 'clean install'
-    mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
-
-- project:
-    name: aai-search-data-service-clm
-    jobs:
-      - gerrit-maven-clm
-    nexus-iq-namespace: 'onap-'
-    project: 'aai/search-data-service'
-    project-name: 'aai-search-data-service'
-    stream:
-      - 'master':
-          branch: 'master'
-    mvn-settings: 'aai-search-data-service-settings'
-
-- project:
-    name: aai-search-data-service-info
-    project-name: aai-search-data-service
-    jobs:
-      - gerrit-info-yaml-verify
-    build-node: centos7-builder-2c-1g
-    project: aai/search-data-service
-    branch: master
-
-- project:
-    name: 'aai-search-data-service-whitesource'
-    project-name: 'aai-search-data-service'
-    build-node: ubuntu1804-docker-8c-8g
-    jobs:
-      - gerrit-whitesource-scan
-    mvn-settings: 'aai-search-data-service-settings'
-    wss-product-name: 'aai'
-    mvn-clean-install: true
-    project: 'aai/search-data-service'
-    branch: master