opnfvdocs.git
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 26 Apr 2018 05:06:05 +0000 (05:06 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "Resignation of committer David Blaisonneau"
  - Resignation of committer David Blaisonneau

    Change-Id: Idc7f783730380e643f06b11755ba3692ddd339ec
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Ross Brattain [Thu, 26 Apr 2018 04:57:44 +0000 (04:57 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Fix "os.path" mock problems during tests"
  - Fix "os.path" mock problems during tests

    This patch removes the global mocking applied on "os.path".

    Change-Id: Ia18d2c90195c5408a1852792bdf05b6f0c1ad21f
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Stuart Mackie [Wed, 25 Apr 2018 21:59:06 +0000 (17:59 -0400)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - Changed charm version, removed unnecessary Contrail patching, added conditionals around ceilometer since not installing yet

    Change-Id: I49d96ae4be87925053fe37968527a7918f951b30
Signed-off-by: Stuart Mackie <wsmackie@juniper.net>
6 years agoUpdate git submodules
Deepak S [Thu, 26 Apr 2018 03:51:47 +0000 (03:51 +0000)]
Update git submodules

* Update docs/submodules/samplevnf from branch 'master'
  - Merge "Add support for multiple variables in core definition"
  - Add support for multiple variables in core definition

    In the [core] definition we were able to use one variable
    such as $core1 in [core $core1] but not [core ${core1}].
    The second syntax is used when we want multiple
    variables such as in [core ${first_core}-${last_core}].
    This second syntax is now supported.

    Change-Id: Ic94b84cb8cf827acb6697789cd180f41c3bdb028
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
6 years agoUpdate git submodules
Deepak S [Thu, 26 Apr 2018 03:51:38 +0000 (03:51 +0000)]
Update git submodules

* Update docs/submodules/samplevnf from branch 'master'
  - Merge "Fix memory leak introduced by 4a65cd84"
  - Fix memory leak introduced by 4a65cd84

    Change-Id: I937bb38baa51d1902793fa8720a3ea740a583473
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
6 years agoUpdate git submodules
Deepak S [Thu, 26 Apr 2018 03:51:28 +0000 (03:51 +0000)]
Update git submodules

* Update docs/submodules/samplevnf from branch 'master'
  - Merge "Support for dpdk-stable-17.11.1 crypto"
  - Support for dpdk-stable-17.11.1 crypto

    Change-Id: I1a4aee3d550d007046be9d1677dd0ad980cb9817
Signed-off-by: Igor Shaula <igor.shaula@intel.com>
6 years agoUpdate git submodules
Deepak S [Thu, 26 Apr 2018 03:51:17 +0000 (03:51 +0000)]
Update git submodules

* Update docs/submodules/samplevnf from branch 'master'
  - Merge "Add support for generation of jumbo frames"
  - Add support for generation of jumbo frames

    Change-Id: I63af4e5c5c01a4412d517e33fc7111481fd0524a
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
6 years agoUpdate git submodules
Xavier Simonart [Sun, 15 Apr 2018 13:14:01 +0000 (15:14 +0200)]
Update git submodules

* Update docs/submodules/samplevnf from branch 'master'
  - Support reading inline jumbo frame and dump them

    Add support for pkt_inline of jumbo frames.
    Dump the whole packet, and not a truncated packet. This might
    have a small impact on performance as the memory footprint
    is increased (by ~640K * number of tasks), resulting in potential
    higher DTLB misses.

    Change-Id: I4ed02be7ca899db4f8f97355c180a92d69d39d8f
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
6 years agoUpdate git submodules
Sridhar Rao [Thu, 26 Apr 2018 03:37:44 +0000 (03:37 +0000)]
Update git submodules

* Update docs/submodules/vswitchperf from branch 'master'
  - Merge "vswitches/ovs: delete bridges on stop"
  - vswitches/ovs: delete bridges on stop

    On stop, remove all created bridges in order to clean the working
    environment.

    Moreover, when an OVS bridge is deleted, remove also all attached ports.

    By the way, as the context manager of OFBridge is never used by the
    current test implementation and by any OVS vswitches in order to manage
    their creation/deletion, let's remove this dead code.

    JIRA: VSPERF-570

    Change-Id: I7ce62d56a8a2fe7b45e693f3c2dd91e1b435567c
Signed-off-by: Julien Meunier <julien.meunier@6wind.com>
6 years agoUpdate git submodules
zhihui wu [Thu, 26 Apr 2018 02:28:09 +0000 (02:28 +0000)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Merge "bugfix fraser compute ci job"
  - bugfix fraser compute ci job

    https://build.opnfv.org/ci/view/qtip/job/qtip-compute-fuel-zte-virtual6-fraser/

    Installer type "fuel" should be replaced to "mcp".

    Change-Id: I9ecdfe8e8401532d32846cd94e4d9d06486e20e9
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
6 years agoUpdate git submodules
Rex Lee [Thu, 26 Apr 2018 02:04:54 +0000 (02:04 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Bugfix: ansible can't not run without config"
  - Bugfix: ansible can't not run without config

    JIRA: YARDSTICK-1135

    Ansible need ansible.cfg when run in the remote node.
    However the file name is wrong. Need:
    setup.cfg -> ansible.cfg

    Change-Id: Ifa674fb624ca83d90c3ac9ad3bfe148013bf8bfd
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
Tim Rozet [Wed, 25 Apr 2018 17:45:31 +0000 (13:45 -0400)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Updates documentation for Fraser release

    Change-Id: I19bfaa5b2778baf458df60a4a53d135e57859e04
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Narinder Gupta [Wed, 25 Apr 2018 15:16:48 +0000 (10:16 -0500)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - document update for Fraser release.

    Change-Id: Iab88d244a8a39b78c84aa11550cee2c04f81ab0f
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
6 years agoUpdate git submodules
Sofia Wallin [Wed, 25 Apr 2018 16:11:25 +0000 (18:11 +0200)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'master'
  - Updated scenario documentation

    Change-Id: I125988afe557e5117fcbbace23b5e48e740d216c
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
6 years agoUpdate git submodules
ahothan [Wed, 25 Apr 2018 17:51:40 +0000 (10:51 -0700)]
Update git submodules

* Update docs/submodules/nfvbench from branch 'master'
  - Update doc

    Change-Id: I71bcf634033c78866d6808a4604b33629710ec23
Signed-off-by: ahothan <ahothan@cisco.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 25 Apr 2018 15:50:19 +0000 (17:50 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - Revert "[p/openstack.nova] force creation of pty on aarch64"

    Now that we added Mirantis MCP repos on cmp nodes for HA scenarios,
    the recently added patch that reverted Ubuntu specific changes for
    serial console no longer applies (as Mirantis does not carry those
    Ubuntu modifications but instead relies on upstream Nova).

    This, combined with a minor bug in patch applying itself and a
    legacy leftover that does not check the patch apply return code
    led to the whole Nova patch to be skipped.

    - remove pty related patch hunks (revert);
    - fix `unless` condition for Nova patch apply, as well as Salt minion
      patch apply;
    - break `armband` state on patch apply failure;

    Note that for noHA deploys (where we still use the Ubuntu packages
    on cmp nodes afair) we will revert to old (no pty) behavior.

    This reverts commit 093f2b7684c86979dfa6f5f36f28689ca9b3e552.

    Change-Id: Ib3c1119ab544ba895b2f8d37e0b9542196058993
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Wed, 25 Apr 2018 17:14:02 +0000 (17:14 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "OpenStack deployment: delete RS or all VMs"
  - OpenStack deployment: delete RS or all VMs

    New parameter is added to shell script to delete data for VMs either from
    input file or all.
    Added disk images removal as per new input parameter.

    JIRA: YARDSTICK-1123

    Change-Id: I8d2cee4a3a7ad7147f4d59303bab656d80370221
Signed-off-by: Stepan Andrushko <stepanx.andrushko@intel.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Wed, 25 Apr 2018 16:54:47 +0000 (16:54 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: install-lib: Install curl package"
  - xci: install-lib: Install curl package

    XCI_ANSIBLE_PIP_VERSION is determined dynamically using curl.
    This package is not present on every system, hence fails
    since it can not install a null version of Ansible

    Change-Id: I96a2237e6bdb28e09f0eebee4aae91742973d770
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Wed, 25 Apr 2018 16:50:25 +0000 (16:50 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add docker support for Ubuntu 17.10 with Yardstick"
  - Add docker support for Ubuntu 17.10 with Yardstick

    JIRA: YARDSTICK-1119

    Change-Id: I6d9b21667605f1c0a157c2a72e708c36b90e8c3a
Signed-off-by: John O Loughlin <john.oloughlin@intel.com>
6 years agoMerge "Removing scenarios not part of Fraser 6.1"
Sofia Wallin [Wed, 25 Apr 2018 16:46:04 +0000 (16:46 +0000)]
Merge "Removing scenarios not part of Fraser 6.1"

6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 25 Apr 2018 16:42:00 +0000 (18:42 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [submodule] Bump Pharos for zte-pod1 IDF update

    Change-Id: I4942a1c3e12db304db11fbc231ca26ff87e3b6bb
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Cristina Pauna [Tue, 24 Apr 2018 15:11:44 +0000 (18:11 +0300)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [docs] Updates for the first Fraser release

    Change-Id: I80dfb55c01af89bded1140cd27563d258e05dda4
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
6 years agoRemoving scenarios not part of Fraser 6.1 11/56511/1
Sofia Wallin [Wed, 25 Apr 2018 16:20:22 +0000 (18:20 +0200)]
Removing scenarios not part of Fraser 6.1

Change-Id: I887a9a4c41a4fc094580312f13bd2a589a8b297e
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
6 years agoUpdate git submodules
Aric Gardner [Wed, 25 Apr 2018 15:42:44 +0000 (15:42 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Set Git SCM Defaults prior to JJB 1.6.2 upgrade"
  - Set Git SCM Defaults prior to JJB 1.6.2 upgrade

    Though these defaults match what Jenkins defaults to, we don't want to
    get any surprises.

    Change-Id: Ia1f49a30f8f14992c548d2cf71c64a9c7a2c91dd
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Periyasamy Palanisamy [Wed, 25 Apr 2018 14:18:59 +0000 (16:18 +0200)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'master'
  - update fraser release date

    Change-Id: If38328d7814497e9e213ec6edeff5057584d4601
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 25 Apr 2018 14:27:36 +0000 (14:27 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "[doc] Add guest OS support matrix"
  - [doc] Add guest OS support matrix

    Update fuel documentation regarding the guest operating systems
    that we can boot in both in x86 and aarch64.

    Change-Id: Iea96fae880755d0a9cc8fa519362ff564f79e391
Signed-off-by: Charalampos Kominos <Charalampos.Kominos@enea.com>
6 years agoUpdate git submodules
Markos Chandras [Wed, 25 Apr 2018 14:09:48 +0000 (14:09 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "Move configuration network templates"
  - Move configuration network templates

    The jinja templates that are used for networking setup are based on the
    openstack-ansible needs, those needs can differ for another installers.
    This change propose to make the network configuration depending on the
    installer.

Signed-off-by: Victor Morales <victor.morales@intel.com>
    Change-Id: Ie805c3c7716393377d4dfcb32ed794cc1039d515

6 years agoMerge "Updated scenario documentation"
Sofia Wallin [Wed, 25 Apr 2018 14:06:37 +0000 (14:06 +0000)]
Merge "Updated scenario documentation"

6 years agoUpdate git submodules
xudan [Wed, 25 Apr 2018 02:12:38 +0000 (22:12 -0400)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - The refstack file name has been changed

    The original refstack results file is refstack/refstack.log
    For Fraser, it has been changed into refstack/tempest.log

    Change-Id: I7d40abe0c5a366b5fbb1912ec58d15109f22c0d0
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Guillermo Herrero [Wed, 25 Apr 2018 12:21:27 +0000 (14:21 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump & rebase for openstack fix

    Change-Id: I5d48b6cd8ad2b1d602ed86d5d1f69a0a806bc170
Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Tue, 24 Apr 2018 17:57:24 +0000 (19:57 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [states] Catch more transient 'no response' resp

    Change-Id: Ie8e60a648fa28e59daa6e00f357df52b5821e833
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Manuel Buil [Wed, 25 Apr 2018 10:59:17 +0000 (10:59 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: xci-deploy: Fix sourcing of inbound scenarios overrides files"
  - xci: xci-deploy: Fix sourcing of inbound scenarios overrides files

    We first need to look for the 'xci_overrides' file in the scenarios
    directory instead of the the XCI_CACHE since for inbound scenarios
    the former contains in-flight changes. The cache only contains whatever
    is committed in git and it may not capture changes which are being made
    to the actual XCI tree.

    Change-Id: Icd64d14d508c89a78823cecf7cc46bd31e50a475
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
zhihui wu [Tue, 24 Apr 2018 09:48:41 +0000 (17:48 +0800)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - update idf file for zte-pod1

    Change-Id: Iffed25c5e01aa9bf2a7b4a7103b07fb1c097d811
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
6 years agoUpdate git submodules
Yang Yu [Mon, 16 Apr 2018 09:19:44 +0000 (17:19 +0800)]
Update git submodules

* Update docs/submodules/bottlenecks from branch 'master'
  - Lazy creation of VM pairs for soak throuputs tests

    Add the lazy creation progress of VM pairs while testing
    dataplane traffic using netperf

    Change-Id: I3228ff444ea074b99cb1afaec138191358064e40
Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
6 years agoUpdate git submodules
zhihui wu [Wed, 25 Apr 2018 08:36:59 +0000 (08:36 +0000)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Merge "Fraser release notes"
  - Fraser release notes

    Change-Id: If619c1a8c2154f44cab1f9fe65ee9cf3b21949ac
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
6 years agoUpdate git submodules
Trinath Somanchi [Tue, 24 Apr 2018 15:40:38 +0000 (11:40 -0400)]
Update git submodules

* Update docs/submodules/ovn4nfv from branch 'master'
  - Release notes - Fraser Release

    Change-Id: I19d9ef2b9260f968f76cafed81854450997c617a
Signed-off-by: Trinath Somanchi <trinath.somanchi@nxp.com>
6 years agoUpdate git submodules
Stephen Wong [Wed, 25 Apr 2018 06:27:52 +0000 (06:27 +0000)]
Update git submodules

* Update docs/submodules/clover from branch 'master'
  - Merge "Experimental commit for A-B testing with Clover Fraser release and on the SDC application"
  - Experimental commit for A-B testing with Clover Fraser release
    and on the SDC application

    Change-Id: I6e1bd84a6d674a2c4c4484722b20415f5402a59c
Signed-off-by: Stephen Wong <stephen.kf.wong@gmail.com>
6 years agoUpdate git submodules
Stephen Wong [Wed, 25 Apr 2018 06:26:36 +0000 (06:26 +0000)]
Update git submodules

* Update docs/submodules/clover from branch 'master'
  - Merge "Created config guide for SDC sample app"
  - Created config guide for SDC sample app

    - Overview with micro-service diagram
    - Source diagram file in GIMP with layers for editing by
    others
    - Deploying the sample
    - Using the sample
    - Exposing Jaeger Tracing and Prometheus monitoring browser
    interfaces
    - Modifying run-time micro-service configuration including
    modifying load balancer server list and adding a custom snort rule
    - Uninstalling the sample

    - Updated overview with service description, table and traffic
    flow description, general edits
    - Link to A/B configuration guide and doc index file
    - Additional edits
    - Diagram for Jaeger UI with SDC

    Change-Id: I5d851316c05a9e1bd48c8aab5511a98116e6893d
Signed-off-by: Eddie Arrage <eddie.arrage@huawei.com>
6 years agoUpdate git submodules
zhihui wu [Wed, 25 Apr 2018 03:47:24 +0000 (11:47 +0800)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - bugfix pip 10.0.0 issue in nettest dockerfile

    Change-Id: Ie879efd662fba803cc5c6156c0981a0054e0f5da
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
6 years agoUpdate git submodules
Yifei Xue [Sat, 21 Apr 2018 13:38:16 +0000 (21:38 +0800)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Workaround for Tacker in HA scenarios

    JIRA: -

    For Tacker service in HA mode, it only generates VIM fernet key on
    one of the Tacker hosts. This may cause error when a request is
    been routed to another host. We need to use Barbican and Mistral
    components. But now OSA did not support Mistral yet. So we add
    a workaround here to get over this issue.

    Change-Id: I9aa228ec2ac7011cedb1eb503611ca24c7666caa
Signed-off-by: Yifei Xue <xueyifei@huawei.com>
6 years agoUpdate git submodules
zhihui wu [Tue, 24 Apr 2018 07:07:45 +0000 (15:07 +0800)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - bugfix: pip 10 can't work

    Docker image build failed on upgrading pip to 10.0.0 .
    Solution: https://github.com/pypa/pip/issues/5240#issuecomment-383115342

    Change-Id: I330dedf9dbc32d8bdac5b8cb87b5123187007e2e
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
6 years agoUpdate git submodules
ahothan [Tue, 24 Apr 2018 23:35:30 +0000 (16:35 -0700)]
Update git submodules

* Update docs/submodules/nfvbench from branch 'master'
  - [NFVBENCH-88] Fixed rate run: reported RX rate should be swapped in Run Config Table

    swap the RX rates so that each direction has the far end RX rates

    Change-Id: Ib78b7721b07285f5173ca8d6f29f18873eb91df9
Signed-off-by: ahothan <ahothan@cisco.com>
6 years agoUpdate git submodules
Stephen Wong [Tue, 24 Apr 2018 22:26:47 +0000 (15:26 -0700)]
Update git submodules

* Update docs/submodules/clover from branch 'master'
  - Simplification of Clover Fraser official docs

    (Double commit from master:I89adbef74aa74071a055dcdf62aa0925e263ffe3,
    gerrit 56167)

    Change-Id: I86f12d5ba67f09177eca758c184c614ee9d6dd9d
Signed-off-by: Stephen Wong <stephen.kf.wong@gmail.com>
6 years agoUpdate git submodules
Stephen Wong [Tue, 24 Apr 2018 22:19:25 +0000 (22:19 +0000)]
Update git submodules

* Update docs/submodules/clover from branch 'master'
  - Merge "Fix snort rule with blank content & WR packet in alert"
  - Fix snort rule with blank content & WR packet in alert

    - Fix bug with addition of content field in rule definition
    that causes rules with a blank content fields to inhibit
    snort from starting successfully.
    - Write more of the packet data for snort alert into Redis
    - Above includes X-Real-IP, X-Forwarded-For header fields
    for http traffic from proxy that shows source IP

    Some packet data is missing in alerts from snort.

    Change-Id: I2c5c29e514d1ca9e8e5b9b3f7990afa87c6311b9
Signed-off-by: Eddie Arrage <eddie.arrage@huawei.com>
6 years agoUpdate git submodules
Stephen Wong [Fri, 20 Apr 2018 22:37:07 +0000 (15:37 -0700)]
Update git submodules

* Update docs/submodules/clover from branch 'master'
  - Fraser official docs simplification
    [TBD]: link to configguide for sample VNF, link to A-B testing configguide

    Change-Id: I89adbef74aa74071a055dcdf62aa0925e263ffe3
Signed-off-by: Stephen Wong <stephen.kf.wong@gmail.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Tue, 24 Apr 2018 18:21:23 +0000 (20:21 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - [armband] Reschedule dovetail CI jobs for weekend

    Dovetail does not currently support AArch64 properly (e.g. it tries
    to load x86 images), so limit its runs to weekend days until full
    support is implemented.

    Change-Id: I83347286490344912593a122fc47013d5fcf7125
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Tue, 24 Apr 2018 18:02:49 +0000 (18:02 +0000)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - Merge "u/fuel: Bump & rebase for cmp MCP repos"
  - u/fuel: Bump & rebase for cmp MCP repos

    Bring in MCP repos on baremetal compute nodes.

    Change-Id: Ib013eef7c7e6a565dc3837395f456607d9dfef68
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
ahothan [Tue, 24 Apr 2018 17:06:34 +0000 (10:06 -0700)]
Update git submodules

* Update docs/submodules/nfvbench from branch 'master'
  - [NFVBENCH-86] In case of lossy loopback device, packet drops are reported incorrectly

    This is only for fixed rate runs, the chain analysis table at end of run may contain
    incorrect drops.

    Change-Id: I6656528ed695a60003c672132624a7284db60497
Signed-off-by: ahothan <ahothan@cisco.com>
6 years agoUpdate git submodules
Cristina Pauna [Tue, 24 Apr 2018 14:43:59 +0000 (17:43 +0300)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - [docs] Update release name

    Change-Id: Ib8f7ea681b581810c4992bbe864dce0565c1ae7f
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Tue, 24 Apr 2018 14:26:40 +0000 (14:26 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "Mend OVN scenario"
  - Mend OVN scenario

    * setup HWE kernel to get suitable conntrack module
    * clean out outdated state with ovn ctl options
    * point SB remote source to local mgmt network

    Change-Id: I8986c227ce0a9a3b7ab3faf382760ec32e6e7c00
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Michael Polenchuk [Tue, 24 Apr 2018 12:01:24 +0000 (16:01 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Update qemu/libvirt on compute nodes

    Get qemu package with fix of TSC frequency mismatch between instance
    and host which breaks up nova pause/unpause operation.

    JIRA: FUEL-368
    Change-Id: I2c954b2b0a8cddca30c861f565b63b642e0b0e9f
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Thomas Duval [Tue, 24 Apr 2018 14:06:50 +0000 (16:06 +0200)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Update the main script for functional tests.

    Change-Id: I4042386c180297eb80ed1eb9d280016a7c11a087

6 years agoUpdate git submodules
valentin boucher [Tue, 24 Apr 2018 13:53:15 +0000 (13:53 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Add debug logs in cloudify_ims"
  - Add debug logs in cloudify_ims

    Change-Id: I47c6d598ce52f292bf2abdd2e9ecbadff6250712
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cedric Ollivier [Tue, 24 Apr 2018 12:05:02 +0000 (12:05 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Switch from deploy utils to the right objects"
  - Switch from deploy utils to the right objects

    It also prints the full exceptions and removes useless casts.

    Change-Id: I19ff1ae90670833f998c0d17592da82207235229
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Thomas Duval [Tue, 24 Apr 2018 09:02:55 +0000 (11:02 +0200)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Downgrade the version of the MySQL server use in DB container to fix a connection error.

    Change-Id: I4642341b7e4fa27b958963c8152fd09a8954298e

6 years agoUpdate git submodules
Juha Kosonen [Tue, 24 Apr 2018 08:34:32 +0000 (08:34 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Add Rally GnocchiResource scenarios"
  - Add Rally GnocchiResource scenarios

    New scenarios:

    GnocchiResource.create_resource (rally_full)
    GnocchiResource.create_delete_resource (rally_sanity, rally_full)

    Change-Id: Ica03bdd60224d97ef0ec0d45c2cd25c295723ffc
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
6 years agoMerge "Remove non-participating projects"
Sofia Wallin [Tue, 24 Apr 2018 08:15:40 +0000 (08:15 +0000)]
Merge "Remove non-participating projects"

6 years agoUpdate git submodules
Cédric Ollivier [Mon, 23 Apr 2018 21:24:26 +0000 (23:24 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Check shell scripts via bashate

    It also removes functest/cli/functest-complete.sh.

    Change-Id: I5d9313be6a155b4adf1b82ce2b111ec06823cd8f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Zhijiang Hu [Tue, 24 Apr 2018 06:50:26 +0000 (06:50 +0000)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Merge "Calculate hugepage num accoding to host's memory"
  - Calculate hugepage num accoding to host's memory

    Change-Id: I49cfa3265af776e3cdea5de59096ff3257f75fb0
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
6 years agoUpdate git submodules
Serena Feng [Tue, 24 Apr 2018 06:34:04 +0000 (06:34 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[daisy]Enable yardstick daily jobs on zte-pod3 and zte-pod9"
  - [daisy]Enable yardstick daily jobs on zte-pod3 and zte-pod9

    Change-Id: Ib96698b1d2d1fa8039fd684ff96025afffefbcd0
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
6 years agoUpdate git submodules
Bin Hu [Tue, 24 Apr 2018 05:46:07 +0000 (22:46 -0700)]
Update git submodules

* Update docs/submodules/ipv6 from branch 'master'
  - Fix bullet style in Release Notes

    Change-Id: I7763e67a1df251abca78e04411f15ea790600bea
Signed-off-by: Bin Hu <bh526r@att.com>
6 years agoUpdate git submodules
xudan [Mon, 23 Apr 2018 01:28:06 +0000 (21:28 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Use cirros-0.4.0 rather than cirros-0.3.5 for Functest Fraser.

    Change-Id: If3cd0fe52d946979de259951c7c8433b6e1e42f0
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Ross Brattain [Mon, 23 Apr 2018 21:42:35 +0000 (14:42 -0700)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - remove more old apexlake testcases

    fix fraser failures

    Change-Id: I8bb12a762054a4c3274cc6e0297e948b92700e7e
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoUpdate git submodules
Steven Pisarski [Mon, 23 Apr 2018 18:26:23 +0000 (18:26 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Merge "Fix NoneType error when creating router"
  - Fix NoneType error when creating router

    Change-Id: Icef5f8a769b5c33da68b7da33ac8ba87132830e2
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
spisarski [Mon, 23 Apr 2018 14:06:26 +0000 (08:06 -0600)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Addressed issue with test when replicated networks are configured on the pod.

    According to the defect, "neutron OVS agent uses a replicated network for DVR."

    JIRA: SNAPS-305

    Change-Id: I3ceb94582d74a297f5ff41520ffe4e9f5e638266
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
ahothan [Mon, 23 Apr 2018 17:27:13 +0000 (10:27 -0700)]
Update git submodules

* Update docs/submodules/nfvbench from branch 'master'
  - [NFVBENCH-87] In case of asymmetric actual Tx rate, total drops is calculated incorrectly

    Use far end TX counter to calculate dropped packets at given RX port.

    Change-Id: Icfffb390e2e557f0bad2e9ddf685510decc25b27
Signed-off-by: ahothan <ahothan@cisco.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Mon, 23 Apr 2018 16:32:45 +0000 (16:32 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "[docs] Updated baremetal instalation instructions"
  - [docs] Updated baremetal instalation instructions

    JIRA: YARDSTICK-1111

    Change-Id: Iefab24f74c87a0855c2d70090ac34256ffa9200c
Signed-off-by: Chornyi, TarasX <tarasx.chornyi@intel.com>
6 years agoMerge "Update OPNFV Sphinx Theme"
Sofia Wallin [Mon, 23 Apr 2018 15:18:56 +0000 (15:18 +0000)]
Merge "Update OPNFV Sphinx Theme"

6 years agoUpdate git submodules
Markos Chandras [Mon, 23 Apr 2018 14:48:56 +0000 (14:48 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: install-lib: Make sure pip is upgraded first"
  - xci: install-lib: Make sure pip is upgraded first

    We need to make sure that pip is the first thing we upgrade in the
    virtual environment because old pip releases do not support the '-c'
    option which we use to install the rest of the required components.

    Change-Id: I8b3ec080617324bfefbec2a6cdfa6ef58afb7c20
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Cedric Ollivier [Mon, 23 Apr 2018 11:44:08 +0000 (11:44 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Update graphs in userguide"
  - Update graphs in userguide

    1. Functest structural concept
    2. Clearwater architecture

    Change-Id: I88e39d6d08f1eb28a389d2b8a7a1669295f6aa49
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
Asteroide [Mon, 23 Apr 2018 10:32:06 +0000 (10:32 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "Fix a bug occuring only in Jenkins"
  - Fix a bug occuring only in Jenkins

    Change-Id: I2ba0c6e435e62450f9da57846ca05aeddf73f4d0

6 years agoUpdate git submodules
Tomi Juvonen [Mon, 23 Apr 2018 10:24:19 +0000 (10:24 +0000)]
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - Merge "Release note for Fraser"
  - Release note for Fraser

    Change-Id: I22db79ca21c9812b8ab5ef88e9e6aa51b5f6ce05
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
6 years agoUpdate git submodules
Gerald Kunzmann [Mon, 23 Apr 2018 10:18:57 +0000 (10:18 +0000)]
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - Merge "Updated Doctor feature configuration doc"
  - Updated Doctor feature configuration doc

    Change-Id: I1217439d46be7659fa372451c2bc686e8c2030f0
Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
6 years agoUpdate git submodules
dongwenjuan [Mon, 23 Apr 2018 05:45:26 +0000 (13:45 +0800)]
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - bugfix: certificate for https for MCP in baremetal

    In Mcp baremetal env, doctor test is always failed because of
    ssl certificate for https.

    Change-Id: Ia443c6463fe177ff4e1ab5a86429750fbd23740c
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
6 years agoUpdate git submodules
Juha Kosonen [Mon, 23 Apr 2018 08:53:07 +0000 (08:53 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Fix tier/testcases list"
  - Fix tier/testcases list

    Change-Id: I15da2df4905efbca4415739fd7c6391b51168c82
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
Bin Hu [Mon, 23 Apr 2018 04:48:28 +0000 (21:48 -0700)]
Update git submodules

* Update docs/submodules/ipv6 from branch 'master'
  - Final Release Notes 6.0.0. Ready

    Change-Id: I188faadc70ed54090f9202974498e3a74effde35
Signed-off-by: Bin Hu <bh526r@att.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Sun, 22 Apr 2018 19:05:00 +0000 (19:05 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "MessagingConsumer accepts messages from multiple producers"
  - MessagingConsumer accepts messages from multiple producers

    The messaging consumer now can store a list of PID of several producers.
    The notification handler can compare the procedence of a message from
    a list of PID.

    JIRA: YARDSTICK-1074

    Change-Id: I193f83c2b471e5bf1298ac728be52533aded0c1a
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Sun, 22 Apr 2018 00:23:26 +0000 (02:23 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump & rebase for tenant NIC fix

    Change-Id: I318b3541add33d50e47f8acba56b7ad58357e105
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Sun, 22 Apr 2018 00:07:27 +0000 (02:07 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [ha] Fix tenant NIC OS config for VLAN ranges

    Previous commits added support for tenant VLAN range parametrization,
    yet failed to accomodate the new VLAN range representation ('M:N') in
    existing `linux.network.interfaces` reclass configuration.

    This lead to the silent removal of <nic_private>.<vlan_private> from
    interfaces file and for `br-mesh` to try to use <nic_private> instead
    of <nic_private>.<vlan_private>, conflicting with `br-floating`.

    Stick to using the first VLAN in the tenant range.

    JIRA: FUEL-365

    Change-Id: I88f7263159f1742dba3b6e36649c9344f2932c5f
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Cédric Ollivier [Sat, 21 Apr 2018 22:24:52 +0000 (00:24 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Bypass NoneType errors when creating router in rally

    It converts private subnet name to str as it's mandary till [1].
    It could be reverted as soon as [2] is merged in snaps.

    [1] https://gerrit.opnfv.org/gerrit/#/c/56091/
    [2] https://gerrit.opnfv.org/gerrit/#/c/56171/

    Change-Id: Ia728415207f8ecb5b5ac55982f82337c45671c4c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Sat, 21 Apr 2018 14:18:17 +0000 (16:18 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Bypass NoneType errors when creating router

    It converts private subnet name to str as it's mandary till [1].
    It could be reverted as soon as [2] is merged in snaps.

    [1] https://gerrit.opnfv.org/gerrit/#/c/56091/
    [2] https://gerrit.opnfv.org/gerrit/#/c/56171/

    Change-Id: I849944fa9d4d2be21fe1a37b76c4cfd231b6d56f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Sat, 21 Apr 2018 10:46:38 +0000 (12:46 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Add timeouts in juju_epc

    juju_epc still hangs if OpenStack isn't well deployed [1].
    As releng doesn't publish logs if the job is aborted, timeout has to
    be added mostly everywhere.

    [1] https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-fraser/31/console

    Change-Id: I0296cd811bda0234aab98f184b3ab247a5b32017
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
xudan [Tue, 17 Apr 2018 08:05:29 +0000 (04:05 -0400)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Switch to OPNFV Fraser release

    1. Use Functest Fraser docker images whose tag is fraser
    2. Use Yardstick stable docker images
    3. Functest fraser has moved testcases.yaml file from functest/ci to xtesting/ci
    4. Functest fraser has removed 'functest env prepare' command
    5. Functest uses rally to execute osinterop test cases
       instead of refstack_client

    Change-Id: I81ebefe6ea959ca77c2c87f1d75ef56ac18c165f
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Sat, 21 Apr 2018 08:24:55 +0000 (08:24 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Improve "Libvirt.create_snapshot_qemu" function"
  - Improve "Libvirt.create_snapshot_qemu" function

    Improved "Libvirt.create_snapshot_qemu" function:
    - Check if the base image is present in the remote host.
      If not, try to copy from the execution host.
    - Check the execution status. In case the command fails, raise an
      exception.

    JIRA: YARDSTICK-944

    Change-Id: I78bd0d3ed6a1f35ed772c0d192bb240009a580ed
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
agardner [Tue, 17 Apr 2018 19:27:11 +0000 (15:27 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Cleanup Archived projects

    Removing archived projects from jjb

    These project dont need any jobs associated with them

    escalator
    fastpathmetrics
    inspector
    lsoapi
    movie
    multisite
    octopus
    openretriever
    prediction

    Change-Id: Ibbe49e54ed326f502157c7892022b7a62173b72d
Signed-off-by: agardner <agardner@linuxfoundation.org>
6 years agoUpdate OPNFV Sphinx Theme 83/54583/3
Trevor Bramwell [Wed, 28 Mar 2018 17:27:51 +0000 (10:27 -0700)]
Update OPNFV Sphinx Theme

When the theme was initially created I was under the assumption the
directory the theme lives under needs to match the name. This does not
seem to be the case and in fact seems to cause issues with correctly
importing and using the theme.

Includes formatting updates to the README and linting.

Change-Id: I67c834bfe9dc99252159394ecbf136d9a264e0a8
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
rpaik [Wed, 18 Apr 2018 18:30:55 +0000 (11:30 -0700)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Made minir edits for the Fraser release

    Change-Id: Ic19e2c270067497a777231ec47a6dd94f94c2b99
Signed-off-by: rpaik <rpaik@linuxfoundation.org>
6 years agoUpdate git submodules
Ross Brattain [Fri, 20 Apr 2018 17:13:32 +0000 (17:13 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "extra loopback cleanup"
  - extra loopback cleanup

    try to cleanup in the shell script in case ansible errors

    maybe it is hopeless because of docker

    JIRA: YARDSTICK-1096
    JIRA: YARDSTICK-1054

    Change-Id: I759ded4731a7710a194a81530cfb35376eb7800d
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoUpdate git submodules
Ross Brattain [Fri, 20 Apr 2018 16:57:35 +0000 (09:57 -0700)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - disable NSB (DPDK) image load for ARM

    we skip the building now but we also need to skip the image loading

    JIRA: YARDSTICK-1124

    Change-Id: I27c40d6319e74374282203132cfc2c7ebff9b094
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoUpdate git submodules
spisarski [Tue, 17 Apr 2018 14:24:18 +0000 (08:24 -0600)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Fixed bug with regards to subnet lookups.
    Neutron returns all subnets regardless of visibility which cause problems
    within routers if there is another subnet with the same name attached to
    a different network.

    JIRA: SNAPS-304

    In addition, this patch contains two other minor fixes.
      launch_utils.py - raise an exception when the creator is not properly instantiated
      network.py - allow fixed IPs to be none.

    Change-Id: Ib343074d925be4592a713727a03d5b531890eada
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
Cedric Ollivier [Fri, 20 Apr 2018 14:11:56 +0000 (14:11 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Update version in setup.cfg (Gambia)"
  - Update version in setup.cfg (Gambia)

    Change-Id: I81ad97a441a050ed9469e178dac8e9dc57c5e72d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cedric Ollivier [Fri, 20 Apr 2018 13:57:03 +0000 (13:57 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Last Release updates before tag (master)"
  - Last Release updates before tag (master)

    Change-Id: Icbe6943d574ab5878833fb0cfbc8cd05c65756d6
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Linda Wang [Thu, 19 Apr 2018 04:08:17 +0000 (04:08 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Update configguide

    JIRA: FUNCTEST-959

    Change-Id: Id75689154a63b7258d753f26bb5ff01c0b06012e
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
Cédric Ollivier [Fri, 20 Apr 2018 13:28:34 +0000 (15:28 +0200)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'master'
  - Fix version in setup.cfg

    It cannot be installed due the new branch.

    Change-Id: I1898190cbf522dbfbaeaa89e3d65a7b2e27fb2cc
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Fri, 20 Apr 2018 09:59:29 +0000 (11:59 +0200)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Pin os-odl-bgpvpn to project internal tag 6.0.0

    It is important to test and pin the versions tagged by the projects
    to ensure we have a single version of XCI with pinned versions of the
    scenarios for all the projects are recorded.

    Same exercise will be done for all the scenarios and then scenarios will
    be unpinned from the tags to let the development continue.

    deploy-scenario:os-odl-bgpvpn
    installer-type:osa

    Change-Id: I9350bc53fa87836ad36259b259edf506dd99790a
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Charalampos Kominos [Mon, 16 Apr 2018 12:18:45 +0000 (14:18 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - [p/openstack.nova] force creation of pty on aarch64

    Allow nova to create a pty device for aarch64VM

    JIRA: ARMBAND-352

    Change-Id: I7d481957342a0dfb5be38a01b3d755862321cfa7
Signed-off-by: Charalampos Kominos <charalampos.kominos@enea.com>
6 years agoUpdate git submodules
Asteroide [Fri, 20 Apr 2018 12:56:58 +0000 (12:56 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "Testing pipeline in Jenkins"
  - Testing pipeline in Jenkins

    Change-Id: Ibd898f2cefd1194e0604d243d155b6ffcab760ab

6 years agoUpdate git submodules
Periyasamy Palanisamy [Mon, 16 Apr 2018 13:09:16 +0000 (15:09 +0200)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'master'
  - Make sdnvpn logging proper

    * Currently no log messages are getting written into log file due to
    file handler is registered for logger object created at different
    modules. Now corresponding handler is registered for logger objects.
    * Making sdnvpn Feature class to use its parent class logger object to
    avoid unnecessary logger object creation.

    Change-Id: I4ec61951ba4ac39cecc137dbb818da72f0b43b35
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
6 years agoUpdate git submodules
Abhijit Sinha [Fri, 20 Apr 2018 08:52:49 +0000 (08:52 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "DPDK: detect dpdk_make_arch based on image arch"
  - DPDK: detect dpdk_make_arch based on image arch

    JIRA: YARDSTICK-1124

    Change-Id: I26e5854f5117a3b45ac7fa4d4b06f325dcd4d97a
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoUpdate git submodules
Martin Klozik [Fri, 20 Apr 2018 08:23:25 +0000 (08:23 +0000)]
Update git submodules

* Update docs/submodules/vswitchperf from branch 'master'
  - Merge "scapy: Load default SCAPY protocols"
  - scapy: Load default SCAPY protocols

    After the fix of SCAPY library import, it was not possible to use
    some of the network protocols by T-Rex. T-Rex 2.38 uses by default
    SCAPY 2.3.1 for python3, but it overrides the default set of network
    protocols loaded by layers/all.py. VSPERF makefile was modified to
    restore original version of all.py from SCAPY 2.3.1 git repository.
    Also examples of scapy usage were updated to generate correct traffic
    with modified scapy version.

    JIRA: VSPERF-566

    Change-Id: Ib9ae3c572e693e86d30eb0467ab9c812fe8f335b
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Sridhar Rao <sridhar.rao@spirent.com>