Fatih Degirmenci [Fri, 23 Aug 2019 09:00:59 +0000 (09:00 +0000)]
Fetch ansible inventory from tmp folder
In some cases ONAP deployment times out, not giving opportunity
to copy the generated kubespray inventory into healthcheck jobs'
workspaces. This results failures for healthcheck as it can't be
executed without inventory.
This change fetches kubespray inventory from tmp folder which is
enabled by the change below.
https://gerrit.nordix.org/#/c/2027/
Change-Id: I90dcf68bd0f69ccefeb5d94ba09993104c84712d
Fatih Degirmenci [Fri, 23 Aug 2019 08:23:57 +0000 (08:23 +0000)]
Do not abort ONAP pipeline if deployment fails or times out
The work to activate deployment and testing ONAP from master
started, it is important to see the state of the deployment
by running k8s, oom, and onap healthchecks no matter the state
of the deployment. Running healthcheck is cheap anyways.
Change-Id: Ia6a5c0f2c7bc324449ac27c89a87ff009da1b387
Fatih Degirmenci [Fri, 23 Aug 2019 07:49:43 +0000 (07:49 +0000)]
Be more explicit with Nordix CICD ONAP stack name
We need to differentiate between user initiated deployments
and CICD ones so we know who created a certain stack.
For CICD deployments, stack name will be in following form
nordix-cicd-onap-{onap-branch}-{onap-flavor}
such as
nordix-cicd-onap-master-full
nordix-cicd-onap-dublin-core
For user initiated deployments, stack name will be set to
something random in following form in engine
nordix-custom-onap-{random-string}
such as
nordix-custom-onap-aglee
Change-Id: I145d8a6f4e3d624ef723f8decfbab0ce5297f45a
Andrew Fenner [Thu, 22 Aug 2019 22:21:19 +0000 (22:21 +0000)]
Merge "Rename onap-oom-nofeature scenario to onap-nofeature-noha"
Fatih Degirmenci [Thu, 22 Aug 2019 21:29:02 +0000 (21:29 +0000)]
Source openrc file
Change-Id: Ia033ddc4b85cd2578d658f5aeaa508c61120928c
Fatih Degirmenci [Thu, 22 Aug 2019 21:09:59 +0000 (21:09 +0000)]
Update clean-stack postbuild step
Change-Id: I0a871576ecfc124756da5973c0d8dd98fc9f4c3c
Fatih Degirmenci [Thu, 22 Aug 2019 20:17:30 +0000 (20:17 +0000)]
Make delete-stack a postbuild step
Failed builds leave stack behind them unnecessarily so
delete-stack is turned into a postbuild step to run always
to remove the stack.
Change-Id: Iab6aa3730729be28853ccac3b8ac3f1614465902
Fatih Degirmenci [Thu, 22 Aug 2019 17:37:34 +0000 (17:37 +0000)]
Rename onap-oom-nofeature scenario to onap-nofeature-noha
As we will start reporting ONAP test results from EST/Nordix,
it is good to align the scenario name with what Orange uses
which is onap-nofeature-noha.
This will make it easier to browse results on test result dashboard.
Please note that the previous jobs with old scenario name onap-oom-nofeature
will be removed and new ones will be created, resulting in loss of build
history for parent jobs.
Change-Id: I6af0ae47874f9ff09b7c96ff4450a1c72409f4bd
Fatih Degirmenci [Thu, 22 Aug 2019 17:26:56 +0000 (17:26 +0000)]
Add OpenStack scenarios to baremetal jobs build blocker
Change-Id: Ief328200664c2f65e432fcc0f70f74db6b8dad9c
Fatih Degirmenci [Thu, 22 Aug 2019 07:33:46 +0000 (07:33 +0000)]
Use jdk12 build server for datafile verify jobs
Change-Id: I1ab4a970ce7a21f221dd86f86505d372f1f7fedd
Fatih Degirmenci [Thu, 22 Aug 2019 06:27:41 +0000 (06:27 +0000)]
Use different slaves based on JDK version
New base images for build servers with jdk8 and jdk11 are created
on City Nordix Tenant and Jenkins OpenStack Cloud Plugin is configured
to provision 1 slave for each jdk version we need.
JAVA_HOME is also set to same place in both base images so we don't
need to worry about overriding it manually.
New slaves are labelled with onap-build-ubuntu1604-jdk8 and onap-build-ubuntu1604-jdk11.
https://jenkins.nordix.org/label/onap-build-ubuntu1604-jdk8/
https://jenkins.nordix.org/label/onap-build-ubuntu1604-jdk11/
The old slave, base instance, and the base image will be removed from Jenkins
and from OpenStack tenant once the new image and slave are verified.
Change-Id: I555c112ec3b9a3368a333861cc882cdc524490e6
Andrew Fenner [Thu, 22 Aug 2019 02:54:08 +0000 (02:54 +0000)]
Revert "Use different slaves based on JDK version projects need"
This reverts commit
ddfb33b13040f56b8134765fc84acfa685646bcd.
Change-Id: Ib99864c1f17b74bfae884beed3f9898730694af1
Fatih Degirmenci [Tue, 20 Aug 2019 16:37:42 +0000 (16:37 +0000)]
Use different slaves based on JDK version projects need
New base images for build servers with jdk8 and jdk11 are created
on City Nordix Tenant and Jenkins OpenStack Cloud Plugin is configured
to provision 1 slave for each jdk version we need.
JAVA_HOME is also set to same place in both base images so we don't
need to worry about overriding it manually.
New slaves are labelled with onap-build-ubuntu1604-jdk8 and onap-build-ubuntu1604-jdk11.
https://jenkins.nordix.org/label/onap-build-ubuntu1604-jdk8/
https://jenkins.nordix.org/label/onap-build-ubuntu1604-jdk11/
The old slave, base instance, and the base image will be removed from Jenkins
and from OpenStack tenant once the new image and slave are verified.
Change-Id: I7325088ed74f45acb4e12527ccf3ae16db4c5a51
afenner [Wed, 21 Aug 2019 21:28:16 +0000 (22:28 +0100)]
add acumos/documenation mirror jobs
Change-Id: I5317f766d80fc2f644940550b86231b80fa15052
Andrew Fenner [Wed, 21 Aug 2019 11:42:44 +0000 (11:42 +0000)]
Merge "Enable onap-oom-nofeature master branch jobs"
Fatih Degirmenci [Wed, 21 Aug 2019 08:13:14 +0000 (08:13 +0000)]
Create baremetal job for scenario os-nosdn-nofeature
Change-Id: Ifa54057373792f49e33053dbc0b0848f39e35f96
Fatih Degirmenci [Wed, 21 Aug 2019 06:14:29 +0000 (06:14 +0000)]
Enable onap-oom-nofeature master branch jobs
So that deployment from ONAP staging branch can be developed/tested.
Change-Id: Ic8cbd7bf3f90ad7b861d0c4f2705bd146087239d
Fatih Degirmenci [Tue, 20 Aug 2019 11:41:50 +0000 (11:41 +0000)]
Switch to OpenStack single use slaves for onap-oom-nofeature
Change-Id: I4d961e4603fbabfdbabc2cc654d3ebeee555e514
Fatih Degirmenci [Tue, 20 Aug 2019 11:26:50 +0000 (11:26 +0000)]
cloud-infra: Use master for engine and scenario for onap-oom-nofeature
Change-Id: If717a1293c13aaa270e0f52e21a189394c0df800
Andrew Fenner [Fri, 16 Aug 2019 15:59:20 +0000 (15:59 +0000)]
Merge "trying to make java11 job specfic"
afenner [Fri, 16 Aug 2019 15:53:03 +0000 (16:53 +0100)]
trying to make java11 job specfic
Change-Id: Ife7c555bfaec1fd99f76cc35eaf689543db1a329
Andrew Fenner [Fri, 16 Aug 2019 15:47:18 +0000 (15:47 +0000)]
Merge "trying to make java11 job specfic"
afenner [Fri, 16 Aug 2019 15:41:08 +0000 (16:41 +0100)]
trying to make java11 job specfic
Change-Id: Id80dcfe9b48afdcbb04bae4c1618f42a6de0f5f8
Andrew Fenner [Fri, 16 Aug 2019 15:27:08 +0000 (15:27 +0000)]
Merge "trying to make java11 job specfic"
afenner [Fri, 16 Aug 2019 14:59:47 +0000 (15:59 +0100)]
trying to make java11 job specfic
Change-Id: I6a1cd29977245208e8dfa4d169261c2843653555
Andrew Fenner [Fri, 16 Aug 2019 14:58:38 +0000 (14:58 +0000)]
Merge "reverting to jdk8 build server"
afenner [Fri, 16 Aug 2019 14:54:42 +0000 (15:54 +0100)]
reverting to jdk8 build server
Change-Id: Ie1823dc2ff891ea7f411e5c36ded57f3dcafe390
Andrew Fenner [Fri, 16 Aug 2019 14:42:40 +0000 (14:42 +0000)]
Merge "trying to change all onap build to java 11 server"
afenner [Fri, 16 Aug 2019 14:39:59 +0000 (15:39 +0100)]
trying to change all onap build to java 11 server
Change-Id: Icd35aa55b38cb0a9be0722ef7ea8ff6f4742af71
Andrew Fenner [Fri, 16 Aug 2019 13:52:49 +0000 (13:52 +0000)]
Merge "Attempt to allow build node flexibility"
afenner [Fri, 16 Aug 2019 13:50:42 +0000 (14:50 +0100)]
Attempt to allow build node flexibility
Change-Id: I74dd0f61bc6287d9ffedc3476d201a18f6acee32
Andrew Fenner [Fri, 16 Aug 2019 13:29:44 +0000 (13:29 +0000)]
Merge "Attempt to move build to a different node part 3"
afenner [Fri, 16 Aug 2019 13:03:19 +0000 (14:03 +0100)]
Attempt to move build to a different node part 3
Change-Id: I45c5346847e7fb538779223a656c19bcb091290f
Andrew Fenner [Fri, 16 Aug 2019 12:48:54 +0000 (12:48 +0000)]
Merge "Attempt to move build to a different node part 2"
afenner [Fri, 16 Aug 2019 12:46:50 +0000 (13:46 +0100)]
Attempt to move build to a different node part 2
Change-Id: Ia6591f663ac92bf23137e153a445df7be4caa3de
Andrew Fenner [Fri, 16 Aug 2019 12:31:30 +0000 (12:31 +0000)]
Merge "Attempt to move build to a different node"
afenner [Fri, 16 Aug 2019 12:29:08 +0000 (13:29 +0100)]
Attempt to move build to a different node
Change-Id: I7b33b9ae66ffb053d18b2945791af7fab3eef0fa
kanwar saad bin liaqat [Tue, 13 Aug 2019 19:17:39 +0000 (22:17 +0300)]
airship: fix ghprb whitelist handling
Allow whitelist organization members as
admins so they can add non-members PRs to
whitelist.
Change-Id: I46321cffc22c497d7a38c2de33849e1866c3cebd
kanwar saad bin liaqat [Thu, 25 Jul 2019 12:32:36 +0000 (15:32 +0300)]
Airship JJB initial structure
This commit provides a basic structure
for airship related jobs.
Change-Id: I52f03b493481f29b6bd25a744405932812930480
afenner [Fri, 9 Aug 2019 08:18:42 +0000 (09:18 +0100)]
Change where opendaylight username read from on commit
Change-Id: Iafd68478823725e3c81ccc34870ccf0e4ce1a5b3
afenner [Wed, 7 Aug 2019 12:55:03 +0000 (13:55 +0100)]
adding openstack/python-openstackclient
Change-Id: If0e790177a8c302d63c8c10668988138d2dddda7
afenner [Thu, 1 Aug 2019 08:20:08 +0000 (09:20 +0100)]
correct branches for collectors and collectors/datafile
Change-Id: I46ba63d9c65307a0a9e5efeb1a6fca3107fe0047
Signed-off-by: afenner <andrew.fenner@est.tech>
Gareth Roper [Wed, 31 Jul 2019 16:15:29 +0000 (16:15 +0000)]
Merge "changing dcaegen2-collectors to not overlap with dcaegen2-collectors-datafile"
afenner [Wed, 31 Jul 2019 15:39:11 +0000 (16:39 +0100)]
changing dcaegen2-collectors to not overlap with dcaegen2-collectors-datafile
Change-Id: I8556d0491423d69a3a78e8bf4454147f1c6a6e06
Signed-off-by: afenner <andrew.fenner@est.tech>
Gareth Roper [Wed, 31 Jul 2019 12:43:17 +0000 (12:43 +0000)]
Merge "Add rebase/push jobs for acumos-python-client & license-usage-manager"
afenner [Wed, 31 Jul 2019 07:45:24 +0000 (08:45 +0100)]
Add rebase/push jobs for acumos-python-client & license-usage-manager
Change-Id: I9194f5dc4a300b6f708d14800bc542974d86abd7
Signed-off-by: afenner <andrew.fenner@est.tech>
Fatih Degirmenci [Tue, 30 Jul 2019 19:14:41 +0000 (21:14 +0200)]
Move project and gerrit parameters back to job templates
Change-Id: Ic238daba0fdde29c2b09dc191c7938dba0ec00eb
Fatih Degirmenci [Tue, 30 Jul 2019 19:10:32 +0000 (21:10 +0200)]
Fix onap-parameters macro
Change-Id: Ide9745d121bb49d39be0309ce0cd8a45ec746e97
Fatih Degirmenci [Tue, 30 Jul 2019 18:53:46 +0000 (20:53 +0200)]
Use separate job template for onap-healthcheck jobs
Change-Id: Ibbcf57a50a6d132d5778b82e9fa948ff2cf2d52f
Gareth Roper [Tue, 30 Jul 2019 16:25:07 +0000 (16:25 +0000)]
Merge "Add rebase/push jobs for sdc/jtosca"
afenner [Tue, 30 Jul 2019 16:09:05 +0000 (17:09 +0100)]
Add rebase/push jobs for sdc/jtosca
Change-Id: Ifc3c189bfc5ef13af4aced08a6ab912d93ed73ed
Signed-off-by: afenner <andrew.fenner@est.tech>
Fatih Degirmenci [Tue, 30 Jul 2019 15:47:57 +0000 (17:47 +0200)]
Add more details for phases in onap-oom-nofeature job
Change-Id: I3633c2552262cb7dd47ea9dd4982db462bc71e4b
Fatih Degirmenci [Tue, 30 Jul 2019 12:08:34 +0000 (14:08 +0200)]
Delete stack upon the completion of build
Change-Id: Ie28e048c50222ab0556eac20b4a1e36c96663223
Fatih Degirmenci [Tue, 30 Jul 2019 11:51:09 +0000 (13:51 +0200)]
Pin engine and scenario versions to patch versions
Change-Id: I8a9d9fe0b5127e81ce56b6cc4024a601cad327cc
Fatih Degirmenci [Tue, 30 Jul 2019 10:37:42 +0000 (12:37 +0200)]
Fix phase jobs for cloud infra jobs
Change-Id: Ifdac9ccac82592f14bbe9a6889aa94df6cfc96bc
Fatih Degirmenci [Tue, 30 Jul 2019 10:24:36 +0000 (12:24 +0200)]
Fix cloud infra jobs
Change-Id: I96ac11cc26c7d0a2f35ba1994bfbdcddb6b93465
Fatih Degirmenci [Tue, 30 Jul 2019 10:14:02 +0000 (12:14 +0200)]
Integrate xtesting to ONAP pipeline
Change-Id: I4e4fde19b5b8b696185fb6ba3263f65262f2a19a
Fatih Degirmenci [Mon, 29 Jul 2019 20:54:56 +0000 (22:54 +0200)]
Use correct credentials binding
Change-Id: I75f89f99b15a884a877f801cee1cd49fd9ea4937
Fatih Degirmenci [Mon, 29 Jul 2019 20:47:54 +0000 (22:47 +0200)]
Add openrc credentials for onap-oom-nofeature job
Change-Id: I082b80f014ea59e573c5215cce282a5b27546ddc
Fatih Degirmenci [Mon, 29 Jul 2019 20:27:40 +0000 (22:27 +0200)]
Disable onap-oom-nofeature job for master
Change-Id: I35ef94a06e4ef436469be1caa679809f372173e4
Fatih Degirmenci [Mon, 29 Jul 2019 20:20:41 +0000 (22:20 +0200)]
Fix gerrit parameters and add installer type to job name
Change-Id: I35c995053dcf73072cf3e108d0efdaf5de3f1d4b
Fatih Degirmenci [Mon, 29 Jul 2019 19:19:42 +0000 (21:19 +0200)]
Create jobs for onap-oom-nofeature
Change-Id: I8b27a8398b00235bc96f6d143fe03f2f318aa752
Robert Tomczyk [Mon, 29 Jul 2019 10:13:29 +0000 (10:13 +0000)]
Merge "GEODE-FIX: Make sure the git tag in correct format is present"
robert.tomczyk [Mon, 29 Jul 2019 10:12:06 +0000 (11:12 +0100)]
GEODE-FIX: Make sure the git tag in correct format is present
Change-Id: I53fbf2b8139d5630150167e85bad01f07eec1127
Robert Tomczyk [Mon, 29 Jul 2019 09:56:10 +0000 (09:56 +0000)]
Merge "GEODE: Make sure the git tag in correct format is present"
robert.tomczyk [Mon, 29 Jul 2019 09:39:22 +0000 (10:39 +0100)]
GEODE: Make sure the git tag in correct format is present
Change-Id: I868f922fc806917d2b92be781c2ef3cb53faa4b4
Fatih Degirmenci [Sat, 27 Jul 2019 18:18:14 +0000 (20:18 +0200)]
Increase build-timeout value for cloud-infra jobs
Change-Id: I648ef50a6f88e77dc62e16ff6d0461f8b73185d2
robert.tomczyk [Fri, 26 Jul 2019 14:09:11 +0000 (15:09 +0100)]
ONAP: Remove remaining jobs for old onap repositories
Change-Id: I42a5bd7fe7e9f99295d617e2b0923412b4be97fe
robert.tomczyk [Fri, 26 Jul 2019 10:57:27 +0000 (11:57 +0100)]
GEODE-FIX: Include geode build in the coordinator job
Change-Id: I7b5153aa22c77f357583c05dbd901bf1f7160b0b
robert.tomczyk [Thu, 25 Jul 2019 15:50:20 +0000 (16:50 +0100)]
GEODE: Publish geode to Nordix Artifactory
Change-Id: Idce925d1f77ce92cb193eddd31ff6f5f715b734b
robert.tomczyk [Thu, 25 Jul 2019 19:30:29 +0000 (20:30 +0100)]
INFRA: Update the slack options for projects
Below changes are introduced:
- Push upstream slack notification are removed. The job failures should
be handled as part of the Gerrit review by a person who is
trying to push the change to upstream.
- Introduce slack notifications for Geode jobs to #geode
Slack channel.
Change-Id: Ie625ed4bc667b4268f6ab8d1d967561873ed1c2b
robert.tomczyk [Thu, 25 Jul 2019 13:43:55 +0000 (14:43 +0100)]
Geode: FIX - Updates to make builds more stable
Change-Id: Ib8d3db4c5f5d181e30a009fc928fb6fbe12b131b
Robert Tomczyk [Thu, 25 Jul 2019 12:14:54 +0000 (12:14 +0000)]
Merge "Geode: Updates to make builds more stable"
robert.tomczyk [Thu, 25 Jul 2019 07:58:18 +0000 (08:58 +0100)]
Infra: Update gerrit location of JJB
The old location is not avaliable anymore:
https://git.openstack.org/openstack-infra/jenkins-job-builder
The OpenDev migrate JJB under new location.
Change-Id: Ia48c513a746a7c960b5f42f9588465cfa6d47185
robert.tomczyk [Thu, 25 Jul 2019 07:30:02 +0000 (08:30 +0100)]
Geode: Updates to make builds more stable
Change-Id: Id6be87daa0a795831a83efdb4bb52975e953733e
Robert Tomczyk [Wed, 24 Jul 2019 15:43:46 +0000 (15:43 +0000)]
Merge "GEODE: Configure jenkins slave for geode test"
JoeOLeary [Wed, 24 Jul 2019 11:48:08 +0000 (12:48 +0100)]
ONAP: Add staging branch to OOM repo
Change-Id: Icfb7bde24bcd804c2024d0bf7dcfcabe58d0f354
Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
robert.tomczyk [Wed, 24 Jul 2019 07:40:36 +0000 (08:40 +0100)]
GEODE: Configure jenkins slave for geode test
The geode slaves will be created by jenkins OpenStack plugin from base
image: geode-build-ubuntu1804-base. The basic configuration will be done
as part of that image.
When OpenStack slave VM is create from the image, additional
configuration is required:
- Additional software package have to be installed.
- The correct version of Chrome Driver for Slenium should be present
- The geode doceker test image have to be downloaded.
Change-Id: I9111ed700414a095f1507c2aaced91ee122d38e6
robert.tomczyk [Mon, 22 Jul 2019 19:48:58 +0000 (20:48 +0100)]
GEODE: Create CI pipeline for Nordx geode releases
Change-Id: I3541599e54b729f395e5df6a04f98b7482553da0
Fatih Degirmenci [Fri, 19 Jul 2019 13:52:21 +0000 (15:52 +0200)]
cloud-infra: Enable single-use slaves
Change-Id: I297e91738554a9188a7d79684b92790009c3d533
Fatih Degirmenci [Wed, 17 Jul 2019 09:26:23 +0000 (11:26 +0200)]
cloud-infra: Remove baremetal periodic engine jobs
Change-Id: I05671bd54aff3975995619c6fcbec54e2983d041
Fatih Degirmenci [Wed, 17 Jul 2019 09:19:11 +0000 (11:19 +0200)]
cloud-infra: Reconfigure slave labels
Change-Id: Ife8a096724b3789c24bfa96b179e7fb227acc012
Fatih Degirmenci [Tue, 16 Jul 2019 09:02:09 +0000 (11:02 +0200)]
cloud-infra: Set the provisioner type
Heat is now supported in addition to bifrost so the determination
of the provisioner and the temporary SDF are updated accordingly.
Change-Id: I01a48c5f54d2386fca8c3c90fe38daccd1d7dfd4
Fatih Degirmenci [Tue, 16 Jul 2019 08:42:54 +0000 (10:42 +0200)]
cloud-infra: Update the distro in temporary sdf
The distro in temporary SDF is hardcoded so this change
changes it to use the distro of Jenkins slave where the
job is running on.
Change-Id: Ieb7b007cf4984fef5fa63bd3107860af1fbc86a5
dfarrelly [Mon, 15 Jul 2019 14:43:29 +0000 (15:43 +0100)]
Fix project in Datafile JJB
Change-Id: I964bad938e7e5c4439b7b4a0a0202327b133e307
Signed-off-by: dfarrelly <david.farrelly@est.tech>
robert.tomczyk [Wed, 10 Jul 2019 17:22:49 +0000 (18:22 +0100)]
FIX: Sent Slack notification when Jenkins job is back to normal.
Change-Id: I3d38eb39179e87cab694d56b1fcb273385002bec
robert.tomczyk [Tue, 9 Jul 2019 08:06:34 +0000 (09:06 +0100)]
Acumos: Fix rebase job template
Change-Id: Ic4295f43f2dd2ffd219015003c6e7da41222a770
robert.tomczyk [Mon, 8 Jul 2019 21:21:31 +0000 (22:21 +0100)]
OpenDaylight: Fix rebase job
Change-Id: Ie38c142d7c5f8210689d3b7cac116f7cd8f6f4dd
robert.tomczyk [Mon, 8 Jul 2019 08:45:45 +0000 (09:45 +0100)]
Global: Sent Slack notification when Jenkins job is back to normal.
Change-Id: Iea83a29ddf597388238a56b43845b92d214fea02
robert.tomczyk [Fri, 5 Jul 2019 08:52:58 +0000 (09:52 +0100)]
OpenDaylight: Improve jenkins jobs for OpenDaylight projects
- Mirror branches from OpenDaylight upstream project to Nordix.
- Do not force the git user.name to be the gerrit id.
Git authorship can be independent from the
gerrit review ownership now.
- Cache the repository on the Jenkins slave nodes
when rebasing repositories.
- Make sure the commit hash in the local repo is the same
as in nordix Gerrit and the same as the commit hash
in the upstream gerrit.
- Decrease number of jobs required for project in Jenkins
Change-Id: Ia0bb2094375ec3ccf14af28ce65f09ad0613fb3f
robert.tomczyk [Wed, 3 Jul 2019 07:24:09 +0000 (08:24 +0100)]
ONAP: Add ci-management onap repository
Change-Id: I9de352257ee60c17d1b7dbc17e6dffec30f2bdec
robert.tomczyk [Mon, 1 Jul 2019 09:08:30 +0000 (10:08 +0100)]
ONAP: Add Dublin branch to integration repo
Change-Id: I6749d38c8ca252dbfdfe31bbee27a1c726e3d95f
robert.tomczyk [Fri, 28 Jun 2019 09:53:01 +0000 (10:53 +0100)]
Acumos: Introducing namespace, adding new projects
In order to avoind JJB project clash we need to have
namespace for acumos. The following projects are added:
- acumos/ci-management
- acumos/workbench
- acumos/workbench/cmlpstudio
- acumos/workbench/zeppelin
Change-Id: I688b0d553aa8ffddd5675abb913fad944205cbdb
robert.tomczyk [Thu, 27 Jun 2019 13:24:09 +0000 (14:24 +0100)]
Replacing the Infra build server for jjb builds
Change-Id: Ief6d1d4415481d3b3e036cf663461d33de090ee8
robert.tomczyk [Thu, 27 Jun 2019 11:24:50 +0000 (12:24 +0100)]
Replacing the Infra build server.
The existing Infra build server is running out
of disk space. It needs to be replaced with
new build server provisioned by OpenStack plugin
Change-Id: I7b2ce7393ea400d0fbbbcf23c3ef5aad163c6d0a
robert.tomczyk [Wed, 26 Jun 2019 16:56:11 +0000 (17:56 +0100)]
ONAP: Creating ONAP repositories under 'onap' namespace
For the ONAP repositories that have open reviews pending
in the Nordix Gerrit we have to setup separate jobs
to keep both old and new repos in sync with ONAP gerrit
until the reviews are closed for old reositories.
-policy/pap
-policy/apex-pdp
-appc
-dcaegen2
-dcaegen2/collectors/datafile
-dcaegen2/services/pm-mapper
-dmaap/datarouter
-integration
-integration/csit
-sdc
-so
-so/docker-config
Change-Id: I5f4fb802c136382be5456ac4ee2e3702ffa73f47
robert.tomczyk [Wed, 26 Jun 2019 15:42:59 +0000 (16:42 +0100)]
ONAP: Moving ONAP repositories under onap namespace
- policy/api
- policy/models
- ccsdk/cds
- dcaegen2/platform/blueprints
- oom
- oom/offline-installer
Change-Id: I2d77ec848344ddeccb368c7594e9a2b9f90392b7
robert.tomczyk [Wed, 26 Jun 2019 10:10:59 +0000 (11:10 +0100)]
Disable concurrent execution for push-upstream jobs
Parallel push from nordix can triggered a race condition in
upstream gerrit that will resulted in a duplicated review
instead of a single review for the first push and the second push.
Change-Id: I613531329aa4185d3f21f1c42c8d031e6cf95b4e
robert.tomczyk [Wed, 26 Jun 2019 09:56:17 +0000 (10:56 +0100)]
ONAP: Moving ONAP policy repositories under onap namespace
- aai/oom
- aai/schema-service
- appc/cdt
- appc/deployment
- appc/parent
- ccsdk/apps
- dcaegen2/collectors
- dcaegen2/deployments
- dcaegen2/services/prh
- dmaap/buscontroller
- dmaap/dbcapi
- portal
- sdnc/oam
- testsuite
- vid
Change-Id: I8238bb8525e3a6a4505bede4cfbc03bc5436e8c6
robert.tomczyk [Tue, 25 Jun 2019 09:27:00 +0000 (10:27 +0100)]
ONAP: Moving policy repos under 'onap' namespace
Projects migrated:
- policy/engine
- policy/common
- policy/core
- policy/distribution
- policy/docker
- policy/drools-applications
- policy/drools-pdp
- policy/gui
- policy/oom
- policy/parent
- policy/pdp
- policy/xacml-pdp
Change-Id: I63723988b5e84e68c4e140554daa65ca925de9cf