opnfvdocs.git
6 years agoUpdate git submodules
Aric Gardner [Thu, 12 Apr 2018 17:24:09 +0000 (17:24 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Remove euphrates jobs"
  - Remove euphrates jobs

    Change-Id: I21c5ab27243bd50dee76d8b10c10ae0fb8aa5f1d
Signed-off-by: agardner <agardner@linuxfoundation.org>
6 years agoUpdate git submodules
Aric Gardner [Thu, 12 Apr 2018 17:23:53 +0000 (17:23 +0000)]
Update git submodules

* 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>
6 years agoUpdate git submodules
Trevor Bramwell [Thu, 12 Apr 2018 17:07:21 +0000 (17:07 +0000)]
Update git submodules

* 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>
6 years agoUpdate git submodules
Aric Gardner [Thu, 12 Apr 2018 17:05:05 +0000 (17:05 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Remove euphrates jobs"
  - Remove euphrates jobs

    Change-Id: I63fdf2826d2077465f264f082dc1a15eafc2b05a
Signed-off-by: agardner <agardner@linuxfoundation.org>
6 years agoUpdate git submodules
Aric Gardner [Thu, 12 Apr 2018 17:04:50 +0000 (17:04 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Remove euphrates jobs"
  - Remove euphrates jobs

    Change-Id: I5e5f66b1226291934fecca6fcf83dd649fb82f0e
Signed-off-by: agardner <agardner@linuxfoundation.org>
6 years agoUpdate git submodules
Aric Gardner [Thu, 12 Apr 2018 17:04:40 +0000 (17:04 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Remove euphrates jobs"
  - Remove euphrates jobs

    Change-Id: Idbe3be3da5ddf0fb9b1649002d7cf6bd8babc817
Signed-off-by: agardner <agardner@linuxfoundation.org>
6 years agoUpdate git submodules
Aric Gardner [Thu, 12 Apr 2018 17:04:28 +0000 (17:04 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Remove Euphrates jobs"
  - Remove Euphrates jobs

    Change-Id: I8a223d7f9a0458f9cc01a2fedcb630b711b4465f
Signed-off-by: agardner <agardner@linuxfoundation.org>
6 years agoUpdate git submodules
Markos Chandras [Thu, 12 Apr 2018 15:14:19 +0000 (16:14 +0100)]
Update git submodules

* 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>
6 years agoUpdate git submodules
Markos Chandras [Thu, 12 Apr 2018 10:15:17 +0000 (11:15 +0100)]
Update git submodules

* 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>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 12 Apr 2018 09:42:29 +0000 (09:42 +0000)]
Update git submodules

* 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>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 12 Apr 2018 09:40:29 +0000 (09:40 +0000)]
Update git submodules

* 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>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 12 Apr 2018 08:54:07 +0000 (08:54 +0000)]
Update git submodules

* 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>
6 years agoUpdate git submodules
Markos Chandras [Thu, 12 Apr 2018 07:35:15 +0000 (08:35 +0100)]
Update git submodules

* 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>
6 years agoUpdate git submodules
Fatih Degirmenci [Wed, 11 Apr 2018 21:18:05 +0000 (21:18 +0000)]
Update git submodules

* 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>
6 years agoUpdate git submodules
Fatih Degirmenci [Wed, 11 Apr 2018 21:16:50 +0000 (21:16 +0000)]
Update git submodules

* 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>
6 years agoUpdate git submodules
Tim Rozet [Wed, 11 Apr 2018 20:14:08 +0000 (20:14 +0000)]
Update git submodules

* 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>
6 years agoUpdate git submodules
Aric Gardner [Wed, 11 Apr 2018 19:04:34 +0000 (19:04 +0000)]
Update git submodules

* 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

6 years agoUpdate git submodules
Fatih Degirmenci [Wed, 11 Apr 2018 16:09:23 +0000 (16:09 +0000)]
Update git submodules

* 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>
6 years agoUpdate git submodules
Fatih Degirmenci [Wed, 11 Apr 2018 16:07:51 +0000 (16:07 +0000)]
Update git submodules

* 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>
6 years agoUpdate git submodules
Fatih Degirmenci [Wed, 11 Apr 2018 13:46:13 +0000 (13:46 +0000)]
Update git submodules

* 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>
6 years agoUpdate git submodules
Markos Chandras [Wed, 11 Apr 2018 12:10:43 +0000 (13:10 +0100)]
Update git submodules

* 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>
6 years agoUpdate git submodules
Fatih Degirmenci [Wed, 11 Apr 2018 12:56:59 +0000 (12:56 +0000)]
Update git submodules

* 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>
6 years agoUpdate git submodules
Serena Feng [Wed, 11 Apr 2018 09:44:28 +0000 (09:44 +0000)]
Update git submodules

* 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>
6 years agoUpdate git submodules
Aric Gardner [Tue, 10 Apr 2018 15:00:21 +0000 (15:00 +0000)]
Update git submodules

* 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>
6 years agoUpdate git submodules
Tim Rozet [Tue, 10 Apr 2018 13:42:40 +0000 (09:42 -0400)]
Update git submodules

* 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>
6 years agoUpdate git submodules
Trevor Bramwell [Tue, 10 Apr 2018 13:02:11 +0000 (13:02 +0000)]
Update git submodules

* 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>
6 years agoUpdate git submodules
Tim Rozet [Tue, 10 Apr 2018 12:59:18 +0000 (12:59 +0000)]
Update git submodules

* 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>
6 years agoUpdate git submodules
Aric Gardner [Tue, 10 Apr 2018 12:52:46 +0000 (12:52 +0000)]
Update git submodules

* 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>
6 years agoUpdate git submodules
Aric Gardner [Tue, 10 Apr 2018 12:49:47 +0000 (12:49 +0000)]
Update git submodules

* 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>
6 years agoUpdate git submodules
Ryota MIBU [Mon, 12 Mar 2018 10:29:21 +0000 (19:29 +0900)]
Update git submodules

* 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>
6 years agoUpdate git submodules
Serena Feng [Tue, 10 Apr 2018 06:48:27 +0000 (06:48 +0000)]
Update git submodules

* 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>
6 years agoUpdate git submodules
Trevor Bramwell [Tue, 10 Apr 2018 04:51:11 +0000 (04:51 +0000)]
Update git submodules

* 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>
6 years agoUpdate git submodules
Trevor Bramwell [Tue, 10 Apr 2018 04:50:42 +0000 (04:50 +0000)]
Update git submodules

* 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>
6 years agoUpdate git submodules
dongwenjuan [Tue, 10 Apr 2018 03:37:23 +0000 (11:37 +0800)]
Update git submodules

* 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>
6 years agoUpdate git submodules
Serena Feng [Tue, 10 Apr 2018 02:23:37 +0000 (02:23 +0000)]
Update git submodules

* 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>
6 years agoUpdate git submodules
Aric Gardner [Mon, 9 Apr 2018 20:09:41 +0000 (20:09 +0000)]
Update git submodules

* 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>
6 years agoUpdate git submodules
Trevor Bramwell [Mon, 9 Apr 2018 19:39:15 +0000 (19:39 +0000)]
Update git submodules

* 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>
6 years agoUpdate git submodules
Trevor Bramwell [Mon, 9 Apr 2018 19:39:10 +0000 (19:39 +0000)]
Update git submodules

* 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>
6 years agoUpdate git submodules
Trevor Bramwell [Mon, 9 Apr 2018 17:42:11 +0000 (17:42 +0000)]
Update git submodules

* 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>
6 years agoUpdate git submodules
Trevor Bramwell [Mon, 9 Apr 2018 16:39:00 +0000 (16:39 +0000)]
Update git submodules

* 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>
6 years agoUpdate git submodules
Trevor Bramwell [Mon, 9 Apr 2018 16:38:32 +0000 (16:38 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Add docker build job for clover"
  - Add docker build job for clover

    Change-Id: I0167f223660d5b0edfac092a5d01fe165a91c2de

6 years agoUpdate git submodules
Trevor Bramwell [Mon, 9 Apr 2018 16:37:59 +0000 (16:37 +0000)]
Update git submodules

* 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>
6 years agoUpdate git submodules
Jose Lausuch [Mon, 9 Apr 2018 09:31:52 +0000 (09:31 +0000)]
Update git submodules

* 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>
6 years agoUpdate git submodules
wutianwei [Sat, 31 Mar 2018 07:38:49 +0000 (15:38 +0800)]
Update git submodules

* 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>
6 years agoUpdate git submodules
wutianwei [Sun, 8 Apr 2018 06:27:00 +0000 (14:27 +0800)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Build stable/fraser tarball

    Change-Id: Ib2bef726f6fda5a54debbafa7b4ac383fef5cdbe
Signed-off-by: wutianwei <wutianwei1@huawei.com>
6 years agoUpdate git submodules
Koren Lev [Sat, 7 Apr 2018 20:26:13 +0000 (23:26 +0300)]
Update git submodules

* 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)

6 years agoUpdate git submodules
Trevor Bramwell [Fri, 6 Apr 2018 18:20:17 +0000 (18:20 +0000)]
Update git submodules

* 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>
6 years agoUpdate git submodules
Trevor Bramwell [Fri, 6 Apr 2018 18:19:00 +0000 (18:19 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Fix project name"
  - Fix project name

    Not working currently:
    https://build.opnfv.org/ci/job/doctor-verify-sample-master/68/console

    Change-Id: I5fa065eda3f8e8eb8ae6b988ec593c1d37d0579a
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
6 years agoUpdate git submodules
Trevor Bramwell [Fri, 6 Apr 2018 18:05:24 +0000 (18:05 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Create Stable Branch Jobs for parser"
  - Create Stable Branch Jobs for parser

    Change-Id: I1775d4c2ad2018ef01cf07e8acd58e9a2a73192c
Signed-off-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org>
6 years agoUpdate git submodules
Trevor Bramwell [Fri, 6 Apr 2018 18:05:04 +0000 (18:05 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Create Stable Branch Jobs for yardstick"
  - Create Stable Branch Jobs for yardstick

    Change-Id: I5e59b6240b1e614fc6c06f918054813b7e5758cf
Signed-off-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org>
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Trevor Bramwell [Fri, 6 Apr 2018 17:12:26 +0000 (17:12 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Fix RabbitMQ service installation in Yardstick jobs"
  - Fix RabbitMQ service installation in Yardstick jobs

    RabbitMQ commands need to be executed as root user.

    JIRA: YARDSTICK-1104

    Change-Id: Ia6667cc3f7572f67a38fd4fd4bcf9fbb4309d36c
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Tim Rozet [Fri, 6 Apr 2018 15:05:37 +0000 (15:05 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Apex: fix log uploading"
  - Apex: fix log uploading

    Logs were owned by root, so jenkins-ci could not upload them.  Also
    prints exact links for each file so it is easier to directly view logs
    from jenkins output.

    Change-Id: I919bf38c87561a696ae96683c56ad5f96c8d795e
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Markos Chandras [Fri, 6 Apr 2018 14:08:33 +0000 (15:08 +0100)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - jjb: xci: Fix functest exit code

    There is not reason to grep the logs for failures because we can simply
    preserve the functest exit code and use that to determine whether the
    job passed or not.

    Change-Id: I9f027960fd3d9d452d417b95e9dac66bbb314a47
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Markos Chandras [Fri, 6 Apr 2018 14:02:31 +0000 (14:02 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "jjb: xci: xci-set-scenario: Allow automatic detection of generic scenarios"
  - jjb: xci: xci-set-scenario: Allow automatic detection of generic scenarios

    The list of supported scenarios is hardcoded and this makes it difficult
    to test new scenarios. As such, lets determine the scenario and the
    installer based on the actual files that have been changed on every
    patchset.

    Change-Id: I4868a1da08d58cd6ff37347a0c0bc5c5e28b15bb
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Trevor Bramwell [Thu, 5 Apr 2018 23:52:40 +0000 (23:52 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Fraser jobs for securedlab verification"
  - Fraser jobs for securedlab verification

    Change-Id: I99c3b9413fcdc103fec246ff6c8c4f2951878000
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Trevor Bramwell [Thu, 5 Apr 2018 22:41:42 +0000 (22:41 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Create daily Fraser jobs"
  - Create daily Fraser jobs

    It doesn't assign any Fraser job to (virtual) pods.
    It also stops checking deployement what is duplicating healthcheck.

    Change-Id: Ia370380e20b833d03f09b2098478a8930e4f8dc0
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Trevor Bramwell [Thu, 5 Apr 2018 22:38:19 +0000 (22:38 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge changes from topics 'storperf-docker-fraser-jobs', 'docker-arm-fraser'

    * changes:
      Create Fraser Docker Jobs for Storperf
      Add Fraser stream to Docker Arm Builds

  - Create Fraser Docker Jobs for Storperf

    Change-Id: I5de7df11919f725264aa6b07d0f8d5e917f8a28c
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
  - Add Fraser stream to Docker Arm Builds

    This will allow changes to docker in stable/fraser branches to be built,
    when added to the associated project repository.

    Change-Id: Ib5d295f2845e519f4a5a65738e8af1a357f77c5e
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Tim Rozet [Thu, 5 Apr 2018 21:34:41 +0000 (17:34 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: Fix conditions for multijob

    condition actually affects *next* phase execution and not conditional on
    previous phase.  This change fixes the condition so that fetch logs
    always runs.

    Change-Id: I50c3f9f9412682ea591c47116d406b5ed81ee2b5
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Trevor Bramwell [Thu, 5 Apr 2018 20:08:38 +0000 (20:08 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[storperf] Fix stable/fraser branch name"
  - [storperf] Fix stable/fraser branch name

    Missed changing the branch name when copying over the release file.

    Change-Id: I25105253911f19dbfa621b29c2a812df4a8af01d
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Trevor Bramwell [Thu, 5 Apr 2018 19:56:17 +0000 (19:56 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Switch Functest k8s docker builds to multijobs"
  - Switch Functest k8s docker builds to multijobs

    The former Functest kubernetes container will be split due to new
    OPNFV features (clover, stor4vnf).

    {image} is bypassed to first check vs the current docker repository.

    Change-Id: I29998b21ec6992463b9ca77b38e51b928a9da69a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Trevor Bramwell [Thu, 5 Apr 2018 19:50:09 +0000 (19:50 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Install RabbitMQ service in Yardstick functional tests"
  - Install RabbitMQ service in Yardstick functional tests

    Install and configure RabbitMQ service for Yardstick functional
    (Python 2.7 and Python 3) tests.

    JIRA: YARDSTICK-1104

    Change-Id: I6b287def05c75dc67ab21727f72d4c384f8e2837
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Tim Rozet [Thu, 5 Apr 2018 19:05:36 +0000 (15:05 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: add missing fetch-logs to jobs list

    Change-Id: I28e4b613d92c43d32e95f8e1b4f4a4e2db102bc5
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Trevor Bramwell [Thu, 5 Apr 2018 18:27:09 +0000 (18:27 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Update Tox JJB Command"
  - Update Tox JJB Command

    This allows using the command to only test one project's changes. For
    example:

      tox -e jjb -- jjb/releng

    Will only test jobs under 'jjb/releng'. If jobs have dependencies, of
    multiple project jobs need to be tested, they can be included using the
    jjb ':' syntax, as anything after '--' is passed directly to jjb:

      tox -e jjb -- jjb/doctor:jjb/functest

    Change-Id: I4b71803a1d6ed4f62d50cdca87183a68b20fae5a
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Trevor Bramwell [Thu, 5 Apr 2018 18:16:41 +0000 (18:16 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Create Stable Branch Jobs for snaps"
  - Create Stable Branch Jobs for snaps

    Change-Id: Id06a66a53d2db7f76e87634adfa2b71ce517a0eb
Signed-off-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org>
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Trevor Bramwell [Thu, 5 Apr 2018 18:15:32 +0000 (18:15 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Create Stable Branch Jobs for clover"
  - Create Stable Branch Jobs for clover

    Change-Id: I415fa86566686089069eaf6b4b946b9736ab7690
Signed-off-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org>
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Trevor Bramwell [Thu, 5 Apr 2018 16:30:49 +0000 (16:30 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Create Stable Branch Jobs for ovn4nfv"
  - Create Stable Branch Jobs for ovn4nfv

    Change-Id: I10757e5e8ea26e9d9ae98dd8b0d3be5923b8472b
Signed-off-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org>
6 years agoUpdate git submodules
Trevor Bramwell [Thu, 5 Apr 2018 16:29:56 +0000 (16:29 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Create Stable Branch Jobs for doctor"
  - Create Stable Branch Jobs for doctor

    Change-Id: I5705b961d4b6871325a071c6287650cc195f5fe6
Signed-off-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org>
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Trevor Bramwell [Thu, 5 Apr 2018 16:29:41 +0000 (16:29 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Create Stable Branch Jobs for sfc"
  - Create Stable Branch Jobs for sfc

    Change-Id: I52fbde3ba6b354435ce437103f378fc21d96b350
Signed-off-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org>
6 years agoUpdate git submodules
Trevor Bramwell [Thu, 5 Apr 2018 16:26:28 +0000 (16:26 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[ovno] Create stable/fraser branch"
  - [ovno] Create stable/fraser branch

    Creating the stable branch for ovno at the request of the release
    manager.

    Change-Id: Ie9d4b0911d44ba72bcff61bac4cb5356eeab625a
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Tim Rozet [Thu, 5 Apr 2018 15:36:09 +0000 (15:36 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Apex: Enable overcloud log collection"
  - Apex: Enable overcloud log collection

    With this commit:
    https://gerrit.opnfv.org/gerrit/#/c/47875/

    We can now gather logs from after at the end of a deploy/test job and
    upload them to artifacts.  This patch enables that behavior on verify
    and daily jobs.

    Change-Id: If7af4cf1363e4bbcee78d98850af7c0e20250f3f
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Tim Rozet [Thu, 5 Apr 2018 15:28:56 +0000 (11:28 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: Fix slave used by unit test

    We were using 'stream' as part of the slave label to run unit tests on.
    However, we typically just use master label for everything to avoid
    having to update labels on slaves.  Changing the unit test to follow the
    same method.

    Change-Id: I6a182c3f28d541109c8a9d94ea1dae2a80f2b835
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Aric Gardner [Thu, 5 Apr 2018 15:25:15 +0000 (15:25 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Create Stable Branch Jobs for pharos"
  - Create Stable Branch Jobs for pharos

    Change-Id: I4d768151505cf5310564fb51c250b87abb2519c8
Signed-off-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org>
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Trevor Bramwell [Wed, 4 Apr 2018 21:39:01 +0000 (21:39 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Create Stable Branch Jobs for vswitchperf"
  - Create Stable Branch Jobs for vswitchperf

    Change-Id: I3634099281167870a2942f0c55cb423fd1f311cf
Signed-off-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org>
6 years agoUpdate git submodules
Trevor Bramwell [Wed, 4 Apr 2018 21:36:05 +0000 (21:36 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Create Stable Branch Jobs for fuel"
  - Create Stable Branch Jobs for fuel

    Change-Id: Ib3fba4d6193cfa4dfa422163561cfbc8bcfa087c
Signed-off-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org>
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Trevor Bramwell [Wed, 4 Apr 2018 19:48:06 +0000 (19:48 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Create Stable Branch Jobs for armband"
  - Create Stable Branch Jobs for armband

    Change-Id: I2a9e257b98b17ae456e1ff0d7ccb0e7264cf22ac
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
6 years agoUpdate git submodules
Aric Gardner [Wed, 4 Apr 2018 17:24:45 +0000 (17:24 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Add QTIP Fraser jobs"
  - Add QTIP Fraser jobs

    JIRA: QTIP-298

    Change-Id: I8e17170258c3864d89e7529076f6b3006a707e12
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
6 years agoUpdate git submodules
Aric Gardner [Wed, 4 Apr 2018 17:21:24 +0000 (17:21 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Create Stable Branch Jobs for bottlenecks"
  - Create Stable Branch Jobs for bottlenecks

    Change-Id: I268ce9fd995a7f6260e56a66de3d2992a832b024
Signed-off-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org>
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Trevor Bramwell [Wed, 4 Apr 2018 17:19:32 +0000 (17:19 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Create Stable Branch Jobs for storperf"
  - Create Stable Branch Jobs for storperf

    Change-Id: Icb9fbd8bc648458c44ff60990c02a4afb837e383
Signed-off-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org>
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Fatih Degirmenci [Wed, 4 Apr 2018 17:19:22 +0000 (17:19 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Build opnfv/functest-kubernetes:fraser"
  - Build opnfv/functest-kubernetes:fraser

    Change-Id: I449117bf03498a6b5bfe72ae3038fe7e0d2165fe
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Wed, 4 Apr 2018 17:17:54 +0000 (17:17 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Remove opnfv/functest-restapi"
  - Remove opnfv/functest-restapi

    It also stops building opnfv/functest-x:euphrates.

    Change-Id: I562a1edaae00c608167374664b694976efd72a1a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Aric Gardner [Wed, 4 Apr 2018 17:13:19 +0000 (17:13 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Add stable/fraser branch for pharos"
  - Add stable/fraser branch for pharos

    including: pharos and pharos-tools

    Change-Id: I08cef60fbd7ea86ba403ee0366329317ee016df4
Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
6 years agoUpdate git submodules
Aric Gardner [Wed, 4 Apr 2018 17:08:56 +0000 (17:08 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "create stable/fraser branch for container4nfv"
  - create stable/fraser branch for container4nfv

    Change-Id: Id003f2c01eb979c9745079d34f1556ae69ac984e
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
6 years agoUpdate git submodules
Trevor Bramwell [Wed, 4 Apr 2018 17:08:53 +0000 (17:08 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Stable branch creation: QTIP"
  - Stable branch creation: QTIP

    Change-Id: I9736403ec17ea709b70da2109caab9e85cc7225b
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
6 years agoUpdate git submodules
Aric Gardner [Wed, 4 Apr 2018 17:06:59 +0000 (17:06 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "create stable/fraser branch for stor4nfv"
  - create stable/fraser branch for stor4nfv

    Change-Id: I5f7cb8fdced619b44124ad71e3d5f7104a9cf35c
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
6 years agoUpdate git submodules
Trevor Bramwell [Wed, 4 Apr 2018 16:30:11 +0000 (16:30 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Late tagging of ms7 branch"
  - Late tagging of ms7 branch

    Change-Id: Ic8a84f6118d403bb618863b8904e78e9e9daac2b
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
Serena Feng [Wed, 4 Apr 2018 09:40:40 +0000 (09:40 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Add parser branch file"
  - Add parser branch file

    Change-Id: I404599185f65e0a128985552f430dc53cf47e866
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
6 years agoUpdate git submodules
Serena Feng [Wed, 4 Apr 2018 07:07:13 +0000 (07:07 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[daisy] Support doctor in daisy master branch"
  - [daisy] Support doctor in daisy master branch

    Change-Id: Ia7c76da78242f2a3906431e0d301f20aeeb460b3
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
6 years agoUpdate git submodules
Serena Feng [Wed, 4 Apr 2018 07:06:52 +0000 (07:06 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[daisy]Enable jobs for stable/fraser branch"
  - [daisy]Enable jobs for stable/fraser branch

    Now we have had the stable/fraser branch in place [1].
    Let's Re-arrange CI resources for it.

    [1] https://gerrit.opnfv.org/gerrit/#/c/54693/

    Change-Id: Id596b1070c781da4edfd2496a47ea36400268614
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
6 years agoUpdate git submodules
Serena Feng [Wed, 4 Apr 2018 07:06:11 +0000 (07:06 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[QTIP] extend the timeout"
  - [QTIP] extend the timeout

    The test execution time for VM costs around 1hr
    and 30 min. Need to extend the timeout.

    Change-Id: I6f83dc5ed8c5c1ae76b6e6e33758bfdb254aef23
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
6 years agoUpdate git submodules
Serena Feng [Wed, 4 Apr 2018 06:21:24 +0000 (06:21 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "add a default value for SSH_KEY"
  - add a default value for SSH_KEY

    Change-Id: I6b7d3a35cf9609e983e76b8c8d76757a99bbe15f
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
6 years agoUpdate git submodules
Trevor Bramwell [Tue, 3 Apr 2018 20:41:47 +0000 (20:41 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Create Stable Branch Jobs for joid"
  - Create Stable Branch Jobs for joid

    Change-Id: Ia810443a15d32e58262089de30e9b88655b5a7d4
Signed-off-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org>
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Trevor Bramwell [Tue, 3 Apr 2018 19:02:39 +0000 (19:02 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "create stable/fraser branch for samplevnf"
  - create stable/fraser branch for samplevnf

    Change-Id: Iee00a91274057611ce1e21a8c146ad26c9ba3aae
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
6 years agoUpdate git submodules
Tim Rozet [Tue, 3 Apr 2018 18:59:00 +0000 (18:59 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Create Stable Branch Jobs for apex"
  - Create Stable Branch Jobs for apex

    Change-Id: I7f6072121c4d88192c828e2e3cf2beb5d6c22c37
Signed-off-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org>
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Trevor Bramwell [Tue, 3 Apr 2018 18:02:26 +0000 (18:02 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[storperf] Add stable/fraser branch"
  - [storperf] Add stable/fraser branch

    Doing this on behalf of Mark Beirel at the request of David McBride.

    Change-Id: I2eb2be5a2d2241dac07fe41f2158cffbe97865e0
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Trevor Bramwell [Tue, 3 Apr 2018 17:56:37 +0000 (17:56 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Stable branch for FDS"
  - Stable branch for FDS

    Change-Id: I19f41ba55db9aec060383d78c6a49b9e8a9f9400
Signed-off-by: Frank <fbrockne@cisco.com>
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Trevor Bramwell [Tue, 3 Apr 2018 17:56:16 +0000 (17:56 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Apex: Adds branch creation for Fraser"
  - Apex: Adds branch creation for Fraser

    Change-Id: I6715f6795e9a02b2f1aabee80ea79cf9fcdf732c
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Trevor Bramwell [Tue, 3 Apr 2018 17:54:08 +0000 (17:54 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Stable Branch Creation: vswitchperf"
  - Stable Branch Creation: vswitchperf

    Change-Id: I21c4b67e54a7af8a1ce7d9e51ffa7255c55a87d6
Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com>
6 years agoUpdate git submodules
Trevor Bramwell [Tue, 3 Apr 2018 17:53:25 +0000 (17:53 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "created the Frasier release stable branch."
  - created the Frasier release stable branch.

    Change-Id: I08e42a0aaae6414d0614d06ca750ea3c055a26f8
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
6 years agoUpdate git submodules
Aric Gardner [Tue, 3 Apr 2018 17:38:34 +0000 (17:38 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Enable linting against the Fraser stable branch"
  - Enable linting against the Fraser stable branch

    Change-Id: I8075eee7de9a5bd1274131c5171c22e5dace5b69
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Trevor Bramwell [Tue, 3 Apr 2018 17:38:17 +0000 (17:38 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[ovn4nfv] Stable branch for Fraser release."
  - [ovn4nfv] Stable branch for Fraser release.

    Change-Id: Ia303020d746ec5ebf0c4ac5771d755ba8585cf8c
Signed-off-by: Trinath Somanchi <trinath.somanchi@nxp.com>