opnfvdocs.git
6 years agoUpdate git submodules
Michael Polenchuk [Mon, 27 Nov 2017 07:54:17 +0000 (07:54 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "[baremetal] MaaS: Fix adding mcp.rsa.pub"
  - [baremetal] MaaS: Fix adding mcp.rsa.pub

    Upstream salt-formula-maas change [1] gated applying "maas_sshprefs"
    low state by `region.sshprefs` being declared in reclass, which is
    not true for our model.
    Mend our region.sls patch to pass mcp.rsa.pub to MaaS unconditionally.
    This fixes baremetal SSH login with mcp.rsa.

    While at it, fix duplicate SSH key upload on MaaS state retry.

    JIRA: FUEL-281

    [1] https://github.com/salt-formulas/salt-formula-maas/commit/ec61dd6

    Change-Id: I93941a689058f9f48f34861898fbe3ee6ce4e2b4
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Michael Polenchuk [Mon, 27 Nov 2017 07:52:23 +0000 (07:52 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "[baremetal] Retry cinder.controller on failure"
  - [baremetal] Retry cinder.controller on failure

    Occasionally, cinderng.volume_type_present errors with:
    ClientException: Service Unavailable (HTTP 503)
    Instead of retrying the whole state file, use `wait_for` macro
    to retry only this high state up to 5 times.

    Change-Id: Ib9ef017aca737e53c853007c13107d56d856c016
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Michael Polenchuk [Mon, 27 Nov 2017 07:47:17 +0000 (07:47 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "Revert "Apply apache state on proxy nodes""
  - Revert "Apply apache state on proxy nodes"

    Upstream fixed the salt-formula-horizon in commit 95387ec, by
    defining 8078 (and only that) port in Apache's ports.conf.
    This fixes the port 80 overlap, so running the `apache` high state
    after the `horizon` high state not only is unnecessary now, but
    also would lead to new breakage, since `apache` state would
    overwrite the ports.conf (removing 8078 and adding 80), i.e.
    creating a new port conflict and breaking Horizon port completely.

    This reverts commit eb4645206d6d74992fca3b8726ee2eebca97205f.

    Conflicts:
     mcp/config/states/openstack_ha
     mcp/reclass/classes/cluster/baremetal-mcp-ocata-common/openstack_proxy.yml

Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
    Change-Id: Iea8f0bd90ee8d12f399aad16247dda274d6a907a

6 years agoUpdate git submodules
Alexandru Avadanii [Sun, 26 Nov 2017 04:43:39 +0000 (05:43 +0100)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump & rebase for image pre-install

    1. Bump to latest Fuel@OPNFV to include:
       - Bring in newer glusterfs for mtime unsplit brain
         * Requires adding arch "arm64" to PPA definition in reclass:
           - (reclass-system) linux.system.repo.glusterfs: Add arm64 arch
       - Switch nofeature-ha compute nodes to UCA repo
         * Requires an alternative way of adding linux.enea.com repos;
         * linux.enea.com repos will now be pre-install into VM images;
         * Requires refresh on repo arch list handled by Armband patch:
           - (fuel) baremetal, virtual: Extend arch list for UCA repo

    2. Staging proposed patches from upstream Fuel@OPNFV:
       - Add pre-{install,purge} support for base image
         * Reference implementation adds pre-installed Armband specifics:
           - Enea public GPG to APT keys (for below repos);
           - repos (linux.enea.com/{apt-mk,mcp-repos}/*);
           - linux-{image,headers}-generic-hwe-16.04-edge;
           - cloud-init: datasource from NoCloud only;
         * Allows us to drop kernel installation from state files,
           installing the kernel only once during image prep, instead of
           two stages of parallel installs (5 baremetal, 14 VCP);
         * Ensures Armband repos are pre-configured for infrastructure
           VMs, allowing us to drop more reclass repo definitions;
         * Rework armband patch to install kernel only on kvm, cmp:
           - (fuel) baremetal: linux-image-generic-hwe-16.04-edge

    3. Sync reclass repo definitions with upstream change, drop duplicates
       - [linux][repos] Remove unused repositories [1]
         * Upstream dropped all "ocata-{security,hotfix,...} repo comps,
           which are also empty for Armband, so drop them too;
         * Rework following armband patches:
           - (reclass-system) linux/system/repo/mcp: Add Armband repos
             * Move Armband repos to new dedicated reclass classes:
               - linux.system.repo.mcp.armband.extra (currently empty);
               - linux.system.repo.mcp.armband.openstack;
             * Use HTTPS for fetching Enea Armband GPG key;
           - (fuel) baremetal: Add Armband Openstack repos to kvm, cmp
             * Consume defs introduced above only on baremetal nodes;

    4. Sync documentation with Fuel@OPNFV (cp)

    5. Add vim swap files to .gitignore

    [1] https://github.com/Mirantis/reclass-system-salt-model/commit/1dd1b31

    Change-Id: Ibab56279de86f08ad7cd9bc6761f4c525532f811
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Sun, 19 Nov 2017 01:13:08 +0000 (02:13 +0100)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump & rebase for new deploy arg `-E`

    Slight refactor of Armband high states, combine all parts touching
    salt minion into a single `armband.salt_minion` state.

    Also bring in support for NVRAM-backed domain undefine via
    `virt.purge` by passing down the proper flag to libvirt.

    While at it, squash mcp/patches touching the same lines of code
    in <_modules/seedng.py>, so deploys using `-f` do not fail at the
    patch stage (due to conflicting patch lines, checking for `patch -R`
    does not work as expected).

    Change-Id: Iefca061e641854d28bd8576f2b4547c87c239e32
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Sat, 25 Nov 2017 16:41:20 +0000 (17:41 +0100)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Bring in newer glusterfs for mtime unsplit brain

    Recent commit 8ba3a1a (Switch nofeature-ha compute nodes to UCA repo)
    bumped the reclass/system submodule and brought in upstream commit
    2ee306b (Glusterfs: use automatic mtime-based split-brain resolution)
    which requires support for "cluster.favorite-child-policy", not
    available in Glusterfs 3.7.x available in Ubuntu Xenial.
    NOTE: UCA does not provide glusterfs for "Ocata", only for "Pike"+.

    Instead of reverting the commit switching to mtime brain un-split,
    bump glusterfs to a version that is not EOL (3.10) using their
    official PPA.

    Change-Id: I4606dda2f3d4b7563eea793cc8e5d1380f336f24
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Zhijiang Hu [Sat, 25 Nov 2017 14:10:31 +0000 (22:10 +0800)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Update kolla image

    Change-Id: I7c7b6b10c5acc72f0de70703824e2034494eae77
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
6 years agoUpdate git submodules
Bryan Sullivan [Sat, 25 Nov 2017 14:19:28 +0000 (06:19 -0800)]
Update git submodules

* Update docs/submodules/ves from branch 'master'
  - Build docker image for ves-app

    JIRA: VES-2

    Change-Id: I3b953b882d080d6e9ecaa8600bde92acb34dc538
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
6 years agoUpdate git submodules
Xuan Jia [Sat, 25 Nov 2017 02:37:49 +0000 (02:37 +0000)]
Update git submodules

* Update docs/submodules/container4nfv from branch 'master'
  - Merge "build ovsdpdk cni during deployment"
  - build ovsdpdk cni during deployment

    Change-Id: I1c3d4b44bab0d75fae93f7fabce7bcfdcc3b9f35
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
6 years agoUpdate git submodules
Xuan Jia [Sat, 25 Nov 2017 02:37:06 +0000 (02:37 +0000)]
Update git submodules

* Update docs/submodules/container4nfv from branch 'master'
  - Merge "remove timemout for k8s installation"
  - remove timemout for k8s installation

    Change-Id: I53d9bccfecd369ca3612dc12c3e5bb06b209961e
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
6 years agoUpdate git submodules
Guo Ruijing [Fri, 24 Nov 2017 16:35:50 +0000 (11:35 -0500)]
Update git submodules

* Update docs/submodules/container4nfv from branch 'master'
  - extend opnfv/container4nfv box to 400G

    Change-Id: Id5aaf1cb6be6797ac179d94fec93607481481c5e
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
6 years agoUpdate git submodules
agardner [Fri, 24 Nov 2017 20:33:33 +0000 (15:33 -0500)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - Jenkins does not have /usr/local/bin/ in path

    Stupid jenkins

    Change-Id: Ibfd83e7dadd674cfe7d7a9c2a712ef069fb8d5de
Signed-off-by: agardner <agardner@linuxfoundation.org>
6 years agoUpdate git submodules
Aric Gardner [Fri, 24 Nov 2017 19:30:45 +0000 (19:30 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Move check-jinja2 jenkins job to pharos project"
  - Move check-jinja2 jenkins job to pharos project

    Securedlab will be going away now that we can encrypt strings
    (eyaml)

    we need to check jinja2 PDF templates that will be moving into pharos
    This adds a jenkins job to check those templates

    After This change and https://gerrit.opnfv.org/gerrit/#/c/47735/ are merged
    I can start moving pdf files into the pharos repo

    Once this is complete I can remove check-jinja2 job from securedlab.
    Eventually decommissioning the securedlab repo

    Change-Id: I623b7d8eb78438a8a24307ff0b3a1966c33cd7cf
Signed-off-by: agardner <agardner@linuxfoundation.org>
6 years agoUpdate git submodules
agardner [Thu, 23 Nov 2017 20:59:03 +0000 (15:59 -0500)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - Moving check-jinja2 to pharos.

    Securedlab will be going away now that we can encrypt strings
    (eyaml)

    we need to check jinja2 PDF templates that will be moving into pharos
    This adds one pod yaml files and fixes paths in check-jinja2.sh

    After this is merged I can create a jenkins job for pharos.

    Then I can start moving pdf files into the pharos repo

    Change-Id: I2f2f2925275de49035d7d0160249d75b25ca0d20
Signed-off-by: agardner <agardner@linuxfoundation.org>
6 years agoUpdate git submodules
Delia Popescu [Fri, 24 Nov 2017 12:52:41 +0000 (14:52 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Fix Doctor run on 'doctor-{installer}-verify' slave

    Change-Id: I65a2a3c6643cba870eec2f794199bb824c6b868c
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Fri, 24 Nov 2017 15:35:05 +0000 (15:35 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "[docs] Add MCP user guide"
  - [docs] Add MCP user guide

    Change-Id: I97a5a2817004850abc3f702004819a907472faf7
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Fri, 24 Nov 2017 15:29:26 +0000 (15:29 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "docs: Update prx nodes on network diagrams"
  - docs: Update prx nodes on network diagrams

    - prx: added 3rd interface, green dot to mgmt

    JIRA: FUEL-302

    Change-Id: I9f807409ed7a84de95d7321f059343d5d676038e
Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com>
6 years agoUpdate git submodules
Markos Chandras [Fri, 24 Nov 2017 14:49:53 +0000 (14:49 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "Add required packages install for AIO"
  - Add required packages install for AIO

    The All-in-One flavor is missing the tasks for the installation of
    distro and pip packages, these tasks are performed by other flavors.

    Change-Id: Ia0f707c08acd47e1dc4577916da58e338ba187fa
Signed-off-by: Victor Morales <victor.morales@intel.com>
6 years agoUpdate git submodules
Michael Polenchuk [Fri, 24 Nov 2017 08:10:08 +0000 (12:10 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Switch nofeature-ha compute nodes to UCA repo

    Employ UCA repo on computes nodes for nosdn-nofeature-ha scenario as
    well to prevent a regression (creation of ports failed for 1+n instances)
    of neutron ovs agent from mcp/openstack repos.

    Change-Id: Ie65ae122096c0d3a93c09d46191787a934bd7d4f
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
RHE [Fri, 24 Nov 2017 12:54:26 +0000 (13:54 +0100)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - remove keystone-moon

    Change-Id: I80d7c9b669f19d5f6607e162de8e0e55c2f80fdd
Signed-off-by: RHE <rebirthmonkey@gmail.com>
6 years agoUpdate git submodules
Cédric Ollivier [Fri, 24 Nov 2017 06:37:43 +0000 (07:37 +0100)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  - Update CMD in gating Dockerfile

    It conforms with the change "Remove prepare_env" [1].

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

    Change-Id: I9a80049e002b812d097067dc53798fa3bc532505
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Fri, 24 Nov 2017 06:48:12 +0000 (07:48 +0100)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Enable Doctor testcase for F-release

    doctor conforms with OpenStack Pike requirements then it could be
    enabled in functest-features and functest-restapi (master) [1].

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

    Change-Id: I82135a64cf0aac5ebf5b56260ede24b592fca41b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Thu, 23 Nov 2017 21:18:54 +0000 (22:18 +0100)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Enable baro_tests testcase for F-release

    barometer conforms with OpenStack Pike requirements then it could be
    enabled in functest-features and functest-restapi (master) [1].

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

    Change-Id: Iee17bd17192db53075dd8ff8d020d18306394cfa
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
rpaik [Thu, 9 Nov 2017 18:55:56 +0000 (10:55 -0800)]
Update git submodules

* Update docs/submodules/parser from branch 'master'
  - Added a license metadata line to specify Apache-2.0

    Change-Id: I567522d47fa30efa03e84e5292360481e81f30ad
Signed-off-by: rpaik <rpaik@linuxfoundation.org>
6 years agoUpdate git submodules
Cedric Ollivier [Fri, 24 Nov 2017 06:44:11 +0000 (06:44 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Remove iniparse and urllib3 dependencies"
  - Remove iniparse and urllib3 dependencies

    It also moves robotframework addons to the right containers.

    Change-Id: I32a8e018bf84685cffc70a04e3736d948bc6d1c4
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Thu, 23 Nov 2017 21:03:43 +0000 (22:03 +0100)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Fix relative imports in cloudify_ims_perf

    It also fixes wrong indents.

    JIRA: FUNCTEST-893

    Change-Id: Ic54e01c03c14f39c69242c41922fc124c1b45c23
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
wenjuan dong [Fri, 24 Nov 2017 05:42:55 +0000 (05:42 +0000)]
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - Merge "Added instructions to enable Neutron 'Data Plane Status' ML2 extension"
  - Added instructions to enable Neutron 'Data Plane Status' ML2 extension

    Change-Id: Ief6fc069898e4bbf5a8ac48b0a42b80a3f541cbd
Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
6 years agoUpdate git submodules
Cédric Ollivier [Wed, 15 Nov 2017 18:22:44 +0000 (19:22 +0100)]
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - Updated from global requirements

    Change-Id: I892ae546490cac6e8a59c68bbf2dd214f8842597
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Zhijiang Hu [Wed, 22 Nov 2017 09:43:32 +0000 (04:43 -0500)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Switch ODL version to Carbon-SR1

    SR2 seems has issues with FIP ping test

    Change-Id: I4aea097f2009c2c33de8fc85820bf68c1cbb316a
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 23 Nov 2017 18:16:30 +0000 (19:16 +0100)]
Update git submodules

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

    Change-Id: I58bacd2b8f9d210fd9e144cd8db6239ca0b8949d
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Aric Gardner [Thu, 23 Nov 2017 17:44:56 +0000 (17:44 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "jjb: xci: xci-verify-jobs: Enable tempest for XCI"
  - jjb: xci: xci-verify-jobs: Enable tempest for XCI

    Set RUN_TEMPEST=true so we can tempest when running XCI CI
    jobs.

    Change-Id: I3f7617e20dc4f4c1ba9a1e9016eef125c924e7b7
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Aric Gardner [Thu, 23 Nov 2017 17:44:07 +0000 (17:44 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Fix Couldn't find remote ref $GERRIT_REFSPEC"
  - Fix Couldn't find remote ref $GERRIT_REFSPEC

    JIRA: ARMBAND-305

    Change-Id: Ic01d7d46375a27160e583e07ea96c60fa68f8c71
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 23 Nov 2017 14:41:39 +0000 (15:41 +0100)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - salt.sh: Rework `git -C` for older git compat

    CentOS 7.4 provides git 1.8.3, while `git -C` support was introduced
    in 1.8.5, so rework <salt.sh> to not rely on this parameter.

    Change-Id: Ied88466b2b3d91a3317922fa08f60afe934358a0
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Markos Chandras [Thu, 23 Nov 2017 17:08:43 +0000 (17:08 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "Integrate inband os-nosdn-ovs scenario"
  - Integrate inband os-nosdn-ovs scenario

    Change-Id: I9253edf028fce571e04f9f82103a94952e05d2d4
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
6 years agoUpdate git submodules
Cédric Ollivier [Wed, 15 Nov 2017 18:22:15 +0000 (19:22 +0100)]
Update git submodules

* Update docs/submodules/barometer from branch 'master'
  - Updated from global requirements

    Change-Id: I948ca4fdd98755630de06ea0b32a759a79c1795c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Maryam Tahhan [Thu, 23 Nov 2017 16:19:40 +0000 (16:19 +0000)]
Update git submodules

* Update docs/submodules/barometer from branch 'master'
  - docs: add security information

    Change-Id: I014ee8bb762e1c2d9a94bc780816508133e2adf5
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
6 years agoUpdate git submodules
Cedric Ollivier [Thu, 23 Nov 2017 16:16:33 +0000 (16:16 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Remove openstack utils calls in rally and tempest"
  - Remove openstack utils calls in rally and tempest

    Mainly, update "rally deployment create --file=rally_conf.json"
    to "rally deployment create --fromenv"

    Change-Id: I6dd4c7ea2d9d6f47dee49a4fd416e62bd557f45e
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
Jose Lausuch [Thu, 23 Nov 2017 15:36:59 +0000 (15:36 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Remove _set_others() from config"
  - Remove _set_others() from config

    Change-Id: I39e37ce9f8715e21fcfc4a053b83d508530fad5e
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
6 years agoUpdate git submodules
Markos Chandras [Thu, 23 Nov 2017 15:26:10 +0000 (15:26 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: scripts: start-new-vm.sh: Rework fix for parallel pkg mgr instances"
  - xci: scripts: start-new-vm.sh: Rework fix for parallel pkg mgr instances

    The current way of detecting whether multiple package manager processes
    are running is not ideal so just wait a random amount of time if we
    detect that another instance of our package manager command is running.

    Change-Id: Id94e3ed5293bf223f7250f92525a6e02bb1ea842
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Fatih Degirmenci [Wed, 22 Nov 2017 07:59:27 +0000 (08:59 +0100)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Enable tempest

    Change-Id: I0fb12e4c2612f953998880a94b13655fa9ee0d8c
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Jose Lausuch [Thu, 23 Nov 2017 13:05:31 +0000 (13:05 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[Functest] Remove prepare_env from the docker cmds"
  - [Functest] Remove prepare_env from the docker cmds

    When [1] is merged, prepare_env won't exist and the call
    will fail. Keeps the former call until Euphrates jobs
    are stopped.

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

    Change-Id: Ia41906f9e8ee15409cb28bb9bb621a7ab1964eee
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
6 years agoUpdate git submodules
Linda Wang [Thu, 23 Nov 2017 11:04:27 +0000 (11:04 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Fix how tier_handler is imported"
  - Fix how tier_handler is imported

    Change-Id: I36577ca73042b181b4634c4d6bf3ac5d905fd560
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 23 Nov 2017 09:53:49 +0000 (09:53 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "Use RUN_TEMPEST global env"
  - Use RUN_TEMPEST global env

    The RUN_TEMPEST global environment has been defined in *user-vars*
    but never used in the playbooks. This change pretends to enable the
    use of that value.

    Change-Id: I49ca092546494c0cdcb015a549828bf79fa5f889
Signed-off-by: Victor Morales <victor.morales@intel.com>
6 years agoUpdate git submodules
Markos Chandras [Thu, 23 Nov 2017 09:50:07 +0000 (09:50 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "Add the libvirt DNS to resolv.conf"
  - Add the libvirt DNS to resolv.conf

    This change adds the gateway into the resolv.conf for helping
    to resolve some routes faster during the execution of start-new-vm.sh
    main script.

    Change-Id: I08f361f5e55589f388e6ff6613d213eb79bbbce9
Signed-off-by: Victor Morales <victor.morales@intel.com>
6 years agoUpdate git submodules
Cedric Ollivier [Thu, 23 Nov 2017 08:55:04 +0000 (08:55 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Remove prepare_env"
  - Remove prepare_env

    After moving the rally installation out of prepare_env
    It doesn't much sense to keep this script as it doesn't
    do useful things any more.

    Change-Id: I9ab3b2dd30c8ec0fbb825ee4302a83cce80f1cbe
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
6 years agoUpdate git submodules
Yifei Xue [Thu, 23 Nov 2017 08:52:43 +0000 (08:52 +0000)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Merge "Support the scenario for installing kubernetes in ubuntu system"
  - Support the scenario for installing kubernetes in ubuntu system

    JIRA: -

    Currently we only support the the scenario for installing kubernetes
    in centos system. This patch is to install kubernetes in ubuntu system

    Change-Id: Idc5eafea5d02c28c62a31e4c29451b8c5aaf1fd5
Signed-off-by: hu xinhui <xinhui_hu@foxmail.com>
6 years agoUpdate git submodules
Yifei Xue [Fri, 10 Nov 2017 07:01:04 +0000 (15:01 +0800)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Upgrade the jumphost offline support

    JIRA: -

    1. Add support for ubuntu 16.04.3
    2. Update the package building scripts for ubuntu 14.04.3
    3. Remove some hard code

    Change-Id: I96e587b6b3aa2c39e14e5b0ec7db82b460e1fb29
Signed-off-by: Yifei Xue <xueyifei@huawei.com>
6 years agoUpdate git submodules
Guo Ruijing [Wed, 22 Nov 2017 18:06:39 +0000 (13:06 -0500)]
Update git submodules

* Update docs/submodules/container4nfv from branch 'master'
  - build multus in ubuntu:16.04 docker during deployment

    Change-Id: I557be21c59e28401c5ec20cd43d2baabc13bef3e
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 23 Nov 2017 01:31:28 +0000 (02:31 +0100)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [baremetal] Fix maas_subnets without maas_fabrics

    Change-Id: I603b39d46d3f2f2448b8f9746ad0745e416bbee7
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Georg Kunz [Mon, 20 Nov 2017 09:24:26 +0000 (10:24 +0100)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Include full date in name of compressed result file

    The name of the compressed result file included a timestamp according
    to the pattern "day_hour_minute". This is a rather uncommon timestamp
    and can cause confusion. This patch changes the timestamp to a more
    common "YearMonthDay-HourMinute" format.

    Please note: Please check if this change has an impact on the web
    portal.

    Change-Id: Ife41050bc1d5ca6942706b756d03a1d0d251ae41
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
6 years agoUpdate git submodules
Bryan Sullivan [Thu, 23 Nov 2017 06:02:16 +0000 (22:02 -0800)]
Update git submodules

* Update docs/submodules/ves from branch 'master'
  - Use existing grafana server

    JIRA: VES-2

    Change-Id: I9926932e4fd848c3b468650df33a6cebbc363688
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
6 years agoUpdate git submodules
Ace Lee [Mon, 20 Nov 2017 10:47:19 +0000 (10:47 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - fix docker client don't have trex_client

    JIRA: YARDSTICK-854

    Add trex_client in docker,
    so we could run NSB testcase in docker container.

    Change-Id: Iac1393d6e3a175137973190936ab69a1f2ce8272
Signed-off-by: Ace Lee <liyin11@huawei.com>
6 years agoUpdate git submodules
Taseer Ahmed [Fri, 17 Nov 2017 07:06:44 +0000 (12:06 +0500)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Add role for heat stack creation

    JIRA: QTIP-284

    Change-Id: I8de67c74fe31d6353f05892df67f21ae9af9640e
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
6 years agoUpdate git submodules
Jun Li [Thu, 23 Nov 2017 01:19:09 +0000 (01:19 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Bugfix: Dovetail failed on Compass master because of lacking cacert"
  - Bugfix: Dovetail failed on Compass master because of lacking cacert

    Dovetail daily jobs on Compass failed because of lacking os cacert file.
    Add the cacert file path into env_config.sh and copy cacert file to pre_config/.

    JIRA: DOVETAIL-564

    Change-Id: I23506bf3dea7ad3e82bd826f4ea344f6ddd99cac
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Jun Li [Thu, 23 Nov 2017 01:18:54 +0000 (01:18 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Bugfix: HA failed on Compass master because of lacking pod.yaml"
  - Bugfix: HA failed on Compass master because of lacking pod.yaml

    The module in releng which used to get all the pod info of each installer
    can't work on Compass master.
    Create a pod.yaml file for Compass master to ensure HA test cases can be
    executed successfully.

    JIRA: DOVETAIL-565

    Change-Id: I86cbb4fb07b87b99bf1465d57a76b23e1159ec9f
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Delia Popescu [Thu, 16 Nov 2017 16:08:29 +0000 (18:08 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - doctor: Fix AArch64 phase jobs not found

    Change-Id: Iefb3a889302ecbf3b69529405543908880fad87f
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
6 years agoUpdate git submodules
Narinder Gupta [Wed, 22 Nov 2017 04:43:36 +0000 (22:43 -0600)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - add pod19 without vlan.

    Change-Id: I0764f19e0389921a7240802ebce0c484837f19ee
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
6 years agoUpdate git submodules
Manuel Buil [Wed, 22 Nov 2017 09:45:07 +0000 (10:45 +0100)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Add br-vlan-veth to the br-vlan bridge in openSUSE

    br-vlan-eth was created but not added to any bridge, therefore floating ips
    were not working as it was impossible for the OVS in the compute to get the
    ARP messages coming from the gateway of the public network

    Change-Id: Ia0828b7e96359dc10012ac52bf0e5d4f2c5419cb
Signed-off-by: Manuel Buil <mbuil@suse.com>
6 years agoUpdate git submodules
Aric Gardner [Wed, 22 Nov 2017 15:45:04 +0000 (15:45 +0000)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - Merge "generate_config: Use eyaml to decrypt secret values"
  - generate_config: Use eyaml to decrypt secret values

    Note: IDF data encryption is not supported. Supporting that is
    trivial, but it leads to slightly more complicated code, plus it
    breaks support for multiline scalar encrypted data in the PDF ('>'),
    forcing us to define each encrypted value as inline string.

    While at it, fix silly limitation of jinja2 path residing in a subdir
    of CWD.

    Change-Id: I441ec754d8b6e4aad2ed73aba0b9b18ed65f05f4
Signed-off-by: agardner <agardner@linuxfoundation.org>
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Igor Shaula [Wed, 22 Nov 2017 13:44:55 +0000 (14:44 +0100)]
Update git submodules

* Update docs/submodules/samplevnf from branch 'master'
  - correct prox ipsec vnf

    reapply the latest changes (47355 and 47521) due to gerrit merge problem

    * fix crypto init for both encryptor and decryptor
    * improve performance: preallocate crypto op memory in init
    * finalize enabling routed ipsec traffic (proper IP/MAC addresses)
    * correct handling of dropped packets at encryptor
    * Fix receive packets with size > 1024 bytes

    Change-Id: I51cccc9bef0b9564ea1a3465ad28fb985eee06d1
Signed-off-by: Igor Shaula <igor.shaula@intel.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 22 Nov 2017 14:57:27 +0000 (14:57 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "ci/deploy.sh: Add new `-E` arg for env erase"
  - ci/deploy.sh: Add new `-E` arg for env erase

    NOTE: In order to undefine VCP VMs with NVRAM (e.g. AArch64 VMs
    using AAVMF), an additional parameter should be passed to libvirt
    by Salt virt core module (equivalent to `virsh undefine --nvram`).

    While at it, pass CI_DEBUG, ERASE_ENV enviroment variables to
    state execution, and stop force-applying patches.

    Also refactor the rsync between foundation node and Salt master,
    so the whole git repo is copied as </root/opnfv>, and <root/fuel>
    becomes a link to it; useful for Armband, where 'fuel' is a git
    submodule. Fix .git paths after rsync, so git submodules work as
    expected in cfg01 repos.

    JIRA: FUEL-307

    Change-Id: Ic62f03e786581c019168c50ccc50107238021d7f
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Michael Polenchuk [Wed, 22 Nov 2017 11:38:05 +0000 (15:38 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [virtual] Apply nova controller state twice

    In order to complete broken database sync run
    nova state on controller one more time.

    Change-Id: I761f26667ebb531b848a62e096f3d79f588d9f24
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Thomas Duval [Wed, 22 Nov 2017 10:46:44 +0000 (11:46 +0100)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - push the modifications from moonv4/templates/moonforming to moonv4/tests

    Change-Id: Id9abe1c299f2cfbf95c5026d74ccb74c1429834e

6 years agoUpdate git submodules
Thomas Duval [Wed, 22 Nov 2017 10:34:18 +0000 (11:34 +0100)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Add more control on Keystone exceptions

    Change-Id: I1db596b0b7df7344d8cdc40768c7ee6373905c34

6 years agoUpdate git submodules
Thomas Duval [Wed, 22 Nov 2017 10:30:57 +0000 (11:30 +0100)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Update to the v4.3.1 container

    Change-Id: I2fd986beb684d270e2c0c5fb718413c3e5822ad0

6 years agoUpdate git submodules
Thomas Duval [Wed, 22 Nov 2017 10:30:35 +0000 (11:30 +0100)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Update to the v4.3.1 container

    Change-Id: I42c49a5211e6fb9b6b35891580780cfea2a0b034

6 years agoUpdate git submodules
Thomas Duval [Wed, 22 Nov 2017 10:28:41 +0000 (11:28 +0100)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Add an argument to control the verbose or debug mode and update to the container v1.2

    Change-Id: I4f85dbd6cde4e8eb9b39f0fd13cddb0d33da8a76

6 years agoUpdate git submodules
Thomas Duval [Wed, 22 Nov 2017 10:26:41 +0000 (11:26 +0100)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Add waiting code for Keystone, re-add the ability to connect a PDP to the "admin" Keystone project and fix some bugs

    Change-Id: Ic3afdb1306a72bd09f9071e96aabfae602153e94

6 years agoUpdate git submodules
Cedric Ollivier [Wed, 22 Nov 2017 12:43:56 +0000 (12:43 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Removal of deprecated SNAPS-OO classes."
  - Removal of deprecated SNAPS-OO classes.

    JIRA: SNAPS-202

    Change-Id: I115b4927b287a5525f4c1b95128d91f5229c7856
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
Serena Feng [Wed, 22 Nov 2017 10:50:00 +0000 (10:50 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Enlarge the timeout for storage test"
  - Enlarge the timeout for storage test

    It seems we need to give more time for storage test.
    That job has been aborted by timeout those days.[1]

    [1]
    https://build.opnfv.org/ci/view/qtip/job/qtip-storage-apex-master/97/console

    Change-Id: Iafef11d38a83c95e8bf82c4b6664716f4e8de535
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
6 years agoUpdate git submodules
Markos Chandras [Mon, 20 Nov 2017 10:12:44 +0000 (10:12 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - xci: config: pinned-versions: Bump Bifrost SHA

    Change-Id: I9df869fa82f4486b104f4330b83e8300362afb54
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Manuel Buil [Tue, 21 Nov 2017 11:41:24 +0000 (12:41 +0100)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Remove the share flag

    When creating the external network for functest testing purposes, it does not
    need to be shareable between tenants because functest uses routers and floating
    ips. Therefore, better remove it to avoid confusion

    Change-Id: I18a1fd34a52ddae2527ee3580a9d1a2b649e61b6
Signed-off-by: Manuel Buil <mbuil@suse.com>
6 years agoUpdate git submodules
Markos Chandras [Tue, 21 Nov 2017 09:35:49 +0000 (09:35 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - xci: Use the dib pip-and-virtualenv element

    The element will ensure that we have a reasonable set of pip
    and virtualenv packages in place as well as pick the right
    python version for the distribution. We also make sure that
    we use python2 everywhere.

    Change-Id: I8a83af9acffbd8d6d583832956e1685100ec508a
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Alex Yang [Mon, 20 Nov 2017 07:10:42 +0000 (15:10 +0800)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - Fix yamllint warning for daisy template

    Change-Id: I4b9a9a569d22570f027a49bc31736f6787177171
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
6 years agoUpdate git submodules
Martin Klozik [Wed, 22 Nov 2017 08:18:38 +0000 (08:18 +0000)]
Update git submodules

* Update docs/submodules/vswitchperf from branch 'master'
  - Merge "trex_stat_packet_counts: Add packet counts to trex reporting"
  - trex_stat_packet_counts: Add packet counts to trex reporting

    Adds packet count totals for transmit and receive to reporting
    at the end of test execution.

    JIRA: VSPERF-546

    Change-Id: I51027fae109d0ea794c0db03f5781ddb2fcbb941
Signed-off-by: Christian Trautman <ctrautma@redhat.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Wed, 22 Nov 2017 08:00:47 +0000 (08:00 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "added for master branch and new scenarios."
  - added for master branch and new scenarios.

    Change-Id: I78ef43217896d2f7daa4df1a665c7be6bc14c088
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
6 years agoUpdate git submodules
Rutuja Surve [Tue, 14 Nov 2017 04:36:23 +0000 (04:36 +0000)]
Update git submodules

* Update docs/submodules/bottlenecks from branch 'master'
  - Cadvisor Client-Server installation automation script

    JIRA: BOTTLENECK-181

    Automated the installation for cadvisor client from
    jump server host and added docker installation of cadvisor
    in monitoring script.

    Change-Id: I906b5237bc0ed320106309c1a29e8dd72a05a427
Signed-off-by: Rutuja Surve <rutuja.r.surve@gmail.com>
6 years agoUpdate git submodules
Rutuja Surve [Fri, 3 Nov 2017 10:16:23 +0000 (10:16 +0000)]
Update git submodules

* Update docs/submodules/bottlenecks from branch 'master'
  - Collectd Client-Server installation automation script

    JIRA: BOTTLENECK-181

    Automated the installation for collectd client from
    jump server host and corrected docker versions in monitoring
    script

    Change-Id: I14ec20f2761c72e261aa1185a381f0c02b84ed45
Signed-off-by: Rutuja Surve <rutuja.r.surve@gmail.com>
6 years agoUpdate git submodules
Guo Ruijing [Thu, 16 Nov 2017 17:23:16 +0000 (12:23 -0500)]
Update git submodules

* Update docs/submodules/container4nfv from branch 'master'
  - add examples for container4nfv

    1. add example for kubeadm with weave
    2. add example for kubeadm with multus
    3. add example for kubeadm with ovsdpdk
    4. add example for kubeadm with virtlet

    Change-Id: I138e71e45f0aba8389dca0e1a826f4662572af29
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
6 years agoUpdate git submodules
Bryan Sullivan [Wed, 22 Nov 2017 03:33:19 +0000 (19:33 -0800)]
Update git submodules

* Update docs/submodules/ves from branch 'master'
  - More dashboard improvements

    JIRA: VES-2

    Change-Id: I1373255d253f8fadae5a0c74aeb789369c92460f
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
6 years agoUpdate git submodules
Bryan Sullivan [Wed, 22 Nov 2017 02:55:32 +0000 (18:55 -0800)]
Update git submodules

* Update docs/submodules/ves from branch 'master'
  - Add more collectd data to influx/grafana

    JIRA: VES-2
    Disable uuid for "node" mode

    Change-Id: I055db4f52eee7a61438a4e7e63740b42dc3f1777
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
6 years agoUpdate git submodules
Serena Feng [Wed, 22 Nov 2017 02:10:41 +0000 (02:10 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Add the pod info to the job name"
  - Add the pod info to the job name

    Since fetch_os_creds.sh has a judgement with BUILD_TAG,
    I add the pod info for it.

    Change-Id: I248be530d15bb807dcf9fec1fe924d698a8f56ab
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
6 years agoUpdate git submodules
Linda Wang [Tue, 21 Nov 2017 02:42:00 +0000 (02:42 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Clean Functest images for CI jobs on ARM

    Change-Id: I3e9d8122bf67296d6270583efeda34ac64e21e68
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Tue, 21 Nov 2017 19:04:44 +0000 (20:04 +0100)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Fix patch apply failure after latest bump

    Change-Id: I7e05e05551bb1dee8f531e12fd60b85dcc67e695
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Igor Shaula [Thu, 16 Nov 2017 08:59:37 +0000 (09:59 +0100)]
Update git submodules

* Update docs/submodules/samplevnf from branch 'master'
  - fix prox crypto build

    Change-Id: I4ea54763871c18b1bd6cec9dbb926f18f0f5833f
Signed-off-by: Igor Shaula <igor.shaula@intel.com>
6 years agoUpdate git submodules
Deepak S [Tue, 21 Nov 2017 17:44:20 +0000 (17:44 +0000)]
Update git submodules

* Update docs/submodules/samplevnf from branch 'master'
  - Merge "Add support for nop mode with l3 submode"
  - Add support for nop mode with l3 submode

    The l3 submode was not supported in nop mode, as the nop mode uses some
    specific nop thread (and not generic). When L3 is specified, the nop mode
    must use the generic thread. In addition the l3 submode is implemented
    differently than other submodes. It is not supported through task_init
    structures (i.e. each task does not have to explicitely tell that it
    supports l3 submode). But this prevented to run both a nop with no submode
    and a nop with a l3 submode. Note that nop with l3 is usually not very useful
     - it handles arp (requests and response) but as nop, it does not swap IP
    addresses. So with a real switch, the packets transmitted will be received
    back... and l3 mode is usually mainly usefull when using a switch.
     However, there is at least one nop mode where l3 submode makes sense:
    when the nop does not transmit. In such cases, for instace used in
    conjunction with a gen l3, the nop receives all packets and forward
    the arp requests and responses to the master for handling.

    Change-Id: I992121db285ba25a11cbb494092a6afc6fe55a58
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
6 years agoUpdate git submodules
Igor Shaula [Thu, 16 Nov 2017 08:56:34 +0000 (09:56 +0100)]
Update git submodules

* Update docs/submodules/samplevnf from branch 'master'
  - * fix encryption: ESP packet format
    * fix traffic routing
    * enqueue packets in a bulk (improve crypto performance: TBD)
    * improve code clarity
    * fix crypto dequeuing
    * complete decryption path implementation
    * NOTE: the code works in a chain mode; crypto init to be fixed next

    Change-Id: I058a906f4f4f5691ebf25d2cdf5b5faded88e11d
Signed-off-by: Igor Shaula <igor.shaula@intel.com>
6 years agoUpdate git submodules
spisarski [Mon, 20 Nov 2017 21:56:44 +0000 (14:56 -0700)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Refactoring of SecurityGroupSettings to extend SecurityGroupConfig

    SecurityGroupSettings, SecurityGroupSettings and neutron_utils have a
    runtime cyclical dependency. This patch reduces this dependency and
    deprecates the SecurityGroupSettings and SecurityGroupRuleSettings class with
    snaps.config.security_group SecurityGroupConfig and SecurityGroupRuleConfg classes

    JIRA: SNAPS-224

    Change-Id: I6cd82ed5be31f4a24449be767b203e86489b1962
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
Bryan Sullivan [Tue, 21 Nov 2017 16:48:02 +0000 (08:48 -0800)]
Update git submodules

* Update docs/submodules/ves from branch 'master'
  - Fix missing folder name

    JIRA: VES-2

    Change-Id: Ie5522a9f6b84cdd7ef53fa264d65aef60b4b41dd
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
6 years agoUpdate git submodules
Bryan Sullivan [Tue, 21 Nov 2017 16:34:02 +0000 (08:34 -0800)]
Update git submodules

* Update docs/submodules/ves from branch 'master'
  - Switch from guest to node mode.

    JIRA: VES-2

    Change-Id: I3e61f7f226fe05c79a0f91cc97b8a8ad685ff4ea
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
6 years agoUpdate git submodules
Linda Wang [Tue, 21 Nov 2017 16:02:53 +0000 (16:02 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Fix "Broken pipe" IOErrors of rally run"
  - Fix "Broken pipe" IOErrors of rally run

    Replace obsolete os.popen with subprocess module usage in command
    output retrieval. Do not use shell as the program to execute.

    Change-Id: Ic63bb0f393750c3b85a35a37fecd46c1c1b96602
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
6 years agoUpdate git submodules
ting wu [Tue, 21 Nov 2017 12:03:36 +0000 (13:03 +0100)]
Update git submodules

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

    This is to include public gw on prx nodes

    Change-Id: I6dbab7ae8e3ddb1df46f908acf53eeefb5680af2
Signed-off-by: ting wu <ting.wu@enea.com>
6 years agoUpdate git submodules
spisarski [Mon, 20 Nov 2017 20:51:18 +0000 (13:51 -0700)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Refactoring of VmInstanceSettings to extend VmInstanceConfig

    VmInstanceSettings, FloatingIPSettings and nova_utils have a
    runtime cyclical dependency. This patch reduces this dependency and
    deprecates the VmInstanceSettings and FloatingIPSettings class with
    snaps.config.vm_inst VmInstanceConfig and FloatingIpConfg classes

    JIRA: SNAPS-218

    Change-Id: I95688130256bca1df4a5c347bdb741019ae0937e
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
Martin Klozik [Tue, 21 Nov 2017 09:34:53 +0000 (09:34 +0000)]
Update git submodules

* Update docs/submodules/vswitchperf from branch 'master'
  - Merge "sriov: Determine path to the bind-tool"
  - sriov: Determine path to the bind-tool

    In case of SRIOV path to the bind-tool must be known before
    NIC driver is re-initialized. It means before TestCase.__init__()
    is called.

    Change-Id: Ib6fdba233e665144510dd492462c0a21aa19ed71
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>
Reviewed-by: Trevor Cooper <trevor.cooper@intel.com>
6 years agoUpdate git submodules
Martin Klozik [Tue, 21 Nov 2017 09:34:16 +0000 (09:34 +0000)]
Update git submodules

* Update docs/submodules/vswitchperf from branch 'master'
  - Merge "regression: OVS/DPDK regression tests"
  - regression: OVS/DPDK regression tests

    A set of regression tests for verification of OVS/DPDK
    features was introduced. Following features are tested:
    * DPDK NIC Support
    * DPDK Hotplug Support
    * RX Checksum Support
    * Flow Control Support
    * Multiqueue Support
    * Vhost User
    * Virtual Devices Support
    * NUMA Support
    * Jumbo Frame Support
    * Rate Limiting
    * Quality of Service

    JIRA: VSPERF-539

    Change-Id: I6c83e9c38e29f197a5236ac68c88d7045fef775b
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Signed-off-by: Martin Goldammer <martinx.goldammer@intel.com>
Signed-off-by: Richard Elias <richardx.elias@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Sridhar Rao <sridhar.rao@spirent.com>
Reviewed-by: Trevor Cooper <trevor.cooper@intel.com>
6 years agoUpdate git submodules
Richard Elias [Thu, 9 Nov 2017 10:19:16 +0000 (10:19 +0000)]
Update git submodules

* Update docs/submodules/vswitchperf from branch 'master'
  - install: Fedora installation script update

    An update of the Fedora installation scripts for versions 24,25 and 26.

    Change-Id: Ib510d78f4040e1029bc68d2fa303a4c0a6357de3
Signed-off-by: Richard Elias <richardx.elias@intel.com>
Reviewed-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>
Reviewed-by: Trevor Cooper <trevor.cooper@intel.com>
6 years agoUpdate git submodules
Linda Wang [Tue, 21 Nov 2017 09:14:20 +0000 (09:14 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Fix rally db issue"
  - Fix rally db issue

    Also update "rally-manage db" to "rally db"

    Change-Id: I0c9924b9869135d3492dfafe89d085813290f565
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
Manuel Buil [Mon, 20 Nov 2017 11:10:24 +0000 (12:10 +0100)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  - Add the needed functest files

    As agreed with the functest project, we keep the Dockerfile
    and testscases.yaml in our repo

    Change-Id: Idb25d4bfff7e36b42e4981a138775f90b0fbe72e
Signed-off-by: Manuel Buil <mbuil@suse.com>
6 years agoUpdate git submodules
Linda Wang [Tue, 21 Nov 2017 03:38:49 +0000 (03:38 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Fix the way of getting endpoint port

    It will fail if the endpoint does not contain any port value when
    executing self.os_auth_url.rsplit("/")[2].rsplit(":")[1]

    JIRA: FUNCTEST-892

    Change-Id: Iba4103884b7c6e3b157bb95d775fac02c32ae728
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
Michael Polenchuk [Tue, 21 Nov 2017 08:04:04 +0000 (08:04 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "[baremetal] public gateway setup on prx nodes"
  - [baremetal] public gateway setup on prx nodes

    - prx: add route for public traffic to public interface
    - prx: add route towards salt master through maas
    - remove dashboard class from proxy node (already implements horizon)
    - remove dashboard (and benchmark) class definitions (no longer used)
    - (temporary) backport Pharos change for adapter template

    JIRA: FUEL-305

    Change-Id: Ia14a18ac0123c1134d8d99dc43da9a1f770001d0
Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com>