Ross Brattain [Wed, 6 Sep 2017 22:50:09 +0000 (22:50 +0000)]
 
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
  - Merge "test_kubernetes: mock file operations in test_ssh_key"
  - test_kubernetes: mock file operations in test_ssh_key
    tests take too long and we should not be createing/deleting
    files during unittests, filesystems operations introduce
    too many external issues
    Change-Id: I989c9d0a84187becdf63497c0c1ac6e10c5eac70
    Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Ross Brattain [Wed, 6 Sep 2017 22:49:47 +0000 (22:49 +0000)]
 
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
  - Merge "test_vsperf_dpdk: mock time to speedup unitests"
  - test_vsperf_dpdk: mock time to speedup unitests
    If you put time.sleep(1) all over your code you need
    to mock time.sleep() in your unittests lest the unittests
    take forever.
    Change-Id: I9ebbf9e21c98e8c46bab727bbb22f33045db4361
    Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Fatih Degirmenci [Wed, 6 Sep 2017 22:07:31 +0000 (22:07 +0000)]
 
Update git submodules
* Update docs/submodules/releng from branch 'master'
  - Merge "Update XCI Forbidden Paths to include all READMEs"
  - Update XCI Forbidden Paths to include all READMEs
    There is no 'README.rst' at the root of the repo, but there are
    README.rst under xci, bifrost, etc. Changes to these READMEs shouldn't
    trigger builds.
    Change-Id: I6a09388cf40b35211d58413b45b5ac8c596a2dc7
    Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Tim Rozet [Tue, 5 Sep 2017 19:23:15 +0000 (15:23 -0400)]
 
Update git submodules
* Update docs/submodules/apex from branch 'master'
  - Remove deploy.sh and references
    Deploy is now pip/rpm installed as opnfv-deploy in /bin.  Alternatively
    the deploy.py script can be invoked via python.  The legacy deploy.sh
    was only being used for CI, which has now been updated to remove the
    need for the Apex repo containing ci/deploy.sh.
    Change-Id: I1fb93bd9de23a97a09bedb8ac014ef81955875f2
    Signed-off-by: Tim Rozet <trozet@redhat.com>
Alexandru Avadanii [Wed, 6 Sep 2017 20:02:33 +0000 (22:02 +0200)]
 
Update git submodules
* Update docs/submodules/releng from branch 'master'
  - functest: verify job should be multijob
    Change-Id: I3b62e855be9205326fee1fa8b2b56cb2276c689c
    Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Wed, 6 Sep 2017 19:22:56 +0000 (21:22 +0200)]
 
Update git submodules
* Update docs/submodules/releng from branch 'master'
  - functest: verify: build-timeout, ssh-agent-wrapper
    Change-Id: I2754c7d5502a05ef0fa1dec9dbd14b4c97b70f11
    Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Aric Gardner [Wed, 6 Sep 2017 19:15:35 +0000 (19:15 +0000)]
 
Update git submodules
* Update docs/submodules/releng from branch 'master'
  - Merge "Apex: remove file-paths from triggers for verify"
  - Apex: remove file-paths from triggers for verify
    Change-Id: I0c6e54ce4caf0b6889bac62b25afcee2706ca75f
    Signed-off-by: Tim Rozet <trozet@redhat.com>
Aric Gardner [Wed, 6 Sep 2017 19:15:16 +0000 (19:15 +0000)]
 
Update git submodules
* Update docs/submodules/releng from branch 'master'
  - Merge "functest: Move verify back to opnfv-build-ubuntu"
  - functest: Move verify back to opnfv-build-ubuntu
    Recent rework changed the label for the verify jobs from
    "opnfv-build-ubuntu" to just "opnfv-build", trying to make it
    more OS-agnostic.
    Since verify jobs fail after the rework, try reverting the
    label change, hopefully it will fix the failure as well.
    Change-Id: I15d139d8dc2d2f940a1af2c1b5fb218d6be19f82
    Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Tim Rozet [Wed, 6 Sep 2017 18:41:37 +0000 (14:41 -0400)]
 
Update git submodules
* Update docs/submodules/releng from branch 'master'
  - Apex: fixes verify with only unit test changes
    If we make changes to apex/tests path it is only unit tests and we do
    not want to trigger apex-verify-stream.
    Change-Id: I42ef56330883ea6e9643f24567eaee3d5fa36071
    Signed-off-by: Tim Rozet <trozet@redhat.com>
Mark Beierl [Wed, 6 Sep 2017 18:13:01 +0000 (18:13 +0000)]
 
Update git submodules
* Update docs/submodules/storperf from branch 'master'
  - Merge "Adding Taseer Ahmed as commiter"
  - Adding Taseer Ahmed as commiter
    Change-Id: I21e68352e1ad4add2650f0bc938608ee11b1c455
    Signed-off-by: mbeierl <mark.beierl@dell.com>
Mark Beierl [Wed, 6 Sep 2017 18:02:59 +0000 (18:02 +0000)]
 
Update git submodules
* Update docs/submodules/storperf from branch 'master'
  - Merge "Adding default ARCH"
  - Adding default ARCH
    Defaults the ARCH argument to x86_64 so docker build
    under releng will work again
    Change-Id: I952fa9915182358f0303a52a07365a914718c247
    Signed-off-by: mbeierl <mark.beierl@dell.com>
Tim Rozet [Tue, 5 Sep 2017 20:04:23 +0000 (16:04 -0400)]
 
Update git submodules
* Update docs/submodules/apex from branch 'master'
  - Removes build.sh
    We now have build.py which handles all the building and build.sh was
    just a wrapper to include ansible playbook.  Now that we have built in
    apex libs to run ansible there is no reason to keep build.sh anymore.
    Also simplifies the logic to determine apex root by using the git
    properties.
    Change-Id: I00d2e5c7c198e549d21936bb1e9b562ba93d3010
    Signed-off-by: Tim Rozet <trozet@redhat.com>
Kerim Gokarslan [Wed, 6 Sep 2017 17:14:12 +0000 (10:14 -0700)]
 
Update git submodules
* Update docs/submodules/nfvbench from branch 'master'
  - NFVBENCH-18 Add microsecond precision to fluentd records
    Change-Id: If6d2af11355d2d2cefb4b5098e912d98d2043e32
    Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
Abhijit Sinha [Wed, 6 Sep 2017 11:04:10 +0000 (12:04 +0100)]
 
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
  - Addition of Prox NSB tests in yardstick
    JIRA: YARDSTICK-802
    Added Prox L3FWD and Packet buffering tests
    - The tests supports BM and Openstack Heat
    - L3FWD tests suports 2 and 4 ports
    - Packet flow buffering test is a 1 port test
    - Grafana Dashboards are added
    TODO: Latency stats are missing in KPI collection
          Need to invetigate that
          Coverage if needed!
    Change-Id: I216a170488d5578622cf8c3748a6277b380f016a
    Signed-off-by: Abhijit Sinha <abhijit.sinha@intel.com>
Martin Klozik [Wed, 6 Sep 2017 16:53:28 +0000 (16:53 +0000)]
 
Update git submodules
* Update docs/submodules/vswitchperf from branch 'master'
  - Merge "openSUSE support"
  - openSUSE support
    Modified support for Leap 42.2 so not to be prompted for y/n on update
    and installation of required packages.
    Added Leap 42.3 as supported OS.
    Upgraded documentation accordingly.
    Change-Id: I33f3046a5b33bc842534a16911423a2febaa9417
    Signed-off-by: Marco Varlese <marco.varlese@suse.com>
Alexandru Avadanii [Wed, 6 Sep 2017 00:22:21 +0000 (02:22 +0200)]
 
Update git submodules
* Update docs/submodules/releng from branch 'master'
  - functest: Fix verify job trigger
    Commit 
27f5d5c refactored the functest verify jobs, but also
    introduced an issue triggering said job by not passing project
    and branch parameters to the new trigger macros.
    Change-Id: I7a61a1f85df345c090813b5060959fa79d294f9b
    Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
 
Deepak S [Tue, 5 Sep 2017 00:35:55 +0000 (17:35 -0700)]
 
Update git submodules
* Update docs/submodules/samplevnf from branch 'master'
  - Draft Userguide for samplevnf
    Change-Id: I21a984518b98eaf5c81b39e549a43fa2eb90f314
    Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Deepak S [Mon, 4 Sep 2017 09:52:15 +0000 (02:52 -0700)]
 
Update git submodules
* Update docs/submodules/samplevnf from branch 'master'
  - Updating SampleVNF Highlevel design
    Change-Id: I16edf82eec02c671c1c72d07348d1badf58fc42d
    Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Morgan Richomme [Wed, 6 Sep 2017 12:44:56 +0000 (12:44 +0000)]
 
Update git submodules
* Update docs/submodules/functest from branch 'master'
  - Merge "Create VNF user with admin role"
  - Create VNF user with admin role
    Change-Id: I9cdeedd90cacfdae10c498580493106a6cb727fb
    Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Ross Brattain [Wed, 6 Sep 2017 09:55:16 +0000 (02:55 -0700)]
 
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
  - ansible: update package proxy code
    re-enable retries
    Change-Id: I77738250e8aa8de3c8a8a1019093af04ce785ae0
    Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Cédric Ollivier [Tue, 5 Sep 2017 22:25:57 +0000 (00:25 +0200)]
 
Update git submodules
* Update docs/submodules/parser from branch 'master'
  - Stop installing librairies during tests
    Functest is in charge of installing libraries and it's forbidden by
    tests. No syslog service is provided in the container too.
    Change-Id: I4de16e091a4eea1b4fad1cb11fcff9abb62f82cd
    Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
shangxdy [Wed, 6 Sep 2017 09:48:38 +0000 (17:48 +0800)]
 
Update git submodules
* Update docs/submodules/parser from branch 'master'
  - Update the parser's version after publish 0.5.0 for onap
    1. git tag 0.5.0   git push origin 0.5.0
    2. set apigateway version empty
       set toscaparser version empty
       set heat-translator version empty
       version management use git tag, note: tag name must be started with
    digit
    JIRA: PARSER-147
    Change-Id: I71cc9b910bce57eebf4c07976bd24efd441048fa
    Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
Taseer Ahmed [Wed, 6 Sep 2017 05:57:05 +0000 (10:57 +0500)]
 
Update git submodules
* Update docs/submodules/qtip from branch 'master'
  - Add system info for compute report.
    Change-Id: Idb82940fa050bfe83652a8aabf36840b7b65c347
    Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
Martin Klozik [Fri, 1 Sep 2017 14:36:35 +0000 (15:36 +0100)]
 
Update git submodules
* Update docs/submodules/vswitchperf from branch 'master'
  - opnfvresultdb: Report failed TCs into result DB
    In following cases, TC will be reported as FAIL in result DB:
    * CSV file with VSPERF results is missing (e.g. execution
      of vSwitch, VNF or trafficgen has failed)
    * 0 RX FPS is detected for at least one packet size during
      RFC2544 Throughput test (e.g. vSwitch is not properly
      configured due insufficient hugepages size)
    JIRA: VSPERF-488
    Change-Id: I453bbe32db87497644e1464e74ef597f0f0f323c
    Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
    Reviewed-by: Mars Toktonaliev <mars.toktonaliev@nokia.com>
    Reviewed-by: Morgan Richomme <morgan.richomme@orange.com>
    Reviewed-by: Al Morton <acmorton@att.com>
    Reviewed-by: Christian Trautman <ctrautma@redhat.com>
    Reviewed-by: Sridhar Rao <sridhar.rao@spirent.com>
    Reviewed-by: Trevor Cooper <trevor.cooper@intel.com>
Cedric Ollivier [Wed, 6 Sep 2017 08:25:19 +0000 (08:25 +0000)]
 
Update git submodules
* Update docs/submodules/functest from branch 'master'
  - Merge "Integrate new Domino package"
  - Integrate new Domino package
    Change-Id: Iada952e3356fa89a122503c2a71aa31a9731469e
    Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Zhijiang Hu [Wed, 6 Sep 2017 07:59:35 +0000 (07:59 +0000)]
 
Update git submodules
* Update docs/submodules/daisy from branch 'master'
  - Merge "Eliminate hard coding about ipmi info"
  - Eliminate hard coding about ipmi info
    1. Eliminate hard coding
    2. Add ipmi info in schemas
    3. Add unit test
    Change-Id: I4561bbc9454e02fd1de2106645db341a4129245b
    Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Leo wang [Wed, 6 Sep 2017 07:49:46 +0000 (07:49 +0000)]
 
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
  - Merge "Remake aarch64 patch for Dovetail container"
  - Remake aarch64 patch for Dovetail container
    JIRA: ARMBAND-286
    Change-Id: Ided665488c7240943f62c65df0535d8b0178459f
    Signed-off-by: Alexandru Nemes <alexandru.nemes@enea.com>
Morgan Richomme [Wed, 6 Sep 2017 06:52:43 +0000 (06:52 +0000)]
 
Update git submodules
* Update docs/submodules/functest from branch 'master'
  - Merge "Add UEFI support in functest"
  - Add UEFI support in functest
    Add extra properties to the cirros image
    for ARM architecture.
    In the glanceclient repository, the create method
    expects **kwargs as parameters, thus an extra_properties
    variable containing a dictionary of property-value pairs
    can be added (if given) to the image to be created.
    If the properties do not appear, the call should not affect
    the image properties because the dictionary is initialized
    as empty.
    Change-Id: I690da90e6c6f250bd0a3d99cce39aa250e19b9c2
    Signed-off-by: Catalina Focsa <catalina.focsa@enea.com>
Sharada Shiddibhavi [Tue, 5 Sep 2017 15:42:33 +0000 (15:42 +0000)]
 
Update git submodules
* Update docs/submodules/barometer from branch 'master'
  - Adding different method to access compute and controllers
    This patch is similar to previous patch in adding a different
    method to log into the controller and compute nodes.
    Change-Id: I75332fbb794605477a7c751b59016ffb1a8cf3f2
    Signed-off-by: Sharada Shiddibhavi <sharada.shiddibhavi@intel.com>
xudan [Mon, 14 Aug 2017 05:12:00 +0000 (01:12 -0400)]
 
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
  - Add test area 'simple virtual machine resource scheduling on multiple nodes'
    JIRA: DOVETAIL-473
    According to Dovetail addendum doc, add one test area about basic cloud
    capability 'simple virtual machine resource scheduling on multiple nodes'.
    Add the test specification about this test area.
    Change-Id: I7a5ff426442424dbc364a68296facb0bac6401ca
    Signed-off-by: xudan <xudan16@huawei.com>
Cédric Ollivier [Tue, 5 Sep 2017 17:11:21 +0000 (19:11 +0200)]
 
Update git submodules
* Update docs/submodules/doctor from branch 'master'
  - Select stable/ocata packages
    It also protects if flask is already installed.
    Change-Id: Iec5d65fe307d702ec6f600333d6bc9cc3ab2ee33
    Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
hongbo tian [Wed, 6 Sep 2017 02:35:09 +0000 (02:35 +0000)]
 
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
  - Merge "Add test area 'correct behavior after common virtual machine life cycles events'"
  - Add test area 'correct behavior after common virtual machine life cycles events'
    JIRA: DOVETAIL-473
    According to Dovetail addendum doc, add one test area about basic cloud
    capability 'correct behavior after common virtual machine life cycles events'.
    Add the test specification about this test area.
    Change-Id: I051b3c5b501ed833a613ea6a6601125c4fa80c3e
    Signed-off-by: xudan <xudan16@huawei.com>
hongbo tian [Wed, 6 Sep 2017 01:55:00 +0000 (01:55 +0000)]
 
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
  - Merge "Test case specification for VIM Image"
  - Test case specification for VIM Image
    1. Adding the alias VIM image test cases into testscope.
    2. Adding test case specification for VIM Image.
    Change-Id: Ifa7aa5ddea22d2862ee5d8ad465523d450a78fde
    Signed-off-by: hongbotian <hongbo.tianhongbo@huawei.com>
Leo wang [Wed, 6 Sep 2017 01:34:19 +0000 (01:34 +0000)]
 
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
  - Merge "Bugfix: the config files in useeconfig will cover user's config"
  - Bugfix: the config files in useeconfig will cover user's config
    1. Now there are 2 sample files tempest_conf.yaml and hosts.yaml in userconfig,
       and thet will cover user's tempest_conf.yaml and hosts.yaml
       in $DOVETAIL_HOME/pre_config.
    2. Rename the files in userconfig to be tempest_conf.yaml.sample
       and hosts.yaml.sample.
    3. Add the hosts info in file /etc/hosts in Dovetail Container.
    JIRA: DOVETAIL-492
    Change-Id: I2b5694a8058b864b510925eec595d6f2bd1062ff
    Signed-off-by: xudan <xudan16@huawei.com>
Zhijiang Hu [Tue, 5 Sep 2017 06:02:51 +0000 (14:02 +0800)]
 
Update git submodules
* Update docs/submodules/daisy from branch 'master'
  - Add doc for building kolla image
    Change-Id: I7d25c13221e60d40801dc694efe8c32c31ebfabf
    Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
Ross Brattain [Wed, 6 Sep 2017 00:53:03 +0000 (00:53 +0000)]
 
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
  - Merge "Adding NSB documentation for SV and Baremetal"
  - Adding NSB documentation for SV and Baremetal
    Change-Id: I6db301b88af67256b52f5d197dfffe3c0719e132
    Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Martin Banszel [Wed, 19 Jul 2017 19:35:02 +0000 (19:35 +0000)]
 
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
  - Add fixes for heat deployed UDP_Replay and TRex
    - Added a PROTOCOL_MAP to map the protocol names to codes -- the scapy
      requires the code, it fails if the proto is set e.g. to 'udp'
    - ip addresses must be str, not unicode -- explicit conversion to str
      added
    - removed unittest for setup_vnf_environment in test_tg_trex.py as
      it is the same function as already tested in test_sample_vnf.py
    - traffic_profile refactored -- code repetition decreased, unittest
      adapted
    Known issues:
    - there is a an attempt to stop already stopped trex. It fires an
      exception that stop command is issued on the disconnected client.
    Change-Id: I87e9029630f48b30e8f5b4f9d88ab3b25fd65f03
    Signed-off-by: Martin Banszel <martinx.banszel@intel.com>
Mark Beierl [Wed, 6 Sep 2017 00:48:57 +0000 (00:48 +0000)]
 
Update git submodules
* Update docs/submodules/storperf from branch 'master'
  - Merge "Support for different agent OS"
  - Support for different agent OS
    JIRA: STORPERF-175
    Change-Id: I64d13c77c18dd129a79dde3bf9a8bc996019bff5
    Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
Ross Brattain [Wed, 6 Sep 2017 00:18:44 +0000 (17:18 -0700)]
 
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
  - nsb_setup: fixup typo
    Change-Id: I7fcbf0a3c3f21065d82ffb23b5ea8c1e774a1d67
    Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Ross Brattain [Wed, 6 Sep 2017 00:16:46 +0000 (00:16 +0000)]
 
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
  - Merge "ansible: remove default openrc_file"
  - ansible: remove default openrc_file
    when clause is re-evaluated after default
    Change-Id: I2f9b093a4cb0e2d024f8d6beb935f336ac1df637
    Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Ross Brattain [Tue, 5 Sep 2017 22:05:09 +0000 (15:05 -0700)]
 
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
  - nsb_setup: pin pip versions for ansible, shade, docker
    Change-Id: Ia1f1c26becdc776ce664b4ab2fb0254049087318
    Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
narindergupta [Tue, 5 Sep 2017 22:07:32 +0000 (17:07 -0500)]
 
Update git submodules
* Update docs/submodules/joid from branch 'master'
  - Add the user role into project with admin_domain.
    Change-Id: Id560cffcd1e18a4691808f7447d306e490085006
    Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Tim Rozet [Tue, 5 Sep 2017 21:42:35 +0000 (17:42 -0400)]
 
Update git submodules
* Update docs/submodules/releng from branch 'master'
  - Apex: fixes image dir for deploy with dev builds
    Change-Id: I59523b6233ca48c2eb2d4b4934263f0114d8e7a8
    Signed-off-by: Tim Rozet <trozet@redhat.com>
Trevor Bramwell [Tue, 5 Sep 2017 19:44:04 +0000 (19:44 +0000)]
 
Update git submodules
* Update docs/submodules/releng from branch 'master'
  - Merge "Align Compass with CI Evolution Phase 1"
  - Align Compass with CI Evolution Phase 1
    Compass doesn't require deployments to happen on the same machine as the
    builds and needs to have 'compass-build-iso-{stream}' renamed in
    order to align with CI Evolution Phase 1.
    JIRA: RELENG-287
    Change-Id: I31ea5899882edb37a08b301bf69bf381182b0019
    Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Ross Brattain [Sat, 2 Sep 2017 01:21:11 +0000 (18:21 -0700)]
 
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
  - PROX: catch ports stats parse error
    for some reason port status returned
    fewer fields, catch this for debug
    and return empty result dict so test continues
    and hopefully we get a valid stat
    read on next call.
    Change-Id: I54f1a86707d2a00efcb82a7e0239d12f90a6542c
    Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Tim Rozet [Tue, 5 Sep 2017 19:33:33 +0000 (19:33 +0000)]
 
Update git submodules
* Update docs/submodules/releng from branch 'master'
  - Merge "Move apex build jobs into 'apex-project-jobs' file"
  - Move apex build jobs into 'apex-project-jobs' file
    Since these jobs don't deal with scenarios they can safely be moved to
    another file without the need to duplicate the scenario listings.
    Fixes a bug with 'concurrent-builds' not being set due to missing
    quotation marks.
    JIRA: RELENG-287
    Change-Id: Icce39620521c7d25476553115efbaa9063ca2e17
    Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Aric Gardner [Tue, 5 Sep 2017 19:18:52 +0000 (19:18 +0000)]
 
Update git submodules
* Update docs/submodules/releng from branch 'master'
  - Merge "multiarch: Add functest x86_64, aarch64 verify jobs"
  - multiarch: Add functest x86_64, aarch64 verify jobs
    Add a verify job for each architecture.
    JIRA: https://jira.opnfv.org/browse/ARMBAND-233
    Change-Id: Ia99292504ac54d6b2870bd2a490e9d5f09c3f49a
    Signed-off-by: Catalina Focsa <catalina.focsa@enea.com>
Tim Rozet [Tue, 5 Sep 2017 18:50:29 +0000 (18:50 +0000)]
 
Update git submodules
* Update docs/submodules/releng from branch 'master'
  - Merge "Apex: Removes calling apex ci scripts for build/test/deploy"
  - Apex: Removes calling apex ci scripts for build/test/deploy
    We dont need to use the apex/ci directory anymore and the ci scripts
    should be in releng.  A follow up patch will remove the ci/clean script
    usage.
    Change-Id: Ib2c7bd3d2dfee360bb13b42852ff2010a691a018
    Signed-off-by: Tim Rozet <trozet@redhat.com>
Fatih Degirmenci [Thu, 31 Aug 2017 07:26:19 +0000 (09:26 +0200)]
 
Update git submodules
* Update docs/submodules/releng from branch 'master'
  - xci: Stop triggering the verify job if there is no code change
    The job doesn't need to be triggered if there is no code change, eg
    commit message updates.
    The remnants of previous directory structure is also removed from
    gerrit trigger/forbidden-file-paths.
    Change-Id: I68b9e70d0d70253d7fbad95f8dedaaa63fb2b26e
    Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Alexandru Avadanii [Tue, 5 Sep 2017 18:23:50 +0000 (20:23 +0200)]
 
Update git submodules
* Update docs/submodules/armband from branch 'master'
  - cleanup: Remove obsolete ln to clean_cache.sh
    JIRA: ARMBAND-295
    Change-Id: I91cc087a622de7666cd812435668575fd0fe77f8
    Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Aric Gardner [Tue, 5 Sep 2017 18:10:00 +0000 (18:10 +0000)]
 
Update git submodules
* Update docs/submodules/releng from branch 'master'
  - Merge "Just some job that lightly monitors slaves"
  - Just some job that lightly monitors slaves
    I would like to remove slaves that are offline
    eg: after one month.
    This script doesn't remove anthing, or email anyone, but you can look at
    its output if you are interested.
    Counts how long slaves have been online or offline
    not sure why jenkins doesn't come with this functionality.
    I just threw the script on the master node into
    /opt/jenkins-ci/slavemonitor
    Script writes data to be read the next day, and I don't want to worry about the
    workspace getting wiped.
    you can look at the scipt here:
    https://gist.github.com/Aricg/
d770f7d0a4e88d149ddb6715dc4ad0ba
    But I don't recommend it.
    Example of what output looks like:
    JUST WENT OFFLINE arm-build3
    JUST WENT OFFLINE arm-pod5
    JUST WENT OFFLINE ericsson-build3
    JUST WENT OFFLINE ericsson-virtual5
    OFFLINE cengn-pod1 FOR 7 ITERATIONS
    OFFLINE cisco-virtual1 FOR 7 ITERATIONS
    OFFLINE ericsson-virtual8 FOR 7 ITERATIONS
    OFFLINE ericsson-virtual9 FOR 7 ITERATIONS
    OFFLINE intel-pod3 FOR 7 ITERATIONS
    OFFLINE intel-pod6 FOR 7 ITERATIONS
    OFFLINE intel-pod8 FOR 7 ITERATIONS
    OFFLINE intel-virtual1 FOR 7 ITERATIONS
    ONLINE lf-build1 for 6 iterations
    ONLINE lf-build2 for 6 iterations
    ONLINE lf-pod1 for 6 iterations
    ONLINE lf-pod2 for 6 iterations
    ONLINE lf-virtual1 for 6 iterations
    ONLINE lf-virtual2 for 6 iterations
    ONLINE lf-virtual3 for 6 iterations
    ONLINE zte-pod1 for 6 iterations
    ONLINE zte-pod2 for 6 iterations
    ONLINE zte-pod3 for 6 iterations
    ONLINE zte-pod4 for 6 iterations
    ONLINE zte-virtual1 for 6 iterations
    ONLINE zte-virtual2 for 6 iterations
    ONLINE zte-virtual3 for 6 iterations
    ONLINE zte-virtual4 for 6 iterations
    removing online status from arm-build3. slave was online for 1
    iterations
    removing online status from arm-pod5. slave was online for 1 iterations
    removing online status from ericsson-build3. slave was online for 1
    iterations
    removing online status from ericsson-virtual5. slave was online for 1
    iterations
    Change-Id: I652ef5460cb1ce45ff4e87828eb779da7febe8b4
    Signed-off-by: agardner <agardner@linuxfoundation.org>
 
Alexandru Avadanii [Tue, 5 Sep 2017 17:35:25 +0000 (19:35 +0200)]
 
Update git submodules
* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump & rebase for aodh & ceilometer
    Change-Id: I8cae89864e8e2d3bd56b4c7f16638fc742cde748
    Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Sun, 3 Sep 2017 02:34:38 +0000 (04:34 +0200)]
 
Update git submodules
* Update docs/submodules/releng from branch 'master'
  - fuel: Enable OPNFV CI gate security
    Fuel project was left out of the list of projects against which
    security audit jobs should run, so enable it.
    Change-Id: I6d59197f78dfaf381d634c9d1821a7383506276c
    Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Tue, 5 Sep 2017 16:51:27 +0000 (18:51 +0200)]
 
Update git submodules
* Update docs/submodules/fuel from branch 'master'
  - patches: deepclean: Locate toplevel for submodules
    Change-Id: Ibcc4364a57d888773fcb466f603c2046e1a4a2e3
    Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
mbeierl [Fri, 1 Sep 2017 20:59:23 +0000 (16:59 -0400)]
 
Update git submodules
* Update docs/submodules/storperf from branch 'master'
  - Adding more test data
    Change-Id: I3bf8a96637b734150ae4acf8e6bf6def23fbc389
    Signed-off-by: mbeierl <mark.beierl@dell.com>
Alexandru Avadanii [Tue, 5 Sep 2017 16:39:18 +0000 (18:39 +0200)]
 
Update git submodules
* Update docs/submodules/fuel from branch 'master'
  - ci/deploy.sh: Remove extra '-s' in image dir path
    Change-Id: Iabadd8565b7fcac6d3361200f30310391daf6648
    Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Cédric Ollivier [Mon, 4 Sep 2017 21:27:50 +0000 (23:27 +0200)]
 
Update git submodules
* Update docs/submodules/domino from branch 'master'
  - Find lib and config files related to Domino package
    As Functest installs Domino via package run_multinode.sh should get
    them via the install dir.
    domino_cli.py detects if lib is installed via packages too.
    Otherwise the default behavior is unchanged.
    Change-Id: Ic11129a88e99538dfd5e43cebe7ccf8bba2d2410
    Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Michael Polenchuk [Tue, 5 Sep 2017 13:35:51 +0000 (17:35 +0400)]
 
Update git submodules
* Update docs/submodules/fuel from branch 'master'
  - [baremetal] Enable ceilometer/aodh services
    Change-Id: I34706afbdbcbdaace0b0ae6c2c2e8cb932812d4e
    Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
julien zhang [Tue, 5 Sep 2017 13:28:08 +0000 (13:28 +0000)]
 
Update git submodules
* Update docs/submodules/parser from branch 'master'
  - Merge "Support version of tosca_simple_yaml_1_1"
  - Support version of tosca_simple_yaml_1_1
    Currently tosca-parser only  support tosca_version_1_0, this patch will
    enable it to support tosca_version_1_1.
    This requirement is from ONAP, but not need to submit to OpenStack
    currently
    JIRA:PARSER-146
    Change-Id: If1bc470e3f2d18a606b312425241f27be33b65b4
    Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
Alexandru Avadanii [Tue, 5 Sep 2017 13:25:08 +0000 (13:25 +0000)]
 
Update git submodules
* Update docs/submodules/fuel from branch 'master'
  - Merge "build, deploy: Remove obsolete Fuel@Openstack code"
  - build, deploy: Remove obsolete Fuel@Openstack code
    JIRA: FUEL-278
    Change-Id: I30c04c325de5ac97aee172386de43201988646c5
    Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
shangxdy [Tue, 29 Aug 2017 08:42:20 +0000 (16:42 +0800)]
 
Update git submodules
* Update docs/submodules/parser from branch 'master'
  - Fix exceptions overwritten when nested import service topology
    Currently exceptions will be overwritten when import nested service
    topology, the patch will fix the issue.
    JIRA: PARSER-145
    Change-Id: I531755efe55b43aef304fa972773c63613c915ff
    Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
Linda Wang [Tue, 5 Sep 2017 12:22:27 +0000 (12:22 +0000)]
 
Update git submodules
* Update docs/submodules/functest from branch 'master'
  - unify all the return status as number
    Change-Id: I835a368fe78329e60e811e40c24f3609c7a8960c
    Signed-off-by: Linda Wang <wangwulin@huawei.com>
Ross Brattain [Tue, 5 Sep 2017 13:02:33 +0000 (13:02 +0000)]
 
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
  - Merge "Addition of Prox NSB changes in yardstick"
  - Addition of Prox NSB changes in yardstick
    JIRA: YARDSTICK-802
    Addition of Prox L2Fwd, MPLS test cases for BM and Heat.
    updates:
    Most of tg_prox and prox_vnf were absorbed into the base classes.
    delete most of ProxDpdkVnfSetupEnvHelper, it is handled by DpdkVnfSetupEnvHelper baseclass
    use standard _build_pipeline_kwargs methods
    don't use terminate() use baseclass version
    add new method kill_vnf that runs pkill -x
    replace resource_helper.execute() with vnf_execture for dumping stats
    In order to share code between tg_prox and vnf_prox
    refactor to have tg_prox hold and wrap a ProxApproxVnf instance and call
    methods on that class.   Do this instead of multiple-inheritance.
    Implement ProxApproxVnf.terminate() using prox socket command
    based exit, (stop_all, quit, force_quit).
    vnf_execute calls resource_helper.execute() which calls
    socket methods on the sut object.
    Since tg_prox wraps the VNF object, we can call
    terminate on the VNF object and it should work correctly.
    move prox config generation to parent process
        we need to get core number info from config file
        inside the TG processes, so we need to generate
        the config in the parent process so the data is
        copied to the child during the fork.
    moved more config file methods to the setup_helper class.
    we run force_quit after quit, so the socket should already be closed
    this will trigger socket error, so add _ignore_errors option for
    vnf_execute to ignore socket errors
    Fixed the terminate issue. Added MPLS tests.
    Added TG Stats in_packet/out_packet
    Fixed compile (pep8) issues
    Fixed MPLS TG port stats, in/out packets
    Added Grafana dashboards for L2FWD and MPLS
    Traffic profiles modified for tolerated loss and
    precision as per DATS tests.
    Added unit test case for Mpls
    Single port test stats collection support.
    Change-Id: Idd9493f597c668a3bb7d90e167e6a418546106e8
    Signed-off-by: Abhijit Sinha <abhijit.sinha@intel.com>
    Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Morgan Richomme [Tue, 5 Sep 2017 12:19:25 +0000 (12:19 +0000)]
 
Update git submodules
* Update docs/submodules/releng from branch 'master'
  - Merge "Refactored docker watchdog code"
  - Refactored docker watchdog code
    Removed start_containers fix as it was redundant. Checking jenkins
    job status for each module separately as deployment of one module
    doesn't depend on other module.
    Change-Id: I8ce34b9b7458ac56c9b866b5add539ad304095ed
    Signed-off-by: Sakala Venkata Krishna Rohit <rohitsakala@gmail.com>
Serena Feng [Tue, 5 Sep 2017 12:08:46 +0000 (12:08 +0000)]
 
Update git submodules
* Update docs/submodules/releng from branch 'master'
  - Merge "hide create_pod function from anonymous user"
  - hide create_pod function from anonymous user
    Querying pods is open to everybody
    But only login users are allowed to create the new pod
    Change-Id: I1c722580c2c51a8a8b0f84f1ffac451dff20b086
    Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Tomi Juvonen [Tue, 5 Sep 2017 12:07:27 +0000 (12:07 +0000)]
 
Update git submodules
* Update docs/submodules/doctor from branch 'master'
  - Merge "Add doctor-test package"
  - Add doctor-test package
    It also updates test-requirements.txt to conform with OpenStack
    stable/ocata and renames it requirements.txt.
    tests.main:main is considered as entry point and run.sh as script.
    run.sh could be renamed to avoid possible conflicts in functest.
    tox.ini is updated to pin the right versions and build files are
    filtered.
    The next dependencies can be safely removed:
      - paramiko
      - scp
      - python-openstackclient
      - python-ceilometerclient
      - virtualenv
    Change-Id: I2091cfe4751640bf83d77e1fdd713af1e31fa89d
    Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Bertrand Souville [Sun, 3 Sep 2017 19:59:58 +0000 (19:59 +0000)]
 
Update git submodules
* Update docs/submodules/promise from branch 'master'
  - Update run_promise_tests.py related to new Functest config values.
    JIRA: PROMISE-85
    Change-Id: Ib015f859ca1d5cc9ad0852db1ee915274c29140a
    Signed-off-by: Gerald Kunzmann <kunzmann@docomolab-euro.com>
    Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
SerenaFeng [Tue, 5 Sep 2017 09:14:16 +0000 (17:14 +0800)]
 
Update git submodules
* Update docs/submodules/releng from branch 'master'
  - bugfix: TestAPI start failed due to config.ini not found
    not specifying abspath, so that the config.ini is installed under
    /usr/local/etc/opnfv_testapi/config.ini
    Change-Id: If9f4d1ab2d6a67a4aa5b5d481f46e9eddb4a2cbb
    Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Cedric Ollivier [Tue, 5 Sep 2017 10:28:12 +0000 (10:28 +0000)]
 
Update git submodules
* Update docs/submodules/functest from branch 'master'
  - Merge "Stop downloading openbaton image."
  - Stop downloading openbaton image.
    It's downloaded in all CI runs and forbids several ones (timeout).
    Change-Id: I2f269d941990b7235eba7cc6d58ad17072495176
    Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cedric Ollivier [Tue, 5 Sep 2017 10:27:51 +0000 (10:27 +0000)]
 
Update git submodules
* Update docs/submodules/functest from branch 'master'
  - Merge "Stop using master for pip"
  - Stop using master for pip
    Rally cannot work via latest pip:
      [r.name.lower() for r in pip.req.parse_requirements(
      rally AttributeError: 'module' object has no attribute 'req'
    Badly it forbids building containers from a gerrit change.
    Change-Id: Ie60344b2a7793729823643ba2c1d3c30500d56c4
    Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cedric Ollivier [Tue, 5 Sep 2017 09:10:40 +0000 (09:10 +0000)]
 
Update git submodules
* Update docs/submodules/functest from branch 'master'
  - Merge "Create results/tempest dir for refstack config"
  - Create results/tempest dir for refstack config
    When generating refstack client reference tempest conf file,
    the step of tempest.conf backup is necessary.
    So if the dir results/tempest is absent, error shows:
    [Errno 2] No such file or directory:
    '/home/opnfv/functest/results/tempest/tempest.conf'
    Change-Id: I7aba5baff55a51881d125b28f99d71d0cc0a5c72
    Signed-off-by: Linda Wang <wangwulin@huawei.com>
Jun Li [Tue, 5 Sep 2017 08:32:25 +0000 (08:32 +0000)]
 
Update git submodules
* Update docs/submodules/releng from branch 'master'
  - Merge "Set volume_device_name=vdb for apex"
  - Set volume_device_name=vdb for apex
    Change-Id: I40a8359ea8ef868f79a02dcb824e80cd8b3385d1
    Signed-off-by: xudan <xudan16@huawei.com>
Serena Feng [Tue, 5 Sep 2017 08:24:46 +0000 (08:24 +0000)]
 
Update git submodules
* Update docs/submodules/releng from branch 'master'
  - Merge "bugfix: leverage data_files to stop hacking setup.py"
  - bugfix: leverage data_files to stop hacking setup.py
    1) leverage data_files to distribute ui related files, and dispatch
    them under /usr/local/share/opnfv_testapi
    2) delete hacking coding, no more extra processes
    3) utilize MANIFEST.in to include 3rd_party when producing a source distribution
    Change-Id: Idb83a02be11f6b24610191e9f85e0db80d92e972
    Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
SerenaFeng [Tue, 5 Sep 2017 03:45:45 +0000 (11:45 +0800)]
 
Update git submodules
* Update docs/submodules/releng from branch 'master'
  - bugfix: container start failed due to config_file set to Nonetype
    Traceback (most recent call last):
      File "/usr/local/bin/opnfv-testapi", line 6, in <module>
        from opnfv_testapi.cmd.server import main
      File "/usr/local/lib/python2.7/dist-packages/opnfv_testapi/cmd/server.py", line 34, in <module>
        from opnfv_testapi.common.config import CONF
      File "/usr/local/lib/python2.7/dist-packages/opnfv_testapi/common/config.py", line 67, in <module>
        CONF = Config()
      File "/usr/local/lib/python2.7/dist-packages/opnfv_testapi/common/config.py", line 21, in __init__
        self._parse()
      File "/usr/local/lib/python2.7/dist-packages/opnfv_testapi/common/config.py", line 29, in _parse
        if not os.path.exists(self.config_file):
      File "/usr/lib/python2.7/genericpath.py", line 18, in exists
        os.stat(path)
    TypeError: coercing to Unicode: need string or buffer, NoneType found
    Change-Id: Ifa26b5b52e7f1c19a773b02ecc1c45b59b5dc09b
    Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
hongbo tian [Tue, 5 Sep 2017 08:15:11 +0000 (08:15 +0000)]
 
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
  - Merge "Remove some tempest test cases that are not too common"
  - Remove some tempest test cases that are not too common
    Change-Id: I2a19b9f3e6c44bedef5d3cb20f480405e4d6d5e2
    Signed-off-by: xudan <xudan16@huawei.com>
Ross Brattain [Tue, 5 Sep 2017 07:28:48 +0000 (00:28 -0700)]
 
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
  - ansible: fix corrupt /etc/fstab boot error
    Change-Id: I71fdef5deff75cad434bf19f0a7e507c1dcc4ed3
    Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
valentin boucher [Tue, 5 Sep 2017 07:44:05 +0000 (07:44 +0000)]
 
Update git submodules
* Update docs/submodules/functest from branch 'master'
  - Merge "Enable tempest multinode tests"
  - Enable tempest multinode tests
    JIRA: FUNCTEST-774
    Change-Id: I259a9a37e40dba6a6594941d989e5aa1858e4a04
    Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
valentin boucher [Tue, 5 Sep 2017 07:43:26 +0000 (07:43 +0000)]
 
Update git submodules
* Update docs/submodules/functest from branch 'master'
  - Merge "Launch Functest RestApi once the container is run"
  - Launch Functest RestApi once the container is run
    And fix the handling about env prepare exception.
    Change-Id: I3e590e63157182c442602367a244d7ff647f8b7d
    Signed-off-by: Linda Wang <wangwulin@huawei.com>
Michael Polenchuk [Tue, 5 Sep 2017 07:40:46 +0000 (07:40 +0000)]
 
Update git submodules
* Update docs/submodules/fuel from branch 'master'
  - Merge "ci/deploy.sh, lib.sh: Align SSH_KEY with Jenkins"
  - ci/deploy.sh, lib.sh: Align SSH_KEY with Jenkins
    Jenkins defines a build param also called SSH_KEY, which holds
    the full path to our MCP private RSA key, as opposed to Fuel@OPNFV,
    which uses the file basename as SSH_KEY.
    Switch to using full path in SSH_KEY, while also moving the key
    outside /tmp.
    NOTE: When running `ci/deploy.sh` with sudo, key will land in
    /root/opnfv/mcp.rsa unless SSH_KEY is set via env var.
    While at it, bring back VM image storage dir param, allowing us
    to drop one more reference to /tmp.
    JIRA: FUEL-280
    Change-Id: Id1cfa6dbe7b2e6f3915b22281da5957333718401
    Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Linda Wang [Tue, 5 Sep 2017 03:51:06 +0000 (03:51 +0000)]
 
Update git submodules
* Update docs/submodules/functest from branch 'master'
  - Fix the cloudify_ims update quotas error
    Change-Id: I62376dd02dd95ebff54c1ebf963267c6534181ed
    Signed-off-by: Linda Wang <wangwulin@huawei.com>
Alex Yang [Tue, 5 Sep 2017 05:42:17 +0000 (13:42 +0800)]
 
Update git submodules
* Update docs/submodules/functest from branch 'master'
  - Delete some unittest which block the verify job
    The unittest of cloudify_vrouter cannot work now.
    Change-Id: I1b6c591458aefe9aec628a02239f5c611ec3676c
    Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Maciej Skrocki [Fri, 1 Sep 2017 22:33:53 +0000 (15:33 -0700)]
 
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
  - Introduced ansible playbook to setup NSB.
    Change-Id: I5865cd50d5fde26e9e9fc265d4385372d668413f
    Signed-off-by: Maciej Skrocki <maciej.skrocki@intel.com>
    Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Michael Polenchuk [Tue, 5 Sep 2017 07:04:09 +0000 (07:04 +0000)]
 
Update git submodules
* Update docs/submodules/fuel from branch 'master'
  - Merge "salt.sh: Execute deepclean before importing patches"
  - salt.sh: Execute deepclean before importing patches
    Deepcleaning can be useful when deploying from an existing local repo
    Change-Id: I3908d6533c744da7cc863a250f4158c6c0e8e169
    Signed-off-by: Junaid Ali <junaidali.yahya@gmail.com>
hongbo tian [Tue, 5 Sep 2017 06:24:51 +0000 (06:24 +0000)]
 
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
  - Merge "Add test area 'dynamic network runtime operations'"
  - Add test area 'dynamic network runtime operations'
    JIRA: DOVETAIL-473
    According to Dovetail addendum doc, add one test area about basic cloud
    capability 'dynamic network runtime operations through the life of a VNF'.
    Add the test specification about this test area.
    Change-Id: I59706bc4a5765cf779a03fc3c493e5a8d184c1dc
    Signed-off-by: xudan <xudan16@huawei.com>
Ross Brattain [Tue, 5 Sep 2017 03:43:55 +0000 (03:43 +0000)]
 
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
  - Merge "Adding intel_pmu tools plugin for collectd"
  - Adding intel_pmu tools plugin for collectd
    Change-Id: I81ff3d43d209e98188855c8b2eb302835bb5d417
    Signed-off-by: Neha Vadnere <neha.r.vadnere@intel.com>
    Signed-off-by: Deepak S <deepak.s@linux.intel.com>
    Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Deepak S [Sun, 3 Sep 2017 19:47:45 +0000 (12:47 -0700)]
 
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
  - Fix Ixload KPIs collection & hang issues.
    Change-Id: If679333dc1cb9e041a332fb374c55f72eaab1b28
    Signed-off-by: Deepak S <deepak.s@linux.intel.com>
    Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Zhijiang Hu [Tue, 5 Sep 2017 03:15:42 +0000 (03:15 +0000)]
 
Update git submodules
* Update docs/submodules/daisy from branch 'master'
  - Merge "Uniform the variable definition makefile_path.sh"
  - Uniform the variable definition makefile_path.sh
    replace all the "${TOOLS_PATH}/setup/bin_temp" statement to
    the variable $target_dir
    Change-Id: I62b95f1780a7cd5e0c8c4e60a5b0661a2a9937bd
    Signed-off-by: zhongjun <zhong.jun@zte.com.cn>
Serena Feng [Tue, 5 Sep 2017 02:00:33 +0000 (02:00 +0000)]
 
Update git submodules
* Update docs/submodules/releng from branch 'master'
  - Merge "improve: discard venv support for official product"
  - improve: discard venv support for official product
    virtual env is only to facilitate the development, not be used
    in official product, thus delete the support, let the developer
    manage their own development env.
    Change-Id: I33af882ab257e88b1e7a316d1d78197d6279933d
    Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
dongwenjuan [Mon, 28 Aug 2017 09:14:03 +0000 (17:14 +0800)]
 
Update git submodules
* Update docs/submodules/doctor from branch 'master'
  - add running profiler in python
    For support bash and python both, I don't refactor the profiler_poc file,
    just call the func in python main.
    JIRA: DOCTOR-117
    Change-Id: I5f06ecbd673c6a21acc94cc359a3f2b749b77b13
    Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
dongwenjuan [Mon, 14 Aug 2017 08:58:13 +0000 (16:58 +0800)]
 
Update git submodules
* Update docs/submodules/doctor from branch 'master'
  - refactor failure inject
    JIRA: DOCTOR-116
    Change-Id: I14deda4ccb47414cff139a522a9196b68e92500e
    Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
Ross Brattain [Mon, 4 Sep 2017 03:30:40 +0000 (20:30 -0700)]
 
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
  - test_create_keypair: fix op_utils mock and mock paramiko
    Change-Id: I5c039c0d4f4ba651209c7d5ca4e748f9151b5630
    Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Fatih Degirmenci [Mon, 4 Sep 2017 22:54:31 +0000 (22:54 +0000)]
 
Update git submodules
* Update docs/submodules/releng from branch 'master'
  - Merge changes from topic 'fuel-armband-deploy-sync'
    * changes:
      fuel, armband: Remove/disable artifact download
      fuel, armband: Remove build jobs and scripts
      fuel, armband: Drop armband-deploy.sh
      fuel, armband: Sync deploy scripts, cleanup
  - fuel, armband: Remove/disable artifact download
    Armband no longer requires any artifact before starting a deployment.
    Fuel (master and stable/E) no longer requires the artifact either,
    but since there are some stable/danube deploy jobs on ZTE PODs, we
    will hold off removing <fuel-download-artifact.sh> for a while.
    Deprecation warning: fuel-download-artifact.sh will be removed later.
    JIRA: ARMBAND-295
    Change-Id: I3b26733a1120306879eff83b9fac3390b3f5c7b8
    Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
  - fuel, armband: Remove build jobs and scripts
    While at it, cleanup obsolete parameters specific to build ops.
    JIRA: FUEL-277
    JIRA: FUEL-278
    Change-Id: Id45dfe6855c95c425ac9aa771519d450ba9da3b5
    Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
  - fuel, armband: Drop armband-deploy.sh
    Since armband-deploy.sh is merely a clone of fuel-deploy.sh, which
    we recently synced, drop armband-deploy.sh in favor of an universal
    fuel-deploy.sh, which will handle deploys for both projects.
    Change-Id: I653b4e67d9246951a284671e0cf559394661a1ad
    Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
  - fuel, armband: Sync deploy scripts, cleanup
    Run shellcheck on touched files, fix minor warnings.
    Prepare for upcoming changes:
    - ISO artifact will be obsoleted (later);
    - Fuel and Armband should use the same deploy script;
    Fuel:
    - rename securedlab local copy to lab-config;
    Armband:
    - drop deploy cache, Danube jobs can work without it, master/next
      jobs no longer use it;
    - move TMPDIR to $HOME (was in $WORKSPACE), so it's persistent;
    Change-Id: I9f8c47f9ca50de3c53c62ca6a08df0cc3a73abd3
    Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Mon, 4 Sep 2017 21:21:44 +0000 (23:21 +0200)]
 
Update git submodules
* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump & rebase for envsubst fix
    Change-Id: Ib766ce11464bd546d41dd5992527e91fdcbbb95e
    Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Mon, 4 Sep 2017 21:18:31 +0000 (23:18 +0200)]
 
Update git submodules
* Update docs/submodules/fuel from branch 'master'
  - lib.sh: Limit envsubst to certain variables
    This will prevent envsubst from expanding the SALT_REPO local
    variable in user-data.template.
    Change-Id: Idcc3ea827293ac0d3b4059776f90bbbcf807daec
    Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Mon, 4 Sep 2017 20:52:10 +0000 (22:52 +0200)]
 
Update git submodules
* Update docs/submodules/fuel from branch 'master'
  - patches/scripts: Fix whitespace in context
    git option '--ignore-whitespace' has issues, at least on certain
    versions of git, like 2.7.4.
    Work around it by adding the trailing whitespace we previously
    removed in patch context lines.
    Change-Id: Id192a87ec92c798fa808bb8ef38384160ee3faf5
    Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Cédric Ollivier [Fri, 18 Aug 2017 14:20:33 +0000 (16:20 +0200)]
 
Update git submodules
* Update docs/submodules/domino from branch 'master'
  - Add domino package
    It's required by Functest to ease integrating all OPNFV projects and
    their requirements.
    It also synchronizes requirements with stable/ocata and renames
    domino-cli to domino_cli to conform with common module names.
    It defines scripts and console_scripts to rely on $PATH.
    run_multimode.sh is adapted to correctly call client, cli and server.
    It should be noted that run.sh can raise conflicts if it's already
    provided by another OPNFV package and that run_on_remote_nodes.sh is
    not fully updated. Otherwise it obliges all OPNFV installers to be
    updated as well.
    run.sh is unchanged and it's called by releng from local directory.
    It may rise runtime issues if several files are not loaded via
    pkg_resources.
    Change-Id: Ibd9dd56f316609180aa432c6b7ee5a375d9af674
    Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Alexandru Avadanii [Mon, 4 Sep 2017 16:48:04 +0000 (18:48 +0200)]
 
Update git submodules
* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump & rebase for cinder support
    Change-Id: Ie116967d0dd909f1901e2099485795316a706ad7
    Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Mon, 4 Sep 2017 16:41:43 +0000 (16:41 +0000)]
 
Update git submodules
* Update docs/submodules/fuel from branch 'master'
  - Merge "salt.sh, user-data: Add Saltstack arm64 repo"
  - salt.sh, user-data: Add Saltstack arm64 repo
    These changes will only be applied on AArch64, based on `uname -m`.
    While at it, add arm64 suppport to salt-master-setup.sh.
    Upstream commit [1] broke Salt bootstrap on AArch64, by
    introducing an architecture condition that is too strict to allow
    Debian package installation (even if we provide our own repo).
    Add "arm64" to the list of supported architectures. This needs
    to be done on the fly, as the bootstrap script is fetched using
    `curl` from <salt-master-setup.sh>.
    [1] https://github.com/saltstack/salt-bootstrap/commit/
caa6d7d
    Change-Id: Id706a74a52ffe2f8b8c9dd3b9f70c78f35b2f745
    Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
 
Morgan Richomme [Mon, 4 Sep 2017 14:29:05 +0000 (14:29 +0000)]
 
Update git submodules
* Update docs/submodules/functest from branch 'master'
  - Merge "More support of snaps for VNF"
  - More support of snaps for VNF
    Remove OpenStack utils in vnf_base
    Support snaps for quotas management in cloudify_ims
    Change-Id: I44e5b01bb26569276133e85dfc25bc2cceb03056
    Signed-off-by: boucherv <valentin.boucher@orange.com>
Cedric Ollivier [Mon, 4 Sep 2017 14:18:56 +0000 (14:18 +0000)]
 
Update git submodules
* Update docs/submodules/functest from branch 'master'
  - Merge "Fix get_port_by_name in ims testcases"
  - Fix get_port_by_name in ims testcases
    Now there isn't a function named get_port_by_name in [1].
    Use get_port to replace it.
    [1]: https://git.opnfv.org/snaps/tree/snaps/openstack/utils/neutron_utils.py
    Change-Id: Ide5d6b497092f66abe6b0452841007808ee908e6
    Signed-off-by: Alex Yang <yangyang1@zte.com.cn>