opnfvdocs.git
5 years agoTransition stor4nfv docs away from submodules 61/63861/4
Sofia Wallin [Mon, 22 Oct 2018 09:00:38 +0000 (11:00 +0200)]
Transition stor4nfv docs away from submodules

Uses intersphinx linking to reference stor4nfv documentation hosted on
RTD.

Change-Id: I0e2dcf599073c6e59645e064ddacb3ef6289d084
Signed-off-by: Sofia Wallin <sofia.wallin@est.tech>
5 years agoUpdate git submodules
Cédric Ollivier [Thu, 1 Nov 2018 08:52:43 +0000 (09:52 +0100)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Override tempest_conf.yaml in ci jobs

    It also removes STORAGE_PROTOCOL (env var) which was removed.

    Change-Id: Ib0f388f20c52ebf2409d2aca0bcba5c641287b40
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
5 years agoUpdate git submodules
xudan [Thu, 18 Oct 2018 08:37:59 +0000 (04:37 -0400)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Update classes in testcase.py

    1. Remove the functions which are not called anywhere
    2. Change some class methods to be static methods and instance methods

    Change-Id: I2e754cdff61aa34ffe899e352653ff767d4ac69d
Signed-off-by: xudan <xudan16@huawei.com>
5 years agoUpdate git submodules
Emma Foley [Thu, 1 Nov 2018 11:05:59 +0000 (11:05 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Make OvS to listen on TCP by default"
  - Make OvS to listen on TCP by default

    JIRA: YARDSTICK-1492

    Change-Id: I81c682d473ffe3d70ecbb42cce40c2d16e608b41
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
5 years agoUpdate git submodules
Stephen Wong [Thu, 1 Nov 2018 06:51:22 +0000 (06:51 +0000)]
Update git submodules

* Update docs/submodules/clover from branch 'master'
  - Merge "Initial commit for Spark to analyze visibility data"
  - Initial commit for Spark to analyze visibility data

    - Add Apache Spark 2.3 with native Kubernetes support.
    - Runs self contained within K8s cluster in clover-system
    namespace. One container (clover-spark) includes Clover Spark
    JAR artifact. This container interacts with the
    K8s API to spawn a spark-driver pod. This pod in turn spawns executor
    pods to execute Spark jobs.
    - Currently JAR is included in source for convenience and must be
    built with sbt (install sbt and execute sbt package)
    - Includes JAR from DataStax to provide Cassandra connector to analyze
    Cassandra schemas as RDDs (Resilient Distributed Dataset).
    - Includes Redis interface JAR to write analyzed data back to visibility
    (UI, CLI or API).
    - Second container (clover-spark-submit) submits Spark jobs
    continuously to allow Spark to be operated entirely within the cluster.
    - Two Spark jobs (CloverSlow, CloverFast) allows some analytics to be
    provided in real-time and other analytics to be provided over longer
    horizons.
    - Each Spark job spawns two executor pods.
    - Includes yaml manifest to deploy clover-spark-submit with the
    necessary RBAC permissions to interact with the K8s API.
    - Data analyzed includes tracing and metrics schemas obtained by
    clover-collector and written to Cassandra.
    - Docker builds of clover-spark and clover-spark-submit are provided
    and will be pushed as OPNFV DockerHub images in a separate patch.

    Change-Id: I2e92c41fd75d4ebba948c0f8cb60face57005e50
Signed-off-by: earrage <eddie.arrage@huawei.com>
5 years agoUpdate git submodules
Stephen Wong [Thu, 1 Nov 2018 06:49:50 +0000 (06:49 +0000)]
Update git submodules

* Update docs/submodules/clover from branch 'master'
  - Merge "Add initial Istio validation testcase for CI"
  - Add initial Istio validation testcase for CI

    This work adds testcase for validating Istio installation

    Change-Id: Ie895b27eb4b3fbec23cf9519699f5fe37236153c
Signed-off-by: JingLu5 <lvjing5@huawei.com>
5 years agoUpdate git submodules
Qiaowei Ren [Tue, 30 Oct 2018 01:09:25 +0000 (09:09 +0800)]
Update git submodules

* Update docs/submodules/stor4nfv from branch 'master'
  - add scenario description for os-nosdn-stor4nfv-ha

    Change-Id: I982164682f7567110d1e46ed07a8d96dfe9239e3
Signed-off-by: Qiaowei Ren <qiaowei.ren@intel.com>
5 years agoUpdate git submodules
Tim Rozet [Tue, 23 Oct 2018 14:50:25 +0000 (10:50 -0400)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Adds SDN Port variables to overcloudrc

    Functest needs these values to be set in overcloudrc to know which ports
    to query ODL on.

    JIRA: APEX-621

    Change-Id: I41e34efccedc26edd98c6dd3f45e553ea76db195
Signed-off-by: Tim Rozet <trozet@redhat.com>
5 years agoUpdate git submodules
Tim Rozet [Mon, 29 Oct 2018 20:08:04 +0000 (16:08 -0400)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Fixes failure to restart containers post undercloud install

    It looks like the docker_container ansible module will recreate the
    container if it fails to restart it. This is undesired behavior so
    moving to use shell to restart the containers.

    Also, fixes mistral executor container not properly mounting the
    ceph-ansible playbook. Additionally fixes an issue with ceph-ansible by
    downgrading the package. Related rhbz:
    https://bugzilla.redhat.com/show_bug.cgi?id=1644713

    Change-Id: I3199b4af11a4170d19419f70cb53f7d74def273c
Signed-off-by: Tim Rozet <trozet@redhat.com>
5 years agoUpdate git submodules
Emma Foley [Wed, 31 Oct 2018 18:52:51 +0000 (18:52 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Update: Trex KPI not collected no rabbitmq user"
  - Update: Trex KPI not collected no rabbitmq user

    Update of review #63707: missed yardstick password hash.
    This must be set on top of changes on review.

    JIRA: YARDSTICK-1479

    Change-Id: Ia8783de81ad91ea7421c6bbff87a30c59db2d44c
Signed-off-by: Stepan Andrushko <stepanx.andrushko@intel.com>
5 years agoUpdate git submodules
Deepak S [Wed, 31 Oct 2018 23:46:33 +0000 (05:16 +0530)]
Update git submodules

* Update docs/submodules/samplevnf from branch 'master'
  - Add Gambia release notes

    Change-Id: Ide712ee94254b506a0ad88c95a7e01b789f99d49
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
5 years agoUpdate git submodules
Deepak S [Wed, 31 Oct 2018 17:45:16 +0000 (17:45 +0000)]
Update git submodules

* Update docs/submodules/samplevnf from branch 'master'
  - Merge "Add support for counting non dataplane related packets"
  - Add support for counting non dataplane related packets

    When performing some zero packet loss performance testing on dataplane, it
    is important (not) to count non dataplane packets. For instance, one might
    receive uexpected packets from a switch, or ARP packets. Or one might need
    to transmit ARP packets. Such packets should not be counted as dataplane
    packets as for thse packets there is no 1:1 mapping between transmitted
    packets and received packets.
    To support this, the counters reporting numbers of transmitted and received
    packets remain unchanged but two new counters have been added to PROX,
    counting respectively number of received and number of transmitted
    non-dataplane packets.
    On RX side, packets are counsidered as non-dataplane if being ARP or if
    they do not countain the proper signature
    On TX side, ARP packets are not considered as dataplane packets.
    This feature requires configuration of signature.
    "dp core stats" command has been added

    Change-Id: I98e113cd02f36d540383d343a433592867ad86a9
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
5 years agoUpdate git submodules
Deepak S [Wed, 31 Oct 2018 17:44:59 +0000 (17:44 +0000)]
Update git submodules

* Update docs/submodules/samplevnf from branch 'master'
  - Merge "Fix potential crash when shuffling mbufs"
  - Fix potential crash when shuffling mbufs

    Change-Id: I70de6345afc6a696906f006c1b0f44540ae4ecec
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
5 years agoUpdate git submodules
Xavier Simonart [Sat, 27 Oct 2018 14:26:26 +0000 (16:26 +0200)]
Update git submodules

* Update docs/submodules/samplevnf from branch 'master'
  - Support for DPDK 18.05 and DPDK 18.08

    Improve DPDK 18.05 support introduced by 3e532aca.
    Support for DPDK 18.08.

    Change-Id: Ide712ee94254b506a0ad88c95a7e01b789f99d48
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
5 years agoUpdate git submodules
Stamatis Katsaounis [Thu, 11 Oct 2018 12:13:33 +0000 (15:13 +0300)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'master'
  - Add suport for fuel installer

    JIRA: FUEL-393

    This patch adds support for fuel installer by modifying relevant
    pieces of code.

    Change-Id: I5245e84022dd258c96648b0985660e093ca98b52
Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
5 years agoUpdate git submodules
Abhijit Sinha [Wed, 31 Oct 2018 14:33:22 +0000 (14:33 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Adding Grafana dashboard for visualizing the vEPC default bearer metrics."
  - Adding Grafana dashboard for visualizing the vEPC default bearer metrics.

    The dashboard will highlight the Network metrics captured from Spirent landslide traffic generator.

    JIRA: YARDSTICK-1350

    Change-Id: I47920446181355a97e875fd82afd633b336c8da6
Signed-off-by: Carey, Alan <alan.carey@intel.com>
5 years agoUpdate git submodules
Nikos Karandreas [Wed, 31 Oct 2018 12:01:14 +0000 (12:01 +0000)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'master'
  - Merge "Find the ODL owner of the BGP entity in the cluster in TC 3"
  - Find the ODL owner of the BGP entity in the
    cluster in TC 3

    After new Apex release Opendaylight run in container.
    This fix finds the ODL owner of the BGP entity in the cluster for
    containerised installations.

    SDNVPN-234

    Change-Id: Iec1abfe3e0be899ab51fe52057b394a4fa15cc49
Signed-off-by: dimitris.tsiolakis <dmts@intracom-telecom.com>
5 years agoMerge "Removing promise user guide and adding release notes"
Sofia Wallin [Wed, 31 Oct 2018 11:33:23 +0000 (11:33 +0000)]
Merge "Removing promise user guide and adding release notes"

5 years agoUpdate git submodules
Nikos Karandreas [Wed, 31 Oct 2018 11:17:00 +0000 (11:17 +0000)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'master'
  - Merge "Fix false message instance is down"
  - Fix false message instance is down

    JIRA: SDNVPN-232

    This patch fixes the false message instance is down. The message
    occurs because a wrong method was used to check if instance is
    alive. This instance does not proceed to login so the previous
    method cound not find "login" regex inside its console output.

    Change-Id: I35733f634595a9d2eeb9148c2476444afab710a6
Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
5 years agoUpdate git submodules
Manuel Buil [Tue, 30 Oct 2018 14:37:39 +0000 (15:37 +0100)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Bug fix: Fetch vm names from idf

    Currently we were taking the names of the nodes to be generated from the
    NODE_NAMES variable whereas ansible was fetching the names from the
    dynamic_inventory.py which uses idf. This resulted in problems: when
    doing ha, ansible was provisioning a compute as a controller and
    vicebersa.

    This patch forces create_nodes role to fetch the name from idf and thus
    align with the naming schema of ansible

    deploy-scenario:k8-calico-nofeature
    installer-type:kubespray

    Change-Id: Id1473727405701fd9ed0cb2f1394ee8676cec337
Signed-off-by: Manuel Buil <mbuil@suse.com>
  - Remove variable for driver

    Right now, we only support ipmi hosts (either virtual or physical) and
    that is why our json is always describing the ipmi parameters. It does
    not make sense that we have a variable which would allow to change that

    Change-Id: I7b88aca5930a73d68342e3d4cf21f9e96286c4d7
Signed-off-by: Manuel Buil <mbuil@suse.com>
  - Bug fix: Wrong reference to vm_host_groups

    The variable should be host_group which is generated at line 32 and 35

    Change-Id: I7add3af73198ec0638dee0c8f189a3a372a78ee8
Signed-off-by: Manuel Buil <mbuil@suse.com>
5 years agoUpdate git submodules
xudan [Tue, 23 Oct 2018 10:28:38 +0000 (06:28 -0400)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Update class in container.py

    Change-Id: I4fb24f86c6d15aea5a62baaca20531b2891437ff
Signed-off-by: xudan <xudan16@huawei.com>
  - CI verify jobs failed due to the update of tox

    The LF pod used to run the CI verify jobs have updated the version of tox.
    So the CI verify jobs failed.
    See https://build.opnfv.org/ci/view/dovetail/job/dovetail-merge-master/476/console

    Fix the python format errors
    Ignore error 'W503 line break before binary operator'.

    Change-Id: Ic2df070447bbea39c877ce7a394d733a95064bb1
Signed-off-by: xudan <xudan16@huawei.com>
5 years agoUpdate git submodules
Sridhar K. N. Rao [Fri, 26 Oct 2018 04:23:43 +0000 (09:53 +0530)]
Update git submodules

* Update docs/submodules/vswitchperf from branch 'master'
  - CI: Reduce Daily-build tests.

    Only throughput tests for all packet sizes for ovs-with-dpdk and vpp.

    JIRA: VSPERF-593

    Change-Id: I03c39421ee572bf75b10f237d283c55e8bef7f76
Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com>
5 years agoUpdate git submodules
Cédric Ollivier [Tue, 30 Oct 2018 19:30:14 +0000 (20:30 +0100)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Prepare OPNFV functest releases

    It sets version=9 (I-release)

    Change-Id: I2e275f3b4ca08d40bea21ea09bb909aca5199b5e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
5 years agoUpdate git submodules
Emma Foley [Tue, 30 Oct 2018 19:19:49 +0000 (19:19 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "[docs] Fix links to remove references to submodules"
  - [docs] Fix links to remove references to submodules

    All references to submodules must be removed for docs to
    work going forward.

    Can be tested once your project has a local tox file

    Change-Id: Id74581cc584f70ae0b31e31c9dd91593c7be6615
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
5 years agoUpdate git submodules
Emma Foley [Tue, 30 Oct 2018 17:37:08 +0000 (17:37 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add RFC2544 iteration status field"
  - Add RFC2544 iteration status field

     Added new RFC2544 iteration status field into the
    testcase result to be able to exctract the best
    RX/TX throughput value from each iteration.

     The field equal "Success" if the trhoughput value is in the
    given drop percentage range and "Failure" otherwise.

    JIRA: YARDSTICK-1389

    Change-Id: I2fb2ef036b63a0e7bbf3d6c6568d3bdffa488e1f
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
5 years agoUpdate git submodules
Emma Foley [Tue, 30 Oct 2018 17:23:20 +0000 (17:23 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Dashboard with Network and Platform NFVi metrics"
  - Dashboard with Network and Platform NFVi metrics

    Added the PROX L3FWD Grafana dashboard with NFVi metrics
    collected from barometer collectd container.

    The dashboard has template field for HOST/SUT name
    to get the collectd metrics from that SUT.

    JIRA: YARDSTICK-1412

    Update:
    - Added table and graphs for TG NFVi metrics
    - Added TG and SUT templates as IP address
    - Added IPC(instruction per cycles) metric

    Change-Id: I1f8971f551df27ad6a16241693527285610fc82d
Signed-off-by: Abhijit Sinha <abhijit.sinha@intel.com>
5 years agoRemoving promise user guide and adding release notes 09/64209/2
Sofia Wallin [Tue, 30 Oct 2018 13:10:03 +0000 (14:10 +0100)]
Removing promise user guide and adding release notes

Change-Id: I64dbbdf094146611ae72480539a3fae21f216e3f
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
5 years agoUpdate git submodules
Abhijit Sinha [Tue, 30 Oct 2018 15:12:42 +0000 (15:12 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Pod file fix for Prox 2 port"
  - Pod file fix for Prox 2 port

    Removing the "keyfile" from the pod file to align with other
    pod files for 1 and 4 port. The file when used as such currently
    gives an error. This change will fix that.

    JIRA:YARDSTICK-1477

    Change-Id: Ibfa9387d068a0098ea0eb0b31ad96108d0602abc
Signed-off-by: Abhijit Sinha <abhijit.sinha@intel.com>
5 years agoUpdate git submodules
Abhijit Sinha [Tue, 30 Oct 2018 15:08:05 +0000 (15:08 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Fix latency for ACL test cases"
  - Fix latency for ACL test cases

    JIRA: YARDSTICK-1460

    Cores running "mode=lat" must be properly configured with a correct
    "lat pos" parameter. When this parameter is missing, PROX exits with
    an error message.
    When the "lat pos" parameter is missing for cores running "mode=gen",
    latency values are not written into the packets.
    Also fixed some typos, packet inline format, IP len and UDP len.

    Change-Id: Ice06c5d74686c80f09bc60f568993dbf3165b338
Signed-off-by: Patrice Buriez <patrice.buriez@intel.com>
5 years agoUpdate git submodules
Stepan Andrushko [Fri, 14 Sep 2018 17:05:13 +0000 (20:05 +0300)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - [docs] Update on Yardstick installation

    Added details how to install Yardstick using install.yaml.

    Updated:
     - 04-installation.rst
     - 13-nsb-installation.rst

    JIRA: YARDSTICK-1335

    Change-Id: I526c328f1b197833a2cf496cfef15ba89c11fab1
Signed-off-by: Stepan Andrushko <stepanx.andrushko@intel.com>
5 years agoMerge "Updated list of scenarios"
Sofia Wallin [Tue, 30 Oct 2018 10:58:51 +0000 (10:58 +0000)]
Merge "Updated list of scenarios"

5 years agoUpdate git submodules
Tomi Juvonen [Tue, 30 Oct 2018 10:18:19 +0000 (12:18 +0200)]
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - fix building docs

    Change-Id: Ie9d07f5a039e43f6468cabb41c610fd642e4c825
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
5 years agoUpdate git submodules
Abhijit Sinha [Tue, 30 Oct 2018 10:44:04 +0000 (10:44 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add test library name update in DMF and mainflows"
  - Add test library name update in DMF and mainflows

    Add automatic update of traffic profile items library name update, as well
    as update of session profile Dmf library name, to avoid the need of user
    changing it in template files.

    Update affected unit tests.

    JIRA: YARDSTICK-1474

    Change-Id: I18cc8ca99a47da862753329c87d1a560a97f76fa
Signed-off-by: Orest Voznyy <orestx.voznyy@intel.com>
5 years agoUpdated list of scenarios 95/64195/1
Sofia Wallin [Tue, 30 Oct 2018 10:32:55 +0000 (11:32 +0100)]
Updated list of scenarios

Based on the scenario status page

Change-Id: I2c80a4acd111f4d67c7bf54b3e84525dfc85f12c
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
5 years agoUpdate git submodules
Abhijit Sinha [Tue, 30 Oct 2018 10:12:42 +0000 (10:12 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add traffic duration support in test case"
  - Add traffic duration support in test case

    Implement code to support traffic_duration field in test case options.
    This updates the 'duration' in Landslide session profile.
    traffic_duration should always be much less than runner duration/timeout.

    JIRA: YARDSTICK-1427

    Change-Id: I51094bade683ca8758136ccb619e8894a2ecef72
Signed-off-by: Orest Voznyy <orestx.voznyy@intel.com>
5 years agoMerge "Remove kvmfornfv from Docs"
Sofia Wallin [Tue, 30 Oct 2018 09:32:57 +0000 (09:32 +0000)]
Merge "Remove kvmfornfv from Docs"

5 years agoUpdate git submodules
Rex Lee [Tue, 30 Oct 2018 09:11:34 +0000 (09:11 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Proposing Volodymyr Mytnyk as a committer to Yardstick"
  - Proposing Volodymyr Mytnyk as a committer to Yardstick

    Volodymyr has contributed to Yardstick in the following
    ways over the last year:

    * Regular reviews
    * Validation of changes
    * Bug fixes across different contexts, TGs and SampleVNFs
    * Tested and updated many sample testcases for NSB
    * Installer improvements

    Change-Id: I9a28ac15bd6ceb5f5c599e602fb2651bd7b9e622
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
5 years agoUpdate git submodules
Rex Lee [Tue, 30 Oct 2018 09:04:45 +0000 (09:04 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "[docs] Add developer guidelines for contribution"
  - [docs] Add developer guidelines for contribution

    A new section was added to the devguide, stating
    expectations for code contributions.

    * What to include in a change
    * Code style guidelines
    * How to run tests

    JIRA: YARDSTICK-1335
    Change-Id: Idfe7790042a3a3fe6cd8763374b10f2268bd63cd
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
5 years agoUpdate git submodules
Rex Lee [Tue, 30 Oct 2018 09:04:16 +0000 (09:04 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "[docs] Add conventions for writing unit tests."
  - [docs] Add conventions for writing unit tests.

    Added details of conventions used when writing unit tests.

    JIRA: YARDSTICK-1335
    Change-Id: I7bb141126968c88c8a2d7e0dce4f33ed6f79cee4
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
5 years agoUpdate git submodules
Emma Foley [Wed, 22 Aug 2018 18:09:15 +0000 (19:09 +0100)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - [docs] Update the glossary

    Add some new terms (OpenStack, Docker, PROX).

    JIRA: YARDSTICK-1335
    Change-Id: I948957cf7b1540f7a027ab9da2d829e5e05c87c8
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
5 years agoUpdate git submodules
Venkata Harshavardhan Reddy Allu [Fri, 26 Oct 2018 14:31:37 +0000 (20:01 +0530)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  - Improve ansible tasks and fix license headers

    This patch does two things:
    1. improve the ansible tasks:
       - register Openstack as VIM
       - create osmrc file
       - install OSM (master)
    2. fix license headers in unit tests

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

    Change-Id: I02297dae2b0108397541cedeb2f47183f1df99fc
Signed-off-by: Venkata Harshavardhan Reddy Allu <venkataharshavardhan_ven@srmuniv.edu.in>
5 years agoUpdate git submodules for Promise 97/63997/3
Bertrand Souville [Thu, 25 Oct 2018 08:53:59 +0000 (10:53 +0200)]
Update git submodules for Promise

Transition to local documentation build for Promise as defined at:

https://docs.opnfv.org/en/latest/how-to-use-docs/local-build-transition.html

Change-Id: Icd35cd7b1c56a9de8625a685a8495067cfe60431
Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
5 years agoMerge "Create 'branch' variable in conf.py for linking"
Trevor Bramwell [Mon, 29 Oct 2018 19:46:35 +0000 (19:46 +0000)]
Merge "Create 'branch' variable in conf.py for linking"

5 years agoCreate 'branch' variable in conf.py for linking 13/63713/3
Trevor Bramwell [Mon, 17 Sep 2018 22:10:30 +0000 (15:10 -0700)]
Create 'branch' variable in conf.py for linking

This will be used for linking against the correct version of the
documentation on other projects when this project branches.

Change-Id: I86391eb8ad1428b70f537288048c2c1b4597e928
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
5 years agoBump Sphinx version to 1.5.6 63/64163/1
Aric Gardner [Mon, 29 Oct 2018 19:26:39 +0000 (15:26 -0400)]
Bump Sphinx version to 1.5.6

1.5.6 allows:
intersphinx link using the ':doc:' directive.

And does not have the memory leak that was causing our build
to fail found in sphinx-build 1.6 onwards

Change-Id: I1a04871b2771a0123096629d706a6b2d375f520e
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
5 years agoRemove kvmfornfv from Docs 57/64157/1
Trevor Bramwell [Mon, 29 Oct 2018 18:50:27 +0000 (11:50 -0700)]
Remove kvmfornfv from Docs

kvmfornfv isn't participating the Gambia release, and their project
contains further submodules which increases the time and space needed
for the docs builds.

When the project participates in the next release they can merge
https://gerrit.opnfv.org/gerrit/#/c/62481/ and use interphinx to link to
their docs.

Change-Id: Ifb353d1880b03fab37704ee97c073cf94676d954
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
5 years agoMerge "Convert Unlinked Git Submodules to Intersphinx"
Aric Gardner [Mon, 29 Oct 2018 18:44:27 +0000 (18:44 +0000)]
Merge "Convert Unlinked Git Submodules to Intersphinx"

5 years agoRevert "Bump Sphinx version to 1.7.9" 53/64153/1
Trevor Bramwell [Mon, 29 Oct 2018 17:39:35 +0000 (10:39 -0700)]
Revert "Bump Sphinx version to 1.7.9"

A change between 1.3 and 1.7.9 introduced a memory leak which is causing
our builds to take >3Gb of memory.

Reverting this until we can track down the issue.

This reverts commit f0c78d7f71fa697d0722c9f320e7ea2f72fdeaae.

Change-Id: Ib8a8ad5840d95ca98b579b333b7263a07f9843a2
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
5 years agoUpdate git submodules
Gerald Kunzmann [Mon, 29 Oct 2018 16:16:21 +0000 (16:16 +0000)]
Update git submodules

* Update docs/submodules/promise from branch 'master'
  - Merge "Updates for Gambia release"
  - Updates for Gambia release

    Change-Id: Ia892c96d9b69da48028ea03ea89526f4cfd331de
Signed-off-by: Gerald Kunzmann <kunzmann@docomolab-euro.com>
5 years agoUpdate git submodules
Bertrand Souville [Thu, 25 Oct 2018 10:43:43 +0000 (12:43 +0200)]
Update git submodules

* Update docs/submodules/promise from branch 'master'
  - Docs: Adding Blazar installation guide using OpenStack Ansible

    Change-Id: I22f986d15a9663d9d6c16b66f7a2aca8c5088e99
Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
5 years agoUpdate git submodules
Tomi Juvonen [Mon, 29 Oct 2018 06:54:24 +0000 (08:54 +0200)]
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - Fix SSH client connection reset

    SSH connection might be reseted with long running session.
    This may happen if run "testcase=all"

    Change-Id: I232ae906628411dfbe0bbdbdc8d4fb43167760fd
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
5 years agoUpdate git submodules
ramamani yeleswarapu [Thu, 11 Oct 2018 23:08:32 +0000 (16:08 -0700)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Fix stor4nfv CI errors

    Change-Id: I5b76fa40ecaffb53bc924de6e13f4803c5f6593f
Signed-off-by: ramamani yeleswarapu <ramamani.yeleswarapu@intel.com>
5 years agoUpdate git submodules
Rex Lee [Mon, 29 Oct 2018 09:16:37 +0000 (09:16 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Allow to see steady state status in the yardstick logs"
  - Allow to see steady state status in the yardstick logs

    Change-Id: Ic2281b300ed1de6ecd3daf14b5273db22688de8d
    JIRA: YARDSTICK-1454
Signed-off-by: Ameed Ashour <Ameed.Ashour.Ext@nokia.com>
5 years agoUpdate git submodules
Cédric Ollivier [Sat, 27 Oct 2018 09:50:18 +0000 (11:50 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Roll rally and rally-openstack

    It conforms with neutron gates (rally-task) by rolling rally* and by
    selecting last stable os-faults.

    [1] http://logs.openstack.org/22/613122/1/check/neutron-rally-task/61886e6/job-output.txt.gz

    Change-Id: Id26f3100a0bc8b68c4b1d44115345c69053dcc5d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
5 years agoUpdate git submodules
Stephen Wong [Sat, 27 Oct 2018 07:38:02 +0000 (07:38 +0000)]
Update git submodules

* Update docs/submodules/clover from branch 'master'
  - Merge "Fix broken jmeter binary links"
  - Fix broken jmeter binary links

    - Docker container builds are failing due to expired links
    for the jmeter binary for jmeter-master and jmeter-slave
    - Updated link provided

    Change-Id: Icb364bc234b118e0c00359a04b51461142f832af
Signed-off-by: earrage <eddie.arrage@huawei.com>
5 years agoUpdate git submodules
Trevor Bramwell [Fri, 26 Oct 2018 18:23:20 +0000 (11:23 -0700)]
Update git submodules

* Update docs/submodules/clover from branch 'master'
  - Docs Index

    Adds the missing index.rst needed to build the documentation.

    Change-Id: I6ff27873559718a5ca4e3120646a6ef347120c8a
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
5 years agoUpdate git submodules
Harry Huang [Fri, 26 Oct 2018 10:34:04 +0000 (18:34 +0800)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Fix LXC apt upgrade issue

    JIRA: -

    Change-Id: I9bf488e4d613d475e833a573635ea5a2ef56aeff
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
5 years agoMerge "Update git submodules for Auto"
Trevor Bramwell [Sat, 27 Oct 2018 00:03:25 +0000 (00:03 +0000)]
Merge "Update git submodules for Auto"

5 years agoConvert Unlinked Git Submodules to Intersphinx 93/64093/1
Trevor Bramwell [Fri, 26 Oct 2018 17:31:41 +0000 (10:31 -0700)]
Convert Unlinked Git Submodules to Intersphinx

These projects don't have any docs linked in the current documentation,
so there is little reason to include their submodules here.

Converting the non-archived projects to intersphinx link should reduce
the build time.

Change-Id: Ifdb614d53ac5cbdfa4c94ac09d990f796004cf10
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
5 years agoUpdate git submodules
Abhijit Sinha [Fri, 26 Oct 2018 16:18:15 +0000 (16:18 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add Testcase for Prox Standalone OvS-DPDK."
  - Add Testcase for Prox Standalone OvS-DPDK.

    No sample testcase for prox OvS-DPDK standalone.

    JIRA: YARDSTICK-1475

    Change-Id: Ide65444d08d6c90e7e98d59b7d1f4cba8ca7397f
Signed-off-by: Carey, Alan <alan.carey@intel.com>
5 years agoUpdate git submodules
Abhijit Sinha [Fri, 26 Oct 2018 16:18:05 +0000 (16:18 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add Testcase for Prox Standalone SRIOV."
  - Add Testcase for Prox Standalone SRIOV.

    No sample testcase for prox SRIOV standalone.

    Renamed pod file so that other prox testcases can use this file

    JIRA: YARDSTICK-1471

    Change-Id: Icc20e395a3fb4c9d1398f85198d64682b2a9ee33
Signed-off-by: Carey, Alan <alan.carey@intel.com>
5 years agoUpdate git submodules
Cédric Ollivier [Fri, 26 Oct 2018 11:08:23 +0000 (13:08 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Move tempest logics in tempest_conf.yaml

    It allows removing OPNFV logics out of Functest (releng) and then
    simplifies conf_utils.

    tempest.conf is filled by the current default values.

    functest-alpine.sh will be updated to allow modifying the default
    values without breaking the OPNFV installers.

    It deprecates the only tempest-related env var (STORAGE_PROTOCOL)

    Change-Id: I14bcb715826ef2d85af87e7af600261a3c08e72c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
5 years agoUpdate git submodules
Abhijit Sinha [Fri, 26 Oct 2018 15:31:26 +0000 (15:31 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Trex KPI are not collected due to rabbitmq user"
  - Trex KPI are not collected due to rabbitmq user

    Changed the way rabbitmq-server user is created. Fix is needed to
    collect KPIs from Trex.

    JIRA: YARDSTICK-1479

    Change-Id: I54369535fdb7af6af76de30f758227736f83db78
Signed-off-by: Stepan Andrushko <stepanx.andrushko@intel.com>
5 years agoUpdate git submodules
Brady Johnson [Fri, 26 Oct 2018 15:29:24 +0000 (15:29 +0000)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  - Merge "Adapt regex to new flows"
  - Adapt regex to new flows

    ODL Fluorine changes the nsh syntax, so we should adapt it

    Change-Id: I63537f9b880f14b40be2658d3a7ed2e315e86b11
Signed-off-by: Manuel Buil <mbuil@suse.com>
5 years agoUpdate git submodules
Serhiy Pshyk [Fri, 19 Oct 2018 08:46:05 +0000 (09:46 +0100)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Fix default IPv4 mask for IxNetwork traffic config

    IP mask is set depending on the IP range provided by the user in the
    traffic profile. In case of single IP in range, IPV4LENGTH value is
    used as mask should cover all address bits.

    JIRA: YARDSTICK-1478

    Change-Id: I5ad40d1f3def52ebcda4400b708b71faf11e12ab
Signed-off-by: Serhiy Pshyk <serhiyx.pshyk@intel.com>
5 years agoUpdate git submodules
Manuel Buil [Fri, 26 Oct 2018 15:00:41 +0000 (17:00 +0200)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  - Add a bit more data to the logging message

    In case of failures, it is hard to understand for what vnf the port
    pair was being created when things went wrong

    Change-Id: I1cfa2553318d910535d45910b2a46d75b2f7926a
Signed-off-by: Manuel Buil <mbuil@suse.com>
5 years agoUpdate git submodules
Manuel Buil [Fri, 5 Oct 2018 08:45:47 +0000 (10:45 +0200)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Change variable in start-new-vm.sh

    Since the patch:

    https://gerrit.opnfv.org/gerrit/#/c/63173/

    The variable BIFROST_USE_PREBUILT_IMAGES has changed to
    BIFROST_CREATE_IMAGE_VIA_DIB. As jenkins does not trigger testing jobs
    when editing file in xci/scripts/, this change is done in a separate
    patch

    Change-Id: I3bc285936fae5b7514272ca0ad2418b60446e4aa
Signed-off-by: Manuel Buil <mbuil@suse.com>
5 years agoUpdate git submodules
Markos Chandras [Fri, 26 Oct 2018 13:55:19 +0000 (13:55 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "SHA bump for bifrost"
  - SHA bump for bifrost

    We need it for baremetal support in opensuse:

    https://github.com/openstack/bifrost/commit/0f605cd723a68e2c2bb9b30a15a08e5aba777bd5

    We move all related repos from Rocky to master (problems if we SHA bump ironic, etc in
    Rocky while Bifrost in master)

    Change-Id: Icf0dd58c6fc6cc8f221d37a6ed3f3746f6577716
Signed-off-by: Manuel Buil <mbuil@suse.com>
5 years agoUpdate git submodules
Markos Chandras [Fri, 26 Oct 2018 13:54:17 +0000 (13:54 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "Reduce complexity when using bifrost roles"
  - Reduce complexity when using bifrost roles

    We are using two variables which have a similar scope:
    - create_image_via_dib
    - use_prebuilt_images

    We could use one of them and not both. create_image_via_dib is selected
    because it also exists in upstream bifrost

    use_prebuilt_images = false is the same as create_image_via_dib = true
    use_prebuilt_images = true is the same as create_image_via_dib = false

    Change-Id: Ieaab78f1dc2d199746a2b13ebc82e9dc615d92e9
Signed-off-by: Manuel Buil <mbuil@suse.com>
5 years agoUpdate git submodules
Markos Chandras [Fri, 26 Oct 2018 13:48:03 +0000 (13:48 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "Bug fix: match only the scenario name"
  - Bug fix: match only the scenario name

    Since this week we have two sfc scenarios:

    - os-odl-sfc
    - os-odl-sfc_osm

    When $DEPLOY_SCENARIO=os-odl-sfc, using the current code testing_role
    gets two values:
    os-odl-sfc
    os-odl-sfc_osm

    This patch adds '$' character to prevent matching scenarios which
    concatenate characters after $DEPLOY_SCENARIO

    Change-Id: Ia0782362da04e8b3ecd2ec6f13ccc8c404797fda
Signed-off-by: Manuel Buil <mbuil@suse.com>
5 years agoUpdate git submodules
Manuel Buil [Fri, 26 Oct 2018 07:46:36 +0000 (09:46 +0200)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - os_neutron SHA bump

    We need a commit for SFC scenario:

    https://github.com/openstack/openstack-ansible-os_neutron/commit/200fa4a7aaa15a6d6758418eafffe093174d2f72

    Change-Id: Ia497a49a910d16eaf3c7ee896f0f75aab812bd7a
Signed-off-by: Manuel Buil <mbuil@suse.com>
5 years agoUpdate git submodules
Cédric Ollivier [Fri, 26 Oct 2018 08:52:12 +0000 (10:52 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Temporarily disable Cinder volumes backup tests

    From the time being, all OPNFV installers [1][2][3] don't support
    Cinder volumes backup.

    We will find a better way to handle the lack of OPNFV requiremements
    (these tests pass succesfully in Orange Openlab).

    At least, it will allow verifying tempest_full in OPNFV gates.

    [1] Apex: https://artifacts.opnfv.org/logs/functest/lf-pod1/2018-10-25_02-17-25/tempest_full/tempest-report.html
    [2] Compass: https://artifacts.opnfv.org/logs/functest/huawei-virtual9/2018-10-24_04-54-25/tempest_full/tempest-report.html
    [3] Fuel: https://artifacts.opnfv.org/logs/functest/lf-pod2/gambia/2018-10-25_05-57-54/tempest_full/tempest-report.html

    Change-Id: I319536070aa77a5dbab6a692a1d76049f75e758b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
  - Temporarily disable VNC tests

    At least Compass and Fuel configure Spice as console [1][2].
    It disables vnc testing as it could fail for endusers as well.

    [1] https://artifacts.opnfv.org/logs/functest/huawei-virtual9/2018-10-24_04-54-25/tempest_full/tempest-report.html
    [2] https://artifacts.opnfv.org/logs/functest/lf-pod2/gambia/2018-10-25_05-57-54/tempest_full/tempest-report.html

    Change-Id: I2a1ecf345cb81170c1b1a3e49f8f3a58602fc3f0
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
5 years agoUpdate git submodules
rexlee8776 [Wed, 24 Oct 2018 02:49:54 +0000 (02:49 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - fix yardstick verify job

    The regex is not compatible with pip version 18.

    JIRA: INFRA-310

    Change-Id: I6eaf1e3fac183f85c277934929e9065efa88d877
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
5 years agoUpdate git submodules
Cédric Ollivier [Thu, 25 Oct 2018 11:09:06 +0000 (13:09 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Revert "Temporarily switch to collivier/abot_charm"

    This reverts commit d2c129f8319503a8fabe5b87c71737845f06ab36.

    Change-Id: Ie8e067486365cd5cc848d307f0078540eac08dcb
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
5 years agoUpdate git submodules
Alec Hothan [Thu, 25 Oct 2018 16:50:48 +0000 (16:50 +0000)]
Update git submodules

* Update docs/submodules/nfvbench from branch 'master'
  - Merge "Local Documentation Builds"
  - Local Documentation Builds

    This adds configuration for performing local documentation builds
    with the following simple command:

    tox -e docs

    This patch is part of our documentation effort to Move away from
    submodules
    https://docs.opnfv.org/en/latest/how-to-use-docs/local-build-transition.html

    Once merged docs will be viewable at opnfv-nfvbench.readthedocs.io

    Change-Id: I7c877847ec23c4cfc44ff7f106ed2acc65688a41
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
5 years agoUpdate git submodules
Aric Gardner [Thu, 25 Oct 2018 15:58:08 +0000 (15:58 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Merge "Local Documentation Builds"
  - Local Documentation Builds

        This adds configuration for performing local documentation builds
        with the following simple command:

        tox -e docs

    added index.rst so that docs build succsesfully

    Change-Id: Iab747c90f7f4b7866270c5850b2792e194b5378a
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
5 years agoUpdate git submodules
Markos Chandras [Thu, 25 Oct 2018 15:49:09 +0000 (15:49 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "Introduce the Barbican in XCI for SFC-HA scenario"
  - Introduce the Barbican in XCI for SFC-HA scenario

    The barbican OS component is introduced for SFC HA deployed scenario.
    The reason behind is that In HA scenarios we need Openstack Barbican to
    gather and store the fernet keys so Tacker can access them and be able to
    register new VIMs.

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

    JIRA: SFC-131

    Change-Id: Ife416fb2a7dc04ddadc93f962695aee4ed448501
Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com>
5 years agoUpdate git submodules
Tim Rozet [Wed, 24 Oct 2018 16:25:20 +0000 (12:25 -0400)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Change OPNFV Artifacts URL

    This change allows downloading of files larger than 20GB.

    Change-Id: I881ea35316e67980d4144e46bfbd41501e80f497
Signed-off-by: Tim Rozet <trozet@redhat.com>
5 years agoMerge "Gambia release updates"
Sofia Wallin [Thu, 25 Oct 2018 14:27:16 +0000 (14:27 +0000)]
Merge "Gambia release updates"

5 years agoUpdate git submodules
Tomi Juvonen [Thu, 25 Oct 2018 13:36:16 +0000 (13:36 +0000)]
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - Merge "Support Apex with services in containers"
  - Support Apex with services in containers

    Upstream apex now works in containers, so if used, it needs to be supported

    JIRA: DOCTOR-130

    Change-Id: I3d73a1699e4fee53b001f043f55d0eeefa7bfb7b
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
5 years agoGambia release updates 71/63871/3
Sofia Wallin [Mon, 22 Oct 2018 11:18:13 +0000 (13:18 +0200)]
Gambia release updates

Project participation based on intended to participate page

Change-Id: If86f0fa4881b207f03358a407e8cf831d03330fe
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
5 years agoUpdate git submodules
Venkata Harshavardhan Reddy Allu [Mon, 15 Oct 2018 00:54:05 +0000 (06:24 +0530)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Integrate os-odl-sfc_osm scenario into XCI

    https://gerrit.opnfv.org/gerrit/#/c/63505/

    The os-odl-sfc_osm scenario has been verified in the previous
    patchsets of this commit. This patch needs to be merged after
    adding OS variables to the post-deployment playbook.

    https://gerrit.opnfv.org/gerrit/#/c/63135/

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

    Change-Id: I14e83357c9e1db6e31890b5f126b9e405e124594
Signed-off-by: Venkata Harshavardhan Reddy Allu <venkataharshavardhan_ven@srmuniv.edu.in>
5 years agoUpdate git submodules
Cédric Ollivier [Thu, 25 Oct 2018 09:47:12 +0000 (11:47 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Temporarily switch to collivier/abot_charm

    It hosts a key fix which should be merged in the right repo.
    This patch can be safely reverted as soon as [1] is merged.

    [1] https://github.com/RebacaInc/abot_charm/pull/3

    Change-Id: If98d163ecd2ce6b50c08d8dad886c0d4b2c39a34
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
5 years agoUpdate git submodules
wenjuan dong [Thu, 25 Oct 2018 06:05:48 +0000 (06:05 +0000)]
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - Merge "fix the username to login undercloud in Apex"
  - fix the username to login undercloud in Apex

    Change-Id: I6d5325166db642b3481a0327f518ec821a8ab378
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
5 years agoUpdate git submodules
hu xinhui [Thu, 18 Oct 2018 06:31:14 +0000 (14:31 +0800)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - 1.Optimization code for deploying k8s
    2.Fix bugs for upgrade k8s version to v1.10.4

    Change-Id: I6b17162574f4c4098eb6514cc067096e71f27f97
Signed-off-by: hu xinhui <xinhui_hu@foxmail.com>
5 years agoUpdate git submodules
BIN HU [Thu, 25 Oct 2018 04:08:22 +0000 (21:08 -0700)]
Update git submodules

* Update docs/submodules/ipv6 from branch 'master'
  - Update the index file of user guide

    Change-Id: If0f29f9385ecc3feb8a505284af4780c6757f280
Signed-off-by: BIN HU <bin.hu@att.com>
5 years agoUpdate git submodules
xudan [Mon, 22 Oct 2018 01:56:37 +0000 (21:56 -0400)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Stop redefine testcases.yaml for some test cases

    1. For Functest healthcheck, patrole, refstack_defcore, neutron_trunk and vping
       test cases, stop to redefine testcases.yaml.
    2. For VNF and bgpvpn, they still have scenario dependencies for Functest.
       How to handle them are still under consideration.
    3. For other tempest test cases, they rely on tempest_custom. Leave them
       under discussion.

    JIRA: DOVETAIL-673

    Change-Id: Ibd10c9883d8df3749f4a93e280deaca77fe6bc00
Signed-off-by: xudan <xudan16@huawei.com>
5 years agoUpdate git submodules
Venkata Harshavardhan Reddy Allu [Wed, 3 Oct 2018 17:16:24 +0000 (22:46 +0530)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - xci: Add OS variables to the post-deployment playbook

    OSM needs access to OpenStack credentials and authentication url.
    This patch would provide that using the xci_flavor specific
    user_variables.yml file. This patch is necessary to complete the
    initial integration of OSM.

    installer-type:osa
    deploy-scenario:os-nosdn-osm

    Change-Id: Ic228b323fc69ce46c8093f6dfbc116d8c71a0391
Signed-off-by: Venkata Harshavardhan Reddy Allu <venkataharshavardhan_ven@srmuniv.edu.in>
5 years agoUpdate git submodules
Ameed Ashour [Tue, 23 Oct 2018 11:56:07 +0000 (14:56 +0300)]
Update git submodules

* Update docs/submodules/storperf from branch 'master'
  - Support Ocata release in Storperf HOT files

    JIRA: STORPERF-264
    Change-Id: I826d0e3dff7ed8cd54f7e163bb678d367eeefd95
Signed-off-by: Ameed Ashour <Ameed.Ashour.ext@nokia.com>
5 years agoUpdate git submodules
Tim Rozet [Tue, 23 Oct 2018 16:07:46 +0000 (12:07 -0400)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Adds missing rocky csit file

    File was missing during python package install.

    Change-Id: Icd8c22d45cac807ba5e5995fa0efea690e615cde
Signed-off-by: Tim Rozet <trozet@redhat.com>
5 years agoUpdate git submodules for Auto 39/63939/1
Martin Klozik [Wed, 24 Oct 2018 08:00:55 +0000 (10:00 +0200)]
Update git submodules for Auto

Transition to local documentation build for Auto as defined at:

https://docs.opnfv.org/en/latest/how-to-use-docs/local-build-transition.html

Standalone Auto documentation is available at:

https://opnfv-auto.readthedocs.io/en/latest/

This patch adds intersphinx link to the opnfvdocs repo configuration and removes
auto submodule from docs/submodules/

Change-Id: I2e8a57734cd8e5318bbdcffb75876e6890d2f3da
Signed-off-by: Martin Klozik <martin.klozik@tieto.com>
5 years agoUpdate git submodules
Cédric Ollivier [Tue, 23 Oct 2018 20:17:51 +0000 (22:17 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Disable Glance API v1

    It has been deprecated since Newton [1].
    Even if the related tests are skipped in latest tempest [2], API v1
    has to be disabled in Gambia's tempest.conf [3].

    [1] https://docs.openstack.org/glance/latest/user/glanceapi.html
    [2] https://artifacts.opnfv.org/logs/functest/lf-pod1/2018-10-22_02-34-24/tempest_full/tempest-report.html
    [3] https://artifacts.opnfv.org/logs/functest/lf-pod1/gambia/2018-10-23_10-34-07/tempest_full/tempest-report.html

    Change-Id: I3b6bb632412c0fecaa659da262760af64d79fa71
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
5 years agoUpdate git submodules
Trevor Bramwell [Mon, 10 Sep 2018 22:09:45 +0000 (15:09 -0700)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Daisy: Local docs builds

    Adds local documentation builds following this guide:
      https://docs.opnfv.org/en/latest/how-to-use-docs/local-build-transition.html

    docs can be build with
    tox -e docs

    Going forward docs will be hosted here:
    https://opnfv-daisy.readthedocs.io/en/latest/

    Change-Id: Iecb230463dfb96101cc5cf01af71cb54318ca732
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
5 years agoUpdate git submodules
Cedric Ollivier [Tue, 23 Oct 2018 17:09:19 +0000 (17:09 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Overprotect vmtp vs unversioned OS_AUTH_URL"
  - Overprotect vmtp vs unversioned OS_AUTH_URL

    It simply adds v3 to OS_AUTH_URL if required.
    Vtmp should be updated to manage unversioned url [1].

    https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-master/371/console

Co-Authored-By: Juha Kosonen <juha.kosonen@nokia.com>
    Change-Id: I4806e811c0714b061b77f940934830cfb1835d74
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
5 years agoMerge "Bump Sphinx version to 1.7.9"
Sofia Wallin [Tue, 23 Oct 2018 16:30:06 +0000 (16:30 +0000)]
Merge "Bump Sphinx version to 1.7.9"

5 years agoUpdate git submodules
Manuel Buil [Tue, 23 Oct 2018 15:41:35 +0000 (15:41 +0000)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  - Merge "Create new scenario: os-odl-sfc_osm"
  - Create new scenario: os-odl-sfc_osm

    This change creates os-odl-sfc_osm scenario.
    - copy the base scenario, os-odl-sfc
    - remove tacker and pike config
    - add tasks, vars, defaults and templates from os-nosdn-osm role

    https://gerrit.opnfv.org/gerrit/#/c/63507/

    Verification of this patch has be done using a change in releng-xci
    pointing to this commit/corresponding patch on Gerrit to verify it
    works in order to help with the review.

    Change-Id: I90148063c6ff9881ef188e97956adea0e7cb5a7d
Signed-off-by: Venkata Harshavardhan Reddy Allu <venkataharshavardhan_ven@srmuniv.edu.in>
5 years agoUpdate git submodules
nikoskarandreas [Mon, 15 Oct 2018 14:26:21 +0000 (17:26 +0300)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'master'
  - Using heat orchestrator for sdnvpn - test case 4

    Heat orchestrator and the use of Heat Orchestrator Templates
    is introduced in sdnvpn test cases. The deployment of the
    nodes and networks under test is performed as a stack with the
    use of the openstack api and the use of the other apis is kept
    to as little as possible. The scenarios that are executed are
    the same as in the orginal test cases.

    This is the implementation of sdnvpn test case 4:
    VPN provides connectivity between subnets using router
    association

    JIRA: SDNVPN-219

    Change-Id: If3783dd25577d22c18be5f088ab6657c38531d73
Signed-off-by: nikoskarandreas <nick@intracom-telecom.com>
5 years agoUpdate git submodules
Cédric Ollivier [Tue, 23 Oct 2018 06:13:23 +0000 (08:13 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Revert "Temporarily disable test_address_scope_rbac"

    This reverts commit 6939526b9802539a62f71ca7759f7bd49c16aef4.

    Change-Id: Ieb6644b47cc1567d5312f27e66ce250193db1f62
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
5 years agoUpdate git submodules
Ruijing Guo [Tue, 23 Oct 2018 04:51:06 +0000 (04:51 +0000)]
Update git submodules

* Update docs/submodules/container4nfv from branch 'master'
  - Merge "Add a new committer:Lu Bin"
  - Add a new committer:Lu Bin

    Change-Id: Iaca7d1eb70d20ef276c4aff732437c1218f76487
Signed-off-by: Xuan Jia <jason.jiaxuan@gmail.com>
5 years agoUpdate git submodules
Mark Beierl [Mon, 22 Oct 2018 17:27:37 +0000 (17:27 +0000)]
Update git submodules

* Update docs/submodules/storperf from branch 'master'
  - Merge "Additional documentation"
  - Additional documentation

    Change-Id: I9b176794206e39db436d9597d976c42b7e9d22cf
Signed-off-by: mbeierl <mark.beierl@dell.com>