ShubhamRathi [Sat, 29 Apr 2017 10:26:27 +0000 (15:56 +0530)]
Misc Changes
1. Add sidebar akin to ODL
2. Remove redundant 'OPNFV' from all
composite document titles
3. Edit documentation-example for the
updated toolchain. Renamed this file as
'addendum.rst'. Eliminated obsolete content.
4. Listed test projects in alphabetic order
Change-Id: Ica1c4aa89e3c8f8bcb960fcd4574971960dc52dc
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
(cherry picked from commit
a3c38919def45d732897aa91533bb0e30e6e3670)
ShubhamRathi [Thu, 4 May 2017 12:25:56 +0000 (17:55 +0530)]
Add Scenarios
Added os-odl_l3-fdio-ha
Change-Id: I847737345cbb93127131c9e804ea46c73ee5c5dd
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
(cherry picked from commit
81e86dce565c6407d1b2b9112f2e2aa09b7c9d8d)
Sofia [Thu, 27 Apr 2017 09:46:44 +0000 (11:46 +0200)]
Updates on landing page
Added 'Infrastructure'
Removed documentation from each subheading
Renamed 'Test' to 'Test Frameworks'
Change-Id: I1c67c47dc5e5a37037236458c5e373b1f3bf5b8f
Signed-off-by: Sofia <sofia.wallin@ericsson.com>
(cherry picked from commit
3ce833d07ff2994bbab9a880a5f398d552a4803d)
Guo Ruijing [Tue, 11 Apr 2017 18:10:45 +0000 (02:10 +0800)]
Fix git submodule for openretriever
Change-Id: Iedc1bc40a57838225923c71a9097c814a2f9bbf9
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
(cherry picked from commit
c19df6b5624d06d1e3d2d3994412bcfae3c687ce)
MatthewLi [Tue, 11 Apr 2017 01:10:02 +0000 (21:10 -0400)]
Adding the submdules directory for openretriever
see verify failure in https://gerrit.opnfv.org/gerrit/#/c/33199/
this patch aims to fix the rtd failure
Change-Id: I7beed908835ff9ef2b9a07335757cccf0dc9b58b
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
(cherry picked from commit
b11e635f9ec57fc6f3e4451b790a4c7d8b1bd3b8)
tjuyinkanglin [Thu, 4 May 2017 07:58:55 +0000 (15:58 +0800)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/danube'
- Bugfix: Local Openstack Operation in HA test frameworks
JIRA: YARDSTICK-635
Change-Id: Ic27517714db9325e7a3b1ef623c49af61c36b2b5
Signed-off-by: tjuyinkanglin <14_ykl@tongji.edu.cn>
(cherry picked from commit
2fb95fbb9380ea7ce92dcb32cd2f0789b9f91bdc)
Jing Lu [Thu, 4 May 2017 12:59:04 +0000 (12:59 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/danube'
- Merge "standardize ssh auth" into stable/danube
- standardize ssh auth
we need to be following defautl paramiko rules,
first use pkey, then key_filenames (autodetecting ~/.ssh/ keys),
then password
We have too much boilerplate redudant code everywhere, we need
to standardize on a factory function that takes a node dict.
Using Python3 ChainMap we can layer overrides and defaults.
VNF descriptors have to default key_filename, password to Python None.
The only way to do this is to omit key values if the variable is not
defined, this way the dict will not have the value and it will
default to Python None
Add python2 chainmap backport
Updated unittest mocking to use ssh.SSH.from_node
Change-Id: I80b0cb606e593b33e317c9e5e8ed0b74da591514
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
(cherry picked from commit
99abbb424007da2e01762f3c040a39c0157cbe1f)
JingLu5 [Thu, 4 May 2017 11:40:45 +0000 (11:40 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/danube'
- Update release note for Danube.2.0
Change-Id: I573c156e86ce92eb82179a81d8106752e6421183
Signed-off-by: JingLu5 <lvjing5@huawei.com>
Jing Zhang [Thu, 30 Mar 2017 13:26:55 +0000 (09:26 -0400)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/danube'
- Store packetsize in influxdb
This allows calculating throughput in Gbps.
Add: test_pktgen.py
Change-Id: I7e2132ec71985c14570ef18b952b2264ebf7abbc
JIRA: YARKSTICK-611
Signed-off-by: Jing Zhang <jing.c.zhang@nokia.com>
(cherry picked from commit
639450d91ab409f70b6f119291197da40b1d5f0b)
Ross Brattain [Tue, 4 Apr 2017 06:46:51 +0000 (23:46 -0700)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/danube'
- cyclictest: use raw strings to escape \[8
Change-Id: I36d93eacab2470f90af5653104ad5c07853411bf
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
(cherry picked from commit
4a16c5c592f48953d0b6678376f540b54135d51c)
Jing Lu [Thu, 4 May 2017 12:32:19 +0000 (12:32 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/danube'
- Merge "KVMFORNFV:Passing breaktrace option to cyclictest." into stable/danube
- KVMFORNFV:Passing breaktrace option to cyclictest.
This patch is used to add breaktrace option to monitor the latency
values while executing cyclictest test cases as a part of kvmfornfv
verify and daily jobs.
Change-Id: I035ea72a8946a9d3db37a6ee33ffbf3ca67834a2
Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
(cherry picked from commit
97c39be854022146b1c27fa2932bdc88a8781cf9)
Ross Brattain [Tue, 4 Apr 2017 06:43:56 +0000 (23:43 -0700)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/danube'
- attacker_general: fix logging to use %s
Change-Id: Ib451d7883eb5df13cfe95477cea43c076ac0452a
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
(cherry picked from commit
45f46d5220cbfa89224d55caf94a079fccd2679f)
tjuyinkanglin [Wed, 3 May 2017 13:53:09 +0000 (21:53 +0800)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/danube'
- Modify HA test cases and HA test script to support other installers
JIRA: YARDSTICK-633
Change-Id: I65fd1ba11504dc61485f83c3bcc93bec4d41883b
Signed-off-by: tjuyinkanglin <14_ykl@tongji.edu.cn>
(cherry picked from commit
27cc0643cf93f4b44c12fbdfcc3e0841d46214c4)
Yujun Zhang [Thu, 4 May 2017 00:40:29 +0000 (08:40 +0800)]
Update git submodules
* Update docs/submodules/qtip from branch 'stable/danube'
- Update release note to Danube 2.0
Change-Id: I33eb6321d0349ab636ee99b616c7d326cc88d604
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Jing Lu [Thu, 4 May 2017 11:46:40 +0000 (11:46 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/danube'
- Merge "fix ha issue when run tc050~tc054 in ci" into stable/danube
- fix ha issue when run tc050~tc054 in ci
JIRA: YARDSTICK-634
Change-Id: I46681c7e8afe391eef9c5309470028167e911950
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
(cherry picked from commit
71bbbdb18b5f8621b8b4ed9aa0e4fcc1e8882085)
Jing Lu [Thu, 4 May 2017 11:26:44 +0000 (11:26 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/danube'
- Merge "run ha test case in compass pod" into stable/danube
- run ha test case in compass pod
JIRA: YARDSTICK-634
Change-Id: I586d5177598efeda8ac3937d1eb04cd5b97b6ec6
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
(cherry picked from commit
5c4b29189bd69912c9bc356a15a46db764045537)
JingLu5 [Thu, 4 May 2017 06:46:04 +0000 (06:46 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/danube'
- Bugfix: fix HA test case tc046
The original way to kill keystone service didn't work anymore.
this patch uses killall -u to kill keystone processes.
Change-Id: I553b716f17a5ab7e57630468517642a92f06dd27
Signed-off-by: JingLu5 <lvjing5@huawei.com>
(cherry picked from commit
909606466c50aab19017b6e6cedd3e213aff7c27)
Nikolas Hermanns [Wed, 3 May 2017 14:21:58 +0000 (16:21 +0200)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'stable/danube'
- Uplifting docs to D-2
Change-Id: I8824d0620be1fff1786ed401c78062e96ca7df52
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
(cherry picked from commit
19ff2816a46f1c4828ea104bbe0361e2d5b93ba5)
Jing Lu [Thu, 4 May 2017 08:18:57 +0000 (08:18 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/danube'
- Merge "operation_general: fix logging to use %s" into stable/danube
- operation_general: fix logging to use %s
Change-Id: I1b37cbf07e8858ca3e75bb74c57fe84485ff4989
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
(cherry picked from commit
37f600566c56542999529da47299c4caf54d073a)
Ross Brattain [Wed, 26 Apr 2017 13:13:31 +0000 (15:13 +0200)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/danube'
- Bugfix: fix multi-region support
When running with multiple regions we need to specify
the region when we select the endpoint.
the region is specified in the OS_REGION_NAME env variable
Change-Id: I37853dd42f6d9013d4475b5e3b2b9f97b6bdc8d0
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
(cherry picked from commit
90032ba61345752b014002dda629f84c42780e6c)
MatthewLi [Thu, 6 Apr 2017 08:26:37 +0000 (04:26 -0400)]
Update git submodules
* Update docs/submodules/functest from branch 'stable/danube'
- refstack-client userguide
JIRA: FUNCTEST-758
container setup steps are skipped, since they already
included in the functest userguide documents.
Change-Id: I729d4c3174b03706624a7235da24cb3043b28c2c
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
(cherry picked from commit
11826f38829dd5952830d6d2e50ac4918be528f1)
Yu Yang (Gabriel) [Thu, 4 May 2017 06:57:07 +0000 (06:57 +0000)]
Update git submodules
* Update docs/submodules/bottlenecks from branch 'stable/danube'
- Merge "Add description of environment clean-up" into stable/danube
- Add description of environment clean-up
JIRA: BOTTLENECK-165
More details of the environment clean-up for ping test case
Change-Id: I4b12a219155400235ae2bcb970efb3ba237153d9
Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
(cherry picked from commit
15355fd57080a7ac625549e9e9b98237164e46d2)
yuyang [Thu, 4 May 2017 06:33:17 +0000 (14:33 +0800)]
Update git submodules
* Update docs/submodules/bottlenecks from branch 'stable/danube'
- Change PTL informatin in INFO
Due to recent email voting results, change the PTL promotion
result in INFO. Detailed information could be found below.
https://lists.opnfv.org/pipermail/opnfv-tsc/2017-April/003422.html
Change-Id: I5c942668cbe03e697bd0865cc8aee1980afed104
Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
(cherry picked from commit
1a3307f228055404930a7d53dc225270a70a174a)
Yunhong Jiang [Tue, 2 May 2017 19:25:43 +0000 (12:25 -0700)]
Update git submodules
* Update docs/submodules/fuel from branch 'stable/danube'
- Update kvm4nfv commit id
This kvm4nfv commit includes changes for the config file which disable
vt-d by default and has the x2apic enabled.
Conflicts:
build/f_isoroot/f_kvm-pluginbuild/config.mk
Change-Id: I2e8085792fb8222dfc59d4ece0ac58ec9a16c1bd
Signed-off-by: Yunhong Jiang <yunhong.jiang@linux.intel.com>
(cherry picked from commit
78c835c56466726e8c5a99942d5179714907b5f4)
Jing Lu [Thu, 4 May 2017 03:15:03 +0000 (03:15 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/danube'
- Merge "Bugfix: fix HA testcases" into stable/danube
- Bugfix: fix HA testcases
Change-Id: Ic930c59fcf3d7e53d385016051596b6563dca0d7
Signed-off-by: JingLu5 <lvjing5@huawei.com>
(cherry picked from commit
01261850ea2ea2cb92572c9cfcb2c64bfafe9cbe)
Jing Lu [Thu, 4 May 2017 02:21:03 +0000 (02:21 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/danube'
- Merge "Bugfix: KeyError when using http dispatcher" into stable/danube
- Bugfix: KeyError when using http dispatcher
JIRA: YARDSTICK-632
When we use http dispatcher to output yardstick result.
It can upload data, but when we query the data, it get a KeyError.
Change-Id: I5410c207c68cff2621ff8184ae17daa4c286cea5
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
(cherry picked from commit
1f59f2e6769cc7ae6f3b73eb1ce8ee09f2929f72)
Jing Lu [Thu, 4 May 2017 02:20:53 +0000 (02:20 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/danube'
- Merge "cachestat: use raw strings to escape \d" into stable/danube
- cachestat: use raw strings to escape \d
Change-Id: Iff40f7c938af0d7c148c708eed19095b140ccb8b
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
(cherry picked from commit
6bdf476e43200fefb09a11ea1f6312ca8735fd52)
Jing Lu [Thu, 4 May 2017 01:34:28 +0000 (01:34 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/danube'
- Merge "bugfix: fix HA testcases" into stable/danube
- bugfix: fix HA testcases
Change-Id: Ib38e94610a108ff7195cefdfaf048e0f4fd894e8
Signed-off-by: JingLu5 <lvjing5@huawei.com>
(cherry picked from commit
6604cb5f2d6e3c819cb8488f1ad3468184822cf9)
chenjiankun [Thu, 27 Apr 2017 02:27:39 +0000 (02:27 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/danube'
- Bugfix: yardstick env prepare cmd do not support other installer
JIRA: YARDSTICK-629
Currently yardstick env prepare do not support other installer.
I will add follow support:
1. Environment variable already exists: then do not fetch openrc file
and do not add EXTERNAL_NETWORK variable.
2. Already have openrc file in /etc/yardstick/openstack.creds: only
source this file in API.
3.Environment variable not exists and openrc file not in
/etc/yardstick/openstack.creds: fetch openrc file and append
EXTERNAL_NETWORK variable.
Change-Id: I4ce98f2e17ef8e0a0a1c33c3862ca301c53bb6c2
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
(cherry picked from commit
48ad9b5dfa80c8d05d07c6f7fa12d53deddcf3a2)
Nikolas Hermanns [Wed, 3 May 2017 15:49:53 +0000 (17:49 +0200)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'stable/danube'
- Clean always and change order
Change-Id: Ic9e0d374a4fe5278888b28fe2694c546840d55b4
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
(cherry picked from commit
88331de3fb9375d316acba7b160ddf2a9beab5b2)
Nikolas Hermanns [Wed, 3 May 2017 14:25:53 +0000 (16:25 +0200)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'stable/danube'
- Remove dependence inet
A new ubuntu image with quagga included was uploaded to
artifacts.opnfv.org/sdnvpn/
ubuntu-16.04-server-cloudimg-amd64-disk1.img
Change-Id: I7e48ebbc2b00b7e771f43b26303acc66c2c48457
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
(cherry picked from commit
9e47ddb9739bb3e6b2ca91615c71bcd94c954172)
tomsou [Tue, 2 May 2017 12:25:58 +0000 (12:25 +0000)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'stable/danube'
- Cleanup br-ex/br-quagga from testcase_3
After the peering between Quagga and ODL within testcase 3
cleanup br-ex (for fuel) or br-quagga (for apex) interfaces
JIRA: SDNVPN-13
Change-Id: I3e7bf91d4e47dfd7fe2a5068ed40ea4b2be48c6d
Signed-off-by: tomsou <soth@intracom-telecom.com>
(cherry picked from commit
0d8f3bf930bdd945d34188fb591a6deb03a999c5)
Nikolas Hermanns [Tue, 2 May 2017 09:14:28 +0000 (11:14 +0200)]
Update git submodules
* Update docs/submodules/apex from branch 'stable/danube'
- Fixing BGPD service is not running
Change-Id: Ia94a82cda8cd2c8c052bfd3454e3753b6eb54288
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
(cherry picked from commit
16d8540f09d494f86db448b91aa47cfad126af03)
mbeierl [Tue, 2 May 2017 14:42:56 +0000 (10:42 -0400)]
Update git submodules
* Update docs/submodules/storperf from branch 'stable/danube'
- Fix admin.rc generation
Explicitly filters out anything that is not an environment variable.
Change-Id: I0694649623b837d2ab4b2196abf45973d0e63168
JIRA: STORPERF-124
Signed-off-by: mbeierl <mark.beierl@dell.com>
(cherry picked from commit
8f7c8dbd36e04f4976562bbe527e2b3efcfa332e)
Frank Brockners [Wed, 3 May 2017 07:54:43 +0000 (00:54 -0700)]
Update git submodules
* Update docs/submodules/fds from branch 'stable/danube'
- Minor documentation fix for ODL_l3 docs
Change-Id: I21c84e20877c494523fd348be5eed23f409440c3
Signed-off-by: Frank Brockners <fbrockne@cisco.com>
(cherry picked from commit
1029ebce0186072709e22a44c2b0cbb5a41a4501)
Yunhong Jiang [Fri, 28 Apr 2017 07:05:56 +0000 (00:05 -0700)]
Update git submodules
* Update docs/submodules/kvmfornfv from branch 'stable/danube'
- Change the kernel config for scenario test
Disable the intel_iommu by default since the CICD platform has something
wrong on the VT-d support
Enable the X2APIC support, otherwwise there will be only one CPU
available.
Change-Id: I69206363fa61c751ad982be74db84b020a1c3748
Signed-off-by: Yunhong Jiang <yunhong.jiang@linux.intel.com>
(cherry picked from commit
b6b08d2a80b2df28e496ce87705593ed59b282a3)
Tim Rozet [Wed, 3 May 2017 02:58:57 +0000 (02:58 +0000)]
Update git submodules
* Update docs/submodules/apex from branch 'stable/danube'
- Merge "Fixes bugs in ovs dpdk" into stable/danube
- Fixes bugs in ovs dpdk
Changes Include:
- Fixes an issue where using non-1st nic admin network deployment would
result in loss of network connectivity during deployment.
- Fixes an issue where not specifying cores to pin to in performance
options would result in an incorrect '0' value used for core mask.
JIRA: APEX-452
JIRA: APEX-453
Change-Id: I413290161abd9b2fa39b659d5ff989da9554f603
Signed-off-by: Tim Rozet <trozet@redhat.com>
(cherry picked from commit
c9bde98a9729dbc442ce8c0cdbc29c7d35167db6)
Tim Rozet [Tue, 2 May 2017 21:15:56 +0000 (21:15 +0000)]
Update git submodules
* Update docs/submodules/apex from branch 'stable/danube'
- Merge "Updates the real time kvm kernel from 4.4.6-rt14 to 4.4.50-rt62." into stable/danube
- Updates the real time kvm kernel from 4.4.6-rt14 to 4.4.50-rt62.
Change-Id: Iee42eb2533fe8c8336113613ab578aa56abb37fb
Signed-off-by: davidjchou <david.j.chou@intel.com>
(cherry picked from commit
e6e035be520fd2f1021f524f11a9f19cd70523a2)
Frank Brockners [Tue, 2 May 2017 21:03:23 +0000 (14:03 -0700)]
Update git submodules
* Update docs/submodules/fds from branch 'stable/danube'
- Fixes for ODL_l3 HA scenario docs
Change-Id: I68b48cea500e0547ca19e3ba46126da8fd69d00f
Signed-off-by: Frank Brockners <fbrockne@cisco.com>
(cherry picked from commit
548bbe5c7be0bc8e435faa2d6de6c91b84da5e2a)
Frank Brockners [Tue, 2 May 2017 20:54:50 +0000 (13:54 -0700)]
Update git submodules
* Update docs/submodules/fds from branch 'stable/danube'
- FDS release notes for D2.0
Change-Id: I1d63427ac32b69816540cebc4907e44b39da5742
Signed-off-by: Frank Brockners <fbrockne@cisco.com>
(cherry picked from commit
92a43cbc94912a27489154edb6404438ce85d822)
Frank Brockners [Tue, 2 May 2017 20:26:40 +0000 (13:26 -0700)]
Update git submodules
* Update docs/submodules/fds from branch 'stable/danube'
- Documentation for odl_l3-fdio-ha scenario
Change-Id: I21468f8e64e1558640ba216e728e7e230b803f08
Signed-off-by: Frank Brockners <fbrockne@cisco.com>
(cherry picked from commit
c175886ec8d6f55c3c069f8506c37262cc63009e)
Tim Rozet [Fri, 28 Apr 2017 14:39:59 +0000 (10:39 -0400)]
Update git submodules
* Update docs/submodules/apex from branch 'stable/danube'
- Migrates quagga install to build time
It is OK to have quagga installed at build time, we just want to avoid
enabling it unless quagga is deployed.
Change-Id: I41899d697a24976c3b169b3b8f5eef5c0df6bed4
Signed-off-by: Tim Rozet <trozet@redhat.com>
(cherry picked from commit
f50f469ff5db3fd54c49cc932ff7791c406891cf)
Feng Pan [Fri, 28 Apr 2017 08:26:39 +0000 (04:26 -0400)]
Update git submodules
* Update docs/submodules/apex from branch 'stable/danube'
- Update VPP/ODL versions for FDIO scenarios
Pin the same set of FDIO and OpenDaylight versions for all fdio
scenarios.
Note that fdio_netvirt-fdio still uses a customized ODL version.
JIRA: APEX-451
Change-Id: Ic5ac5aeead9967fe383447e23653276cde2dfe60
Signed-off-by: Feng Pan <fpan@redhat.com>
Nikolas Hermanns [Fri, 7 Apr 2017 10:41:40 +0000 (06:41 -0400)]
Update git submodules
* Update docs/submodules/apex from branch 'stable/danube'
- Fixing zrpcd is not starting
JIRA: APEX-437
JIRA: APEX-448
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
Change-Id: I91c1b3bef83c808166072e00c751d8fac3565b5f
(cherry picked from commit
d81cd2087be5edf5d2c0d98ad71a63360ae8511f)
yuyang [Tue, 25 Apr 2017 03:17:25 +0000 (11:17 +0800)]
Update git submodules
* Update docs/submodules/bottlenecks from branch 'stable/danube'
- Docs for Danube 2.0
JIRA: BOTTLENECK-165
Documents adapted to Danube 2.0
Change-Id: Ic46cc0ad2f2706986b294f539bba1264ec6f8b0b
Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
(cherry picked from commit
e2fd28497f0083099181a9b65696e5ea8c422007)
Catalina Focsa [Tue, 25 Apr 2017 15:13:12 +0000 (17:13 +0200)]
Update git submodules
* Update docs/submodules/fuel from branch 'stable/danube'
- Fix for reap.py giving negative id's for nodes
Sort node id's as integer values instead of strings
in order to return the actual minimum value
by which the new list of nodes is generated
JIRA: https://jira.opnfv.org/browse/FUEL-208
Change-Id: If59d0d0ff9823076b337b042bceb4a736f1f9153
Signed-off-by: Catalina Focsa <catalina.focsa@enea.com>
(cherry picked from commit
9eb8c08a696be89a4e73d0e53b6aaf368634813a)
Alexandru Avadanii [Wed, 26 Apr 2017 16:34:40 +0000 (18:34 +0200)]
Update git submodules
* Update docs/submodules/armband from branch 'stable/danube'
- Cleanup: Remove patches that landed upstream
Change-Id: Ib2f96ec70d0b589741484f7e3f3b537a269785fe
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
7a118fca890bd757485bcd1d59f334e5f1e327d3)
mbeierl [Wed, 26 Apr 2017 15:58:52 +0000 (11:58 -0400)]
Update git submodules
* Update docs/submodules/storperf from branch 'stable/danube'
- Pinning version of Swagger UI
Changes the inclusion of Swagger UI to become a git checkout
of a fixed version rather than following the head.
Change-Id: I30def6d6c37a166cc37f15857a98064c760eb7c6
JIRA: STORPERF-123
Signed-off-by: mbeierl <mark.beierl@dell.com>
(cherry picked from commit
67ef3ea942d5d2eaff46572936f12d4ccab4d89c)
Nikolas Hermanns [Fri, 7 Apr 2017 08:55:26 +0000 (10:55 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'stable/danube'
- Bugfixing the testcases execusion
tempest.api.compute.servers.test_server_actions\
.ServerActionsTestJSON.test_reboot_server_hard
is working in fuel so do test it.
The "-" was missing on
tempest.scenario.test_server_basic_ops
.TestServerBasicOps.test_server_basic_ops
Change-Id: I6808ce9283271e2d2f8acf7c2587aed006d1cbc2
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
(cherry picked from commit
f85b54b8fc8843897f9c1a7b4711b489ab29f297)
Nikolas Hermanns [Thu, 27 Apr 2017 11:53:46 +0000 (11:53 +0000)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'stable/danube'
- Merge "remove unused tempest blacklist" into stable/danube
- remove unused tempest blacklist
Change-Id: Ica6365f41f1d4cf46244604b2ccb889bad051680
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
(cherry picked from commit
5bcc4c1a6ec2e592d3a0dac4b309b46e48f651a8)
Nikolas Hermanns [Thu, 6 Apr 2017 13:54:59 +0000 (15:54 +0200)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'stable/danube'
- Checking if hacked quagga bridge exsists and contiune
Change-Id: I8983ed687dabba0af2128c0ce06bd53aba22c819
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
(cherry picked from commit
2bfbe25b1df24d562789faa641c41e9cafec7efa)
Tim Rozet [Wed, 26 Apr 2017 13:47:48 +0000 (09:47 -0400)]
Update git submodules
* Update docs/submodules/apex from branch 'stable/danube'
- Sets baremetal workers to 12
There is an issue where in Newton the number of workers (sub processes)
opened per openstack service scales with the number of logical cores on
the system. On servers with large amount of processors this causes the
cloud to fail after some time due to running out of RAM. This patch
will limit the number of worker processes to 12, which is the limit in
Ocata and onwards.
JIRA: APEX-410
Change-Id: I28c4762830c19cd758a0729017f2d4a9ebe372b4
Signed-off-by: Tim Rozet <trozet@redhat.com>
Kubi [Thu, 27 Apr 2017 06:02:01 +0000 (06:02 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/danube'
- Merge "Bugfix: Make tc019 abd tc025 accept --task-args options to change pod.yaml" into stable/danube
- Bugfix: Make tc019 abd tc025 accept --task-args options to change pod.yaml
JIRA: YARDSTICK-628
Change-Id: I7d1b84232a7477a2854ef1625cc63521999eff65
Signed-off-by: xudan <xudan16@huawei.com>
(cherry picked from commit
3f7829f0f28ce4d517ea8654122ee0d686fddf3e)
JingLu5 [Sat, 22 Apr 2017 02:28:44 +0000 (02:28 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/danube'
- Update virtualenv installation step in userguide
Change-Id: I0b3e8f22b6878c3b2cf1a54f3c39f2888406c508
Signed-off-by: JingLu5 <lvjing5@huawei.com>
(cherry picked from commit
f6e13de54c5b71f9112c38b12f6c327af743d68a)
Narinder Gupta [Wed, 26 Apr 2017 02:28:48 +0000 (21:28 -0500)]
Update git submodules
* Update docs/submodules/joid from branch 'stable/danube'
- adding the snapd install before running snap command
Change-Id: Ie29fef16a3552c0f62b446481704ba07ea189aa2
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
(cherry picked from commit
58de7a6e82d702ece924a772461a52c789f1e722)
Alexandru Avadanii [Tue, 25 Apr 2017 11:21:02 +0000 (11:21 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'stable/danube'
- Merge "fuel-menu: Align defaults w/ OPNFV bootstrap cfg" into stable/danube
- fuel-menu: Align defaults w/ OPNFV bootstrap cfg
Instead of overwriting fuel_bootstrap_cli.yaml during post-install,
with a static config which we need to manually sync in OPNFV after
each upstream change, make the whole thing dynamic by syncing (via
patch) fuel-menu's default settings with OPNFV bootstrap.
This allows us to drop the static fuel_bootstrap_cli.yaml.
JIRA: FUEL-266
Change-Id: I132f2a272c764ad0fc84b3e0e0e1222b1fab1cd2
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
d116928396655b6db92b6786022ff68f13df58c7)
Alexandru Avadanii [Sun, 9 Apr 2017 13:42:01 +0000 (15:42 +0200)]
Update git submodules
* Update docs/submodules/armband from branch 'stable/danube'
- fuel, docs: fuel-menu: Align defaults with OPNFV
Since Armband alters the bootstrap package list and/or kernel version,
hanlded previously by fuel_bootstrap_cli.yaml, we need to refactor our
patches a bit.
NOTE: deploy-cache: We no longer include bootstrap package list in the
bootstrap fingerprint; we only rely on the repo mirrors fingerprints,
since bootstrap package list is mostly static across release cycles.
Upstream-bug: https://bugs.launchpad.net/fuel/+bug/
1679636
JIRA: FUEL-266
JIRA: ARMBAND-225
Change-Id: I6c1b090df6eff69d60fa7ca779b3dde527e77879
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
48a9297abfe3b35da1a5c3e8b44a823be24af00e)
Alexandru Avadanii [Tue, 25 Apr 2017 11:20:13 +0000 (11:20 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'stable/danube'
- Merge "f_repobuild: Add remaining packages explicitly" into stable/danube
- f_repobuild: Add remaining packages explicitly
Packetary automatically solves for Fuel@OPNFV:
- base pkgs and their deps;
- bootstrap/target image additional pkgs;
- explicit reqs;
However, corner cases like "pcs", which is not in any of the
above categories - being installed via puppet only, need to be
added to the explicit list.
NOTE: This enables full offline deploys for simple scenarios
(i.e. without any plugins). Each plugin might need additional
packages, which will be handled in further patches.
See the bug report for more information.
JIRA: FUEL-250
Change-Id: Id1d31c98308cdee6cb935627984188561b560ff4
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
cabe0fef5a6aba50d477bdd079d922e82355c23f)
Michael Polenchuk [Fri, 21 Apr 2017 10:36:41 +0000 (14:36 +0400)]
Update git submodules
* Update docs/submodules/fuel from branch 'stable/danube'
- [tacker] Adjust tackerc to v3 of identity api
JIRA: FUEL-267
Change-Id: Ia0e9ed3298681319c870132628d930175e084bc0
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
(cherry picked from commit
5db425bc2b0a2c44dc9fdcfbec19afaa9ecc442a)
Narinder Gupta [Tue, 25 Apr 2017 03:59:03 +0000 (22:59 -0500)]
Update git submodules
* Update docs/submodules/joid from branch 'stable/danube'
- modfied to install kubectl snap and create softlink to run the
command
Change-Id: I3a89247eb0307ab25ce8b9106c8d26c272b46195
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
(cherry picked from commit
f279ae4f3a71aa9319f0cba90cd9e437a35c1d5d)
Tim Rozet [Wed, 19 Apr 2017 16:34:34 +0000 (12:34 -0400)]
Update git submodules
* Update docs/submodules/apex from branch 'stable/danube'
- Updates quagga to newer version
Change-Id: I635b171c15bca40788eefe909eaab3e9d4606db1
Signed-off-by: Tim Rozet <trozet@redhat.com>
(cherry picked from commit
a9dd0037f9e0d02e83c6f3f6fecb1c706c994878)
yuyang [Thu, 20 Apr 2017 16:01:56 +0000 (00:01 +0800)]
Update git submodules
* Update docs/submodules/bottlenecks from branch 'stable/danube'
- Add more information to Table for stress ping
JIRA: BOTTLENECK-164
Table for stress ping is showing results categories for different number of users.
It does not show the results for every testing round, just show uniquely
testing round with different success rates.
This patch is to make sure showing every results.
Change-Id: I3a33164024e3da23de31d546767f0fb29952983d
Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
chenjiankun [Mon, 10 Apr 2017 11:01:57 +0000 (11:01 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/danube'
- Yardstick virtualenv support
JIRA: YARDSTICK-620
In the patch, I separate python-setuptools from install.sh
and separate appdirs from requirements.txt because there will be
error when install them in virtualenv.
Also I will update the documentation when this patch merged;
Change-Id: I99a532d1851983775869e7c5e8e65fd0229e86df
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
(cherry picked from commit
bb365d411d88a71871993b4ed803c2ffbbcb79bf)
JingLu5 [Mon, 27 Mar 2017 02:15:00 +0000 (02:15 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/danube'
- Bugfix: fix typo
Change-Id: I9b7cd5f94b1663af3b807ce24c941868b10d85d1
Signed-off-by: JingLu5 <lvjing5@huawei.com>
(cherry picked from commit
a84dfcb92e1de313fea7841224be5a374a2d2184)
yuyang [Thu, 20 Apr 2017 07:05:58 +0000 (15:05 +0800)]
Update git submodules
* Update docs/submodules/bottlenecks from branch 'stable/danube'
- Bugfix of docker-compose file for privileged
JIRA: BOTTLENECK-163
privileged option in docker-compose file should be true to avoid
"permission deny" error when accessing directories
Change-Id: I1a57146236efb5fe71405c5b7682af706a8814bf
Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
(cherry picked from commit
c988d5fa114a659f19f0db1fd0db9f6abc5247dd)
Feng Pan [Thu, 20 Apr 2017 04:11:25 +0000 (00:11 -0400)]
Update git submodules
* Update docs/submodules/apex from branch 'stable/danube'
- Add ODL netvirt VPP support
opnfv-tht-pr: 131
Change-Id: I112d454078bd29a386b8557bf1d015d81f328d61
Signed-off-by: Feng Pan <fpan@redhat.com>
Cédric Ollivier [Mon, 17 Apr 2017 08:58:25 +0000 (10:58 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'stable/danube'
- Fix the irc channel
Change-Id: Idb446213274b7dfb03b0ee072717a35e03428609
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Mon, 17 Apr 2017 09:04:14 +0000 (11:04 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'stable/danube'
- Fix .gitreview in stable/danube
Change-Id: Ice94ed01903458296b6777fe6145a9fa871211bf
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Yujun Zhang [Tue, 11 Apr 2017 14:42:20 +0000 (22:42 +0800)]
Update git submodules
* Update docs/submodules/qtip from branch 'stable/danube'
- Freeze dependency versions
Change-Id: I9106c31eb7786c3fc98d9e53bd9626349431de4e
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
yuyang [Tue, 11 Apr 2017 06:47:07 +0000 (14:47 +0800)]
Update git submodules
* Update docs/submodules/bottlenecks from branch 'stable/danube'
- Fix code style issues for specificed path
JIRA: BOTTLENECK-100
Fix code syle issues for the path flake8 specified before flake8
check merged into CI pipeline.
Change-Id: Iee59bada206fafd4740023e90d08a4b4a7a030db
Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
(cherry picked from commit
fc30c5208a680d0059cfa48891a1d97747f7f778)
Feng Pan [Sun, 19 Mar 2017 17:07:50 +0000 (13:07 -0400)]
Update git submodules
* Update docs/submodules/apex from branch 'stable/danube'
- Add VPP interface options support
Interface options is needed for nosdn-fdio scenario to disable
vlan strip offloading for enic.
Change-Id: I7d7e3d7e6e0c822a13113911a41a3d076ecbd509
Signed-off-by: Feng Pan <fpan@redhat.com>
Feng Pan [Mon, 10 Apr 2017 15:26:41 +0000 (11:26 -0400)]
Update git submodules
* Update docs/submodules/apex from branch 'stable/danube'
- Disable tripleo_ui
Change-Id: Ib35bc67d15c306b416801838bba48b7090bff174
Signed-off-by: Feng Pan <fpan@redhat.com>
(cherry picked from commit
bf3e6ff5f6a46f1b0bc9d44f27a305aa4f26c469)
Matei Valeanu [Thu, 6 Apr 2017 10:34:05 +0000 (12:34 +0200)]
Update git submodules
* Update docs/submodules/fuel from branch 'stable/danube'
- build/install: Add USB boot option
Use isohybrid to add MBR for booting via BIOS
from USB flash drives
Also, Makefile "$(wildcard ubuntu-builder/*)" does not expand
to what is expected (does not include ubuntu-builder/Dockerfile),
as it uses a previous cached value.
Check this link for an explanation:
http://stackoverflow.com/questions/
41470676/makefile-variable-expansion-with-wildcard-when-rule-creates-new-file
JIRA: FUEL-236
Change-Id: I9c6521a382917822ce930ddf76391c5f3c3a9cb7
Signed-off-by: Matei Valeanu <Matei.Valeanu@enea.com>
(cherry picked from commit
eb8fbde87578e3853ffd23e403fd46bac6039cd0)
Michael Polenchuk [Wed, 5 Apr 2017 09:50:44 +0000 (13:50 +0400)]
Update git submodules
* Update docs/submodules/fuel from branch 'stable/danube'
- Double allocated memory of fuel master node
Rise up allocated memory of fuel master node for virtual envs in order
to avoid swapping and improve performance of overall deployment process.
Change-Id: I04b020b628a9c84f934a9d17e8be98d34fe2a085
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
(cherry picked from commit
c382da389e0dcffe48c428695f4b29c1c6151bd4)
Tim Rozet [Mon, 27 Mar 2017 17:22:45 +0000 (13:22 -0400)]
Update git submodules
* Update docs/submodules/apex from branch 'stable/danube'
- nosdn fdio scenario fixes
- pins nosdn fdio packages that work
- disable l3 agent ha mode
opnfv-tht-pr: 130
Change-Id: I9470565768611f83cbd6e34f567a0aec58fa65ef
Signed-off-by: Tim Rozet <trozet@redhat.com>
Signed-off-by: Feng Pan <fpan@redhat.com>
(cherry picked from commit
778593a0d93f1a994c58a30c2dfc3f2243bf1b2f)
Alexandru Avadanii [Fri, 7 Apr 2017 15:13:32 +0000 (17:13 +0200)]
Update git submodules
* Update docs/submodules/armband from branch 'stable/danube'
- cleanup: Fuel: docker: remove obsolete ffi patch
This patch is no longer needed, since upstream package repos have
fixed meanwhile.
Change-Id: Ic73d7e60cce6a1a0c152885caeb30f49d68e7441
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
0716a89e4055be29c140044608293ec5a95b08c6)
Nikolas Hermanns [Mon, 3 Apr 2017 14:03:08 +0000 (16:03 +0200)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'stable/danube'
- Do not stop tests if exception in testcase
Change-Id: I9e3db350be4b1ca60d6feaf2961034b50b50deb5
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
(cherry picked from commit
fbe69370c477a7b01032df701fe96ea90ec60341)
zhihui wu [Wed, 5 Apr 2017 03:28:43 +0000 (11:28 +0800)]
Update git submodules
* Update docs/submodules/qtip from branch 'stable/danube'
- bugfix in regex of ssl.
Change-Id: Ifa5c958bc87d241b6c5c61765d30b0735ea51269
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
(cherry picked from commit
416fced9589281019e1646ad3990a9e6a160faf7)
Cristina Pauna [Wed, 5 Apr 2017 14:13:49 +0000 (17:13 +0300)]
Update git submodules
* Update docs/submodules/functest from branch 'stable/danube'
- Increase ram for tempest tests (aarch64)
The following tests fail on armband because the VM cannot boot.
tempest.api.compute.servers.test_server_actions.
ServerActionsTestJSON.test_reboot_server_hard
tempest.scenario.test_network_basic_ops.
TestNetworkBasicOps.test_network_basic_ops
tempest.scenario.test_volume_boot_pattern.
TestVolumeBootPattern.test_volume_boot_pattern
tempest.scenario.test_volume_boot_pattern.
TestVolumeBootPatternV2.test_volume_boot_pattern
The reason for the failure is that the 128 ram is insufficient for the
image to boot. The fix consists in increasing the ram to 256
JIRA: ARMBAND-61
Change-Id: I5be1a44a8038b4952cca100511e8d08b7a37681c
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
(cherry picked from commit
5a417f076549941e0dae176849045aab32bf0be5)
Catalina Focsa [Tue, 4 Apr 2017 11:52:17 +0000 (13:52 +0200)]
Update git submodules
* Update docs/submodules/armband from branch 'stable/danube'
- Update Host OS NTP Servers to pool.ntp.org
Change-Id: If13c2448ca89f3a016e604c8cc1bf36813b7d90d
Signed-off-by: Catalina Focsa <catalina.focsa@enea.com>
(cherry picked from commit
8ee4cc754fc8f6a5d22c4b2d579cac2e643262ac)
Nikolas Hermanns [Thu, 6 Apr 2017 09:43:32 +0000 (11:43 +0200)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'stable/danube'
- Correct testcase 8 description
jira: SDNVPN-138
Change-Id: If56b58b003ce2e024883a015a964e3ff3ded53f5
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
(cherry picked from commit
9a52d17d9ac79c358647d87b5d540e869b25769d)
Jing Lu [Thu, 6 Apr 2017 07:47:16 +0000 (07:47 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/danube'
- Merge "Bugfix: fix ubuntu image name typo" into stable/danube
- Bugfix: fix ubuntu image name typo
Change-Id: I8722f2ddd096bc784f45d4bcf58ea6a84d319fb2
Signed-off-by: JingLu5 <lvjing5@huawei.com>
(cherry picked from commit
571ee6afca03120c393def421eb35a466f9a940b)
JingLu5 [Wed, 5 Apr 2017 06:11:16 +0000 (06:11 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/danube'
- Bugfix: fix query job status in TC074
JIRA: YARDSTICK-621
The storperf job status query in TC074 didn' work properly. The cause is the
"type: status" is not passed in the URL. This patch also update storperf VM
image to xenial.
Change-Id: Idd9f501416b24612f6045a57ba2a95e2ed3a9572
Signed-off-by: JingLu5 <lvjing5@huawei.com>
(cherry picked from commit
b2fb23ca8ccc1acedaa9156552af4ba347f24103)
JingLu5 [Thu, 6 Apr 2017 05:02:12 +0000 (05:02 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/danube'
- pip install yardstick failed in Apex
JIRA: YARDSTICK-625
In Apex, yardstick uninstall and install via pip failed.
This bug blocks yardstick CI jobs.
This patch enables pip install yardstick in editable mode.
So the install_yardstick() in yardstick_verify is unnecessary.
Change-Id: If290dac5fee5584601064ae9753ae2340643d3ca
Signed-off-by: JingLu5 <lvjing5@huawei.com>
(cherry picked from commit
d2cb7ce7331d8da4c3b5b70b09dac49cf65d1710)
Jing Lu [Thu, 6 Apr 2017 07:01:18 +0000 (07:01 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/danube'
- Merge "Yardstick virtualenv support" into stable/danube
- Yardstick virtualenv support
JIRA: YARDSTICK-620
Currently we recommend using docker to run yardstick.
And it is hard to use virtualenv to install yardstick.
So I modify install.sh in yardstick root path.
It will support using virtualenv to install yardstick(including API) in
linux.
In this patch, I make yardstick support read yardstick configuration
have priority over constants.
Change-Id: I9ea1241b228532a6497451e6c8f232173ddb783e
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
(cherry picked from commit
b74d875134b988a26441d559a9e700aaa68d6a0c)
chenjiankun [Tue, 28 Mar 2017 07:58:49 +0000 (07:58 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/danube'
- yardstick offline support
JIRA: YARDSTICK-597
Currently yardstick can not run offline.
In some case this will block the process, causing yardstick job failed
The reason is yardstick will pull the latest code when run in CI.
Actually we need not pull the latest code because the code in yardstick
is already the latest code.
So I remove them.
Also I check the environment variable and yardstick-image when fetch
openrc file and load images.
Change-Id: I797da272932ab5292aa40585c82c119aa71b8849
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
(cherry picked from commit
38df788fc4a683717a6e7cbd498fad1e7cbe7209)
JingLu5 [Wed, 5 Apr 2017 01:43:50 +0000 (01:43 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/danube'
- Add opnfv_os-ovn-nofeature-noha_daily test suite
JIRA: YARDSTICK-624
Change-Id: Ia783bec53e4d889736db7e510d28c32377d4f9b2
Signed-off-by: JingLu5 <lvjing5@huawei.com>
(cherry picked from commit
da47f4de9d57f40ecc7cedeac18c0d061bd21c84)
Michael Polenchuk [Wed, 29 Mar 2017 07:14:30 +0000 (11:14 +0400)]
Update git submodules
* Update docs/submodules/kvmfornfv from branch 'stable/danube'
- [fuel-plugin] Set default grub entry for kernel
JIRA: KVMFORNFV-77
Change-Id: Ibb764cd5fa9822d337ce6f948bff8213c1caa7eb
Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
(cherry picked from commit
e797a9f954797949f676a46f5c9ceb31874f919a)
Dan Radez [Fri, 31 Mar 2017 00:06:24 +0000 (20:06 -0400)]
Update git submodules
* Update docs/submodules/apex from branch 'stable/danube'
- Adding kickstart file for iso verify
Change-Id: If2712b15d23ce1453e7d3ee1aa4df92b8e537856
Signed-off-by: Dan Radez <dradez@redhat.com>
(cherry picked from commit
854199f3485680c1193b3cb07caf477298371714)
Tapio Tallgren [Mon, 3 Apr 2017 20:55:56 +0000 (23:55 +0300)]
Editorial suggestions to installation.introduction. JOID project name is capitalized. Clarified that Pharos specification only applies to physical deployments.
Change-Id: Ibbefb747dbc5eb65181362042830a8a554b4e7b0
Signed-off-by: Tapio Tallgren <tapio.tallgren@nokia.com>
(cherry picked from commit
79561c8ecec0b1bbb934efbb3696c3ae65609568)
ShubhamRathi [Mon, 3 Apr 2017 22:41:22 +0000 (04:11 +0530)]
Add Scenario for OVSNFV
1. Add OVSNFV Scenarios
2. Remove ONOSFW links since patch
is still not merged in Danube branch.
3. Change Development to Developer in
index
Change-Id: Ia206a832e46540c08bfc6b577f84fb7c9eb32d68
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
(cherry picked from commit
f801900881927a4c321c7fa11a198c1958f349c2)
ShubhamRathi [Wed, 29 Mar 2017 18:40:58 +0000 (00:10 +0530)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'stable/danube'
- Add Labels
Labels serve as refs when referenced
from other documents.
Change-Id: I37b93bae1283d2ea8638fc49c0c40fe7badf61ad
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
(cherry picked from commit
d900e3f166536bfffdfba094757fbee4337630b8)
tomsou [Tue, 28 Mar 2017 12:20:37 +0000 (12:20 +0000)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'stable/danube'
- Fix security group rule conflict
-open_icmp_ssh function, that creates security
group rules for icmp and http (here the name of
the function is misleading), is splitted into 2
new functions one for each rule (open_icmp() and
open_http_port()).
Test cases that used the old function have been
updated
-In the original implementation of open_icmp_ssh()
and open_bgp_port(), the direction parameter was
missing. This was leading to an error message
-A check for the existence of security group rule
has been added and used before the creation of each
security group rule. If a rule already exists,
an info message is printed and the testcase
continues
This change is strongly dependent on https://gerrit.opnfv.org/gerrit/#/c/31925
of Functest repo. NOT TO BE MERGED before
JIRA: SDNVPN-103
Change-Id: Icb96954556f6d7294cf3454f045dbca4b9be672d
Signed-off-by: tomsou <soth@intracom-telecom.com>
(cherry picked from commit
0e26e7dfd4ff41ae7c8389218bca138346864922)
Alexandru Avadanii [Sun, 2 Apr 2017 04:20:08 +0000 (06:20 +0200)]
Update git submodules
* Update docs/submodules/armband from branch 'stable/danube'
- docs: Experimental features note about ceilometer
Starting with Danube.1.0, Ceilometer and MongoDB are experimental
in upstream Fuel@Openstack, so the appropiate feature group needs
to be enabled during master node installation to use them.
Change-Id: Ib522c7e81cc73625128296873b4f9eef7cf1e99d
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
6aea8823d25b049f47ea0ebceb04269427e9c0e3)
Alexandru Avadanii [Sat, 1 Apr 2017 03:31:52 +0000 (05:31 +0200)]
Update git submodules
* Update docs/submodules/armband from branch 'stable/danube'
- docs: cleanup: amend kernel section
Change-Id: I4a0a062d2ea8157bb16b724b09acda8724f29960
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
e2c57098e2a23c05a0f0a17d59059cd3425bfa9a)
JingLu5 [Sat, 1 Apr 2017 08:03:24 +0000 (08:03 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/danube'
- Bugfix: take test case modification into effect in load_images.sh
JIRA: YARDSTICK-622
Bug log: https://build.opnfv.org/ci/view/armband/job/yardstick-fuel-armband-baremetal-daily-danube/24/console
This error is because the file changes done in the load_images.sh is not updated.
After file modification, pip install -U . is required to tack changes into effect.
Change-Id: I8be3ffc963e3d5cec861b68a33efc2fa5bdabbd2
Signed-off-by: JingLu5 <lvjing5@huawei.com>
Jing Lu [Sat, 1 Apr 2017 08:52:04 +0000 (08:52 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/danube'
- Merge "Set work directory in Yardstick container" into stable/danube
- Set work directory in Yardstick container
JIRA: YARDSTICK-608
Set the work directory to /home/opnfv/repos in yardstick docker container to
help users better understand file structure.
This is a improvement related with document improvement.
Change-Id: Ief4b76e6d6898ceab4a546574f5a09d51eb0d945
Signed-off-by: JingLu5 <lvjing5@huawei.com>
(cherry picked from commit
343970dc9c6193e28863e4ab8bae801b5060ae6a)
Alexandru Avadanii [Sat, 1 Apr 2017 03:29:06 +0000 (03:29 +0000)]
Update git submodules
* Update docs/submodules/armband from branch 'stable/danube'
- Merge "Revert "fuel: deploy: SFC scenarios: 4.8 krn, no vhost_net"" into stable/danube
- Revert "fuel: deploy: SFC scenarios: 4.8 krn, no vhost_net"
This reverts commit
17bda8d52856bece72bf2b446a30ffe4be8e2535.
Change-Id: I4358fb5e013e16203f1e824211f3a458ebc59fb5
Alexandru Avadanii [Sun, 26 Mar 2017 00:45:09 +0000 (01:45 +0100)]
Update git submodules
* Update docs/submodules/armband from branch 'stable/danube'
- bootstrap, dea_base, nailgun: Pin 4.8.0-9944 krn
New kernel includes:
- ABI bump;
- GICv3-ITS live migration support;
TODO: build meta package so we don't have to bump it manually.
JIRA: ARMBAND-171
Change-Id: I4aaa5ca496e535abed948d2e51a6caf7e03393a8
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
06a8e925413c3ed0019c714eb83dab2ae179d641)
Alexandru Avadanii [Thu, 23 Mar 2017 00:49:45 +0000 (01:49 +0100)]
Update git submodules
* Update docs/submodules/armband from branch 'stable/danube'
- bootstrap, dea_base, nailgun: Pin 4.8.0-43 kernel
Since newer kernels have issues with AAVMF + vhost_net,
we need to also temporarily blacklist vhost_net.
NOTE: This change also adds linux-image-extra packages to both x86_64
and AArch64 target image(s).
TODO: Remove vhost_net blacklist (later).
JIRA: ARMBAND-161
JIRA: ARMBAND-171
JIRA: ARMBAND-227
JIRA: ARMBAND-230
JIRA: ARMBAND-239
JIRA: ARMBAND-244
Change-Id: I456f4235d04375905df9d6f776b84f2e0eee22d6
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
8f772f7e9d9d3e41575e3f7010a1717d3b6894ae)