Linda Wang [Fri, 20 Oct 2017 03:46:17 +0000 (03:46 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Get the right git commit ids for ubuntu image
Complement https://gerrit.opnfv.org/gerrit/#/c/45017
Change-Id: If52dee7c16dcc8606e72ebc198bc36e713792418
Signed-off-by: Linda Wang <wangwulin@huawei.com>
Aric Gardner [Fri, 20 Oct 2017 04:11:31 +0000 (04:11 +0000)]
Merge "Remove Accidentally added Power Consumption doc"
grakiss [Fri, 20 Oct 2017 03:50:18 +0000 (23:50 -0400)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- [web-cvp]Additional columns in ‘My Results’
JIRA: DOVETAIL-532
1. original filename
2. user editable label
Change-Id: I1566cecb3d8ceacc14167bb2fb7fa41508f293be
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
Xuan Jia [Fri, 20 Oct 2017 03:29:45 +0000 (11:29 +0800)]
Update git submodules
* Update docs/submodules/container4nfv from branch 'master'
- Add scenario document
Change-Id: Id81c59e50bf8ba25ea499335ac199bd7ac224800
Signed-off-by: Xuan Jia <jason.jiaxuan@gmail.com>
Xuan Jia [Fri, 20 Oct 2017 03:27:23 +0000 (11:27 +0800)]
Update git submodules
* Update docs/submodules/container4nfv from branch 'master'
- Add scenario document
Change-Id: I487c5510bef42f71b5deb3165d01af733adc2154
Signed-off-by: Xuan Jia <jason.jiaxuan@gmail.com>
grakiss [Thu, 19 Oct 2017 02:15:32 +0000 (22:15 -0400)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- [web-cvp]share result by email
JIRA: DOVETAIL-529
It may be easier to get other people's email than his user id
Change-Id: Ia5f9aa72d3c79bd3f5e69dad98b3f188cdaafc3d
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
grakiss [Thu, 19 Oct 2017 07:36:04 +0000 (03:36 -0400)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- [web-cvp]Direct drill-down for failed tests
JIRA: DOVETAIL-531
people may want to directly drill-down to the exact log file of each results, instead of searching in piles of log files.
Change-Id: I6e18b8d57739fd695e20ee29147e796de5c9e404
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
Cédric Ollivier [Thu, 19 Oct 2017 18:30:07 +0000 (20:30 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Take into account a feedback from the meeting
Change-Id: Ia221d08003588aae045604a18ce1ecc833f0e34e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Xuan Jia [Fri, 20 Oct 2017 03:01:28 +0000 (03:01 +0000)]
Update git submodules
* Update docs/submodules/container4nfv from branch 'master'
- Merge "Add K8s Installation Guide"
- Add K8s Installation Guide
Change-Id: I293a48d25b1a7674f0105ced4b4d30facbd50aec
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Xuan Jia [Fri, 20 Oct 2017 02:20:45 +0000 (02:20 +0000)]
Update git submodules
* Update docs/submodules/container4nfv from branch 'master'
- Merge "seperate k8s basic installation and ovsdpdk installation"
- seperate k8s basic installation and ovsdpdk installation
Change-Id: I9ba3b52feebb7be6037d88f07f8c861ddbfe9bdf
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Jing Lu [Fri, 20 Oct 2017 01:52:06 +0000 (01:52 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Docs: update new test cases in release note"
- Docs: update new test cases in release note
Change-Id: Ie5ff6fe4f867ce68a33a3a857d8d051ba0020395
Signed-off-by: JingLu5 <lvjing5@huawei.com>
Alexandru Avadanii [Thu, 19 Oct 2017 22:36:11 +0000 (00:36 +0200)]
Update git submodules
* Update docs/submodules/armband from branch 'master'
- u/fuel: Bump & rebase for VCP VM timeout increase
Change-Id: I12f65038f2617fef4a5a12675a364ef113188b52
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Thu, 19 Oct 2017 22:32:49 +0000 (00:32 +0200)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- [vcp] Increase timeout till VCP VMs online
Change-Id: I95c284cbf374194694360bffbeaf6770db6111bf
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Thu, 19 Oct 2017 22:23:02 +0000 (00:23 +0200)]
Update git submodules
* Update docs/submodules/armband from branch 'master'
- u/fuel: Bump & rebase for nested wait_for fix
Change-Id: I0bf36ade79626704788d4b42baf0dddb8e30a665
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Thu, 19 Oct 2017 21:58:05 +0000 (23:58 +0200)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- lib.sh: Fix locals override in nested invocations
'wait_for' bash function is nested in another 'wait_for' call in some
places, which leads to inner calls interfering with outer calls by
overriding the locally scoped variables, including the 'attempt'
internal counter. In some cases, the outer 'wait_for' would exit
after a single attempt.
Fix that by running all contents of `wait_for` inside a subshell,
which inherits outer calls variables, but does not override them
when the inner call is finished.
Change-Id: I450eda3d023af2380c61ee930071fbfc393a5645
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Trevor Cooper [Thu, 19 Oct 2017 21:52:53 +0000 (21:52 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "nsb_installation: updates"
- nsb_installation: updates
JIRA: YARDSTICK-500
Change-Id: I6eef884ef6262abe49fc13bc353ca14a72a5b648
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Signed-off-by: Martin Banszel <martinx.banszel@intel.com>
Signed-off-by: Abhijit Sinha <abhijit.sinha@intel.com>
Signed-off-by: Maciej Skrocki <maciej.skrocki@intel.com>
Trevor Bramwell [Thu, 19 Oct 2017 21:46:44 +0000 (14:46 -0700)]
Remove Accidentally added Power Consumption doc
The canonical location is docs/testing/ecosystem/energy-monitoring.rst,
and this appears to have been an ealier draft added on accident.
Change-Id: I6829d09a5fb8e08b1e3335726b94e56029921714
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Tim Irnich [Thu, 19 Oct 2017 20:52:56 +0000 (20:52 +0000)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'master'
- Merge "Remove argparse for adding argument -r"
- Remove argparse for adding argument -r
Change-Id: Iaa2ddc3f655a2bf85785a99a519e0df78c298037
Signed-off-by: Linda Wang <wangwulin@huawei.com>
Trevor Bramwell [Thu, 19 Oct 2017 20:24:20 +0000 (13:24 -0700)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Fix releasenotes label and include paths for docs
Change-Id: I50a8f35165954b9b4bdf62864055ad475843c179
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
agardner [Thu, 19 Oct 2017 20:24:39 +0000 (16:24 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Yeah, rtd did not have euphrates stream
Change-Id: I42cfed19942af1f6f4c09b27e839172693598a5d
Signed-off-by: agardner <agardner@linuxfoundation.org>
spisarski [Wed, 18 Oct 2017 17:52:51 +0000 (11:52 -0600)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Second patch for volume support.
* Added support for volume types
* Created tests for volume types, QoS Spec, and encryption
JIRA: SNAPS-196
Change-Id: I9154fc20772191cecf4f2f9feb7e8d8634167a9c
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Thomas Duval [Thu, 19 Oct 2017 19:46:32 +0000 (21:46 +0200)]
Update git submodules
* Update docs/submodules/moon from branch 'master'
- Update index in the doc tree.
Change-Id: I30799e966aafd502cc7c134f908c367e65914960
Trevor Bramwell [Thu, 19 Oct 2017 17:34:07 +0000 (17:34 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Update release tags for Docker builds"
- Update release tags for Docker builds
Change-Id: I3c4d71239dfe66773931f5f5b9349faab443aa2d
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
Aric Gardner [Thu, 19 Oct 2017 17:10:28 +0000 (17:10 +0000)]
Merge "Fix formatting on testing overview table"
Ross Brattain [Thu, 19 Oct 2017 17:09:22 +0000 (17:09 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "NSB: fix trex config to use dpdk port number"
- NSB: fix trex config to use dpdk port number
From some reason Heat/Neutron is now creating
interfaces such that xe0 and xe1 are swapped.
xe0 fa:16:3e:38:c7:66 0000:00:05.0
xe1 fa:16:3e:2f:f3:e2 0000:00:03.0
this causes the DPDK port numbering to be swapped.
xe0 is DPDK port 1 because it has higher PCI address
xe1 is DPDK port 0 because it has lower PCI address.
The VNF is configured correctly because it uses DPDK port numbers,
whereas TRex was using interface list ordering.
Modify trex_cfg.yaml to use DPDK port ordering. This also
requires running generate_cfg() after setup() in instantiate()
+------------------------------------+-------------------+------------------------------+--------+
| Name | MAC Address | Fixed IP Addresses | Status |
+------------------------------------+-------------------+------------------------------+--------+
| vnf_0.yardstick-
af5ccb47-xe0-port | fa:16:3e:66:a5:e4 | ip_address='10.1.0.7', | ACTIVE |
| vnf_0.yardstick-
af5ccb47-mgmt-port | fa:16:3e:fa:98:fe | ip_address='10.0.1.10', | ACTIVE |
| tg_0.yardstick-
af5ccb47-xe1-port | fa:16:3e:2f:f3:e2 | ip_address='10.1.1.9', | ACTIVE |
| vnf_0.yardstick-
af5ccb47-xe1-port | fa:16:3e:f3:1d:f5 | ip_address='10.1.1.4', | ACTIVE |
| | fa:16:3e:e3:8c:65 | ip_address='10.0.1.1', | ACTIVE |
| | fa:16:3e:ff:d1:b7 | ip_address='11.191.14.110', | N/A |
| tg_0.yardstick-
af5ccb47-xe0-port | fa:16:3e:38:c7:66 | ip_address='10.1.0.8', | ACTIVE |
| | fa:16:3e:ff:53:5f | ip_address='11.191.14.101', | DOWN |
| | fa:16:3e:23:5d:2c | ip_address='10.0.1.2', | ACTIVE |
| tg_0.yardstick-
af5ccb47-mgmt-port | fa:16:3e:7a:df:4e | ip_address='10.0.1.5', | ACTIVE |
| | fa:16:3e:22:65:36 | ip_address='11.191.14.109', | N/A |
+------------------------------------+-------------------+------------------------------+--------+
/sys/devices/pci0000:00/0000:00:03.0/virtio0/net/ens3/address:fa:16:3e:2f:f3:e2
/sys/devices/pci0000:00/0000:00:05.0/virtio2/net/ens5/address:fa:16:3e:38:c7:66
Change-Id: Iaef2c7d9a5af7f45bd805a8ad6ee545ce0495cb1
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Trevor Bramwell [Thu, 19 Oct 2017 16:57:15 +0000 (09:57 -0700)]
Fix formatting on testing overview table
Change-Id: I4e15bb5d2dffceb34046a3a938e8f01e7d5829c4
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Michael Polenchuk [Thu, 19 Oct 2017 16:13:11 +0000 (20:13 +0400)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- [virtual] Rise memory for ovs/dpdk scenario
Let's add more hugepages/memory to the compute nodes since
snaps_smoke required 2Gb flavor for tests.
Change-Id: If52f30d53a6469abeca67aaf2bdee551542d1653
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Fatih Degirmenci [Thu, 19 Oct 2017 16:13:19 +0000 (16:13 +0000)]
Update git submodules
* Update docs/submodules/releng-xci from branch 'master'
- Merge "Create the basic structure for generic scenarios"
- Create the basic structure for generic scenarios
Change-Id: I158d4e61e627e47ffa89d8229280011a2b615cac
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Guo Ruijing [Wed, 18 Oct 2017 23:22:04 +0000 (19:22 -0400)]
Update git submodules
* Update docs/submodules/joid from branch 'master'
- add intel multus cni support
Change-Id: I5670a824c62f6b41dddb7792c851d8b838d28b50
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Ross Brattain [Thu, 19 Oct 2017 15:52:50 +0000 (15:52 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "BugFix: Negative dropped packets in Prox tests"
- BugFix: Negative dropped packets in Prox tests
Removed the abs function which can potentially mask
negative dropped packets.
Dropped packets in Prox workload VNF = rx_packets - tx_packets
Change-Id: I510a351e899cdf9a1f366d632b9f0528b1d9dcce
Signed-off-by: Abhijit Sinha <abhijit.sinha@intel.com>
Alexandru Avadanii [Thu, 19 Oct 2017 15:35:40 +0000 (17:35 +0200)]
Update git submodules
* Update docs/submodules/armband from branch 'master'
- u/fuel: Bump & rebase for infinite loop removal
Change-Id: Ia3d12bceae483571e1b1c91e2d0150c12b55b73b
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
shangxdy [Thu, 19 Oct 2017 14:47:31 +0000 (22:47 +0800)]
Update git submodules
* Update docs/submodules/parser from branch 'master'
- Update notes for release E
Update userguide and release-notes
JIRA:PARSER-163
Change-Id: I3b15aa40afcb86a415997fc7e2471894bf3c9f06
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
Ross Brattain [Thu, 19 Oct 2017 15:07:31 +0000 (15:07 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Adding sample trex example"
- Adding sample trex example
Change-Id: I3b79d33dba5cc559634122a135ff469f054214fc
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Alexandru Avadanii [Thu, 19 Oct 2017 14:46:28 +0000 (16:46 +0200)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- [baremetal] Remove infinite loops from node checks
Change-Id: I7a21c30d49aecca948f45535fec164c2f643450e
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Cristina Pauna [Thu, 19 Oct 2017 12:19:56 +0000 (15:19 +0300)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Update the reference for scenarios
Modified the reference link for the scenarios as it colides with
another installer. To be used with https://gerrit.opnfv.org/gerrit/#/c/45795
Change-Id: I7b55cfdb877715ec4fa0292adc11e36b7cf4ae53
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
Sofia Wallin [Thu, 19 Oct 2017 13:50:43 +0000 (15:50 +0200)]
Update git submodules
* Update docs/submodules/calipso from branch 'master'
- Adjusted Calipso scenario doc
Restructured according to guidelines and added an index file to
enable rendering.
Change-Id: Icc984c16b98acde0ad80e22bb06d014e75d52c84
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
Sofia Wallin [Thu, 19 Oct 2017 14:04:58 +0000 (14:04 +0000)]
Merge "Added Calipso as submodule"
Sofia Wallin [Thu, 19 Oct 2017 13:59:33 +0000 (15:59 +0200)]
Added Calipso as submodule
Change-Id: I6a52a4c84fd00b54d7872dbe753c9e59fc8ebd3c
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
Jose Lausuch [Thu, 19 Oct 2017 13:59:38 +0000 (13:59 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Switch from BashFeature to Feature of bgpvpn testcase"
- Switch from BashFeature to Feature of bgpvpn testcase
With the adaptation in SDNVPN project [1], Functest
can run the tests within python instead of a bash call.
This also fixes pushing the details section to the DB:
JIRA: SDNVPN-183
[1] https://gerrit.opnfv.org/gerrit/#/c/45491/
Change-Id: I7116aa9d5ffe2a816719997771e4f4ecebbcd083
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
Juraj Linkeš [Thu, 19 Oct 2017 13:38:59 +0000 (13:38 +0000)]
Update git submodules
* Update docs/submodules/fds from branch 'master'
- Merge "Added vim installation to post apex script"
- Added vim installation to post apex script
Change-Id: I96fb1d7f9f7fd58c89be53a1a34ba94a857b7e30
Signed-off-by: juraj.linkes <jlinkes@cisco.com>
juraj.linkes [Thu, 19 Oct 2017 09:23:09 +0000 (11:23 +0200)]
Update git submodules
* Update docs/submodules/fds from branch 'master'
- Euphrates documenation updates
Removed revisions since they're not needed.
Also added dvr scenario.
Change-Id: I982d557a243c02a0847187312733728b3d82f1dc
Signed-off-by: juraj.linkes <jlinkes@cisco.com>
Tim Rozet [Thu, 19 Oct 2017 13:28:16 +0000 (13:28 +0000)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Merge "Adapt zrpcd to work for Carbon/Nitrogen"
- Adapt zrpcd to work for Carbon/Nitrogen
It updates the quagga tar.gz file which is used to
install zrpcd/quagga.
The new rpms are compiled with thrift-version 4
Zrpcd is installed as a process. Additional changes takwqe place
adopting the installation and checking of zrpcd process
Note that an extra patch is needed to update or remove the
building procedure, which is present within the project
but not used actually.
JIRA: APEX-508
Change-Id: If6da075d2aafdb8c2ecfc599f595a7201490aa23
Signed-off-by: tomsou <soth@intracom-telecom.com>
Tim Rozet [Thu, 19 Oct 2017 13:27:43 +0000 (13:27 +0000)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Merge "Fix interface role mapping config for odl-fdio scenarios"
- Fix interface role mapping config for odl-fdio scenarios
This patch fixes a bug in deploy config function that will make
performance parameters overwrite interface role mapping config for honeycomb.
apex-os-net-config: Ifa3b18aa6370c79ad6ad3ce983f1648ff0d1d79d
Change-Id: Icdb7603577bc7edf1959238ddd3d686c310544ce
Signed-off-by: Feng Pan <fpan@redhat.com>
Martin Klozik [Thu, 19 Oct 2017 12:40:40 +0000 (13:40 +0100)]
Update git submodules
* Update docs/submodules/vswitchperf from branch 'master'
- conf: Fix default VPP configuration
Number of VPP workers (aka PMD threads) was not specified
explicitly in default configuration file. Configuration
has been fixed to use the same cores as OVS with DPDK.
Change-Id: Icd3e5d6f429435fbc1ff580891f4b182d1c48729
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Sridhar Rao <sridhar.rao@spirent.com>
Reviewed-by: Trevor Cooper <trevor.cooper@intel.com>
Morgan Richomme [Thu, 19 Oct 2017 12:12:12 +0000 (14:12 +0200)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Extend the Functest reporting black list
remove
* tempest_full_parallel
* rally_full
Change-Id: Ibb944e7d32dc3cf0fc0b87a269c9e2f0327410e4
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Sofia Wallin [Thu, 19 Oct 2017 12:24:53 +0000 (12:24 +0000)]
Merge "Adjusted links for fuel scenario docs"
Rex Lee [Thu, 19 Oct 2017 12:23:57 +0000 (12:23 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Add missing RFC2544 Ethernet frame sizes"
- Add missing RFC2544 Ethernet frame sizes
RFC2544 tests should include the following frame sizes:
9.1 Frame sizes to be used on Ethernet
64, 128, 256, 512, 1024, 1280, 1518
Change-Id: I6ab9cccf2bb3b2678f50da157a9a49c0d9564cbd
Signed-off-by: Dino Simeon Madarang <dinox.madarang@intel.com>
Reviewed-by: Alain Jebara <alain.jebara@intel.com>
Reviewed-by: Deepak S <deepak.s@linux.intel.com>
Reviewed-by: Ross Brattain <ross.b.brattain@intel.com>
Reviewed-by: Edward MacGillivray <edward.s.macgillivray@intel.com>
Sofia Wallin [Thu, 19 Oct 2017 12:18:36 +0000 (12:18 +0000)]
Merge "Add Power consumption documentation in infra doc"
Cedric Ollivier [Thu, 19 Oct 2017 12:16:07 +0000 (12:16 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Release notes for Euphrates 5.0"
- Release notes for Euphrates 5.0
Change-Id: Icdce56bdacba8530cc2f35c8f3c6b1acfd4bf522
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
Morgan Richomme [Thu, 28 Sep 2017 13:51:37 +0000 (15:51 +0200)]
Add Power consumption documentation in infra doc
Change-Id: I16f311eb821903295d15bf060bdd5843e0691b17
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Integration of Energy section in Testing group asset
Change-Id: I9736a5dc1feb64930d43ebb2fcd9f42ad3bb57fb
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Sofia Wallin [Thu, 19 Oct 2017 11:22:06 +0000 (13:22 +0200)]
Adjusted links for fuel scenario docs
Change-Id: I83cb04df85b477d09d5fcca8f44010e24101caa2
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
Deepak S [Thu, 19 Oct 2017 10:26:18 +0000 (10:26 +0000)]
Update git submodules
* Update docs/submodules/samplevnf from branch 'master'
- Merge "Adjusted referencing for docs"
- Adjusted referencing for docs
Change-Id: If9e92a2404214e91c682793622f097e28c11597d
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
Asteroide [Thu, 19 Oct 2017 09:39:09 +0000 (09:39 +0000)]
Update git submodules
* Update docs/submodules/moon from branch 'master'
- Merge "Add the moonforming container."
- Add the moonforming container.
Change-Id: I8da07a3cdca18b837ea51e64045006562ca03c7a
Jing Lu [Thu, 19 Oct 2017 09:15:53 +0000 (09:15 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "DRAFT: update release notes for Euphrates"
- DRAFT: update release notes for Euphrates
Change-Id: I7e437612ca52b75b71e38962a84d0dcdb453d5dd
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Ruijing Guo [Thu, 19 Oct 2017 08:49:45 +0000 (08:49 +0000)]
Update git submodules
* Update docs/submodules/container4nfv from branch 'master'
- Merge "multus cni support"
- multus cni support
Change-Id: I0723447de8e9f5734a3a5d077f7f6f08cd02d9b3
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
JingLu5 [Thu, 19 Oct 2017 08:26:13 +0000 (08:26 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Bugfix: move opnfv_os-odl-fdio_dvr-noha_daily.yaml to 'test_suites' directory
The opnfv_os-odl-fdio_dvr-noha_daily.yaml test suite file is wrongly put in Yardstick root directory,
this patch moves this file to the 'test_suites' directory.
Change-Id: Ib3f75845c7af658dc6f96ac2de737cfbd1faf15a
Signed-off-by: JingLu5 <lvjing5@huawei.com>
Jing Lu [Thu, 19 Oct 2017 08:19:34 +0000 (08:19 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Docs: update new implemented APIs"
- Docs: update new implemented APIs
Change-Id: If6b70791213099d53c82993bd22ac9eed6000c32
Signed-off-by: JingLu5 <lvjing5@huawei.com>
Tim Irnich [Thu, 19 Oct 2017 08:14:00 +0000 (08:14 +0000)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'master'
- Merge "Inheritance from Feature class"
- Inheritance from Feature class
Change-Id: I81aa9582452ca43a4eab32ba34a640043c89043e
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
chigang [Thu, 19 Oct 2017 06:56:59 +0000 (14:56 +0800)]
Update git submodules
* Update docs/submodules/compass4nfv from branch 'master'
- Update testresult link to Euphrates in release notes.
JIRA: -
Change-Id: If9f8bcd5774060bb3cbee30a0cff1e1b9031f822
Signed-off-by: chigang <chigang@huawei.com>
Sofia Wallin [Thu, 19 Oct 2017 07:25:57 +0000 (07:25 +0000)]
Merge "Changing font size"
Gerald Kunzmann [Thu, 19 Oct 2017 06:44:01 +0000 (06:44 +0000)]
Update git submodules
* Update docs/submodules/doctor from branch 'master'
- Merge "update the docs of testing"
- update the docs of testing
Change-Id: Ibfc04831f12778cb0cc3769781b864a56a581881
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
Xuan Jia [Thu, 19 Oct 2017 06:17:18 +0000 (14:17 +0800)]
Update git submodules
* Update docs/submodules/container4nfv from branch 'master'
- E release note
Change-Id: I1b5ecaf5e79df6800fdf44be797dbdbee75631a7
Signed-off-by: Xuan Jia <jason.jiaxuan@gmail.com>
Sofia Wallin [Thu, 19 Oct 2017 06:39:57 +0000 (08:39 +0200)]
Changing font size
Change-Id: Ica62f20cc18998d5740c0716bea6e50cb33ccff3
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
Yujun Zhang [Mon, 9 Oct 2017 02:42:54 +0000 (10:42 +0800)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Set ``criteria`` as PASS for all completed executions
Change-Id: I232eedba24dd9f41a6d5ef588ffb1f6cfd8d0415
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Ross Brattain [Thu, 19 Oct 2017 04:43:51 +0000 (04:43 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "tc_heat_rfc2544_ipv4_1rule_1flow_64B_trex.yaml updated"
- tc_heat_rfc2544_ipv4_1rule_1flow_64B_trex.yaml updated
Change-Id: Ie9cee3e0567e771cbf11a9802bd33a420cc1ee7a
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Ross Brattain [Thu, 19 Oct 2017 04:34:36 +0000 (04:34 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Create the ovs-vswitchd logging directory"
- Create the ovs-vswitchd logging directory
Change-Id: Id7f55f7fcb2fec2866b76821595776908ac30c04
Signed-off-by: Martin Banszel <martinx.banszel@intel.com>
Ross Brattain [Thu, 19 Oct 2017 03:53:53 +0000 (20:53 -0700)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- NSB: update vfw scale-out testcases
Change-Id: I6bd8a87f70954f288975e3e73e3cfbd36ae561dc
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Deepak S [Wed, 18 Oct 2017 20:16:11 +0000 (13:16 -0700)]
Update git submodules
* Update docs/submodules/samplevnf from branch 'master'
- Fix all the config files alignment issues
Change-Id: I087c9a9acf412a99f8425fd65d07db6c3b7a4af7
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Alexandru Avadanii [Thu, 19 Oct 2017 03:49:46 +0000 (05:49 +0200)]
Update git submodules
* Update docs/submodules/armband from branch 'master'
- u/fuel: Bump & rebase for cmp network fix
Change-Id: I2d445a78ee6d25b826afe3c42d433b9c4af3d09d
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Thu, 19 Oct 2017 03:34:28 +0000 (05:34 +0200)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- [baremetal] cmp: run linux.network before reboot
The recent addition of `linux.system`, combined with `system.reboot`
for the baremetal compute nodes leaves compute nodes unconfigured
after reboot.
Run `system.network` too, but expect a failure (only for DPDK, which
requires hugepages to be already active, hence a prior reboot).
Fixes:
64920b8
Change-Id: I8c73b24ae15e1f87dee64ae2aba7af86db1e942f
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Thu, 19 Oct 2017 01:56:37 +0000 (03:56 +0200)]
Update git submodules
* Update docs/submodules/armband from branch 'master'
- u/fuel: Bump for maas state online nodes check
Change-Id: I22f572fe3067e15f1ca91481fe60fef5329ee48a
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Morgan Richomme [Wed, 18 Oct 2017 09:27:37 +0000 (11:27 +0200)]
Update git submodules
* Update docs/submodules/bottlenecks from branch 'master'
- Add project name before UserDevloeper Guide
otherwise title User Guide without context may be misleading
Change-Id: I7ae96154633d21dec5ab540e8817ea1c04989cda
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Jing Lu [Thu, 19 Oct 2017 02:04:58 +0000 (02:04 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "add CheckConnectivity scenario"
- add CheckConnectivity scenario
Change-Id: I9d246828790467c2a57ba410826ee9751fff89c5
Signed-off-by: JingLu5 <lvjing5@huawei.com>
Zhijiang Hu [Thu, 19 Oct 2017 01:22:48 +0000 (01:22 +0000)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- Merge "remove unused null value of assigned network"
- remove unused null value of assigned network
change 'map' reserved keyword of python to regular variable
Change-Id: I077eca363c095d0596fcd06bbad2e442050cb264
Signed-off-by: zhouya <zhou.ya@zte.com.cn>
Alexandru Avadanii [Thu, 19 Oct 2017 01:14:14 +0000 (03:14 +0200)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- [baremetal] maas state: Wait for all nodes online
After MaaS reports baremetal provisioning finished successfully,
check that all nodes are online before attempting a `sync_all`.
Change-Id: I6ba4b3e4ba5b5258ace4da8c39e0fc77354885e3
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Kerim Gokarslan [Thu, 19 Oct 2017 00:02:44 +0000 (17:02 -0700)]
Update git submodules
* Update docs/submodules/nfvbench from branch 'master'
- NFVBENCH-44 Use message when logging exception
Change-Id: I4469d4738aa8bd37cc8bb9184fd73b82291e2c03
Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
Ross Brattain [Thu, 19 Oct 2017 00:12:16 +0000 (00:12 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "add VNF scale-up template"
- add VNF scale-up template
adjust worker_threads based on number of vcpus
Change-Id: Ie5444a64c15711a0e813905c69581f189432fe0b
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Ross Brattain [Thu, 19 Oct 2017 00:11:17 +0000 (00:11 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Resolve full path to adminrc file if full path is not provided"
- Resolve full path to adminrc file if full path is not provided
Change-Id: I7e9d8074b5d956c864a0b3264926eee89e66dc35
Signed-off-by: Charlie Kang <charlie.kang@intel.com>
Ross Brattain [Thu, 19 Oct 2017 00:05:09 +0000 (00:05 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Disable spoof check on vfs in sriov setup"
- Disable spoof check on vfs in sriov setup
Change-Id: I8577231c2e78776cb30f7f7ded353a4fbc585aaa
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Ross Brattain [Thu, 19 Oct 2017 00:04:57 +0000 (00:04 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Adding cpu set to enable affinity for given vcpu"
- Adding cpu set to enable affinity for given vcpu
Change-Id: If2e079966939b7faa33d2833d81caad0a3669036
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Alexandru Avadanii [Wed, 18 Oct 2017 23:15:15 +0000 (01:15 +0200)]
Update git submodules
* Update docs/submodules/armband from branch 'master'
- u/fuel: Bump & rebase for PDF-based network config
Change-Id: If970bbc8735d38542a90b2cbdbb2523ae644a29c
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Sofia Wallin [Wed, 18 Oct 2017 10:43:47 +0000 (12:43 +0200)]
Update git submodules
* Update docs/submodules/moon from branch 'master'
- Various corrections
Adjusted structure and enabled referencing.
Change-Id: I23a8afd08ebb013d772314b450497c17bfdfc4fc
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
- moon planning
Change-Id: Ib161f164067112e1a044793017418ff1399c69fe
Signed-off-by: RHE <rebirthmonkey@gmail.com>
- Merge "Update code to the latest working version: version 4.2"
- Merge "Clean the code."
- Merge "Fix some bugs in bootstrap."
- Update code to the latest working version: version 4.2
Change-Id: I25d222ce9c8f4af8755886b79852d99b6870d515
- Clean the code.
Change-Id: Iac63eaf3573668add4d61f8010ea5240efb49c8a
- Fix some bugs in bootstrap.
Change-Id: I6ef3f69ebb26987f2529d2d7e6e96024de817544
Georg Kunz [Mon, 18 Sep 2017 14:59:32 +0000 (16:59 +0200)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Updating test case requirements document
This patchset addresses review comments which were not incorporated in
the previous version of the test case requirements description.
Additionally, the text has been wrapped to 80 character lines.
Change-Id: If817f6c44d94870d915791a1a11916ffe4871f06
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
mortenhillbom [Wed, 18 Oct 2017 23:10:34 +0000 (16:10 -0700)]
Update git submodules
* Update docs/submodules/nfvbench from branch 'master'
- NFVBENCH-43 Change default flavor ram to 4GB
Change-Id: Ic7d054806862ddf110ae20deb9a25c9fa22c67e2
Signed-off-by: mortenhillbom <mortenhillbom@gmail.com>
Alexandru Avadanii [Wed, 18 Oct 2017 22:57:22 +0000 (00:57 +0200)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- [baremetal] maas state: Retry sync_all on failure
Change-Id: Ib4aa3f2cb4fc7129d502b4332cd7fedd83a0e1fe
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Ross Brattain [Wed, 18 Oct 2017 22:58:43 +0000 (22:58 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Added required ubuntu packages to run IxLoad client"
- Added required ubuntu packages to run IxLoad client
To fully enable IxLoad, after installing the IXIA client,
check /opt/ixia/ixload/<ver>/bin/ixloadpython and make sure
you can run this cmd inside the yardstick container. Usually
user is required to copy or link /opt/ixia/python/<ver>/bin/ixiapython
to /usr/bin/ixiapython<ver>.
Change-Id: I6bc633802ad6c70329581014ec89c75bb7f8d688
Signed-off-by: Maciej Skrocki <maciej.skrocki@intel.com>
Ross Brattain [Wed, 18 Oct 2017 22:57:22 +0000 (22:57 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "pmu mirror creation ansible error fix"
- pmu mirror creation ansible error fix
While creating the mirror for pmu event list generation, some of
the links would fail, throwing error. This fixes that.
Change-Id: I52e96b1a6eacb5a9611845e815ecff9052df168a
Signed-off-by: Dhaval Patel <dhaval.r.patel@intel.com>
Mark Beierl [Wed, 18 Oct 2017 22:41:22 +0000 (22:41 +0000)]
Update git submodules
* Update docs/submodules/storperf from branch 'master'
- Merge "Harmonization titles of test project documents"
- Harmonization titles of test project documents
Change-Id: I5f6b916f7254605f592e0670e49c41b5ea54c3be
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Mark Beierl [Wed, 18 Oct 2017 22:40:31 +0000 (22:40 +0000)]
Update git submodules
* Update docs/submodules/storperf from branch 'master'
- Merge "Update release notes"
- Update release notes
Updates release notes for Euphrates
* Changes in Sections
* Tags not specified so used euphrates.1.0
* Add details of logs' availability
Change-Id: I6fe021a85aed03d033d34fb83b489ca24dc5950f
JIRA: STORPERF-211
Signed-off-by: Shrenik <shrenik.jain@research.iiit.ac.in>
Alexandru Avadanii [Wed, 18 Oct 2017 22:30:18 +0000 (22:30 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Merge "[baremetal] PDF-based network config"
- [baremetal] PDF-based network config
This change extends current PDF/IDF support with:
- dynamic interface / vlan definition;
- dynamic interface and/or bridge allocation of installer networks on
top of interfaces (physical or vlans);
This allows us to drop hardcoded interface names and vlan / bridge
configuration in favor of a runtime determined model based on PDF/IDF.
For now, we duplicate common jinja variable definitions in each
template, but this will later be moved to a common include file.
JIRA: FUEL-275
Change-Id: Ia80a66dbdf898b0bd0a4fb99d069ce9ebe33fa65
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Wed, 18 Oct 2017 21:19:50 +0000 (23:19 +0200)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Horizon: service: Default to v2 API
Horizon service definition hardcodes the API version to v3, and
also overrides the value in our reclass model during interpolation.
Adjust the default to '2'.
While at it, move 'reclass' patching later in `salt.sh`, after
the salt formula packages are installed.
JIRA: FUEL-284
Change-Id: I6f63b4d00ae85c82b076b3efef857e7cc4f3fd35
Signed-off-by: Ting Wu <ting.wu@enea.com>
Signed-off-by: Junaid Ali <junaidali.yahya@gmail.com>
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Sofia Wallin [Wed, 18 Oct 2017 17:09:35 +0000 (19:09 +0200)]
Update git submodules
* Update docs/submodules/joid from branch 'master'
- Corrected reference for scenario doc
Change-Id: I1459b0056bf0934d4c62d6840e070017690bc759
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
Alexandru Avadanii [Wed, 18 Oct 2017 19:11:40 +0000 (21:11 +0200)]
Update git submodules
* Update docs/submodules/armband from branch 'master'
- README: Convert from markdown to RST
Change-Id: I80d3bea1a97382f778c33e5bae4226cca869179b
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Tim Rozet [Wed, 18 Oct 2017 18:46:55 +0000 (14:46 -0400)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- More updates to docs for Euphrates
Changes Include:
- SFC HA will not be supported in 5.0
- Table of Contents removed from release-notes/scenarios
- Version table removed
- Release date updated
Change-Id: Ifbd766b578717320ba1924678839c7d48bbce041
Signed-off-by: Tim Rozet <trozet@redhat.com>
ahothan [Wed, 18 Oct 2017 17:43:09 +0000 (10:43 -0700)]
Update git submodules
* Update docs/submodules/nfvbench from branch 'master'
- Add dev section to doc
Change-Id: I1e8d4a3fa6be7305c89fbc28b31377ec0f9d51a2
Signed-off-by: ahothan <ahothan@cisco.com>
Alec Hothan [Wed, 18 Oct 2017 17:10:40 +0000 (17:10 +0000)]
Update git submodules
* Update docs/submodules/nfvbench from branch 'master'
- Merge "NFVBENCH-42 Add multiple fluentd aggregators support"
- NFVBENCH-42 Add multiple fluentd aggregators support
Change-Id: I5b752f9ad4f7b4a60f2678d22467db570e02ab82
Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
spisarski [Mon, 16 Oct 2017 21:54:51 +0000 (15:54 -0600)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- First of several patches for adding volume support.
* Added volume API version attribute to OSCreds
* Created utility for interfacing with the Cinder APIs
* Created QoS creator
* Added new tests to test_suite_builder.py
JIRA: SNAPS-195, SNAPS-194
Change-Id: I0c6a53b4cba6efea3e92d909b94b259fa07a35c3
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
juraj.linkes [Wed, 18 Oct 2017 08:40:27 +0000 (10:40 +0200)]
Update git submodules
* Update docs/submodules/fds from branch 'master'
- Final documenatation updates for Euphrates
Updates release notes as well as nosdn scenarios description.
Change-Id: Ie061f8b371a94df0baca2655c960a5fda133266b
Signed-off-by: juraj.linkes <jlinkes@cisco.com>
Sofia Wallin [Wed, 18 Oct 2017 14:07:02 +0000 (16:07 +0200)]
Update git submodules
* Update docs/submodules/nfvbench from branch 'master'
- Corrected spelling mistake
Change-Id: Iaf3f80ec3d96e1c157dd2b0c161f8c40b453df83
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
Alexandru Avadanii [Wed, 18 Oct 2017 16:36:29 +0000 (16:36 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Merge "[virtual] Horizon: Use v2 API instead of v3"
- [virtual] Horizon: Use v2 API instead of v3
JIRA: FUEL-284
Change-Id: I821a8e79e6a23a71eae0fc0f857c1d05b30cd188
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>