Ross Brattain [Tue, 14 Mar 2017 05:08:06 +0000 (22:08 -0700)]
 
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
  - Add Ansible executor class for node context
    import the AnsibleCommon class to execute Ansible playbooks
    Update node context support to use AnsibleCommon
    needs unittests
    We must call ansible-playbook as an executable, so we must create temp
    files for inventory, and for the playbooks.
    AnsibleCommon has evolved to be quite flexible, it auto-generates the
    inventory from the context['nodes'] and generates groups from the node
    Role.
    We also support either a single playbook filename, or a list of
    filenames.
    If given a list we dynamically generate a playbook that includes the
    other playbooks.
    We support adding any number of extra_vars using a temp JSON file.
    Also designed to be extended by subclassing.
    Change-Id: I5bd0a2b4547feaadd70b7e2b8801f19371b99df0
    Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Narinder Gupta [Sat, 12 Aug 2017 00:32:44 +0000 (19:32 -0500)]
 
Update git submodules
* Update docs/submodules/joid from branch 'master'
  - Adding port 5240 along with MAAS_URL needed for non x86
    architecture.
    Change-Id: Ia30ced70185d3f42529f49621f46e539c8c006e6
    Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Ross Brattain [Fri, 11 Aug 2017 21:38:28 +0000 (14:38 -0700)]
 
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
  - ixia: VNF id must match class name
    The class name is IxiaTrafficGen
    Change-Id: Ie18be44c7b58d50f13e9a5df50afa3e02fc0cce3
    Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Trevor Bramwell [Fri, 11 Aug 2017 19:49:49 +0000 (19:49 +0000)]
 
Update git submodules
* Update docs/submodules/releng from branch 'master'
  - Merge "Add jjb script for nfvbench to build the nfvbench VM"
  - Add jjb script for nfvbench to build the nfvbench VM
    Change-Id: I02b17840bdd03396b39401d03b1f9224cd899161
    Signed-off-by: ahothan <ahothan@cisco.com>
Ross Brattain [Fri, 11 Aug 2017 17:47:29 +0000 (17:47 +0000)]
 
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
  - Merge "yardstick setup ansible, including load_images"
  - yardstick setup ansible, including load_images
    also update to cirros 0.3.5
    added PROX compilation
    add create_node_pod_yaml role
    JIRA: YARDSTICK-639
    Change-Id: If5999841287a54c7e5c64a7cc487c6394df90424
    Signed-off-by: Malanik Jan <janx.malanik@intel.com>
    Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Trevor Bramwell [Fri, 11 Aug 2017 17:23:38 +0000 (17:23 +0000)]
 
Update git submodules
* Update docs/submodules/releng from branch 'master'
  - Merge "[qtip] Update shell in qtip integration job"
  - [qtip] Update shell in qtip integration job
    Change-Id: I6c3fa3aaaf6f017a014a9e2294995e5a915fdbe8
    Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
kalyanreddy [Wed, 9 Aug 2017 18:29:36 +0000 (11:29 -0700)]
 
Update git submodules
* Update docs/submodules/kvmfornfv from branch 'master'
  - Removing phy2phy_tput_mod_vlan test case execution from daily job
    This patch is used to remove phy2phy_tput_mod_vlan packet forwarding
    test case execution from kvmfornfv daily job as this test case has no
    guest involved.
    Kvmfornfv will execute only test cases that involves atleast one or more
    guests.
    Note: phy2phy_tput test case is an exception and will be used in future
    for comparing results and debugging if needed.
    Change-Id: I698361a82db7102d23146f8ffb1f1d1ef05b0621
    Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
ahothan [Fri, 11 Aug 2017 16:12:21 +0000 (09:12 -0700)]
 
Update git submodules
* Update docs/submodules/nfvbench from branch 'master'
  - Fix NFVBENCH-2 Cleanup after error causes a AttributeError exception
    Change-Id: Ifd31ded84ae2ba077c7ee351c703b9bb6b31622f
    Signed-off-by: ahothan <ahothan@cisco.com>
ahothan [Fri, 11 Aug 2017 16:03:12 +0000 (09:03 -0700)]
 
Update git submodules
* Update docs/submodules/nfvbench from branch 'master'
  - Fix NFVBENCH-3 config is modified by plugin causing side effects
    Change-Id: I2b61e7be346333ff2ba26e14582c9c7c7f92a416
    Signed-off-by: ahothan <ahothan@cisco.com>
Steven Pisarski [Fri, 11 Aug 2017 14:47:56 +0000 (14:47 +0000)]
 
Update git submodules
* Update docs/submodules/snaps from branch 'master'
  - Merge "Scripts to allow Jenkins to run the SNAPS-OO tests."
  - Scripts to allow Jenkins to run the SNAPS-OO tests.
    JIRA: SNAPS-80
    Change-Id: I7d634a5484752194d7796e841233bf387c1aeafe
    Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Steven Pisarski [Fri, 11 Aug 2017 14:46:05 +0000 (14:46 +0000)]
 
Update git submodules
* Update docs/submodules/snaps from branch 'master'
  - Merge "SNAPS Stack creators can now return SNAPS network creators."
  - SNAPS Stack creators can now return SNAPS network creators.
    As Heat Stacks are responsible for spawning objects in OpenStack,
    the class OpenStackHeatStack which is responsible for applying and
    managing the state of a stack now can retrieve OpenStackNetwork
    objects for the networks created in the stack for clients who would
    like to query the networks and subnets or update them outside of
    Heat.
    JIRA: SNAPS-171
    Change-Id: I9bf0b81d4f7bfeb1b6392f345022c7d9a57d0415
    Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Linda Wang [Fri, 11 Aug 2017 08:50:42 +0000 (08:50 +0000)]
 
Update git submodules
* Update docs/submodules/snaps from branch 'master'
  - Assign a role to the new user
    Fix the patch: https://gerrit.opnfv.org/gerrit/#/c/37079
    2 tests are influenced:
        test_create_project_sec_grp_one_user
        test_create_project_sec_grp_two_users
    Change-Id: I5b2bad3b0b1c3394848de913ac5f161eb1172a3e
    Signed-off-by: Linda Wang <wangwulin@huawei.com>
Alexandru Avadanii [Fri, 11 Aug 2017 13:45:17 +0000 (15:45 +0200)]
 
Update git submodules
* Update docs/submodules/armband from branch 'master'
  - p/fuel: Rebase after lib.sh VGA patch got upstream
    Change-Id: Ibf6f633873e7dce9c38f6952710b7937b1290ac3
    Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Fri, 11 Aug 2017 13:35:24 +0000 (13:35 +0000)]
 
Update git submodules
* Update docs/submodules/fuel from branch 'master'
  - Merge "maas: region: credentials workaround, force sync"
  - maas: region: credentials workaround, force sync
    Workaround the issues described in [1], stating that salt-formula-maas
    package cannot set an autogenerated PostgreSQL password, respectively
    the known error thrown during initial setup.
    FIXME: These should be reverted later, after fixing the MaaS password
    update and initial artifact sync in the salt formula / scripts.
    [1] https://docs.mirantis.com/mcp/1.0/mcp-deployment-guide/\
        install-base-infra/set-up-bare-metal-provisioner/configure-maas-vm.html
    Change-Id: I8b37f55d3caa4119c64f9549578850dd4eb9e3ad
    Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Serena Feng [Fri, 11 Aug 2017 13:34:20 +0000 (13:34 +0000)]
 
Update git submodules
* Update docs/submodules/releng from branch 'master'
  - Merge "Rename odl_l3 to odl"
  - Rename odl_l3 to odl
    Rename all scenarios with "odl_l3" in their name in Euphrates to
    just "odl".
    Change-Id: If2bff0da79f79b9305771d2fc575db1606cd4bf9
    Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
Alexandru Avadanii [Fri, 11 Aug 2017 13:24:18 +0000 (13:24 +0000)]
 
Update git submodules
* Update docs/submodules/fuel from branch 'master'
  - Merge "lib.sh: AArch64: Use VGA video mode for guests"
  - lib.sh: AArch64: Use VGA video mode for guests
    On AArch64, there is no Cirrus video, so use VGA mode instead.
    On Debian systems, also fix a missing link for vgabios-stdvga.bin.
    Based on previous Armband work from [1].
    [1] https://github.com/opnfv/armband/blob/danube.2.0/patches/fuel-library/
        arm64-bug-fixes/0002-Install-vgabios-and-link-for-aarch64.patch
    Change-Id: Ia84ea5536b68e14993b719488375b0041183a767
    Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Narinder Gupta [Fri, 11 Aug 2017 12:58:50 +0000 (07:58 -0500)]
 
Update git submodules
* Update docs/submodules/joid from branch 'master'
  - remove precise image upload which is not supported anymore.
    Change-Id: I221e5617145848ff425161ed9bdd89001e4d76f7
    Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Morgan Richomme [Fri, 11 Aug 2017 12:14:01 +0000 (12:14 +0000)]
 
Update git submodules
* Update docs/submodules/releng from branch 'master'
  - Merge "Initiate packetization of Testing reporting"
  - Initiate packetization of Testing reporting
    Testing reporting provides
    - static reporting pages [1] (jinja2)
    - landing pages including test case catalogue [2] (angular)
    It consumes the Test API to build web pages providing status for
    the testing projects (so far functest, yardstick, storperf and
    qtip).
    Dockerization has been initiated [3]. The goal is to replace the
    static page hosted on testresults.opnfv.org by a docker regenerated
    and redeployed when reporting code is changed
    But the docker and more generally the testing reporting directory
    must be refactored to
    - manage dependencies properly
    - leverage tox (py27, docs, pylint, pep8)
    This patch
    - setups tox (py27, pep8, pylint, docs)
    - integrate the requirement management
    - fix pep8 errors
    - introduce 1 dummy unit test
    This patch does not
    - fix pylint errors
    - create any doc
    [1]: http://testresults.opnfv.org/reporting2/display/index.html
    [2]: http://testresults.opnfv.org/reporting2/reporting/index.html
    [3]: https://gerrit.opnfv.org/gerrit/#/c/36735/
    Change-Id: I4613de7ca7036d6c6bbb8f58ade492b1d673599b
    Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Michael Polenchuk [Fri, 11 Aug 2017 10:30:45 +0000 (10:30 +0000)]
 
Update git submodules
* Update docs/submodules/fuel from branch 'master'
  - Revert "Switch distrib revision to testing"
    There is no much difference between nightly vs testing repos.
    This reverts commit 
052a1626da71d232431b3a9faf576a76db61f10e.
    Change-Id: I40f60ddc2c9e1e59c7c4eb0be59ae19b00b7fb9b
    Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
 
Harry Huang [Tue, 25 Jul 2017 09:01:04 +0000 (17:01 +0800)]
 
Update git submodules
* Update docs/submodules/compass4nfv from branch 'master'
  - Adapt network.yml to OpenStack Ansible
    JIRA:COMPASS-557
    1. modify sys_intf_mappings and ip_settings in
    network.yml to synchronize with OSA network.
    networks compass build will be mgmt, external,
    tenant, storage.
    2. modify compass_conf to support new netwok.yml
    3. fix some hard coding when transfer ip parameters
    4. support heterogeneous network
    Change-Id: Ib4a8af1f96a40e6456242e3dc2b456e0c8c17c2e
    Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
chenjiankun [Wed, 9 Aug 2017 03:23:58 +0000 (03:23 +0000)]
 
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
  - Add real time log view in GUI
    JIRA: YARDSTICK-775
    We have GUI now, but we can't see real time log in GUI view.
    So I add real time log view in GUI.
    Change-Id: Ie83f327ef0a94302afa6b3def764fec6ef5818d1
    Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
Jing Lu [Fri, 11 Aug 2017 09:16:42 +0000 (09:16 +0000)]
 
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add common openstack opertation scenarios: image & volume"
  - Add common openstack opertation scenarios: image & volume
    JIRA: YARDSTICK-781
    This patch adds some common openstack opertation scenarios
    Change-Id: I3de7dbb30eaebac4feebcf07dd6a0d2bdcf428d9
    Signed-off-by: JingLu5 <lvjing5@huawei.com>
zhihui wu [Fri, 11 Aug 2017 08:43:43 +0000 (08:43 +0000)]
 
Update git submodules
* Update docs/submodules/qtip from branch 'master'
  - Merge "refactor: run storperf scripts in qtip container"
  - refactor: run storperf scripts in qtip container
    The preious storperf scripts can only be run based on the host.
    This patch will make them run in qtip container.
    JIRA: QTIP-248
    README.md will tell you how to use these scripts.
    Change-Id: I4d2d51f859499e6e56ae8692d880cbde27297b82
    Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
Kubi [Fri, 11 Aug 2017 07:55:43 +0000 (07:55 +0000)]
 
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
  - Merge "bugfix: tc038 ssh default wait 3600s"
  - bugfix: tc038 ssh default wait 3600s
    JIRA: YARDSTICK-771
    Change-Id: Ibcd2228505d341feb09b0d477e5f4ed6062c1e89
    Signed-off-by: rexlee8776 <limingjiang@huawei.com>
Kubi [Fri, 11 Aug 2017 07:54:37 +0000 (07:54 +0000)]
 
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add common openstack opertation scenarios: flavor & server"
  - Add common openstack opertation scenarios: flavor & server
    JIRA: YARDSTICK-781
    This patch adds some common openstack opertation scenarios
    Change-Id: I9e84a8894fe9b9c1754a45a0ddfdf93739164b9a
    Signed-off-by: JingLu5 <lvjing5@huawei.com>
Cédric Ollivier [Thu, 10 Aug 2017 16:07:45 +0000 (18:07 +0200)]
 
Update git submodules
* Update docs/submodules/functest from branch 'master'
  - Keep the promise working dir in /src
    Otherwise npm install fails.
    Change-Id: I1be15bc83e0dfab1ad1471106326ff347385f31e
    Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
zhongjun [Thu, 10 Aug 2017 11:34:10 +0000 (19:34 +0800)]
 
Update git submodules
* Update docs/submodules/daisy from branch 'master'
  - Add more unit test case in test_get_conf.py
    Add more unit test cases by pytest parametrize fixture.
    Change-Id: I208bcff9af79b73556638e20df96235c4ac60ee2
    Signed-off-by: zhongjun <zhong.jun@zte.com.cn>
Jiang, Yunhong [Fri, 11 Aug 2017 05:42:51 +0000 (05:42 +0000)]
 
Update git submodules
* Update docs/submodules/kvmfornfv from branch 'master'
  - Merge "Adding packet forward test cases involving multiple VMs"
  - Adding packet forward test cases involving multiple VMs
    This patch is used to enable packet forwarding PXP deployment test
    cases that involves multiple VMs connected in series.
    Change-Id: I74d3e9a1c028ebd9298d95078bf3102f0b836a7d
    Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
Jiang, Yunhong [Fri, 11 Aug 2017 05:42:21 +0000 (05:42 +0000)]
 
Update git submodules
* Update docs/submodules/kvmfornfv from branch 'master'
  - Merge "Enabling test cases execution as part of daily job"
  - Enabling test cases execution as part of daily job
    This patch is used to enable cyclictest and packet forwarding test cases
    execution as part of kvmfornfv daily job.
    Change-Id: Ic8d752b771a62932d5efe09750f473041375d30c
    Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
Ross Brattain [Fri, 11 Aug 2017 04:26:07 +0000 (04:26 +0000)]
 
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
  - Merge "UDP relay"
  - UDP relay
    Change-Id: I598f6f98f94f70334139966cc170832c90ea9aa6
    Signed-off-by: Deepak S <deepak.s@linux.intel.com>
    Signed-off-by: Edward MacGillivray <edward.s.macgillivray@intel.com>
    Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
AakashKT [Thu, 10 Aug 2017 18:11:35 +0000 (23:41 +0530)]
 
Update git submodules
* Update docs/submodules/joid from branch 'master'
  - Switched to correct installation method for docker in clearwater deployment scripts
    Change-Id: Id6551c43488d5fbdef169285c5741e22bd00bea8
    Signed-off-by: Aakash KT <aakash.kt@research.iiit.ac.in>
Jing Lu [Fri, 11 Aug 2017 03:47:23 +0000 (03:47 +0000)]
 
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
  - Merge "New storage test case: Bonnie++"
  - New storage test case: Bonnie++
    JIRA: YARDSTICK-770
    Bonnie++ is a disk and file system benchmarking tool for measuring I/O performance.
    With Bonnie++ you can quickly and easily produce a meaningful value to represent
    your current file system performance.
    This work is add new storage test case using Bonnie++.
    Change-Id: I752fee156707cda730962c68d17fda4d4e9cd472
    Signed-off-by: JingLu5 <lvjing5@huawei.com>
Ross Brattain [Fri, 11 Aug 2017 02:52:24 +0000 (02:52 +0000)]
 
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
  - Merge "Sample CGNAPT VNF"
  - Sample CGNAPT VNF
    Change-Id: I0f5555a1674a5ecb7e2afb508d495b7872c90757
    Signed-off-by: Deepak S <deepak.s@linux.intel.com>
    Signed-off-by: Edward MacGillivray <edward.s.macgillivray@intel.com>
    Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Deepak S [Tue, 20 Jun 2017 21:15:50 +0000 (14:15 -0700)]
 
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
  - Sample VFW VNF
    Change-Id: I32ca166cd6d818b57bbcfaf7c7e5a65b7147ba8d
    Signed-off-by: Deepak S <deepak.s@linux.intel.com>
    Signed-off-by: Edward MacGillivray <edward.s.macgillivray@intel.com>
    Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Leo wang [Fri, 11 Aug 2017 01:42:36 +0000 (01:42 +0000)]
 
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
  - Merge "create a tar file for logs"
  - create a tar file for logs
    JIRA: DOVETAIL-479
    User may want to upload all logs along with the results,
    so others may check the running logs to make sure what' s going on during the test.
    Change-Id: Ice906264bbdf091d3353d6d2e146653aeb057f5f
    Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
Leo wang [Fri, 11 Aug 2017 01:42:03 +0000 (01:42 +0000)]
 
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
  - Merge "Add Tempest test cases to Dovetail CI daily jobs"
  - Add Tempest test cases to Dovetail CI daily jobs
    JIRA: DOVETAIL-478
    JIRA: DOVETAIL-473 adds 6 test areas:
    - forwarding packets through virtual networks in data path
    - filtering packets based on security rules and port security in data path
    - dynamic network runtime operations through the life of a VNF
    - correct behavior after common virtual machine life cycles events
    - simple virtual machine resource scheduling on multiple nodes
    - storage security
    Add Tempest test cases belong to this 6 test areas to Dovetail CI daily jobs.
    Change-Id: I1535d96f3a85cdd8ac4f0c4375c68ce47bd9df93
    Signed-off-by: xudan <xudan16@huawei.com>
zhihui wu [Fri, 11 Aug 2017 00:48:47 +0000 (00:48 +0000)]
 
Update git submodules
* Update docs/submodules/qtip from branch 'master'
  - Merge "Optimize Dockerfile"
  - Optimize Dockerfile
    - Add new packages what storperf scripts need : curl and wget
    - Minimize the number of layers
    - ansible is already in requirements.txt, delete the apt-get commands
    Change-Id: Ie04d6618737146674396a7c005a247829f06c1d9
    Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
Tim Rozet [Fri, 11 Aug 2017 00:45:04 +0000 (00:45 +0000)]
 
Update git submodules
* Update docs/submodules/apex from branch 'master'
  - Merge "Remove extra VPP interface from fdio-nosdn scenarios"
  - Remove extra VPP interface from fdio-nosdn scenarios
    Also set NeutronNetworkVLANRanges for daily environment.
    JIRA: APEX-502
    Change-Id: I0a53ad8b0bce7a721104b84a2aa7ea38c510a7e7
    Signed-off-by: Feng Pan <fpan@redhat.com>
Yujun Zhang [Fri, 11 Aug 2017 00:25:21 +0000 (00:25 +0000)]
 
Update git submodules
* Update docs/submodules/qtip from branch 'master'
  - Merge "Fix bug in apex inventory"
  - Fix bug in apex inventory
    The default user for overcloud should be heat-admin
    JIRA: QTIP-267
    Change-Id: Ie868b1a925ca0eaa0292bdfb99d0e328e820f8aa
    Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Dan Radez [Tue, 8 Aug 2017 20:03:10 +0000 (16:03 -0400)]
 
Update git submodules
* Update docs/submodules/apex from branch 'master'
  - moving OVS NSH build to x86_64 specific
    Change-Id: I85ae26a26d6fb07620f5ba7419cb375e6c5fd411
    Signed-off-by: Dan Radez <dradez@redhat.com>
Ross Brattain [Thu, 10 Aug 2017 19:53:49 +0000 (19:53 +0000)]
 
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
  - Merge "NSB fixes: docstring, whitespace, etc."
  - NSB fixes: docstring, whitespace, etc.
    remove unused docstring params
    remove whitespace
    fix sudo vnf_build command
    ignore stdout
    Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
    Change-Id: I6fcdbb0ed4bc6b7fc2f557529f5ff9fd960c05e9
Cedric Ollivier [Thu, 10 Aug 2017 14:40:57 +0000 (14:40 +0000)]
 
Update git submodules
* Update docs/submodules/functest from branch 'master'
  - Merge "Integrate the netready package"
  - Integrate the netready package
    It also adds the related testcases in functest-features.
    Change-Id: I584da9d890622c1bdd2ace0b12b4be37250fda56
    Depends-On: I3842e6828f60972cb1df0bc15f849cd08badd895
    Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cedric Ollivier [Thu, 10 Aug 2017 14:40:31 +0000 (14:40 +0000)]
 
Update git submodules
* Update docs/submodules/functest from branch 'master'
  - Merge "Integrate the promise package"
  - Integrate the promise package
    Change-Id: I128bfa62b9ccd8e53683def329e8470693c2e556
    Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Linda Wang [Thu, 10 Aug 2017 12:06:05 +0000 (12:06 +0000)]
 
Update git submodules
* Update docs/submodules/functest from branch 'master'
  - Fix the logic of adding/updating tempest.conf
    Change-Id: I850311a9306607106836f24594019e98d2fd9499
    Signed-off-by: Linda Wang <wangwulin@huawei.com>
Cédric Ollivier [Mon, 7 Aug 2017 08:25:35 +0000 (10:25 +0200)]
 
Update git submodules
* Update docs/submodules/netready from branch 'master'
  - Add netready package
    It eases how Functest installs/runs it (see testcases.yaml [1]).
    [1] https://git.opnfv.org/functest/tree/functest/ci/testcases.yaml
    Change-Id: I3842e6828f60972cb1df0bc15f849cd08badd895
    Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Martin Kulhavy [Thu, 10 Aug 2017 11:25:03 +0000 (14:25 +0300)]
 
Update git submodules
* Update docs/submodules/releng from branch 'master'
  - Don't convert JOID depl. mode from noha to nonha
    JOID is not using nonha deployment mode anymore.
    Reference change in JOID: https://gerrit.opnfv.org/gerrit/38973
    Change-Id: Idc901551862d3936246afc06f0a97ab15d10b91d
    Signed-off-by: Martin Kulhavy <martin.kulhavy@nokia.com>
spisarski [Mon, 7 Aug 2017 20:14:06 +0000 (14:14 -0600)]
 
Update git submodules
* Update docs/submodules/snaps from branch 'master'
  - Added feature to update the quotas on a project/tenant.
    JIRA: SNAPS-170
    Change-Id: Icf494dd2bddc338b8e85259b0400c0950d2332bc
    Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Narinder Gupta [Thu, 10 Aug 2017 11:18:33 +0000 (11:18 +0000)]
 
Update git submodules
* Update docs/submodules/joid from branch 'master'
  - Merge "Change the deployment mode from 'nonha' to 'noha'"
  - Change the deployment mode from 'nonha' to 'noha'
    To conform with the OPNFV scenario naming pattern, the mode of the
    scenario must be either 'ha' or 'noha'.
    Reference: https://wiki.opnfv.org/display/INF/CI+Scenario+Naming
    Change-Id: I99a2ffb40dd1e0f0d155af985498d27e00817188
    Signed-off-by: Martin Kulhavy <martin.kulhavy@nokia.com>
Narinder Gupta [Thu, 10 Aug 2017 10:50:03 +0000 (05:50 -0500)]
 
Update git submodules
* Update docs/submodules/joid from branch 'master'
  - modfiied to check more strict API_DOMAIN
    Change-Id: If45ad3e25243c666eeb420e9e43b3bc9896bcfa3
    Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Umar Farooq [Thu, 13 Jul 2017 10:20:56 +0000 (12:20 +0200)]
 
Update git submodules
* Update docs/submodules/doctor from branch 'master'
  - Add Collectd as a Monitor Type
    A plugin for collectd is added to use collectd on compute as a
    monitor type. Monitor files are updated accordingly.
    The inspector now listens on all interfaces instead of only
    localhost to enable it to communicate with compute node.
    JIRA: DOCTOR-86
    JIRA: DOCTOR-101
    Change-Id: Idc834d428152e4687020eff7d8db36a652b1bf86
    Signed-off-by: Umar Farooq <umar.farooq@neclab.eu>
Morgan Richomme [Thu, 10 Aug 2017 09:26:46 +0000 (09:26 +0000)]
 
Update git submodules
* Update docs/submodules/functest from branch 'master'
  - Merge "Improved error handling when Energy recorder API is unavailable."
  - Improved error handling when Energy recorder API is unavailable.
    Log verbosity is reduced when API is discovered unavailable.
    Avoid next calls to API if unavailable at config loading.
    Change-Id: I68d169396335ae3891e4b808062058945fc2eca1
    Signed-off-by: Benoit HERARD <benoit.herard@orange.com>
Cedric Ollivier [Thu, 10 Aug 2017 09:23:50 +0000 (09:23 +0000)]
 
Update git submodules
* Update docs/submodules/functest from branch 'master'
  - Merge "Record the test cases passed in tempest"
  - Record the test cases passed in tempest
    Also, convert the test cases recorded with string into list
    Change-Id: Ie3980a555b4042e6fe9706320d33d4ec4c06ea0c
    Signed-off-by: Linda Wang <wangwulin@huawei.com>
Cedric Ollivier [Thu, 10 Aug 2017 09:21:58 +0000 (09:21 +0000)]
 
Update git submodules
* Update docs/submodules/functest from branch 'master'
  - Merge "Add copper and domino in functest-features"
  - Add copper and domino in functest-features
    Change-Id: I6f7a35b84c9b7f8cde88998f545b30cc200c8ff1
    Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cedric Ollivier [Thu, 10 Aug 2017 08:58:43 +0000 (08:58 +0000)]
 
Update git submodules
* Update docs/submodules/functest from branch 'master'
  - Merge "Switch to Docker post_checkout hooks"
  - Switch to Docker post_checkout hooks
    Automated builds work when Dockerfile is modified after checkout.
    Otherwise they are not triggered [1].
    [1] https://github.com/docker/hub-feedback/issues/518
    Change-Id: I6ba9e06f9e62011d2f1c1788f2647b1175842ef3
    Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cedric Ollivier [Thu, 10 Aug 2017 08:58:27 +0000 (08:58 +0000)]
 
Update git submodules
* Update docs/submodules/functest from branch 'master'
  - Merge "Fix import and docstrings in onos/teston"
  - Fix import and docstrings in onos/teston
    Change-Id: Ie38f3b0ab8805cd7ca3e946533be37598be9434e
    Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cedric Ollivier [Thu, 10 Aug 2017 08:58:12 +0000 (08:58 +0000)]
 
Update git submodules
* Update docs/submodules/functest from branch 'master'
  - Merge "Remove rnc unit test dir as empty"
  - Remove rnc unit test dir as empty
    Change-Id: Id52e49b41f36c58a849c304eed543f8a8465ff9e
    Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cedric Ollivier [Thu, 10 Aug 2017 08:57:52 +0000 (08:57 +0000)]
 
Update git submodules
* Update docs/submodules/functest from branch 'master'
  - Merge "Add functest-components based on Alpine"
  - Add functest-components based on Alpine
    It integrates the whole test suite:
      - tempest_full_parallel
      - tempest_custom
      - rally_full
    Change-Id: If215d8e12262072828f348ac323dba963849bf14
    Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cedric Ollivier [Thu, 10 Aug 2017 08:57:34 +0000 (08:57 +0000)]
 
Update git submodules
* Update docs/submodules/functest from branch 'master'
  - Merge "Add functest-features based on Alpine"
  - Add functest-features based on Alpine
    It integrates the next testcases:
      - bgpvpn
      - security_scan
      - functest-odl-sfc
      - barometercollectd
    It also modifies several cmds in the former testcases.yaml to ensure
    backward compatibility.
    Depends-On: I75aaf950f7b072c142fa9894cef7ef7f057adac3
    Depends-On: I50219cad42bf0e085c2edf2e1abe149c2e057a99
    Change-Id: Idf3d6b4a769edd1a5401748886e0ed64d4f5f281
    Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Morgan Richomme [Thu, 10 Aug 2017 08:56:10 +0000 (08:56 +0000)]
 
Update git submodules
* Update docs/submodules/functest from branch 'master'
  - Merge "Add/Update tempest.conf via a specific file"
  - Add/Update tempest.conf via a specific file
    Provides a convenient way to configure all params which users required.
    JIRA: FUNCTEST-860
    Change-Id: Iadfb704285f94530e1023ee780138f22dd672d33
    Signed-off-by: Linda Wang <wangwulin@huawei.com>
Yu Yang (Gabriel) [Thu, 10 Aug 2017 08:34:18 +0000 (08:34 +0000)]
 
Update git submodules
* Update docs/submodules/bottlenecks from branch 'master'
  - Merge "VNF characterizaion scale_out test, untested"
  - VNF characterizaion scale_out test, untested
    The purpose of this test is to increase the
    number of VNFs being tested while monitoring
    aggregate performance scaling.
    requires https://gerrit.opnfv.org/gerrit/#/c/37993
    Change-Id: I0015ef0326859512c7b9ab4c57ef9b5a710ca852
    Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Yu Yang (Gabriel) [Thu, 10 Aug 2017 08:33:28 +0000 (08:33 +0000)]
 
Update git submodules
* Update docs/submodules/bottlenecks from branch 'master'
  - Merge "VNF characterization scale_up test, untested"
  - VNF characterization scale_up test, untested
    The purpose of this test is to increase the amount
    of resources provided to the VNF and monitor the ablilty
    of the VNF to scale
    requires https://gerrit.opnfv.org/gerrit/#/c/37991/
    Change-Id: I4e2384ef120dea2348a623acc1d439696d95e73b
    Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Yu Yang (Gabriel) [Thu, 10 Aug 2017 08:32:34 +0000 (08:32 +0000)]
 
Update git submodules
* Update docs/submodules/bottlenecks from branch 'master'
  - Merge "system bandwidth testcase frame rebuild"
  - system bandwidth testcase frame rebuild
    JIRA: BOTTLENECK-177
    This patch will debug some error in system bandwidth testcase.
    use the new docker way to test this testcase.
    Bug fix about dashboard and test framework.
    Change-Id: I7167ffd75efab9a7780407aa5b9a4337ebb9b4c7
    Signed-off-by: liyin <liyin11@huawei.com>
Cedric Ollivier [Thu, 10 Aug 2017 08:21:36 +0000 (08:21 +0000)]
 
Update git submodules
* Update docs/submodules/functest from branch 'master'
  - Merge "Clean smoke requirements"
  - Clean smoke requirements
    Change-Id: I16884fa550e9b42cd0b57338c4b8b6598ac33dbb
    Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cedric Ollivier [Thu, 10 Aug 2017 08:21:28 +0000 (08:21 +0000)]
 
Update git submodules
* Update docs/submodules/functest from branch 'master'
  - Merge "Add all ODL testcases in functest-smoke"
  - Add all ODL testcases in functest-smoke
    It clones the related git repositories in /src and adapts the former
    Dockerfiles too.
    Change-Id: Ied5016f8cd5ed49f4e29bae5aa4413fad2477637
    Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Wed, 2 Aug 2017 09:54:19 +0000 (11:54 +0200)]
 
Update git submodules
* Update docs/submodules/sdnvpn from branch 'master'
  - Install run_sdnvpn_tests.py in $PATH
    It eases how Functest runs it (see testcases.yaml [1]).
    The former run_tests.py is renamed to avoid duplicated binaries (see
    [2] and [3]).
    [1] https://git.opnfv.org/functest/tree/functest/ci/testcases.yaml
    [2] https://git.opnfv.org/sfc/tree/sfc/tests/functest/run_tests.py
    [3] https://git.opnfv.org/promise/tree/promise/test/functest/run_tests.py
    Change-Id: I50219cad42bf0e085c2edf2e1abe149c2e057a99
    Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Morgan Richomme [Thu, 10 Aug 2017 07:48:37 +0000 (07:48 +0000)]
 
Update git submodules
* Update docs/submodules/functest from branch 'master'
  - Merge "Restrict ping only once in ping.sh"
  - Restrict ping only once in ping.sh
    Otherwise, it makes no sense to configure ping_timeout as
    200 times.
    Change-Id: I6e15f5149f24a4316f6d5b70bcda9a46418d1522
    Signed-off-by: Linda Wang <wangwulin@huawei.com>
Kubi [Thu, 10 Aug 2017 06:18:58 +0000 (06:18 +0000)]
 
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
  - Merge "bugfix: tc037/38 multiprocessing failed sometimes"
  - bugfix: tc037/38 multiprocessing failed sometimes
    set runner.join timeout
    JIRA: YARDSTICK-771
    Change-Id: Iec7d04549a45c0fbd0eb48dcaad7770fd5ca1f4e
    Signed-off-by: rexlee8776 <limingjiang@huawei.com>
Ross Brattain [Thu, 10 Aug 2017 06:14:50 +0000 (06:14 +0000)]
 
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
  - Merge "pip_license: quick hack script to add license info to requirements.txt"
  - pip_license: quick hack script to add license info to requirements.txt
    Change-Id: Ic41772cb32cd53d405b16880bd43cf89307b4716
    Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Ross Brattain [Thu, 10 Aug 2017 06:14:29 +0000 (06:14 +0000)]
 
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
  - Merge "requirements.txt: add license info"
  - requirements.txt: add license info
    Change-Id: I9de6a51e7efb9e49da5bbd541c466f106c3a52e3
    Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Ross Brattain [Thu, 10 Aug 2017 03:57:47 +0000 (03:57 +0000)]
 
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
  - Merge "Collectd"
  - Collectd
    Change-Id: I15e4ac38b347a08350b71c68469e2793eeed92ab
    Signed-off-by: Deepak S <deepak.s@linux.intel.com>
    Signed-off-by: Edward MacGillivray <edward.s.macgillivray@intel.com>
    Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Ross Brattain [Thu, 10 Aug 2017 03:56:50 +0000 (03:56 +0000)]
 
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
  - Merge "constants: cache YAML config values"
  - constants: cache YAML config values
    don't reparse the yardstick.yaml file each
    time we lookup an option.
    Since it is global data, just cache it in a global
    var
    Use pkg_resources.resource_filename
    to lookup the path of yardstick tests, intsead of using __file__
    pkg_resources is slightly more proper than __file__
    at least for packages
    Change-Id: I05d9748390a37bd45c53013fc084d23069ab7c51
    Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Ross Brattain [Thu, 10 Aug 2017 03:56:37 +0000 (03:56 +0000)]
 
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
  - Merge "IXIA traffic generator"
  - IXIA traffic generator
    Change-Id: I09bcb3f2c4b945283070d442589d3bf00468abbc
    Signed-off-by: Deepak S <deepak.s@linux.intel.com>
    Signed-off-by: Edward MacGillivray <edward.s.macgillivray@intel.com>
    Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Ross Brattain [Thu, 10 Aug 2017 03:56:29 +0000 (03:56 +0000)]
 
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
  - Merge "Sample ACL VNF"
  - Sample ACL VNF
    Change-Id: I33de47ac6ca353d6c69f0d166809b4c95d3fd90f
    Signed-off-by: Deepak S <deepak.s@linux.intel.com>
    Signed-off-by: Edward MacGillivray <edward.s.macgillivray@intel.com>
    Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
julien zhang [Thu, 10 Aug 2017 03:36:48 +0000 (03:36 +0000)]
 
Update git submodules
* Update docs/submodules/parser from branch 'master'
  - Merge "Support costum datatype in capability"
  - Support costum datatype in capability
    Support custom datatype definition in property for capability,
    a scenario if following:
    VDU:
       type: tosca.nodes.nfv.VDU.Compute
       capabilities:
          virtual_compute:
               properties:
                  virtual_memory:
                      virtual_mem_size: 24G
                  requested_additional_capabilities: {}
                  virtual_cpu:
                      num_virtual_cpu: 4
    node_types:
      tosca.nodes.nfv.VDU.Compute:
        derived_from: tosca.nodes.Root
        capabilities:
          virtual_compute:
            type: tosca.capabilities.nfv.VirtualCompute
    capability_types:
      tosca.capabilities.nfv.VirtualCompute:
        derived_from: tosca.capabilities.Root
        properties:
          virtual_memory:
            type: tosca.datatypes.nfv.VirtualMemory
          requested_additional_capabilities:
            entry_schema:
              type: tosca.datatypes.nfv.RequestedAdditionalCapability
            required: false
            type: map
          virtual_cpu:
            type: tosca.datatypes.nfv.VirtualCpu
    This patch will be submitted to Openstack.
    JIAR: PARSER-135
    Change-Id: I7b5e3e909e0950de26b37123938fe719004d5417
    Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
Narinder Gupta [Thu, 10 Aug 2017 03:31:47 +0000 (03:31 +0000)]
 
Update git submodules
* Update docs/submodules/joid from branch 'master'
  - Merge "add support for AArch64 when porting MAAS"
  - add support for AArch64 when porting MAAS
    Change-Id: Id001bf15a3b4313d2677f078b501154609ee4f3b
    Signed-off-by: Di Xu <di.xu@arm.com>
shangxdy [Tue, 8 Aug 2017 06:45:16 +0000 (14:45 +0800)]
 
Update git submodules
* Update docs/submodules/parser from branch 'master'
  - fix package init name for nfv-toscaparser
    When loading nfv-toscaparser use pbr tool, switch the version of
    tosco-parser to nfv-toscaparserf, which will affect the Modeling project
    in ONAP.
    JIRA: PARSER-134
    Change-Id: If5934075af1fa725fea763083fcca7b597043818
    Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
Narinder Gupta [Thu, 10 Aug 2017 03:20:34 +0000 (03:20 +0000)]
 
Update git submodules
* Update docs/submodules/joid from branch 'master'
  - Merge "cleanup old controllers and models for virtual deployments"
  - cleanup old controllers and models for virtual deployments
    Change-Id: I47d2085345820e404f300c2a935c477988b4132a
    Signed-off-by: Di Xu <di.xu@arm.com>
Narinder Gupta [Thu, 10 Aug 2017 03:16:25 +0000 (03:16 +0000)]
 
Update git submodules
* Update docs/submodules/joid from branch 'master'
  - Merge "on aarch64, libvirt failed to undefine a guest with nvram"
  - on aarch64, libvirt failed to undefine a guest with nvram
    refer to related redhat issue #
1195667 (https://bugzilla.redhat.com/show_bug.cgi?id=
1195667)
    Change-Id: Ie5c3cc04b978f778886c9a3f7fbb9a2e9fc460e5
    Signed-off-by: Di Xu <di.xu@arm.com>
 
Narinder Gupta [Thu, 10 Aug 2017 03:15:27 +0000 (03:15 +0000)]
 
Update git submodules
* Update docs/submodules/joid from branch 'master'
  - Merge "fix some typos"
  - fix some typos
    Change-Id: I1373feb555056e8a7f95860aab90cf2c116b2b29
    Signed-off-by: Di Xu <di.xu@arm.com>
Narinder Gupta [Thu, 10 Aug 2017 03:03:39 +0000 (22:03 -0500)]
 
Update git submodules
* Update docs/submodules/joid from branch 'master'
  - modfiied to correct API and osdomain name
    Change-Id: I9d7efa5117c90f64135140cce52a42a5f0ad96c3
    Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Serena Feng [Thu, 10 Aug 2017 02:35:10 +0000 (02:35 +0000)]
 
Update git submodules
* Update docs/submodules/releng from branch 'master'
  - Merge "Correct the description of the bridge used by daisy"
  - Correct the description of the bridge used by daisy
    Change-Id: I1aeed86489f7d42e3513a212f34df02c7efb12b9
    Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
zhihui wu [Thu, 10 Aug 2017 02:31:47 +0000 (02:31 +0000)]
 
Update git submodules
* Update docs/submodules/qtip from branch 'master'
  - Merge "Refactor QPI module"
  - Refactor QPI module
    - Delete outdated code
    Change-Id: I0505d3ccc1ea76078f4d307f7d5ef66777ff6eb7
    Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
liyuenan [Wed, 3 May 2017 02:03:44 +0000 (10:03 +0800)]
 
Update git submodules
* Update docs/submodules/compass4nfv from branch 'master'
  - Edit Expansion Guide
    JIRA: -
    mgmt and storage's network ip_ranges start ip needs update as the
    first 6 IPs are already taken by the first deployment.
    Change-Id: Iee01852c04ea7638999f664d567caaea060bdaf9
    Signed-off-by: liyuenan <liyuenan@huawei.com>
Narinder Gupta [Thu, 10 Aug 2017 02:04:04 +0000 (21:04 -0500)]
 
Update git submodules
* Update docs/submodules/joid from branch 'master'
  - modified to correct deployment
    Change-Id: I6942d254d7fe105f6ccaa1ddf0090e9d832e4f35
    Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Serena Feng [Thu, 10 Aug 2017 01:27:06 +0000 (01:27 +0000)]
 
Update git submodules
* Update docs/submodules/releng from branch 'master'
  - Merge "Fix error in qtip job template"
  - Fix error in qtip job template
    Change-Id: Ida62e630c1f26ed4058eb34dbd9d438fb6071387
    Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Serena Feng [Thu, 10 Aug 2017 01:20:22 +0000 (01:20 +0000)]
 
Update git submodules
* Update docs/submodules/releng from branch 'master'
  - Merge "add Pods page in webportal"
  - add Pods page in webportal
    delete OPNFV Powered Guidelines page
    add Pods page with create/list operations
    Change-Id: Ib9fd2834bd9d54ee33600458a90e3aac76382589
    Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Kubi [Thu, 10 Aug 2017 01:18:55 +0000 (01:18 +0000)]
 
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
  - Merge "bugfix: tc025 and tc054 fail"
  - bugfix: tc025 and tc054 fail
    also modify tc025 an tc054 to be able to pass paras
    JIRA: YARDSTICK-772
    Change-Id: Ibeba931804cccfd74fc70fcf4fdb6af9d5c8ab77
    Signed-off-by: rexlee8776 <limingjiang@huawei.com>
Kubi [Thu, 10 Aug 2017 01:18:33 +0000 (01:18 +0000)]
 
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
  - Merge "bugfix: hosts should be clean if update_hosts twice"
  - bugfix: hosts should be clean if update_hosts twice
    JIRA: YARDSTICK-774
    Change-Id: Id610d43d236ab3a7d1aa4b8cfd230a40958fac38
    Signed-off-by: rexlee8776 <limingjiang@huawei.com>
Feng Pan [Thu, 10 Aug 2017 00:25:26 +0000 (00:25 +0000)]
 
Update git submodules
* Update docs/submodules/apex from branch 'master'
  - Merge "Add collectd-snmp and collect-rdt installation. Use the Intel RDT version which is current (the version in the package set specified by the latest.properties file)."
  - Add collectd-snmp and collect-rdt installation.
    Use the Intel RDT version which is current (the version in the package set specified by the latest.properties file).
    Change-Id: I3f176572edaa5d3df5b3cc31b39253025d81e808
    Signed-off-by: jhinman1 <john.hinman@intel.com>
Narinder Gupta [Wed, 9 Aug 2017 22:42:38 +0000 (22:42 +0000)]
 
Update git submodules
* Update docs/submodules/joid from branch 'master'
  - Merge "Download OCL container packages from OPNFV artifact repo (if not present). Updated ceph.yaml to use correct lxd numbers"
  - Download OCL container packages from OPNFV artifact repo (if not present).
    Updated ceph.yaml to use correct lxd numbers
    Change-Id: If147df8cc188e02dafe6d3ce80bd6d4d9f548eb7
    Signed-off-by: Stuart Mackie <wsmackie@juniper.net>
Narinder Gupta [Wed, 9 Aug 2017 22:41:40 +0000 (22:41 +0000)]
 
Update git submodules
* Update docs/submodules/joid from branch 'master'
  - Merge "Rename juju run --service flag to --application"
  - Rename juju run --service flag to --application
    This flag has been renamed in (probably) Juju 2.0.
    For reference, compare documentation for `juju run` command in
    https://jujucharms.com/docs/1.25/commands and
    https://jujucharms.com/docs/2.0/commands
    The `--service` flag causes the `openstack.sh` to fail and exit,
    skipping important functionality.
    Change-Id: Ia5b3f5c29622de2caabee9832aa6920932c43656
    Signed-off-by: Martin Kulhavy <martin.kulhavy@nokia.com>
Steven Pisarski [Wed, 9 Aug 2017 20:23:13 +0000 (20:23 +0000)]
 
Update git submodules
* Update docs/submodules/snaps from branch 'master'
  - Merge "Reformat auth_url based on the ID API version."
  - Reformat auth_url based on the ID API version.
    No longer raising an OSCredsError when the auth_url does
    not end with a 'v' + some number. Additionally, the auth_url
    will be massaged to remove any 'v' + num from the end of
    the URL and generate its own version value based on the ID
    API version configured.
    JIRA: SNAPS-144
    Change-Id: I3a7844025324105576da59b1516d0f541281e6bf
    Signed-off-by: spisarski <s.pisarski@cablelabs.com>
spisarski [Tue, 8 Aug 2017 19:01:04 +0000 (13:01 -0600)]
 
Update git submodules
* Update docs/submodules/snaps from branch 'master'
  - Added test ability for 2 VMs on different networks to ping each other.
    JIRA: SNAPS-48
    Change-Id: I77973fef06343eb7108e998ea8e939c1f2d9d4a6
    Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Tim Rozet [Wed, 9 Aug 2017 20:11:10 +0000 (20:11 +0000)]
 
Update git submodules
* Update docs/submodules/apex from branch 'master'
  - Merge "Sets baremetal workers to 12"
  - Sets baremetal workers to 12
    There is an issue where in Newton the number of workers (sub processes)
    opened per openstack service scales with the number of logical cores on
    the system.  On servers with large amount of processors this causes the
    cloud to fail after some time due to running out of RAM.  This patch
    will limit the number of worker processes to 12, which is the limit in
    Ocata and onwards.
    JIRA: APEX-410
    Change-Id: I28c4762830c19cd758a0729017f2d4a9ebe372b4
    Signed-off-by: Tim Rozet <trozet@redhat.com>
    Signed-off-by: Feng Pan <fpan@redhat.com>
Tim Rozet [Wed, 9 Aug 2017 20:02:46 +0000 (16:02 -0400)]
 
Update git submodules
* Update docs/submodules/releng from branch 'master'
  - Apex: Adds sfc scenarios to daily
    Change-Id: I900f9dc6e6dd3bf041fbecc5eab3216f5bd7f8bc
    Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Tue, 1 Aug 2017 21:20:29 +0000 (17:20 -0400)]
 
Update git submodules
* Update docs/submodules/apex from branch 'master'
  - Enables SFC scenarios
    apex-tripleo-heat-templates: I230b31dc9ed0ecc5046064628ba2f2505e589522
    apex-puppet-tripleo: Icd433ddc6ae7de19a09f9e33b410a362c317138a
    Change-Id: I0b17b4e86eb90b949bd62f7e73944adad77ef1a3
    Signed-off-by: Tim Rozet <trozet@redhat.com>
Cédric Ollivier [Wed, 2 Aug 2017 16:36:36 +0000 (18:36 +0200)]
 
Update git submodules
* Update docs/submodules/promise from branch 'master'
  - Add promise package
    It eases how Functest installs/runs it (see testcases.yaml [1]).
    The former run_tests.py is renamed to avoid duplicated binaries (see
    [2] and [3]).
    [1] https://git.opnfv.org/functest/tree/functest/ci/testcases.yaml
    [2] https://git.opnfv.org/sdnvpn/tree/sdnvpn/test/functest/run_tests.py
    [3] https://git.opnfv.org/sfc/tree/sfc/tests/functest/run_tests.py
    Change-Id: I626ce6b425399dc5a0a360782352757c26ca1db3
    Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
ahothan [Wed, 9 Aug 2017 17:12:26 +0000 (10:12 -0700)]
 
Update git submodules
* Update docs/submodules/nfvbench from branch 'master'
  - Update doc/faq and config comments
    Change-Id: I263f2d33ef9010d4ead0a26c390736a11edaaa20
    Signed-off-by: ahothan <ahothan@cisco.com>
Trevor Bramwell [Wed, 9 Aug 2017 16:58:51 +0000 (16:58 +0000)]
 
Update git submodules
* Update docs/submodules/releng from branch 'master'
  - Merge "Send 'Build Failed' Emails to Jenkins Admins"
  - Send 'Build Failed' Emails to Jenkins Admins
    Adds the 'email-jenkins-admins-on-build-failures' publishers for jobs
    which have overridden the default list of publishers.
    This will provide Jenkins administrators a time-series list of build
    failures to assist in debugging issues with the master and agents.
    JIRA: RELENG-257
    Change-Id: I28f12877562113c9197ed6429ee2a7f3cdbaf346
    Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Aric Gardner [Wed, 9 Aug 2017 15:37:33 +0000 (15:37 +0000)]
 
Update git submodules
* Update docs/submodules/releng from branch 'master'
  - Merge "KVMFORNFV: Implementing kvmfornfv daily jobs."
  - KVMFORNFV: Implementing kvmfornfv daily jobs.
    JIRA: RELENG-285
    This patch includes updated scripts for implementing kvmfornfv daily
    jobs to add the new test name livemigration and trigger the livemigration
    testcase
    Change-Id: I4b32b14a85b87a386b8099b725ad11bc80ca9cdd
    Signed-off-by:RajithaY<rajithax.yerrumsetty@intel.com>