opnfvdocs.git
6 years agoUpdate git submodules
Cédric Ollivier [Wed, 30 May 2018 13:18:35 +0000 (15:18 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Bypass Cloudify's upper-constraints issues

    It installs cmd2 via yum instead as last cmd2 release only supports
    python3.

    Change-Id: I495d71f11ed48ba47e1aa27965675d4bef7c141e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Wed, 30 May 2018 13:05:48 +0000 (13:05 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Set "cmd2" library to version 0.8.6"
  - Set "cmd2" library to version 0.8.6

    Last "cmd2" version, 0.9.0, removed Python 2+ support [1]. In order to
    support Python 2.7, version 0.8.6 (or earlier) must be installed.

    [1] https://github.com/python-cmd2/cmd2/commit/e54e5a5b891548df4df0acb04b6e607ad8f871b1

    JIRA: YARDSTICK-1205

    Change-Id: Ic2fe57438720de5b21c75f9456e653c6facf3ae9
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Guillermo Herrero [Wed, 30 May 2018 12:58:52 +0000 (12:58 +0000)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - Merge "IDF and PDF files for auto pod in unh lab"
  - IDF and PDF files for auto pod in unh lab

    Change-Id: Iad65abda66b772e8ed44c2257ebdb7cb48ecc6c1
Signed-off-by: joekidder <Joe.Kidder@enea.com>
Signed-off-by: pava <Paul.Vaduva@enea.com>
6 years agoUpdate git submodules
Guillermo Herrero [Wed, 30 May 2018 10:57:48 +0000 (10:57 +0000)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - Merge "[IDF] arm-pod9: added as new idf and pdf"
  - [IDF] arm-pod9: added as new idf and pdf

    Change-Id: I415eda9f493fcd70514d5f9be7d58b7b6d1cb88f
Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com>
6 years agoUpdate git submodules
Guillermo Herrero [Wed, 30 May 2018 10:57:37 +0000 (10:57 +0000)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - Merge "[IDF] arm-pod8: added as new idf and pdf"
  - [IDF] arm-pod8: added as new idf and pdf

    Change-Id: I01c678b45fd182bef8a95bdf13054a36347e057b
Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com>
6 years agoUpdate git submodules
Cédric Ollivier [Wed, 30 May 2018 07:32:00 +0000 (09:32 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Fix _do_execute() return code in vping_ssh

    Change-Id: I781e51bb56f6cdac8b347e7fd85e70c07eb69e23
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Georg Kunz [Mon, 28 May 2018 22:58:08 +0000 (00:58 +0200)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'master'
  - Re-enabling execution of tempest tests

    My previous patch broke the execution of tempest tests, causing tempest
    to complain about a missing .testr.conf file. This fix adds the explicit
    use of the --config-file CLI flag back to the tempest test framework.

    Change-Id: If65c65a227f0058180e0d5bca47cce502948c4c9
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
6 years agoUpdate git submodules
mei mei [Wed, 30 May 2018 06:36:02 +0000 (06:36 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "jjb/releng: support multi arch compass images"
  - jjb/releng: support multi arch compass images

    Change-Id: I9f6a287727d36266207fb2821127ac142952f67d
Signed-off-by: Yibo Cai <yibo.cai@arm.com>
6 years agoUpdate git submodules
Tim Rozet [Tue, 29 May 2018 21:37:41 +0000 (17:37 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: Changes default verify scenario to nosdn

    Basically we are getting blocked on merging patches due to ODL breaking
    and these patches have nothing to do with ODL. So we are changing the
    default sceanrio to just be nosdn, and then if the change is relatd to
    ODL we can include an ODL gate run.

    Change-Id: I61ec224e62e6f3cb6ee40696326bf243788c27d6
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Michael Polenchuk [Mon, 28 May 2018 08:15:41 +0000 (12:15 +0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - [fuel] Schedule odl-ovs-noha scenario

    Change-Id: I2946684b8e5941201865c123793b7f5800b5421b
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Feng Pan [Tue, 29 May 2018 17:13:01 +0000 (17:13 +0000)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Merge "Default ctlplane to native VLAN"
  - Default ctlplane to native VLAN

    We were not setting any vlan type value for the admin network.  This
    caused an issue when deploying and trying to use a single collapsed
    network (no net isolation).  The issue occurred when trying to create an
    external neutron network.  We happen to check if the phys type is flat
    or vlan using this attribute to decide what kind of phys type to use for
    the neutron network.

    JIRA: APEX-606

    Change-Id: I4e24dd5e8b99cef920b8203b820a77d0021631cc
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Tue, 29 May 2018 15:32:56 +0000 (17:32 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump & rebase for upstream ODL leveldbjni

    JIRA: ARMBAND-387

    Change-Id: Id24c15f7390bb63b6c422f1da8548effd5aa885a
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 27 Jul 2017 21:42:29 +0000 (23:42 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - mcp: salt-formulas: opendaylight: AArch64 leveldb

    ODL requires native leveldbjni support on architectures like AArch64,
    provided as a Debian package in ODL Team Nitrogen PPA.

    Only systemd is supported (unlikely to change).

    JIRA: ARMBAND-387

    Change-Id: Ie7f2955c6574ab4584ed0c207b42ed7ab7261561
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Ross Brattain [Tue, 29 May 2018 00:15:24 +0000 (17:15 -0700)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - PTL change from Ross Brattain to Mingjiang Li (Rex)

    results of Yardstick PTL election

    https://civs.cs.cornell.edu/cgi-bin/results.pl?id=E_b99c79421ce70058&rkey=c39fb1d5405efc15

    Change-Id: I1a71f4415a737baec4bd44085ac3115fb86bd560
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoUpdate git submodules
Feng Pan [Tue, 29 May 2018 13:10:59 +0000 (13:10 +0000)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Merge "Remove pacmeaker workaround"
  - Remove pacmeaker workaround

    There was a compatibility issue with the centos 7.4/7.5 between the host
    pacemaker version and container.  Now that containers have moved to 7.5
    we should not need this workaround anymore.

    Change-Id: I9632c65e87687d4f36130719c6df9af2e913eed8
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Tim Rozet [Tue, 29 May 2018 13:09:24 +0000 (13:09 +0000)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Merge "Promote Ricky to committer"
  - Promote Ricky to committer

    Ricky has been a very active Apex user and contributor over the past few
    release cycles.  He has helped find and fix numerous bugs, along with
    being responsible for L2GW and SRIOV features for Fraser release.  He
    has shown a willingness to jump in and help whenever there are issues
    with Apex, and also a willingness to work upstream in TripleO/OpenStack
    to implement new features.

    Change-Id: Ifd032fd349a46b0e34b2d77ba56e3c564e70226c
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Georg Kunz [Sun, 27 May 2018 21:36:47 +0000 (23:36 +0200)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Adding reference to EXTERNAL_NETWORK to user guide

    Adding a reference to the EXTERNAL_NETWORK environment variable to the
    user guide so that users add this to their env_config.sh. This variable
    is required, among others, to overwrite the default external network in
    Yarstick.

    Change-Id: I50e609a8c6e20b1dd01c61d5d950ffba792e98fa
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
6 years agoUpdate git submodules
Georg Kunz [Sat, 5 May 2018 21:08:39 +0000 (21:08 +0000)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Adding vEPC test case to Dovetail and proposed_tests suite

    Adding the vEPC test case to Dovetail. The test deploys a vEPC using
    Juju as VNF manager and performs application level tests.

    JIRA: DOVETAIL-650

    Change-Id: I15c2cdddee510e12a5faf18efc8950af5cf7b664
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
6 years agoUpdate git submodules
Panagiotis Karalis [Fri, 25 May 2018 09:22:47 +0000 (12:22 +0300)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Simplify logging

    In order to collect logs from features running through
    functest framework (mainly for troubleshooting purposes),
    the logging mechanism has been updated accordingly.

    It should be noted that feature logs are printed in functest.log.
    All logs are now printed in functest.log whatever the namespace.

    JIRA: SFC-125

Co-Authored-By: Cédric Ollivier <cedric.ollivier@orange.com>
    Change-Id: I6cb32e5553749023d490d553ae4653750c52e844
Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com>
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Bin Lu [Wed, 23 May 2018 02:33:18 +0000 (10:33 +0800)]
Update git submodules

* Update docs/submodules/container4nfv from branch 'master'
  - enable image building for openwrt demo

    Change-Id: Id464f064e9a7c4a55244c3cec4b3303a4ed0a889
Signed-off-by: Bin Lu <bin.lu@arm.com>
6 years agoUpdate git submodules
Di Xu [Mon, 28 May 2018 09:11:20 +0000 (17:11 +0800)]
Update git submodules

* Update docs/submodules/stor4nfv from branch 'master'
  - fix syntax error for etcd_docker_image due to ansible upgrade

    Change-Id: Id3553216d4027ab576968de44a8d242afe341b2c
Signed-off-by: Di Xu <di.xu@arm.com>
6 years agoUpdate git submodules
Martin Klozik [Mon, 28 May 2018 09:48:05 +0000 (09:48 +0000)]
Update git submodules

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

    While removing bridges, also remove any flows created on them.

    JIRA: VSPERF-577

    Change-Id: Ie0cbe65c823e690c9b3e5149ff2af0b56809fccd
Signed-off-by: Richard Elias <richard.elias@tieto.com>
Reviewed-by: Martin Klozik <martin.klozik@tieto.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Sridhar Rao <sridhar.rao@spirent.com>
6 years agoUpdate git submodules
zhihui wu [Mon, 28 May 2018 09:24:07 +0000 (17:24 +0800)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - update release note index

    Change-Id: I765a21c51b0f77d1925cd41ae7e4edd154ef3870
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
6 years agoUpdate git submodules
Cédric Ollivier [Mon, 28 May 2018 07:04:12 +0000 (09:04 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Print vping output instead of Paramiko object

    Change-Id: Iddc1abdf443e482e8748434a4ba7d85709d8cd0e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
xudan [Tue, 22 May 2018 12:01:52 +0000 (08:01 -0400)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Update user guide

    1. Remove python related content because python is installed in Dovetail image.
    2. Remove DB related content because there is no need to launch local DB now.
    3. Update the infomation of Docker images and VM images.

    Change-Id: I010d3341aef9f2c74713fc0fc087b361331109d1
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Mon, 28 May 2018 07:10:49 +0000 (07:10 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "PROX: [WIP] Added scale up TCs."
  - PROX: [WIP] Added scale up TCs.

    These scale-up TCs replace PROX static TCs which will be removed
    by separate commit once those new TCs are merged.

    Change-Id: I892a81c4bfd199782fb561faccc11e70a49675ae
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
6 years agoUpdate git submodules
Yu Yang (Gabriel) [Mon, 28 May 2018 06:51:26 +0000 (06:51 +0000)]
Update git submodules

* Update docs/submodules/bottlenecks from branch 'master'
  - Merge "Adapt monitoring install to apex"
  - Adapt monitoring install to apex

    To let the installation be adapted to Apex and Centos

    Change-Id: If779bab1badbd2f0ad9e0a5054e082e49b7d6238
Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
6 years agoUpdate git submodules
Yu Yang (Gabriel) [Mon, 28 May 2018 06:47:15 +0000 (06:47 +0000)]
Update git submodules

* Update docs/submodules/bottlenecks from branch 'master'
  - Merge "adaption to installers/pod configs"
  - adaption to installers/pod configs

    Change-Id: I1083c96229a8d79bc9cf1bee4aa00de6aeae9d14
Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
6 years agoUpdate git submodules
xudan [Thu, 24 May 2018 08:47:41 +0000 (04:47 -0400)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Archive all test case result files

    1. All detailed tempest test cases results are recorded with
       file tempest-report.html rather than tempest.log now.
    2. Archive all results files include functest.log, yardstick.log ...
       for each test case. Otherwise, they will all be in one log file.
    3. Support to set the source files and dest files need to be archived with
       the test case config files rather than hardcode with the source code.
    4. Give the file which used to be parse the results (PASS/FAIL) with the
       test case config files rather than hardcode with the source code.

    Change-Id: I30f435d91ab90cf20def47007f177fe98187484d
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Cedric Ollivier [Sun, 27 May 2018 08:23:09 +0000 (08:23 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Stop rolling snaps (bypass bugfixes)"
  - Stop rolling snaps (bypass bugfixes)

    Snaps now requires admin role for creating routers [1].

    [1] https://git.opnfv.org/snaps/commit/?id=5a81c2abb920cfe5ea975c37b390838d586a98b1

    Change-Id: Ia9a5225e0e31fa3e1c50abb3814e12c98d53e76c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Georg Kunz [Wed, 16 May 2018 15:52:05 +0000 (17:52 +0200)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Changing the link to the updated participation form

    The participation form on docusign has changed due to incorporating
    additional fields for the API validation exemption. This patch updates
    the links in the documentation accordingly.

    Note: this patch should only me merged after the new form is online.

    Change-Id: I697fa13d9afe2797faba2bf0478bbf27820bca20
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
6 years agoUpdate git submodules
Koren Lev [Sun, 27 May 2018 07:35:25 +0000 (07:35 +0000)]
Update git submodules

* Update docs/submodules/calipso from branch 'master'
  - Merge "tagging"
  - tagging

    Change-Id: I0a0467388e52f5eb6b126fdd739600776d4a7faf
Signed-off-by: Koren Lev <korenlev@gmail.com>
  - per yaron's review remove redundant lines for mkdir function

    Change-Id: I260605fe8ac5bcfe01d5907eb4aef765e81f10a7
Signed-off-by: KorenLev <korenlev@gmail.com>
    (cherry picked from commit 802ba9cd2e1412ad20bd36009cb052b7e1e1b07e)

  - installer to make sure dir exists on host

    Change-Id: I627b031d529e45808d6123b096afa476958713bb
Signed-off-by: KorenLev <korenlev@gmail.com>
    (cherry picked from commit 9196554c5906ea3c8300702a50410fcc40de270c)

6 years agoUpdate git submodules
Yichen Wang [Sun, 27 May 2018 03:31:33 +0000 (20:31 -0700)]
Update git submodules

* Update docs/submodules/nfvbench from branch 'master'
  - [NFVBENCH-96] Enhance utils to get NIC PCI addresses with slot/port

    Change-Id: If74be18f188819be9775d55f44a45037abf07c65
Signed-off-by: Yichen Wang <yicwang@cisco.com>
6 years agoUpdate git submodules
Aric Gardner [Sat, 26 May 2018 20:09:17 +0000 (16:09 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Projects did not fill out their releases/fraser/

    This is the patchset of projects that did not fill out their
    releases fraser file.

    I have done it for them.
    some of the projects had no changes on the fraser branch
    in this case I put the tag in the same place as the 6.0.0 tag

    some project I am familliar with and I move the tag to the
    head of fraser for them,

    Ideally team leads will do this work in the future
    We will update the tagging instructions accordingly.

    Change-Id: I1b2c7a8b6e63bc857192757e25f2d103c2629319
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
6 years agoUpdate git submodules
Cedric Ollivier [Sat, 26 May 2018 19:56:26 +0000 (19:56 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Add cinder_test testcase"
  - Add cinder_test testcase

    Create 2 instances with Floating IPs
    Attach data volume to instance 1
    Write data on the volume
    Detach volume from instance 1
    Attach volume to instance 2
    Read data from volume

    JIRA: FUNCTEST-908

    Change-Id: I10efdfb3b7f9d7e6ab5c6a538052437585d52fb0
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
6 years agoUpdate git submodules
Aric Gardner [Sat, 26 May 2018 19:49:33 +0000 (19:49 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "updated auto.yaml with 6.1.0 commit"
  - updated auto.yaml with 6.1.0 commit

    master commit to use for 6.1.0:
    b718a43380376d2b19222c4203c97a95ca849ae8

    (note: opnfv-6.1.0 tag: 553ea71b7aa2eb7d9ff46316de367dff0844ce42)
    (can/should a tag objet ID be used for a point release ?)

    updated stable/fraser SHA1, to same SHA1 that was used for 6.0.0
    (i.e. 3a957a75f99686767d13f45d74b5ca8463559b7b)

    (I assume stable/fraser SHA1 should be the same as 6.0.0 SHA1 ?)
    >The stable ref is the ref when the branch was created, it should not
    >change
    (cherry-picking for stable/fraser is not possible after 6.0.0 is
    released)
    >You can cherry pick as long as you want.

    Change-Id: I887174801a56b374cae0197b31561673bc0435ea
Signed-off-by: Gerard Damm <gerard.damm@wipro.com>
6 years agoUpdate git submodules
Aric Gardner [Sat, 26 May 2018 19:31:52 +0000 (19:31 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Doctor Fraser opnfv-6.1.0"
  - Doctor Fraser opnfv-6.1.0

    Change-Id: Ib09b9b919ca046532931fed551d7a6f7aa1857c1
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
6 years agoUpdate git submodules
Aric Gardner [Sat, 26 May 2018 19:31:43 +0000 (19:31 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Tagging IPv6 stable/fraser branch for Fraser 6.1.0"
  - Tagging IPv6 stable/fraser branch for Fraser 6.1.0

    Change-Id: I5212e57c689519bdf65a562db85acfb343ac7b68
Signed-off-by: Bin Hu <bh526r@att.com>
6 years agoUpdate git submodules
Aric Gardner [Sat, 26 May 2018 19:31:33 +0000 (19:31 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Tagging SampleVNF stable/fraser branch for Fraser 6.1.0"
  - Tagging SampleVNF stable/fraser branch for Fraser 6.1.0

    Change-Id: I6312e57c689519bdf65a562db85acfb343ac7b68
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
6 years agoUpdate git submodules
Aric Gardner [Sat, 26 May 2018 19:31:25 +0000 (19:31 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Publish Functest opnfv-6.1.0 tags"
  - Publish Functest opnfv-6.1.0 tags

    Change-Id: If1f9d8c961d976e21c5fd6354a712027a6591e96
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Aric Gardner [Sat, 26 May 2018 19:31:04 +0000 (19:31 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Prepare for 6.1.0"
  - Prepare for 6.1.0

    Change-Id: I1282caa29b6c2a1fe67ec80f090a0acc1d4f24ce
Signed-off-by: Manuel Buil <mbuil@suse.com>
6 years agoUpdate git submodules
Aric Gardner [Sat, 26 May 2018 19:30:45 +0000 (19:30 +0000)]
Update git submodules

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

    Change-Id: Ib59491210da3996fe59885635481b22fd84d1af2
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Aric Gardner [Sat, 26 May 2018 19:30:35 +0000 (19:30 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "modified for fraser 6.1.0 release"
  - modified for fraser 6.1.0 release

    Change-Id: Ibdb9bba605fd7deccf184010085cb14cc2805b59

6 years agoUpdate git submodules
Aric Gardner [Sat, 26 May 2018 19:30:13 +0000 (19:30 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Prepare for Clover 6.1.0"
  - Prepare for Clover 6.1.0

    Change-Id: I885f40ca8ac1c076b8443f03ca99a975d4edc82e
Signed-off-by: Stephen Wong <stephen.kf.wong@gmail.com>
6 years agoUpdate git submodules
Aric Gardner [Sat, 26 May 2018 19:29:44 +0000 (19:29 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[yardstick] fraser opnfv-6.1.0 release tag"
  - [yardstick] fraser opnfv-6.1.0 release tag

    Change-Id: Ife8ee87db45381678c44ebd80adf08658bd697f5
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoUpdate git submodules
Aric Gardner [Sat, 26 May 2018 19:25:50 +0000 (19:25 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "tagging compass4nfv Fraser 6.1 release"
  - tagging compass4nfv Fraser 6.1 release

    JIRA:-

    fix 3 neutron trunk testcases failure in functest

    Change-Id: Ie3cd55c3aac1b6e1104054b3ab666056efa83b5b
Signed-off-by: chigang <chigang@huawei.com>
6 years agoUpdate git submodules
Aric Gardner [Sat, 26 May 2018 19:10:33 +0000 (19:10 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Revert "Remove noop for tag creation."

    This reverts commit dc4b9d1ad316e9055ccb3767c4572ad22cbe43a5.

    Change-Id: I3bec4ef84dcb7e56d80b4df78b487f7caa931f3e

6 years agoUpdate git submodules
Aric Gardner [Sat, 26 May 2018 18:53:07 +0000 (14:53 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Remove noop for tag creation.

    This script is tested, and should now be allowed to create tags.

    Change-Id: Ia87341c9cb6397700442a11c38d502fed8dd4743
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
6 years agoUpdate git submodules
Alexandru Avadanii [Fri, 25 May 2018 18:00:44 +0000 (20:00 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - [release] Fuel, Armband: Release opnfv-6.1.0

    Change-Id: I7ec0b1d9b40d12500eaf0f82e2e8035c488d1437
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Aric Gardner [Sat, 26 May 2018 18:21:55 +0000 (18:21 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Verify and Create Tags from Release File"
  - Verify and Create Tags from Release File

    Updates the releases verify and merge jobs to check release files for
    the following:

     - commits exist
     - commits are on stable-branch

    If both of these criteria are met and the patch is merged, the repos
    will be tagged at the specified commits and pushed.

    If a repo has already been tagged but not on stable-branch the job will
    not exit, but will warn that the commit doesn't exist on the correct
    branch. This is because tags should never be removed.

    This adds an additional script 'repos.py' that provides an quick
    interface for pulling out information from release files, along with the
    script 'release-status.sh' for checking the status of tags.

    NOTE: The branch creation script has been disabled until it can be reworked.

    Change-Id: I498bc74f20aa50d2bd321771f20a77905b246399
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoRemoving non participating projects 55/57955/1
Sofia Wallin [Sat, 26 May 2018 15:33:27 +0000 (17:33 +0200)]
Removing non participating projects

Daisy, Parser and QTIP will not participate in Fraser 6.1

Change-Id: I9ddf41783679308023135a010f27ae2ece58c966
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
6 years agoUpdate git submodules
Ross Brattain [Fri, 25 May 2018 21:13:35 +0000 (21:13 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "[release] Yardstick release note 6.1.0"
  - [release] Yardstick release note 6.1.0

    JIRA: YARDSTICK-1182

    Change-Id: I3baca52e9bc0360b43f2ce61ea2f166a70e8c90a
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
6 years agoUpdate git submodules
Tim Rozet [Fri, 25 May 2018 18:01:50 +0000 (14:01 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: More CSIT promotion fixes

    Changes-Include:
     - Use 2 computes as required by ODL team
     - Get rid of checking JOB_NAME var for csit, and simply check if
       PROMOTE var is True
     - Pass PROMOTE all the way from top-down into deploy job
     - Use CSIT network settings file when deploying CSIT

    Change-Id: I56d953516ce690749634b474e553baad3a762364
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
rexlee8776 [Fri, 25 May 2018 07:49:43 +0000 (07:49 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Bugfix: Yardstick GUI build fails on Fraser 6.1.0

    Yardstick web GUI build fails due to angular version

    JIRA: YARDSTICK-1202

    Change-Id: Ie075d18cb2eac2070267759978cbdb7c784599ef
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 24 May 2018 18:37:09 +0000 (20:37 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump for MaaS subarches selection

    Change-Id: I723fbe3048f627ceeb44d456cb793dcf931d24cf
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 24 May 2018 18:23:41 +0000 (20:23 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [maas] Download only used subarches images

    - reduce download size/time for MaaS images by downloading only the
      subarch images we use;
    - fix stop condition in MaaS artifact download script;
    - stop importing images before updating the boot resources to prevent
      race conditions;

    Change-Id: I3b15fae3463bc6c54be2cc06e0cb31edcbd307cb
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
spisarski [Thu, 24 May 2018 19:36:56 +0000 (13:36 -0600)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Miscellaneous minor stability fixes

    Change-Id: Iad8a7b6358f881d1c2935cc619cfa96f1196a675
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
Onong Tayeng [Thu, 24 May 2018 12:56:13 +0000 (18:26 +0530)]
Update git submodules

* Update docs/submodules/fds from branch 'master'
  - release notes and scenario doc updates for Fraser 6.1.0

    Change-Id: Idbd25b91c4cb27aa36e7efa4ce011f7045fc0fca
Signed-off-by: Onong Tayeng <otayeng@cisco.com>
6 years agoUpdate git submodules
Trevor Bramwell [Fri, 25 May 2018 14:50:37 +0000 (14:50 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Apex: Fix blocking on promote and artifact ver"
  - Apex: Fix blocking on promote and artifact ver

    Change-Id: I274dba9398ef549d20fa106eda88abebfbf48c9e
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoMerge "Fraser 6.1 updates"
Sofia Wallin [Fri, 25 May 2018 14:44:56 +0000 (14:44 +0000)]
Merge "Fraser 6.1 updates"

6 years agoUpdate git submodules
Trevor Bramwell [Fri, 25 May 2018 14:38:04 +0000 (14:38 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Fix armband functest job suite name"
  - Fix armband functest job suite name

    Change-Id: Iea3269a25e88790d335456508ad0de904ed4706e
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
6 years agoUpdate git submodules
Tim Rozet [Fri, 25 May 2018 14:01:37 +0000 (10:01 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: migrate promote jobs to use virtual deploy job

    This job already does deploy and test, so just use that rather than
    triggering seperate jobs.

    Change-Id: Ie62088f434de93ebb7638ba4d4ef8791ac01aa1f
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoFraser 6.1 updates 13/57913/1
Sofia Wallin [Fri, 25 May 2018 13:53:49 +0000 (15:53 +0200)]
Fraser 6.1 updates

Change-Id: I9fc353e441d48beec6c697c2f99bf17ab9eb2eba
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
6 years agoMerge "Updated scenario links for Fraser 6.1"
Sofia Wallin [Fri, 25 May 2018 10:31:15 +0000 (10:31 +0000)]
Merge "Updated scenario links for Fraser 6.1"

6 years agoUpdate git submodules
Hui Wang [Fri, 25 May 2018 09:09:51 +0000 (09:09 +0000)]
Update git submodules

* Update docs/submodules/stor4nfv from branch 'master'
  - Merge "support deploying etcd on aarch64 platform"
  - support deploying etcd on aarch64 platform

    Change-Id: I8d6e2c3255e81d95e0546169f24c9090b34ce0b6
Signed-off-by: Di Xu <di.xu@arm.com>
6 years agoUpdate git submodules
Hui Wang [Fri, 25 May 2018 09:09:30 +0000 (09:09 +0000)]
Update git submodules

* Update docs/submodules/stor4nfv from branch 'master'
  - Merge "manage local patches"
  - manage local patches

    We could not put the source code of ceph or other projects due to
    different license, and so we have to only manage those changes locally.
    This patch provides one way to apply local patches into source code
    from public repo.

    We can use the '.rc' file in every project to configure the branch, repo
    and list all local patches which need to be applies into original branch.
    And then use 'do_patch.sh' script to apply them one by one, e.g.
      $ src/do_patch.sh src/ceph/ceph.rc

    Change-Id: I07573a0ab6985c2aca2558ac2183cdfc8187bf04
Signed-off-by: Qiaowei Ren <qiaowei.ren@intel.com>
6 years agoUpdate git submodules
Hui Wang [Fri, 25 May 2018 09:06:44 +0000 (09:06 +0000)]
Update git submodules

* Update docs/submodules/stor4nfv from branch 'master'
  - Merge "fix etcd startup arguments"
  - fix etcd startup arguments

    Change-Id: I34c399b309986fc7bfb25af8104843ec9b9dd9c0
Signed-off-by: Di Xu <di.xu@arm.com>
6 years agoUpdated scenario links for Fraser 6.1 11/57811/2
Sofia Wallin [Thu, 24 May 2018 12:09:30 +0000 (14:09 +0200)]
Updated scenario links for Fraser 6.1

Change-Id: I4a3174d8813d5b0524535e4fd5c40bf0141862c1
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
6 years agoUpdate git submodules
Yang (Gabriel) Yu [Thu, 24 May 2018 06:37:06 +0000 (14:37 +0800)]
Update git submodules

* Update docs/submodules/bottlenecks from branch 'master'
  - add openstack-export support

    add openstack-exporter and enable ovs plugin in Barometer

    Changes:
    1. Add openstack-exporter docker
    2. Add opnestack grafana dashboard

    Change-Id: Ifd3416ad1dc48075e98c190b2048c7760f686bcb
Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
6 years agoUpdate git submodules
Ross Brattain [Thu, 24 May 2018 14:17:32 +0000 (07:17 -0700)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Dockerfile: add ping for prepare_env.sh

    INFO: Creating openstack credentials ..
    Verifying connectivity to 10.20.0.2...
    /home/opnfv/repos/yardstick//tests/ci/prepare_env.sh: line 56: ping: command not found
    /home/opnfv/repos/yardstick//tests/ci/prepare_env.sh: line 56: ping: command not found

    https://build.opnfv.org/ci/view/yardstick/job/yardstick-fuel-baremetal-daily-master/2400/console

    JIRA: YARDSTICK-1201

    Change-Id: Ib9e139046724ece4be7a85cc1ae74cbb0ec8e203
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoUpdate git submodules
Deepak S [Fri, 25 May 2018 09:14:36 +0000 (14:44 +0530)]
Update git submodules

* Update docs/submodules/samplevnf from branch 'master'
  - Updating release notes for OPNFV Farser 6.1

    Change-Id: I333fcac7a65c0d221d5d422f419deb9c0f864172
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
6 years agoUpdate git submodules
Xavier Simonart [Wed, 25 Apr 2018 23:03:05 +0000 (01:03 +0200)]
Update git submodules

* Update docs/submodules/samplevnf from branch 'master'
  - Increase default mbuf size and code simplification/cleanup

    mbuf size was setup to achieve the best performance i.e.
    using the smallest mbuf and not segmenting packets.
    However this resulted in complex code, much dependent of the way
    the pmd are working e.g. a change(fix) in recent dpdk i40e
    implementation caused a 1782 (=1518+8+256) bytes mbuf to be too
    small to hold a 1518 bytes packets.
    Hence this change simplifies the mbuf size selection at the price
    of a potential decreases in performance - as more memory is now used.
    Except if jumbo frames are used, the mbuf size will now be the same
    for all modes. The packets will not be segmented except if jumbo
    frames are enabled.
    If jumbo frames are enabled, packets are by default segmented, except
    if the mbuf size is configured big enough in the config file.

    Change-Id: I222fcac7a65c0d221d5d422f419deb9c0f864172
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
6 years agoUpdate git submodules
Trevor Bramwell [Thu, 24 May 2018 23:15:22 +0000 (23:15 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Cleanup functest jobs"
  - Cleanup functest jobs

    Remove unnecessary arm-daily testsuite

    arm-daily does not require special builder or parameter
    changes
    Increase job-timeout to fit both architectures

    JIRA: FUNCTEST-917

    Change-Id: Id31709740906fa9ea3918c8694d04fd88191f03f
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
6 years agoUpdate git submodules
Tim Rozet [Thu, 24 May 2018 20:35:18 +0000 (16:35 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: Always build RPM in build job

    Change-Id: Ie2d0a730801bc7f5bb784ee90e60e8e30562ef47
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Tim Rozet [Thu, 24 May 2018 19:58:09 +0000 (15:58 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: Fix scenario name for promote jobs

    Promotion name for master OS should just be nofeature.

    Change-Id: I60086e94bbef87a1754f4f2cc00d096454668ded
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Steven Pisarski [Thu, 24 May 2018 19:34:57 +0000 (19:34 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Merge "New functionality for snaps-oo application."
  - New functionality for snaps-oo application.

    1. Utility for saving a dict to a YAML file
    2. Added new hook that will create a file with the VMs created
       with the associated OpenStack credentials

    Change-Id: I124db00e4375603e9473cceab3e2846582d6cb22
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
spisarski [Thu, 24 May 2018 17:08:06 +0000 (11:08 -0600)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Added ability for integration tests to define additional
    existing users to a project.

    Change-Id: I91be434dcd7b580f3bfd69e3a97b9a9a13ee4676
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
Tim Rozet [Thu, 24 May 2018 18:17:00 +0000 (14:17 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: fix unbound variable in artifact dl

    We still need VERSION_EXTENSION var to figure out which RPM files to
    remove on the slave.

    Change-Id: I03cc9c3318edec9860c8f3ffc01db52517a644b4
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Aric Gardner [Thu, 10 May 2018 18:56:16 +0000 (14:56 -0400)]
Update git submodules

* Update docs/submodules/clover from branch 'master'
  - Remove INFO file, we only need to maintain INFO.yaml

    Change-Id: I51fbdaf6991cb43a7cb1b2ce01099e0ed385df13
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 23 May 2018 17:29:25 +0000 (19:29 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump & rebase for maas.machines.storage

    Change-Id: I22781c20f353a81e546b1d6de390e6c58b31a494
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 24 May 2018 16:37:56 +0000 (16:37 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "[Horizon] Drop the obsolete Horizon workaround"
  - [Horizon] Drop the obsolete Horizon workaround

    Since we switch the Horizon package from
    Ubuntu/UCA repo to MCP repos,  we can drop the
    obsolete Horizon workaround.

    JIRA: FUEL-374

    Change-Id: I0b77a4f2158a972a5eb400919f2929c7bd8360cf
Signed-off-by: ting wu <ting.wu@enea.com>
6 years agoUpdate git submodules
Steven Pisarski [Thu, 24 May 2018 16:31:38 +0000 (16:31 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Merge "Remove conditional on external_fixed_ips to allow for case that it is not set but network_id is set in external_gateway_info"
  - Remove conditional on external_fixed_ips to allow for case that
    it is not set but network_id is set in external_gateway_info

    Change-Id: Ib0fdfbf49730ca68d7c1d47c18c2ac17be637380
Signed-off-by: Stuart Mackie <wsmackie@juniper.net>
6 years agoUpdate git submodules
Eddie Arrage [Tue, 22 May 2018 22:08:13 +0000 (22:08 +0000)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Implemented directory within OVP portal

    - Added OVP directory to portal home page as summary view to
    showcase vendors offerings that have received marks
    - Each row of table in directory summary represents a product
    offering that has received compliance verification marks and
    will be ordered by approve date
    - Currently, a vendor with multiple products will be displayed as
    separate rows, as agreed by OPNFV marketing
    - Added new angular component/controller for OVP directory secondary
    drill-down view, which provides more detailed info including
    Description, Product Info, SUT HW Version (optional from vendor)
    and SUT Version. Product info links to product_documentation field
    in Applications collection but can be improved as requirements are
    flushed out
    - Added new db fields to existing applications collection in mongodb
    - Applications collection is fetched on home page and detailed
    directory views
    - Updated Applications management view (administrator role) with
    new db fields including description, ovp_category, ovp_version,
    company_logo, approve_date, approved, sut_version, sut_hw_version,
    allowing admin to delete and add back with updates.

    - Updated participation form link for exemption process addition

    - Consider for another patch - upload form for company logos in
    Applications view for administrator to add. The initial wave of logos
    will need to be included in the patch for now when available
    from OPNFV marketing
    - Consider for another patch - improve 'Product Info' field to
    accept HTML as input allowing administrator to add raw HTML in
    mongod
    - Consider for another patch - update an existing application
    for admin role in Applications view rather than forcing a
    delete/add operation for an update

    Change-Id: I41d08a7164ee4513106bd09ea30d20be5abd911e
Signed-off-by: Eddie Arrage <eddie.arrage@huawei.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 24 May 2018 16:18:20 +0000 (16:18 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "AArch64: Switch back to hwe-16.04 kernel"
  - AArch64: Switch back to hwe-16.04 kernel

    Align kernel versions across architectures (where possible).

    Change-Id: I66a822611eb5e46f90b62f5d36df571ae75dcba3
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 24 May 2018 16:16:39 +0000 (16:16 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "[maas] Adopt maas.machines.storage"
  - [maas] Adopt maas.machines.storage

    Replace MAAS CLI set_disk_layout with the
    new maas.machines.storage state

    JIRA: FUEL-364

    Change-Id: I4d8cd9f473c5386ee7b32ad378ca1e02989233ca
Signed-off-by: ting wu <ting.wu@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 10 Aug 2017 22:07:29 +0000 (00:07 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - maas: boot-resources: Dynamic arch list from PDF

    Instead of leaving MaaS default to 'amd64', explicitly set the list
    of architectures to support based on PDF data.

    Change-Id: I852a3ce156db3df0c090f10c0b45c26058dbb6c6
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Steven Pisarski [Thu, 24 May 2018 16:05:04 +0000 (16:05 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Merge "Restricting the magnum-pythonclient version to 2.1-2.2"
  - Restricting the magnum-pythonclient version to 2.1-2.2

    Using version >2.2 results in a runtime exception.

    Change-Id: I1c5d5c650004981f13a350d04c3ab359fc98799b
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
Panagiotis Karalis [Wed, 16 May 2018 14:33:40 +0000 (17:33 +0300)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Extra changes on Flavor Config

    JIRA: SNAPS-254

    Change-Id: I4f18c0d11fe2e8456c0ebce0681f22e3e1daf6bf
Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com>
6 years agoUpdate git submodules
Ricardo Noriega [Wed, 16 May 2018 10:54:40 +0000 (12:54 +0200)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Adding git as required dependency for Apex RPMs

      If it's not installed, opnfv-deploy will output an
      error message.

    JIRA: APEX-599

    Change-Id: Ib826204120f53abce1f4f1e3e4ec3119a71ab650
Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>
6 years agoUpdate git submodules
Trevor Bramwell [Mon, 23 Apr 2018 20:23:44 +0000 (13:23 -0700)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Fix docs build errors

    This fixes the two error types being output by a Sphinx docs build:

      - numbered - This is already included in the root toctree
        (docs/index.rst) and doesn't need to be repeated

      - List spacing - Only in infra/jenkins/connect-to-jenkins.rst, the
        enumerated list of steps was missing spaces after each item

    Change-Id: I55555821a35a3d248f3a347e8e4d9c851254cf08
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Cédric Ollivier [Thu, 24 May 2018 13:13:26 +0000 (15:13 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Set image metadata in tempest

    It applied the same operations as [1].
    Only one config is used between rally, tempest and vping.

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

    Change-Id: I4d5fd2117d404b7eaa79326e21a35272232d0b92
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Martin Klozik [Thu, 17 May 2018 09:07:26 +0000 (02:07 -0700)]
Update git submodules

* Update docs/submodules/vswitchperf from branch 'master'
  - vpp: Implement missing dump and del functions

    Implementaiton of VPP methods dump_xconnect(), del_xconnect() and
    del_bridge().

    JIRA: VSPERF-576

    Change-Id: Ifb3094d11d1b135e9a33effb1bf6d502db319a30
Signed-off-by: Martin Klozik <martin.klozik@tieto.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: Richard Elias <richard.elias@tieto.com>
6 years agoUpdate git submodules
Georg Kunz [Tue, 23 Jan 2018 12:43:24 +0000 (13:43 +0100)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Test case spec for SDN controller resilience in HA config

    This is the test case specification for verifying the HA capabilities
    of a SDN controller running in a HA configuration.

    JIRA: HA-33
    JIRA: YARDSTICK-955

    Change-Id: I016ec1ef7bb51b79f8c21440abf8f04c923ef9dc
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
6 years agoUpdate git submodules
Gerard Damm [Tue, 22 May 2018 23:48:52 +0000 (18:48 -0500)]
Update git submodules

* Update docs/submodules/auto from branch 'master'
  - Auto document updates for Fraser release 6.1

    Updated: Release Notes and Configuration Guide.
    Reviewed User Guides, but no changes for 6.1.

    Change-Id: I9c800650d0fdae5e05ddcec60c518fffa193ee78
Signed-off-by: Gerard Damm <gerard.damm@wipro.com>
6 years agoUpdate git submodules
Cédric Ollivier [Tue, 22 May 2018 12:39:32 +0000 (14:39 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Bypass Cloudify tenancy issues

    It creates a second user to bypass possible bugs and correctly
    exits on failure if it cannot connect to manager via ssh.

    It leverages on the _member_ user as much as possible.
    It also switches all flavor names to avoid conflicts.

    It also increases debug logs.

    Change-Id: I59cb071248b5ae50952b9f16eb29f7be3f3644ae
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Manuel Buil [Wed, 23 May 2018 19:05:07 +0000 (21:05 +0200)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  - Update the release notes

    Change-Id: I31506971cf57d761f966841029e3a878d2a0d284
Signed-off-by: Manuel Buil <mbuil@suse.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 23 May 2018 16:54:15 +0000 (18:54 +0200)]
Update git submodules

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

    While at it, backport proposed upstream PR [1] fixing MaaS curtin
    arm64 template's missing newline.

    [1] https://github.com/salt-formulas/salt-formula-maas/pull/31

    Change-Id: Ibad424ea52197fd3b289a722b23bd6c6ba354f72
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Tomi Juvonen [Wed, 23 May 2018 18:16:22 +0000 (21:16 +0300)]
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - Fraser 6.1.0

    Change-Id: Id26ebd8438f26f60efe3f433e6c46ae76ab95d4a
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Wed, 23 May 2018 17:58:25 +0000 (17:58 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "Unpin all XCI scenarios for development"
  - Unpin all XCI scenarios for development

    Change-Id: I73a7c58a27c9018d0b131dc3c8bb65da91488c35
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Bin Hu [Wed, 23 May 2018 17:21:09 +0000 (10:21 -0700)]
Update git submodules

* Update docs/submodules/ipv6 from branch 'master'
  - Added Release Data Section

    Change-Id: Ia3b4d37d94b71dfaeb0c637a32451b008fe9b994
Signed-off-by: Bin Hu <bh526r@att.com>