meimei [Sat, 19 Dec 2015 01:59:14 +0000 (09:59 +0800)]
[compass]bugfix: use the wrong os name
Change-Id: I8df452f6a4a8f09e2a3b3d435bff66b5dcbb01bf
Signed-off-by: meimei <meimei@huawei.com>
Fatih Degirmenci [Fri, 18 Dec 2015 21:08:18 +0000 (22:08 +0100)]
Disable all ovsnfv builds due to uploading artifacts incorrectly
Change-Id: I560fb5a6fbc11cf62de9d334992db12fdaeaf947
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Tim Rozet [Fri, 18 Dec 2015 16:56:15 +0000 (11:56 -0500)]
Fixes intel slave to use https for GIT_BASE
Change-Id: I02e43a44c8e06580f068f42f58dea80c026e6e16
Signed-off-by: Tim Rozet <trozet@redhat.com>
Morgan Richomme [Fri, 18 Dec 2015 15:11:04 +0000 (16:11 +0100)]
change default joid path for automatic installation
Change-Id: I12c9eba83951e510a23956fce17ede6036379fba
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Tim Rozet [Fri, 18 Dec 2015 15:05:14 +0000 (15:05 +0000)]
Merge "Migrates Apex to virtual deployments to use new slave"
David Blaisonneau [Fri, 18 Dec 2015 14:45:12 +0000 (15:45 +0100)]
Add JOID project parameters and a final openstack test to check deploy result
Change-Id: I1d14832cac2867ca9d9b64608bfe3231c316f2d5
Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
Tim Rozet [Fri, 18 Dec 2015 14:54:05 +0000 (14:54 +0000)]
Merge "Revert "adding deployment configuration file to apex virtual deploy""
Tim Rozet [Wed, 16 Dec 2015 17:02:01 +0000 (12:02 -0500)]
Migrates Apex to virtual deployments to use new slave
Change-Id: If11f76681489e047a5d23edebc2c31a6f5852248
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Fri, 18 Dec 2015 14:50:45 +0000 (14:50 +0000)]
Revert "adding deployment configuration file to apex virtual deploy"
This reverts commit
4c712469bbd6f04ad250a5788b7f6a6dcdb79cee.
Change-Id: Idf7f38b103ba62c1286b368d42106bcf4f5b9c90
Fatih Degirmenci [Fri, 18 Dec 2015 13:16:43 +0000 (14:16 +0100)]
Add project parameter to joid multijob
Change-Id: Ibd17c68ac472d0a21cd2f2d46f4653e80c079102
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Fatih Degirmenci [Fri, 18 Dec 2015 12:47:51 +0000 (13:47 +0100)]
Pass pod and stream to joid multijob builder macros
Change-Id: I8406026ba671820c386ebfbff1338f23610912f9
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Fatih Degirmenci [Fri, 18 Dec 2015 10:28:06 +0000 (11:28 +0100)]
Set default SDN Controller to nosdn and feature to none
This is needed in order to have ability to run build, deploy,
and test jobs alone meaning without using the main multijob.
Change-Id: I30bec28f9aba73c1e64bf3471b0143592eb6cbe1
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Fatih Degirmenci [Thu, 17 Dec 2015 10:45:26 +0000 (11:45 +0100)]
Switch to project type MultiJob for Joid and structure jobs accordingly
Multijob project type has some advantages over the Freestyle project. [1]
- Jobs in same phase run in parallel.
- Jobs in another phase need to wait completion of jobs in earlier phase.
- Ability to create phases where different jobs can be run in parallel
so a deploy phase can contain virtual and bare metal deployment jobs
where both are running in parallel.
- Ability to determine what should be done when a job fails
- Ability to automatically abort other jobswhen a job is aborted. [2]
- Expose parameters from main job to jobs executed by it.
(If a parameter is defined in sub job, it won't be overriden.
That's why SDN_CONTROLLER and OPNFV_FEATURE parameters are not defined
in sub jobs.)
- See full CI pipeline by just clicking the main job.
- Access the console logs of sub jobs from main job.
See example job from link [3].
Other important aspects of this change are
- One main job per installer, SDN controller and POD created. The purpose
of the main job is to ease the scheduling and troubleshooting. The actual
stuff is done by subjobs.
- Use same build, deploy, and test jobs for an installer and POD for running
different combinations. The installer and test project scripts should do
what needs to be done by determining the combination using SDN_CONTROLLER
OPNFV_FEATURE env variables.
- Create and enable main installer jobs with supported SDN controllers by
the specific installer which will automatically be triggered.
- The change requires us to increase no of executors per pod jumphost/slave
by one since main and subjobs get executed on same slave due to passing
parameters from main job to subjobs.
- Enabling additional OPNFV features can be done by using Build with Parameters
manually and changing the OPNFV_FEATURE parameter before clicking the Build
button.
- Use common naming scheme for jobs:
Installer main jobs: [installer]-[controller]-[pod]-daily-[stream]
Installer sub jobs: [installer]-[activity]-[pod]-daily-[stream]
Test jobs: [test_project]-[installer]-[pod]-daily-[stream]
[1] Details of Multijob Plugin is available on below link.
https://wiki.jenkins-ci.org/display/JENKINS/Multijob+Plugin
[2] Available once the patch below gets merged.
https://review.openstack.org/#/c/257948/
[3] Example main job showing subjobs.
https://build.opnfv.org/ci/job/installer-controller-pod-daily-master/
Change-Id: Ie6ce2aaa7117583bc71e5153748a8e32f7d00351
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Morgan Richomme [Fri, 18 Dec 2015 07:54:33 +0000 (07:54 +0000)]
Merge "change path to retrieve joid creds on CI production labs"
Tim Rozet [Thu, 17 Dec 2015 16:40:05 +0000 (16:40 +0000)]
Merge "adding deployment configuration file to apex virtual deploy"
Morgan Richomme [Thu, 17 Dec 2015 15:52:43 +0000 (15:52 +0000)]
Merge "update joid install script with corrections, functest admin-openrc default location and add joid_config folder creation"
Morgan Richomme [Thu, 17 Dec 2015 14:29:19 +0000 (15:29 +0100)]
change path to retrieve joid creds on CI production labs
JIRA: FUNCTEST-98
Change-Id: Ic0099d6444cd03cc6f897b0f2f0d492a3c04a7c4
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
David Blaisonneau [Thu, 17 Dec 2015 09:58:10 +0000 (10:58 +0100)]
update joid install script with corrections, functest admin-openrc default location and add joid_config folder creation
Change-Id: I7f816915e14929cb62aa1ea893272154da0f1442
Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
Ryota MIBU [Thu, 17 Dec 2015 13:58:40 +0000 (13:58 +0000)]
Merge "update doc-build.sh to allow multiple depth of dir"
Morgan Richomme [Thu, 17 Dec 2015 09:59:10 +0000 (09:59 +0000)]
Merge "Add volume to get joid creds for production CI"
Morgan Richomme [Thu, 17 Dec 2015 09:21:27 +0000 (10:21 +0100)]
Add volume to get joid creds for production CI
JIRA: FUNCTEST-97
Change-Id: I6c4c2adab00acfeb5db2b941da6c4744e12c8ce7
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Fatih Degirmenci [Thu, 17 Dec 2015 08:55:02 +0000 (09:55 +0100)]
Remove duplicated INSTALLER_NAME parameter
All the jobs should use INSTALLER_TYPE
Change-Id: I5386276fca837ba3ddda314f7c334c0f2957f78a
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Fatih Degirmenci [Thu, 17 Dec 2015 07:57:24 +0000 (08:57 +0100)]
Update vswitch perf jjb to use pod-params file
Change-Id: I6de36f867ed87479b15eeec06d107398c6db5bef
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
meimei [Thu, 17 Dec 2015 06:39:09 +0000 (14:39 +0800)]
[compass]bugfix: wrong parameter name
we cannot use '-' in parameter-name
Change-Id: Ie5e9ff31e0f21cc1033de646b81a66164524b291
Signed-off-by: meimei <meimei@huawei.com>
meimei [Thu, 17 Dec 2015 02:55:18 +0000 (10:55 +0800)]
[compass]bugfix: wrong installer_name
Change-Id: Ie2751fb9491b1f2c23cd1e15c1706fe6ac55b65b
Signed-off-by: meimei <meimei@huawei.com>
Dan Radez [Thu, 17 Dec 2015 02:45:30 +0000 (21:45 -0500)]
adding deployment configuration file to apex virtual deploy
Change-Id: I761b0dc656471e021c8b42fa6767f22b811d1b64
Signed-off-by: Dan Radez <dradez@redhat.com>
meimei [Thu, 17 Dec 2015 02:01:36 +0000 (10:01 +0800)]
[compass] bugfix: wrong job name(compass-build-iso-{stream})
Change-Id: Ia455ce69abcda37472e2c7d52c695459be8a81bd
Signed-off-by: meimei <meimei@huawei.com>
meimei [Thu, 17 Dec 2015 01:22:13 +0000 (09:22 +0800)]
bugfix: switch openstack version to liberty
JIRA: COMPASS-204
Change-Id: I0e290cef5656f826ed7867c311b48ddc961bb197
Signed-off-by: meimei <meimei@huawei.com>
Fatih Degirmenci [Wed, 16 Dec 2015 17:11:13 +0000 (18:11 +0100)]
Add intel slaves used for virtual deployments into pod-params
Change-Id: Ibd6079a2a95f8170726c45d10b2bac844d0af5b3
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Ryota MIBU [Fri, 11 Dec 2015 09:37:51 +0000 (18:37 +0900)]
update doc-build.sh to allow multiple depth of dir
In our new documentation guideline, we suggest to create
documentation directory just in one depth from top 'docs' directory.
This rule can make sure there is no name collision.
However, some projects are already using multiple depth of
documentation directories. So, let's allow them to create their
documents without any namespace collision by creating unique names
from directory path.
Change-Id: I7806abd00be56b0a4811b3d17216495e11bca825
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Fatih Degirmenci [Wed, 16 Dec 2015 09:49:32 +0000 (10:49 +0100)]
Bugfix2 for fuel multijob example
Change-Id: I4cac8883c56f9f3127f1b9f8d283505f13caf642
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Fatih Degirmenci [Wed, 16 Dec 2015 09:44:08 +0000 (10:44 +0100)]
Bugfix for fuel multijob example
Change-Id: Idf84f1ea66250975cc6b99762d01ac26b77bd836
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Fatih Degirmenci [Wed, 16 Dec 2015 07:46:01 +0000 (08:46 +0100)]
Example fuel jobs showing structuring the jobs using multijob
Change-Id: I7bf8fb0c4496515867e3b299c4dcadf1ba72441a
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
meimei [Wed, 16 Dec 2015 07:46:56 +0000 (15:46 +0800)]
[compass] switch openstack version to liberty
JIRA: COMPASS-204
Change-Id: Id96c6a827e309834a9deea596c5403a50c7f055c
Signed-off-by: meimei <meimei@huawei.com>
Tim Rozet [Tue, 15 Dec 2015 16:26:14 +0000 (16:26 +0000)]
Merge "removing flags from apex build, they are not used"
Dan Radez [Tue, 15 Dec 2015 15:53:55 +0000 (10:53 -0500)]
removing flags from apex build, they are not used
Change-Id: Iefd5800582af798c6cd6b95c0cc34309da160927
Signed-off-by: Dan Radez <dradez@redhat.com>
jose.lausuch [Tue, 15 Dec 2015 15:13:30 +0000 (16:13 +0100)]
Add removal of iptables rules in LF POD1 to let the container ping the deployment
Change-Id: I8eb5758093303018b6fc673bc59e725af6a1c1de
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Tim Rozet [Tue, 15 Dec 2015 15:07:01 +0000 (15:07 +0000)]
Merge "removing the Master flag from the apex build, Liberty is stable"
Ryota MIBU [Tue, 15 Dec 2015 11:22:01 +0000 (11:22 +0000)]
Merge "Adding doc8 check against rst files"
Ryota MIBU [Tue, 15 Dec 2015 11:21:27 +0000 (11:21 +0000)]
Merge "docs: fix doc8 violation"
jose.lausuch [Tue, 15 Dec 2015 09:25:46 +0000 (09:25 +0000)]
Merge "Add a docker volume to store rally results"
Fatih Degirmenci [Sun, 13 Dec 2015 00:54:02 +0000 (01:54 +0100)]
Fix compass jobs to stop using hardcoded branch name
Some jobs use hardcoded branch name master which will cause issues
when we branch for brahmaputra. In order to use var for branch name
some jobs appended stream.
Please note that this will result in removal of the jobs without stream
in them and creation of new ones, causing you to lose logs.
Change-Id: I65b498b189941f7137786c5d230373c7f5ecd492
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
meimei [Tue, 15 Dec 2015 06:34:56 +0000 (14:34 +0800)]
fix the wrong installer name
JIRA: OCTO-144
Change-Id: I0cc8782cd08c40efcb95ba9278e5da1ffc42d99e
Signed-off-by: meimei <meimei@huawei.com>
Dan Radez [Mon, 14 Dec 2015 18:07:58 +0000 (13:07 -0500)]
removing the Master flag from the apex build, Liberty is stable
Change-Id: I9033e2a9341f94dcda828c40c03926714656ae1e
Signed-off-by: Dan Radez <dradez@redhat.com>
jose.lausuch [Mon, 14 Dec 2015 14:51:43 +0000 (15:51 +0100)]
Add a docker volume to store rally results
They will be pushed to artifacts from the jumphost
Change-Id: I9560846ee1efb7b653c37238e90e98ac7bf6e76c
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
jose.lausuch [Mon, 14 Dec 2015 15:46:17 +0000 (16:46 +0100)]
Add flag in functest tests to force pushing the results to the DB
JIRA: FUNCTEST-84
NOTE: This depends on this patch
https://gerrit.opnfv.org/gerrit/#/c/4455/1
By default, it will not push anything unless we specify it with "-r" flag
We want to push every time we run Functest from Jenkins,
but not when a random OPNFV user runs the tests.
Change-Id: I1e35cb9c91b24bd241b327a4a3c42c068bbfc685
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Ryota MIBU [Tue, 8 Dec 2015 15:51:36 +0000 (00:51 +0900)]
Adding doc8 check against rst files
This patch adds checks for trailing whitespace or length (> 120)
in rst files. If there is any violation, the result will be posted
on gerrit as jenkins comment, but won't turn the job failed.
JIRA: RELENG-26
JIRA: RELENG-27
Change-Id: I9261e3d91921877a95eafe0a650d8da46304ef40
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Ryota MIBU [Tue, 8 Dec 2015 13:14:57 +0000 (22:14 +0900)]
docs: fix doc8 violation
Change-Id: I5750dcc00d7b816ff78d4097b767ec05bc0e9eb5
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
David Blaisonneau [Fri, 11 Dec 2015 15:55:40 +0000 (16:55 +0100)]
New worker for Orange Pod2
Change-Id: I09b3d06b2b2b615b3fbae5e422820356b465d895
Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
Fatih Degirmenci [Sun, 13 Dec 2015 00:30:36 +0000 (01:30 +0100)]
Use pod-params and installer-params for yardstick
Change-Id: I77c6e4ece6018d8f16b61f3837f4661412ee5ae6
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Fatih Degirmenci [Mon, 14 Dec 2015 10:55:56 +0000 (11:55 +0100)]
Use common job for running standalone functest suites
Change-Id: I9f7e1f5bd1f1d45c519fad6daf5cb844100ee685
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Fatih Degirmenci [Sun, 13 Dec 2015 00:48:32 +0000 (01:48 +0100)]
Fix branch parameter and change stream name to brahmaputra
Change-Id: I9005cb7cee44873b37fb310e5850d85d887c958d
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Fatih Degirmenci [Mon, 14 Dec 2015 08:25:19 +0000 (08:25 +0000)]
Merge "Cleanup functest.yml"
Morgan Richomme [Fri, 11 Dec 2015 14:25:15 +0000 (15:25 +0100)]
Add functest in project-pattern list
JIRA: FUNCTEST-112, FUNCTEST-113, FUNCTEST-114
Change-Id: I032a683956aeacebaea6e197ea4fcd69cc2d8a4a
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Fatih Degirmenci [Sun, 13 Dec 2015 02:06:21 +0000 (03:06 +0100)]
Cleanup functest.yml
Please note that this commit introduces major changes.
- Create suites named daily, tempest, rally, odl, vims, vping
- Create one job template that runs against given pod and installer with
the wanted suite
- Create common builder for tempest, rally, odl, vims, and vping, using
FUNCTEST_SUITE_NAME to run functest.
- Get pod and installer parameters from opnfv/pod-params.yml and
opnfv/installer-params.yml.
- Remove obsolete jobs, builders, and triggers.
- Update Fuel and Apex daily jobs to trigger correct functest-daily jobs.
Change-Id: I5d3ff6abbf0b7f663d4044ff24e8ad2891b3430e
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
meimei [Mon, 14 Dec 2015 06:23:50 +0000 (14:23 +0800)]
the workaround of network configuration
JIRA: COMPASS-199
Change-Id: I16d55823b13f57b795395fbdba69ccc113b92e08
Signed-off-by: meimei <meimei@huawei.com>
meimei [Mon, 14 Dec 2015 03:42:49 +0000 (11:42 +0800)]
the workaround of network configuration
JIRA: COMPASS-199
Change-Id: I661c1bad8f348fb98d44cd0281d9bd4dbfdd123b
Signed-off-by: meimei <meimei@huawei.com>
jose.lausuch [Sun, 13 Dec 2015 12:49:48 +0000 (13:49 +0100)]
Remove 'store-results' job from functest
The job functest-store-results calls the script res-build.sh
and it fails because it runs things in the jumphost instead
of in the docker. There will be another commit to fix this.
Change-Id: I57ad7261c3f96685b685db14924dc55f11714ba5
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
David Blaisonneau [Fri, 11 Dec 2015 11:02:06 +0000 (12:02 +0100)]
Add orange-pod2 parameter
Change-Id: I889b631e1f6248d37e4fee769b05efb9c2b84d79
Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
Fatih Degirmenci [Fri, 11 Dec 2015 10:52:45 +0000 (11:52 +0100)]
Create a separate builder for joid on intel pod5
Change-Id: Icbb7f50652f22bbca2835afd47669ab21fd99bf4
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Fatih Degirmenci [Fri, 11 Dec 2015 12:02:12 +0000 (13:02 +0100)]
Remove job_defaults from jobs
Change-Id: Id936700af4b842d9a79db9004ed02f5d571ed17a
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Fatih Degirmenci [Fri, 11 Dec 2015 09:54:26 +0000 (10:54 +0100)]
Cleanup jjb files
- Remove the jobs that do nothing such as merge and daily jobs
- Leave only verify jobs for all the projects as placeholders
- Introduce stable/brahmaputra branch and keep it disabled
Please note that the "real" jobs for bottlenecks, compass4nfv,
functest, and qtip are not deleted.
Change-Id: I80031f77a11c2bf5173fbb7be98294285e3cc2ef
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Fatih Degirmenci [Fri, 11 Dec 2015 10:04:16 +0000 (10:04 +0000)]
Merge "Add zte slave to pod-config"
Morgan Richomme [Fri, 11 Dec 2015 09:08:26 +0000 (09:08 +0000)]
Merge "Update script to push rally html pages in artifacts"
Fatih Degirmenci [Fri, 11 Dec 2015 08:22:26 +0000 (09:22 +0100)]
Add zte slave to pod-config
Change-Id: Id115d9a63fa02c907e0a4cd8d2d88b2b191ea4f8
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Morgan Richomme [Thu, 10 Dec 2015 17:42:51 +0000 (18:42 +0100)]
Update script to push rally html pages in artifacts
Change-Id: I8ff60731bf1ba3d9442d146e41ff45472c5e62d6
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Aric Gardner [Thu, 10 Dec 2015 18:31:50 +0000 (13:31 -0500)]
As a part of new project creation, adding cperf
adding cperf to documentation tool chain
Change-Id: I8d03b8967ce2c19ba1cb79c9ab910b641a509708
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Fatih Degirmenci [Thu, 10 Dec 2015 17:11:46 +0000 (18:11 +0100)]
Fix joid deploy job name
Change-Id: Icb776a50e50af8ccd8d8419430d4e36798b29901
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Fatih Degirmenci [Thu, 10 Dec 2015 17:00:17 +0000 (17:00 +0000)]
Merge "Shorten and remove the word deploy from pod names"
jose.lausuch [Thu, 10 Dec 2015 17:00:04 +0000 (17:00 +0000)]
Merge "Include storperf in the automatic docker image build process"
Fatih Degirmenci [Thu, 10 Dec 2015 16:55:17 +0000 (17:55 +0100)]
Shorten and remove the word deploy from pod names
Change-Id: I128098d404a72711672026d4fc7b55fbd4f3b9bf
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
jose.lausuch [Thu, 10 Dec 2015 14:32:59 +0000 (15:32 +0100)]
Include storperf in the automatic docker image build process
JIRA: STORPERF-15
Change-Id: I991b122ef632666fcea4dc8a73dd6fc1a029cbff
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Fatih Degirmenci [Thu, 10 Dec 2015 13:48:06 +0000 (14:48 +0100)]
Match slave names to pod names that are defined in pod-params file
Example jobs updated to match the slave/pod names.
Change-Id: I662a1710f75009efd94cdad61e7fe97139aa64e8
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Ryota MIBU [Thu, 10 Dec 2015 14:01:31 +0000 (23:01 +0900)]
docs: add procedure to enable jenkins jobs
Change-Id: I12769854edec391bebc7537d0bb999d61a4d3086
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Ryota MIBU [Mon, 7 Dec 2015 11:51:42 +0000 (20:51 +0900)]
docs: add process to request new sphinx extension(s)
http://lists.opnfv.org/pipermail/opnfv-tech-discuss/2015-December/006901.html
Change-Id: I3a2691bd1d69b5c8c250aaec34e4b76e28e7df73
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Co-Authored-By: Ildiko Vancsa <ildiko.vancsa@ericsson.com>
Nauman_Ahad [Thu, 10 Dec 2015 08:33:47 +0000 (13:33 +0500)]
Workaround patch for QTIP Jenkins Job failure
fetch-os-cred.sh to put opnfv-stack.sh file in workspace
fetch-os-cred.sh to put opnfv-source.sh in $HOME commented
Change-Id: Id53267affb2b1fb446298c7667d16118d076ee3f
Signed-off-by: Nauman_Ahad <Nauman_Ahad@dell.com>
Fatih Degirmenci [Wed, 9 Dec 2015 20:54:46 +0000 (21:54 +0100)]
Add ericsson pod2 to pod-params
Fix default controller downstream parameters.
Set default controller to none in installer config.
Change-Id: I33a36615b02783dab87bea27f0f15fa7f50f8a59
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Jose Lausuch [Thu, 10 Dec 2015 09:57:32 +0000 (09:57 +0000)]
Merge "Add status virtual case for Functest dashboard"
Fatih Degirmenci [Wed, 9 Dec 2015 20:42:59 +0000 (21:42 +0100)]
Fix downstream parameter quoting in joid job
Change-Id: Id6396ab32f0d939b74f18abe4750b06638a90c50
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Fatih Degirmenci [Wed, 9 Dec 2015 20:26:34 +0000 (21:26 +0100)]
Add all opnfv-build slaves into pod-config
Also set default value of controller to ODL.
Change-Id: I14e6619a15f815bb5ce8d6604061990c41060805
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Fatih Degirmenci [Wed, 9 Dec 2015 20:05:00 +0000 (21:05 +0100)]
First version of joid deploy job on intel pod5
Change-Id: Id0c23c86c2144316d0067266df6f768d9bcaed15
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Morgan Richomme [Wed, 9 Dec 2015 17:25:00 +0000 (18:25 +0100)]
Add status virtual case for Functest dashboard
use static value to start, KPI shall be processed according to real results..
JIRA: FUNCTEST-111
Change-Id: I3aa43be36815b99e3a92923e6df3154d83c09b19
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
jose.lausuch [Wed, 9 Dec 2015 16:02:18 +0000 (16:02 +0000)]
Merge "Add yardstick docker cleanup builder in jjob"
jose.lausuch [Wed, 9 Dec 2015 15:16:21 +0000 (16:16 +0100)]
Fix command to get the Instack-VM IP in Functest for Apex
Change-Id: I54f4e44bb84bf90526b95650d58e87dfda06ddb2
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Morgan Richomme [Wed, 9 Dec 2015 14:43:47 +0000 (14:43 +0000)]
Merge "add lab path for volume option with joid"
Morgan Richomme [Wed, 9 Dec 2015 14:37:29 +0000 (15:37 +0100)]
add lab path for volume option with joid
JIRA: FUNCTEST-97
Change-Id: I91c7e4b6b10df61220618859fa5a614259f79fc9
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Nauman_Ahad [Wed, 9 Dec 2015 11:52:40 +0000 (16:52 +0500)]
Patch to debug problem for QTIP JJB on dell-testing-pod
fetch-os-creds.sh unable to create opnfv-openrc.sh file due to unauthorized issue.
Patch tries to debug the problem by echoing $HOME
As a temporary workaround, file to be created in $WORKSPACE.
Temorary workaroud to be fixed later
Change-Id: Ie6cd00cf0f8aab1c7ec3f8a761baff7cf6f0be3b
Signed-off-by: Nauman_Ahad <Nauman_Ahad@dell.com>
Jose Lausuch [Wed, 9 Dec 2015 14:04:32 +0000 (14:04 +0000)]
Merge "add joid to fetch_os temp implementation: do nothing, rely on volume declared during the creation of the docker file"
Morgan Richomme [Wed, 9 Dec 2015 13:34:58 +0000 (14:34 +0100)]
add joid to fetch_os
temp implementation: do nothing, rely on volume declared during the creation of the docker file
JIRA: FUNCTEST-97
Change-Id: I8c2e935ab8a72b5593d68236b9573b380a61dcfa
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Fatih Degirmenci [Wed, 9 Dec 2015 13:48:26 +0000 (14:48 +0100)]
Remove unneeded doc generation script from functest-verify job
Change-Id: I1db608d657c158641e9b65f162dc46853c0d0d0f
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
meimei [Wed, 9 Dec 2015 11:50:00 +0000 (19:50 +0800)]
[bugfix] use the wrong parameter
JIRA: COMPASS-155
Change-Id: I450ac1e1306eedca6ae3e48e0c6370f7e19b107b
Signed-off-by: meimei <meimei@huawei.com>
jose.lausuch [Wed, 9 Dec 2015 09:23:41 +0000 (10:23 +0100)]
Add yardstick docker cleanup builder in jjob
Change-Id: I5c6bd5a086b03ba93e62403ea87d176e20384446
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Morgan Richomme [Wed, 9 Dec 2015 10:50:18 +0000 (11:50 +0100)]
change joid lab description
Change-Id: I44492886691097f231d9fca148549b04255b28a9
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Morgan Richomme [Wed, 9 Dec 2015 09:59:45 +0000 (10:59 +0100)]
change default GIT base for joid lab
Change-Id: Ib2b90bb9f48a9ebacdc16521b2a688e13bb5a487
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Morgan Richomme [Wed, 9 Dec 2015 09:19:18 +0000 (10:19 +0100)]
add joid POD in functest
Change-Id: I06523348b7d513a34ddd88cf4639404b7cc414b6
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Morgan Richomme [Wed, 9 Dec 2015 08:13:58 +0000 (09:13 +0100)]
adapt functest.yml for compass
Change-Id: Icc564778b766dee4e4c3b3a12e591d77e58a065a
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
jose.lausuch [Tue, 8 Dec 2015 19:20:45 +0000 (20:20 +0100)]
Force copy of private ssh key if apex in functest jjob
Also, remove previous parameter from macros (not needed)
Change-Id: I4100ff1322560e79ca4511f0a05c87335ed6be67
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Tim Rozet [Tue, 8 Dec 2015 17:41:23 +0000 (17:41 +0000)]
Merge "Add SSH_KEY parameter for the PODs used by Apex"
Tim Rozet [Tue, 8 Dec 2015 16:59:26 +0000 (16:59 +0000)]
Merge "Add chmod 600 to id_rsa ssh key before scp to Instack VM when fetching creds"
jose.lausuch [Tue, 8 Dec 2015 16:39:33 +0000 (17:39 +0100)]
Correct description of functest jjob from public key to private
Change-Id: I90f39fbcfa0e2de12675a3a567bfb8d0897d6488
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>