summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2018-04-12Update git submodulesFeng Pan1-0/+0
* Update docs/submodules/releng from branch 'master' - APEX: Fix gate check scenario detection - Change scenario parsing to allow k8s scenarios in gate jobs. - Remove scenario detection in shell scripts. Also changes network setting file for fd.io scenarios as we don't use separate config files any more. Change-Id: Icbcc6cb7b6b66c7cc43f5d6c58dd97730e41ea5f Signed-off-by: Feng Pan <fpan@redhat.com>
2018-04-12Update git submodulesAric Gardner1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Remove euphrates jobs" - Remove euphrates jobs Change-Id: I167bbea911fb3aee6fa21b7ff28b18d7fae61bb9 Signed-off-by: agardner <agardner@linuxfoundation.org>
2018-04-12Update git submodulesAric Gardner1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Remove euphrates jobs" - Remove euphrates jobs Change-Id: I0a5a6d584b3740d88dc4f342ffc1d107962762e6 Signed-off-by: agardner <agardner@linuxfoundation.org>
2018-04-12Update git submodulesAric Gardner1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Remove euphrates jobs" - Remove euphrates jobs Change-Id: I21c5ab27243bd50dee76d8b10c10ae0fb8aa5f1d Signed-off-by: agardner <agardner@linuxfoundation.org>
2018-04-12Update git submodulesAric Gardner1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Remove euphrates from domino" - Remove euphrates from domino Domino is not in the fraser release. This is part of a cleanup to remove euphrates jobs Change-Id: Ica789accd0148cf847c3498d151bd8ae0b59e8bd Signed-off-by: agardner <agardner@linuxfoundation.org>
2018-04-12Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Move DEPLOY_SCENARIO out of testapi-parameters" - Move DEPLOY_SCENARIO out of testapi-parameters These have been moved back into installer-params.yml and added to the daisy jobs where 'testapi-parameters' is being used. Including this in the list of parameters would cause duplication as most installers already include 'DEPLOY_SCENARIO' as a parameter. The 'DEPLOY_SCENARIO' parameter is also sometimes defined through a macro, which could cause second declaration of DEPLOY_SCENARIO (defaulting to 'os-nosdn-nofeature-ha') to always be used. Documentation has been added to the parameter to explain the related macros and how they should be used. Change-Id: I9aef031dbcf523ae2db15695ce294bd85025530d Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-04-12Update git submodulesAric Gardner1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Remove euphrates jobs" - Remove euphrates jobs Change-Id: I63fdf2826d2077465f264f082dc1a15eafc2b05a Signed-off-by: agardner <agardner@linuxfoundation.org>
2018-04-12Update git submodulesAric Gardner1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Remove euphrates jobs" - Remove euphrates jobs Change-Id: I5e5f66b1226291934fecca6fcf83dd649fb82f0e Signed-off-by: agardner <agardner@linuxfoundation.org>
2018-04-12Update git submodulesAric Gardner1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Remove euphrates jobs" - Remove euphrates jobs Change-Id: Idbe3be3da5ddf0fb9b1649002d7cf6bd8babc817 Signed-off-by: agardner <agardner@linuxfoundation.org>
2018-04-12Update git submodulesAric Gardner1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Remove Euphrates jobs" - Remove Euphrates jobs Change-Id: I8a223d7f9a0458f9cc01a2fedcb630b711b4465f Signed-off-by: agardner <agardner@linuxfoundation.org>
2018-04-12Update git submodulesMarkos Chandras1-0/+0
* Update docs/submodules/releng from branch 'master' - jjb: xci: xci-run-functest: Escape the 'var' variable Commit 33073c5a3426c1867411db446bc9e5d84d2a7747 ("jjb: xci: xci-run-functest.sh: Ensure env vars are quoted during reload") added support for reloading the OPNFV host environment in a safe way but that didn't work because the internal '$var' variable was not escaped so it was evaluated on the local host instead of the remote one. This fixes the problem by properly escaping the variable. Change-Id: I7c90ae18f77aca076579f70c7c0e9a72aaaad7c8 Signed-off-by: Markos Chandras <mchandras@suse.de>
2018-04-12Update git submodulesMarkos Chandras1-0/+0
* Update docs/submodules/releng from branch 'master' - jjb: xci: xci-run-functest.sh: Ensure env vars are quoted during reload The output of the 'env' command does not use quotes when printing the env variables so trying to source the xci.env file will lead to problems like the following one: /home/devuser/releng-xci/.cache/xci.env: line 17: PROFILEREAD: readonly variable /home/devuser/releng-xci/.cache/xci.env: line 20: 50340: command not found /home/devuser/releng-xci/.cache/xci.env: line 40: controller00: command not found /home/devuser/releng-xci/.cache/xci.env: line 48: on: command not found /home/devuser/releng-xci/.cache/xci.env: line 55: Francisco/O=IT/CN=xci.releng.opnfv.org: No such file or directory /home/devuser/releng-xci/.cache/xci.env: line 75: a: command not found /home/devuser/releng-xci/.cache/xci.env: line 88: -I: command not found /home/devuser/releng-xci/.cache/xci.env: line 90: 50340: command not found /home/devuser/releng-xci/.cache/xci.env: line 92: -e: command not found /home/devuser/releng-xci/.cache/xci.env: line 95: fg: no job control /home/devuser/releng-xci/.cache/xci.env: line 101: fg: no job control As such, we need to ensure that variables are properly quoted when exported. Change-Id: Ie98d8c921bae849d6bffd3858f67708f417b1d0f Signed-off-by: Markos Chandras <mchandras@suse.de>
2018-04-12Update git submodulesFatih Degirmenci1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Stop maintaining Euphrates (EOL)" - Stop maintaining Euphrates (EOL) Change-Id: Ibd6a523aa9da3aa6c2622a5f183102ffdbc3ccb8 Signed-off-by: agardner <agardner@linuxfoundation.org>
2018-04-12Update git submodulesFatih Degirmenci1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Create Xtesting Fraser jjobs" - Create Xtesting Fraser jjobs Change-Id: I761ec6f28ab4b2d7dc47250d49730dbe302221e0 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-04-12Update git submodulesFatih Degirmenci1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "xci: Log functest-kubernetes.log to console" - xci: Log functest-kubernetes.log to console Change-Id: I9576417cd2c47fd10153d841dddb334cb47c666e Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
2018-04-12Update git submodulesMarkos Chandras1-0/+0
* Update docs/submodules/releng from branch 'master' - jjb: xci: xci-set-scenario.sh: Fix conditional for default scenario We only set default scenario if there is not one set already so we need to check if the array is empty. Change-Id: Ic5019fb68349adaf52d669aed43574bc5eaeddc3 Signed-off-by: Markos Chandras <mchandras@suse.de>
2018-04-11Update git submodulesFatih Degirmenci1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "jjb: xci: Set XCI_PATH for bifrost jobs" - jjb: xci: Set XCI_PATH for bifrost jobs The bifrost jobs are using some scripts from the releng-xci repository so we need to set the XCI_PATH variable appropriately. Change-Id: Ibfd139d2401029b2ea577c4797b68f29362356ec Signed-off-by: Markos Chandras <mchandras@suse.de>
2018-04-11Update git submodulesFatih Degirmenci1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "jjb: xci: Only set default scenario if no scenario is set" - jjb: xci: Only set default scenario if no scenario is set Previously, the code was already setting the default scenario if we had changes outside the xci/scenario directory. However, this is somewhat problematic since scenarios may touch other files which do not necessary affect other scenarios such as anything in xci/playbooks etc. As such, lets only set a default scenario if no scenario was set up to that point. However, since installers and scenarios need to match, we also need to consider installer changes because we fallback to the default scenario. Finally, since we are filtering results with 'uniq' we can simply drop the bash regexps prior to adding the scenario to the array. Change-Id: Ie961071b3e93d04a860bb6655513654208b1a9d4 Signed-off-by: Markos Chandras <mchandras@suse.de>
2018-04-11Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Apex: Fix log collection for daily job" - Apex: Fix log collection for daily job The wrong job name was being triggered so no job was running to collect logs. Change-Id: Ib58b030ac24920fc7906bff92a481407587a39bf Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-04-11Update git submodulesAric Gardner1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "docker build -f should use relative path to PATH, not working directory" - docker build -f should use relative path to PATH, not working directory Change-Id: I6b35a5b36b1cc7b8ce2298388b9bb5caf9e44fc9
2018-04-11Update git submodulesFatih Degirmenci1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "jjb: xci: xci-set-scenario: Drop errexit option" - jjb: xci: xci-set-scenario: Drop errexit option Commands may exit with non-zero exit code but this could be normal (for example grep does than when it doesn't match anything). As such, lets not fail on everything but rather capture such failures and handle them appropriately. Change-Id: Icc16d0ccd09fd6f262600ae514161bfdf0c593f1 Signed-off-by: Markos Chandras <mchandras@suse.de>
2018-04-11Update git submodulesFatih Degirmenci1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Create Xtesting stable/fraser" - Create Xtesting stable/fraser Xtesting is not directly part of Fraser but this stable branch could be required for bugfixes. stable/pike could have been selected instead but it would have raised side effects when syncing requirements or building containers. Change-Id: I407f651ba09e27a7c87cc76f7b8ccbd6c0784a48 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-04-11Update git submodulesFatih Degirmenci1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Stop verifying Functest Euphrates" - Stop verifying Functest Euphrates Functest Euphrates is now EOL (jjobs creating containers has already been removed) Change-Id: I668137b2701d073ce95856fa20dc54135a6cc111 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-04-11Update git submodulesMarkos Chandras1-0/+0
* Update docs/submodules/releng from branch 'master' - jjb: xci: xci-run-functest.sh: Reload XCI environment for functest We should reload the XCI environment before running functest in order to ensure that playbooks have the correct information from the XCI deployment. Change-Id: Ieadeca61d3ea3e504e21aa96945ad067f20d1489 Signed-off-by: Markos Chandras <mchandras@suse.de>
2018-04-11Update git submodulesFatih Degirmenci1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "xci: Enable Functest Healthcheck for Kubernetes scenarios" - xci: Enable Functest Healthcheck for Kubernetes scenarios This change enables Functest for kubernetes scenarios but any change that impacts kubernetes scenarios will fail and block the change from merging until the prepare-functest playbook and role are fixed in releng-xci. Change-Id: I046e3a0fb9a211cf9d629899017922288d466b0c Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
2018-04-11Update git submodulesSerena Feng1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "[QTIP] Enable QTIP fraser docker build job" - [QTIP] Enable QTIP fraser docker build job - enable fraser docker build job - disable euphrates docker build job Change-Id: Ieeaec7ed36ee8d77a250c0f584ea9e5985a41c8f Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2018-04-10Update git submodulesAric Gardner1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "create Stable Branch Jobs for nfvbench" - create Stable Branch Jobs for nfvbench Same for docker Change-Id: I48650881f5c0c8e7b4664b87b1b1a4a37c22cc8d Signed-off-by: agardner <agardner@linuxfoundation.org>
2018-04-10Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - Apex: Update master daily scenarios As part of our new XCI effort, we only enable upstream ODL scenarios initially. Change-Id: I737bbffce14b6c5c69dfbbb653659c7e693cb4fb Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-04-10Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "[yardstick] enable fraser docker" - [yardstick] enable fraser docker Change-Id: I47ae73da7240ee4c4e3902baa7320412a28ada6c Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
2018-04-10Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Enable Apex Fraser Jobs" - Enable Apex Fraser Jobs Change-Id: Ie7bd0d3299fbbb8bc3e865612026ad479c48392d Signed-off-by: agardner <agardner@linuxfoundation.org>
2018-04-10Update git submodulesAric Gardner1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Create Stable Branch Jobs for calipso" - Create Stable Branch Jobs for calipso Change-Id: I2117807b8af3ee248b30747830e32b1661a23d6f Signed-off-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org>
2018-04-10Update git submodulesAric Gardner1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "[opnfvdocs] Create stable/fraser Branch" - [opnfvdocs] Create stable/fraser Branch Change-Id: I1a506b327c125d61088277d8e92b5b6ce08f4e87 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-04-10Update git submodulesRyota MIBU1-0/+0
* Update docs/submodules/releng from branch 'master' - [doctor] clean pep8 job The global 'lint-all-code' job is already enabled for doctor repo, so there is no need to keep this verify job which only run pep8. JIRA: DOCTOR-120 Change-Id: I6eb95590b97c3bd2c2daa80a6ae3bcfe4a4119a4 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2018-04-10Update git submodulesSerena Feng1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "delete 'opnfv-build-ubuntu-defaults' parameters for doctor verify job" - delete 'opnfv-build-ubuntu-defaults' parameters for doctor verify job Currently it will pass all the 'opnfv-build-ubuntu-defaults' parameters to the child jobs which include the node 'label', so all the doctor jobs will be running in the nodes with 'opnfv-build-ubuntu' label. Change-Id: If01f1f777c30c421f063c05fdd3c939f8758226c Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2018-04-10Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Create Stable Branch Jobs for container4nfv" - Create Stable Branch Jobs for container4nfv Change-Id: If4c4305faaa74cfd87feb4f1a8e403abd419d7a1 Signed-off-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org> Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-04-10Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "[daisy] Enable functest daily jobs on zte-pod9 for stable/fraser branch" - [daisy] Enable functest daily jobs on zte-pod9 for stable/fraser branch This PS is trying to solve errors like occured in [1]. [1] https://build.opnfv.org/ci/job/daisy-os-nosdn-nofeature-ha-baremetal-daily-fraser/5/console Change-Id: Ie4e023794d54cf0e236e9094fabf8362e17d9c8a Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2018-04-10Update git submodulesdongwenjuan1-0/+0
* Update docs/submodules/releng from branch 'master' - delete the 'node' parameter in 'doctor-slave-parameter' macro We define the 'node' parameter in job template: 'doctor-verify-{installer}-{inspector}-{arch}-{stream}', so we don't need to redefine them in the doctor parameter macro. It will schedule the fuel verify job to the default apex env. See: https://build.opnfv.org/ci/job/doctor-verify-fuel-sample-x86_64-master/1/console Change-Id: I49e6d26ca284f6548460312de0cb634bd033d3c1 Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2018-04-10Update git submodulesSerena Feng1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Create Dovetail Fraser Jobs" - Create Dovetail Fraser Jobs These are replacing the current Euphrates jobs. Change-Id: I6d7bf1490c1dd46f80ac5b14449abb6f287e5acf Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-04-09Update git submodulesAric Gardner1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Create Stable Branch Jobs for barometer" - Create Stable Branch Jobs for barometer Change-Id: I0def0f3566b8cc1231ea06bb8731f028c4e4aedd Signed-off-by: agardner <agardner@linuxfoundation.org>
2018-04-09Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "[stor4nfv] Create stable/fraser Branch" - [stor4nfv] Create stable/fraser Branch Set the stable/fraser branch location to the commit intead of the Change-ID. Change-Id: I3f3c4ba3465c399d001464c6922d4725cfd9a2df Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-04-09Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "[container4nfv] Create stable/fraser branch" - [container4nfv] Create stable/fraser branch Fix the location to be the git commit and not Gerrit change-id. Change-Id: Idd02beb4881a66accd55299e879799b2ec6626a0 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-04-09Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "[calipso] Create stable/fraser branch" - [calipso] Create stable/fraser branch Creating the fraser branch for Calipso at the request of the Release Manager. Change-Id: I6db89ccc5effef54e56afd267f4754641aff44a7 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-04-09Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "fix the default node label for doctor test" - fix the default node label for doctor test There are no nodes with the label 'not-specified'. If the jobs which are not specified the node label will scheduled to the label 'not-specified' and they can not be runned. Change-Id: I7e7790be2517328fc07d02cdcdc23ee71c7df680 Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2018-04-09Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Add docker build job for clover" - Add docker build job for clover Change-Id: I0167f223660d5b0edfac092a5d01fe165a91c2de
2018-04-09Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Create functest daily/weekly Fraser Jobs" - Create functest daily/weekly Fraser Jobs Though the stream was added it wasn't applied to any of the pod configurations which are expanded as part of the job names. Change-Id: I84af2e11033a40f314c8bc0c1f263002bc44bf60 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-04-09Update git submodulesJose Lausuch1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Split functest-kubernetes into smaller containers" - Split functest-kubernetes into smaller containers It conforms with the Docker slicing model proposed by Functest. See https://gerrit.opnfv.org/gerrit/#/c/55129/ Change-Id: Ic036034f043f995cba468fa0437e47a6129584b4 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-04-09Update git submoduleswutianwei1-0/+0
* Update docs/submodules/compass4nfv from branch 'stable/euphrates' - Install PBR to ensure we're not breaking builds Change-Id: Icd423f469debc4d54b759445f642805c06683bcd Signed-off-by: wutianwei <wutianwei1@huawei.com>
2018-04-08Update git submoduleswutianwei1-0/+0
* Update docs/submodules/releng from branch 'master' - Build stable/fraser tarball Change-Id: Ib2bef726f6fda5a54debbafa7b4ac383fef5cdbe Signed-off-by: wutianwei <wutianwei1@huawei.com>
2018-04-07Update git submodulesKoren Lev1-0/+0
* Update docs/submodules/calipso from branch 'stable/euphrates' - update docs to reflect container change sensu->monitor Change-Id: I18fe82b5c356a70cd402a0213ee5e2a8c0ad5bf9 Signed-off-by: Koren Lev <korenlev@gmail.com> (cherry picked from commit 8f3b074fafd2271557a152f43a676abaee6a32ea)
2018-04-06Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Update clover daily job slot" - Update clover daily job slot Clover daily job often failed, which is caused by bad network at utc 12:OO. (Heavy ci job running in huawei lab at that time.) Links: https://build.opnfv.org/ci/view/clover/job/clover-daily-deploy-master/11/console https://build.opnfv.org/ci/view/clover/job/clover-daily-deploy-master/13/console Change-Id: Ib2ddc0235f8119248b1ea78b709ec38a488cddce Signed-off-by: QiLiang <liangqi1@huawei.com>