Michael Polenchuk [Fri, 16 Feb 2018 09:20:41 +0000 (13:20 +0400)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Set nova disk cachemodes to file directsync
Set nova/libvirt disk cache modes to file directsync to bypass the
host page cache & prevent instance's kernel panic due to absent
/dev partition. Caching mode directsync effectively turns all guest
I/O operations into direct I/O operations on the host, which is the
NFS client (virtuals) or GlusterFS (baremetals).
Also return back to hwe kernel as a golden mean between GA & Edge ones.
Change-Id: I51ab7d0ee71c214ff16b756cfee16e918738b6fd
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
xudan [Sun, 11 Feb 2018 09:10:16 +0000 (04:10 -0500)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Add Functest test case snaps_smoke into proposed_tests test suite
Add snaps_smoke into proposed_tests test suite.
Then this test case can be run by Dovetail on CI.
JIRA: DOVETAIL-596
Change-Id: I8fc4bb656bcac551ae4b693dbc4d817b665c6111
Signed-off-by: xudan <xudan16@huawei.com>
Tim Rozet [Thu, 15 Feb 2018 20:56:18 +0000 (15:56 -0500)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Ensures v4/v6 iptables filters are loaded
We configure host iptables to open different ports for VBMC. This may
fail if the iptables filters are not loaded.
JIRA: APEX-521
Change-Id: Ia33032c29aba3555551e39b4f819087aeafe05d9
Signed-off-by: Tim Rozet <trozet@redhat.com>
spisarski [Wed, 14 Feb 2018 16:38:54 +0000 (09:38 -0700)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Added functionality for OpenStackSecurityGroup#initialize() not to accept
security groups with the same name from a different project
JIRA: SNAPS-264
Change-Id: I7c905e5588d5e503b47ea0e9f5997be89e841aec
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Cédric Ollivier [Fri, 16 Feb 2018 13:19:48 +0000 (14:19 +0100)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Add suffixes in vnf keypair names
Change-Id: Ia9c8ef535b16326a520367d2c7c98b7e8db4822c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Wed, 14 Feb 2018 15:02:53 +0000 (16:02 +0100)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Get properly env vars or their default values
It defines env.get() as an unique way to get Functest env vars or
their default values. It can be considered as a wrapper above os.environ.
It enforces backward compatibility via CONST which mustn't be used
for that purpose. It should be noted that it also stops using CONST
for getting OpenStack env vars.
Change-Id: I333dc1afbc0123166a7eaff8b551370098efa341
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Delia Popescu [Thu, 15 Feb 2018 16:06:08 +0000 (18:06 +0200)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Fix check if node type is baremetal for novcp
Fixes:
86c8109
Change-Id: I0a947bd7db5dd7cb830cc932f5a0d16831551923
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Ross Brattain [Wed, 14 Feb 2018 05:43:55 +0000 (21:43 -0800)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- NSB: Ixia remove unused traffic_generator arg
also fix pylint unittest warnings
JIRA: YARDSTICK-1014
Change-Id: I4ff9769fdca89c6fc1fb9ca62e9f8ea6b174681e
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Tim Rozet [Wed, 14 Feb 2018 18:12:39 +0000 (13:12 -0500)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Fixes python2 docutils req and also installs ansible
For some reason we were requiring python2-docutils in to build our rpm
instead of python34-docutils. Patch also includes some logic to install
ansible.
JIRA: APEX-515
Change-Id: I1b85e5b4b29f74f5ff5399296f24831c334c289c
Signed-off-by: Tim Rozet <trozet@redhat.com>
Cedric Ollivier [Thu, 15 Feb 2018 18:30:13 +0000 (18:30 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Removed os_utils and fully switched to snaps"
- Removed os_utils and fully switched to snaps
JIRA: FUNCTEST-925
Change-Id: Ibcbf42c34b764fda09d4d49513b261aae296a68b
Signed-off-by: soumaya <soumaya.nayek@rebaca.com>
Cédric Ollivier [Wed, 14 Feb 2018 22:08:29 +0000 (23:08 +0100)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Add suffixes to OpenStack resource names
All vnf testcases have to add suffixes in OpenStack resources names
simply because the password is now generated before any run [1].
Snaps mainly creates the resource only if unfound in all tenants [2].
Then one remaining resource could easily raise permissions denied.
It avoid conflicts between vrouter and cloudify_ims which are using the
same names.
[1] https://gerrit.opnfv.org/gerrit/#/c/50747/
[2] https://jira.opnfv.org/browse/SNAPS-257
Depends-On: If56cc44fe35ca06bc9033af620ddd3c0586877fe
Change-Id: I1800886e575189b64fdc580a5ee6b59c81fcde5c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Wed, 14 Feb 2018 13:14:48 +0000 (14:14 +0100)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Fix typos in cloudify_ims
Change-Id: I5d29b3e58cae7e9a334ec6f264cdb5e280860d97
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Tue, 13 Feb 2018 19:45:30 +0000 (20:45 +0100)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Stop reading SDN_CONTROLLER env var.
Joid doesn't support ODL and this exception is no longer needed.
It will be a simple switch from SDN_CONTROLLER to SDN_CONTROLLER_IP
if Joid supports ODL again.
Change-Id: I925965f9c1adf24914e4110ff3206443f4063ac8
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Emma Foley [Thu, 15 Feb 2018 15:03:27 +0000 (15:03 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Update heat RFC2544 based TC to support SRIOV VF ports."
- Update heat RFC2544 based TC to support SRIOV VF ports.
Updated vfw/tc_heat_rfc2544_ipv4_1rule_1flow_64B_trex.yaml TC to be
able to run it in heat context with SRIOV VF ports configured in
OpenStack.
E.g.:
yardstick task start --task-args='{"provider": "sriov"}' ...
yardstick task start --task-args='{"provider": "sriov"}\
physical_networks: ["physnet1", "physnet2"]}' ...
Console log: http://paste.openstack.org/show/666931/
Result output: http://paste.openstack.org/show/666930/
JIRA: YARDSTICK-1004
Change-Id: If0dabd0791e4e295782fee0f3de1536474218876
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
Juha Kosonen [Thu, 15 Feb 2018 14:45:33 +0000 (14:45 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Stop reading NODE_NAME in tempest and refstack"
- Stop reading NODE_NAME in tempest and refstack
NODE_NAME should only be read by TestCase when publishing the results
to the database. Other debug data are already printed by run_tests.
INSTALLER_TYPE and DEPLOY_SCENARIO are also unused by refstack.
Change-Id: Ib82d5c1512553beba2c56f4ec2860cb2593f801e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Steven Pisarski [Thu, 15 Feb 2018 14:24:14 +0000 (14:24 +0000)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Merge "Compare strings instead of objects in SecurityGroupConfig"
- Compare strings instead of objects in SecurityGroupConfig
It could have worked thanks to interned strings.
Change-Id: If56cc44fe35ca06bc9033af620ddd3c0586877fe
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Steven Pisarski [Thu, 15 Feb 2018 14:21:36 +0000 (14:21 +0000)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Merge "Set region_name in get_os_creds()"
- Set region_name in get_os_creds()
Change-Id: Idb6912319e24edb39e18114bd3c1ef5bca750752
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Periyasamy Palanisamy [Thu, 15 Feb 2018 13:33:52 +0000 (13:33 +0000)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'master'
- Merge "fix for sdnvpn CI test failure"
- fix for sdnvpn CI test failure
Change-Id: Ie55ccbe68f57a9bb03efc8b6eebf23a0018a0bca
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
Michael Polenchuk [Thu, 15 Feb 2018 09:19:33 +0000 (13:19 +0400)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Mask opendaylight service
In order to avoid using cache data with initial/outdated
configuration, mask opendaylight service before package
installation.
JIRA: FUEL-344
Change-Id: I71eb0b0a5af93d6d21698e76587b32098aba96b4
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
tomsou [Fri, 19 Jan 2018 14:15:33 +0000 (16:15 +0200)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'master'
- Use bgvpn-delete and create instead of update
Testcases 1 and 4 fail because of netvirt bug [1]
The same functionality is now achieved by using
bgvpn-delete and bgpvpn-create cli commands instead
of bgpvpn-update
[1] https://jira.opendaylight.org/browse/NETVIRT-1067
Change-Id: Iaba6e06d0f39e356bf364b0640c707b0a83470d7
Signed-off-by: tomsou <soth@intracom-telecom.com>
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
Markos Chandras [Thu, 15 Feb 2018 07:21:44 +0000 (07:21 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- jjb: xci: Add missing job blockers for XCI merge jobs
We shouldn't allow the merge jobs to run in parallel with the verify
ones when both are testing the same distro since one may wipe the
'clean VM' of the other one. Moreover, we should restrict the number of
jobs allocated on nodes in order to avoid overloading them.
Change-Id: I9c0b9b5061e41b21c01789fc4676e72e0e082f17
Signed-off-by: Markos Chandras <mchandras@suse.de>
Deepak S [Thu, 15 Feb 2018 10:03:19 +0000 (10:03 +0000)]
Update git submodules
* Update docs/submodules/samplevnf from branch 'master'
- Merge "Auto Generated INFO.yaml file"
- Auto Generated INFO.yaml file
INFO.yaml meant to be machine readable.
This file was auto generated from an ldap lookup
and your projects INFO file.
Meeting times are not currently filled out.
please ammend this patchset to complete
Going forward comitter promotions should be done
against this file.
PTLs:
Must be merged for you to gain delete access on
testresults.opnfv.org
If project_lead: is missing (my script could not parse)
please amend with same from commiters section eg:
project_lead: &opnfv_$project_ptl
name: 'Lead Name'
email: 'lead email'
id: 'lead lfid'
company: 'lead company'
Change-Id: Ib034d62db7138a9f7c66c4d3377d6681764c41b4
Signed-off-by: agardner <agardner@linuxfoundation.org>
Deepak S [Thu, 15 Feb 2018 10:00:55 +0000 (10:00 +0000)]
Update git submodules
* Update docs/submodules/samplevnf from branch 'master'
- Merge "Fix potential crash in rx and tx distribution"
- Fix potential crash in rx and tx distribution
In some (rare) modes, more than 64 packets can be received through
one rx function. This is for instance the case of the lat mode.
Change-Id: Ie733c927a8e116c679c464f2551768185ef85366
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
Xavier Simonart [Wed, 14 Feb 2018 14:32:53 +0000 (15:32 +0100)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- BugFix: Fix to pod context filename
The "context:file" of tc_prox_baremetal_lw_aftr
has an incorrect path, compaired to all other
prox test cases.
Change-Id: Id24e74905f36bc84fdf93d1a2966211ecad55c8b
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
Trevor Bramwell [Thu, 15 Feb 2018 00:54:39 +0000 (00:54 +0000)]
Update git submodules
* Update docs/submodules/pharos from branch 'master'
- Merge "[PDF/IDF] LF-POD4"
- [PDF/IDF] LF-POD4
Add PDF and IDF for LF-POD4
Change-Id: Ie3e682e40f751b8f91340373fbcabd522d3686a8
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Trevor Bramwell [Wed, 14 Feb 2018 20:28:52 +0000 (12:28 -0800)]
Update git submodules
* Update docs/submodules/pharos from branch 'master'
- [IDF] LF-POD5
Update networks for LF-POD5 since discovering there is a bug using
non-/24 networks with Fuel, and to ensure there is no overlap with
LF-POD4.
Change-Id: Ie6eb6f12e8fd2831355e8bcec064e152cdc02f27
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Fatih Degirmenci [Wed, 14 Feb 2018 20:41:18 +0000 (20:41 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "[daisy] Move master branch jobs to zte-pod2"
- [daisy] Move master branch jobs to zte-pod2
This PS does:
1) Move master branch jobs to zte-pod2 which seems has a
more stable internet connectivity. This is trying to
solve master branch deployment unstable problem.
2) Disable Euphrates jobs to make room for master branch.
Change-Id: Id36f0ff6a268aabf0badd46f55bb397afe5e4830
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
Fatih Degirmenci [Wed, 14 Feb 2018 20:38:16 +0000 (20:38 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "container4nfv: trigger yardstick test"
- container4nfv: trigger yardstick test
Change-Id: Ifdd504ff199c73a17cf007903a5480ee55f86102
Signed-off-by: Yibo Cai <yibo.cai@arm.com>
Fatih Degirmenci [Wed, 14 Feb 2018 20:35:36 +0000 (20:35 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Fix functest k8s job"
- Fix functest k8s job
Change-Id: Ied442837e4e9fd25946590d3dbada6ff2cbe7fc3
Signed-off-by: Linda Wang <wangwulin@huawei.com>
Fatih Degirmenci [Wed, 14 Feb 2018 20:32:42 +0000 (20:32 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "[fuel] Disable Euphrates triggers"
- [fuel] Disable Euphrates triggers
Change-Id: I3fd11c6efb13f46ec74a0237a180497397cdfefe
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Fatih Degirmenci [Wed, 14 Feb 2018 20:32:10 +0000 (20:32 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Update Dovetail PTL Email Macro"
- Update Dovetail PTL Email Macro
Let the 'email-dovetail-ptl' macro reflect that Georg Kunz is the new
PTL of the dovetail project.
Change-Id: I3b3bd53a7c7f146105a719727fd627bf15054aca
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Markos Chandras [Tue, 13 Feb 2018 21:42:05 +0000 (21:42 +0000)]
Update git submodules
* Update docs/submodules/releng-xci from branch 'master'
- xci: Bump OpenStack Ansbile SHAs
* Bump up upstream SHAs
* With these upstream SHAs, OSA installs neutron-agent container on
controller node which would require eth12 interface on controller for
establishing vlan provider networks. so adding eth12 interface and
linking it with br-vlan over br-vlan-veth link.
Change-Id: Iaf7cbe6e41dcfd15ec6527c5a50701f2d05eaad8
Signed-off-by: Markos Chandras <mchandras@suse.de>
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
Markos Chandras [Tue, 13 Feb 2018 10:11:16 +0000 (10:11 +0000)]
Update git submodules
* Update docs/submodules/releng-xci from branch 'master'
- bifrost: Add ability to pin Ironic-{,client,inspector,inspector-client} SHAs
We should pin the SHAs for Ironic components as part of the regular
bifrost bump to ensure maximum long term stability. This also bumps
the bifrost SHA to the latest available one.
Change-Id: Ia66d8ab6566db58e2ddab5134eb8445bd84d2a8f
Signed-off-by: Markos Chandras <mchandras@suse.de>
Markos Chandras [Tue, 13 Feb 2018 09:14:41 +0000 (09:14 +0000)]
Update git submodules
* Update docs/submodules/releng-xci from branch 'master'
- bifrost: Always deploy Ironic from master
The Ironic components are currently being installed from PIP but we
should install them from the git repo instead so we can always try
the latest code from master or the pinned version when such
functionality is implemented.
Change-Id: I0138c54befe52ed9df8bf617b78e063df3cf8750
Signed-off-by: Markos Chandras <mchandras@suse.de>
Steven Pisarski [Wed, 14 Feb 2018 16:04:53 +0000 (16:04 +0000)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Merge "Fixed comment"
- Fixed comment
Change-Id: Ib226ef99eed2fda2c7112faf0f0e9339afed90fe
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Alexandru Avadanii [Wed, 14 Feb 2018 12:46:56 +0000 (12:46 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Merge "[docs] Temp dir permission requirements"
- [docs] Temp dir permission requirements
JIRA: FUEL-342
Change-Id: I35efc993647c63779107d5f5604e58b124cdcf69
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
Rodolfo Alonso Hernandez [Wed, 14 Feb 2018 11:36:03 +0000 (11:36 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Fixed document for Grafana Port usage"
- Fixed document for Grafana Port usage
JIRA: YARDSTICK-992
The Grafana port has been changed to 1948 from 3000, as the
port 3000 may be not free in some environments. The document
still says it uses port 3000, which leads to confusion.
Proposed Solution: The document needs to be updated with
correct Grafana port number "http://host_ip:1948"
Change-Id: I9078783849aec14602585f4d1b3bc293214ae737
Signed-off-by: Abhijit Sinha <abhijit.sinha@intel.com>
Ross Brattain [Wed, 14 Feb 2018 05:43:10 +0000 (21:43 -0800)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- NSB: fix test_vpe_vnf.py
Change-Id: Ie1da572e2ac00e380b25f8e22f5aa9059dcb5238
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Ross Brattain [Wed, 14 Feb 2018 05:42:45 +0000 (21:42 -0800)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- NSB: fix pylint warnings in test_tg_ixload
Change-Id: Ieb58167d8b20e0de32578b3df105a141507869d5
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Ross Brattain [Wed, 14 Feb 2018 05:11:11 +0000 (21:11 -0800)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- NSB traffic_profile: fix pylint warnings and return partial
also fix unittests
Change-Id: Ie3026f5a0df8e690271afb71fe36ac531cbae2a0
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Ross Brattain [Wed, 14 Feb 2018 05:07:36 +0000 (21:07 -0800)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- constants: fix pylint warnings for OSError
IOError and OSError are the same in Python 3?
Anyway we want to ignore ENOENT, not EEXIST
JIRA: YARDSTICK-1012
Change-Id: Ia75e41fecce505685745e0099669e45f3e82a1be
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Eddie Arrage [Fri, 9 Feb 2018 23:52:21 +0000 (15:52 -0800)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Add stop on failure logic and CLI option
- Improve test execution control by adding stop on failure flag
- Modify test check function to return value regardless of whether
report or local file option is employed
- Modify run test loop to check for failure after every test case
if stop flag set
Change-Id: I27a4f3aaaa8b8cb8c52eb3f092f52048980abb44
Signed-off-by: Eddie Arrage <eddie.arrage@huawei.com>
Cedric Ollivier [Wed, 14 Feb 2018 09:03:34 +0000 (09:03 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Enable doctor-notification"
- Enable doctor-notification
The testcase has been expected to work since the nova bug [1] was
bypassed [2].
[1] https://bugs.launchpad.net/nova/+bug/
1742827
[2] https://gerrit.opnfv.org/gerrit/#/c/52075/
Change-Id: If53da6313381cf69a0093a6677db3d9033fb8f48
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Juha Kosonen [Wed, 14 Feb 2018 07:48:22 +0000 (07:48 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Only filter boot_server_from_volume_and_delete via scenario"
- Only filter boot_server_from_volume_and_delete via scenario
It can be safely merged as only joid supports '^os-nosdn-lxd-(no)?ha$'
scenarios. It aims at testing all installers in the same way which
would have made much sense if another installer supported this
scenarios.
Change-Id: I145102df3f6394b6fff28590923100e0f1e6cb66
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Tomi Juvonen [Tue, 13 Feb 2018 06:32:43 +0000 (08:32 +0200)]
Update git submodules
* Update docs/submodules/doctor from branch 'master'
- Add process group so can kill possible hanging subprocesses.
This should be workaround before actual fix is done.
JIRA: DOCTOR-123
Change-Id: I70fd4ed9d2aa2cc3a6c46e2515062b7acd31ca0a
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
Bryan Sullivan [Tue, 13 Feb 2018 21:35:18 +0000 (13:35 -0800)]
Update git submodules
* Update docs/submodules/ves from branch 'master'
- Fix issues with use in Jenkins
JIRA: VES-2
Change-Id: I0d05b9aabf0c3ba9d0ec7e49c752586aaee24c33
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
Cedric Ollivier [Tue, 13 Feb 2018 20:36:01 +0000 (20:36 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Remove INSTALLER_IP from Functest"
- Remove INSTALLER_IP from Functest
It's mandatory for testcases which are out of Functest.
Change-Id: Ia5f5134334ad9f69d44409d817616fa9033fae95
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Feng Pan [Tue, 13 Feb 2018 19:43:33 +0000 (19:43 +0000)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Merge "Adds barbican service to deployment"
- Adds barbican service to deployment
This service is required for creating encrypted volumes for storage.
JIRA: APEX-531
Change-Id: Ied5ea1d6921ef96c1a352dba523d6f37245608e2
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Mon, 12 Feb 2018 22:27:16 +0000 (17:27 -0500)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Adds openstack-utils to overcloud
Package allows user to do openstack-status to see state of services.
JIRA: APEX-352
Change-Id: Ie68cad5745786c8764ae20c2d3ad26dd05e5480b
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Tue, 13 Feb 2018 17:14:57 +0000 (12:14 -0500)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: Fixes concurrent apex-virtual jobs
We were missing concurrent on this job which was preventing parallel
execution.
Change-Id: I4d1ea62aef2a321220799cebee008f494490886c
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Tue, 13 Feb 2018 16:35:19 +0000 (11:35 -0500)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: Attempt to fix apex-virtual parallel execution
Remove passing node params and enable global queue scanning. Hopefully
this will allow 2 apex-virtual jobs to run at the same time (1 per each
slave).
Change-Id: I310dbc477e267c302d50599bab2a933ce988dba7
Signed-off-by: Tim Rozet <trozet@redhat.com>
Maryam Tahhan [Sat, 10 Feb 2018 10:00:07 +0000 (10:00 +0000)]
Update git submodules
* Update docs/submodules/barometer from branch 'master'
- docs: update PMU documentation
Change-Id: Ib6256df8a7911aa43d86026d6c40d99ba98c971a
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
Tim Rozet [Tue, 13 Feb 2018 16:16:41 +0000 (11:16 -0500)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: Updates daily scenarios for Fraser
Scenario list for Fraser:
https://wiki.opnfv.org/display/SWREL/Fraser+Scenario+Status
Change-Id: I083dc5b0b9cea9f91d7a9568a05df5865aeafa05
Signed-off-by: Tim Rozet <trozet@redhat.com>
Juha Kosonen [Tue, 13 Feb 2018 15:42:31 +0000 (15:42 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Test vnf in all os-nosdn-nofeature scenarios"
- Test vnf in all os-nosdn-nofeature scenarios
It allows setting os-nosdn-nofeature-noha as default value if
DEPLOY_SCENARIO is unset.
As orchestra* testcases are already disabled, it's useless to ask a
specific installer. All vnf testcases should work vs any installer.
Change-Id: Ia388f96348f9d06745f8d1669962d7f1c4e47d84
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Alexandru Avadanii [Tue, 13 Feb 2018 15:32:36 +0000 (15:32 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Merge "[centos jump] Add more missing required packages"
- [centos jump] Add more missing required packages
- gcc is required for NBD kernel module build;
- gdisk is required for resizing rootfs in nbd-mounted chroot;
Change-Id: I8863c126b75ce3a15998c03d2d159f53f5006f5d
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Tue, 13 Feb 2018 15:07:37 +0000 (15:07 +0000)]
Update git submodules
* Update docs/submodules/pharos from branch 'master'
- Merge "Update PTL to Julien Zhang in INFO file"
- Update PTL to Julien Zhang in INFO file
Includes a link to the TSC notice of PTL change.
Change-Id: Ib5ea9abdc9bcfec29c3cb1ab02906221436969f1
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Cedric Ollivier [Tue, 13 Feb 2018 15:05:12 +0000 (15:05 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Enhance variable manipulation in rally"
- Enhance variable manipulation in rally
- utilize env vars directly via os module
- use getattr to read CONST
JIRA: FUNCTEST-931
Change-Id: I893a91331e26846f8effe2d3d58522950bd096fd
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
Martin Klozik [Tue, 13 Feb 2018 14:14:00 +0000 (14:14 +0000)]
Update git submodules
* Update docs/submodules/vswitchperf from branch 'master'
- Merge "loadgen: Support for Stressor-VMs as a Loadgen"
- loadgen: Support for Stressor-VMs as a Loadgen
This patch adds support for stressor-VMs as a loadgen in VSPERF.
The changes include:
1. 07_loadgen.conf: User can specify the stressor-VM specific
configuration. It includes, image-name, path, nics, memory, etc.
2. loadgen/stressorvm/stressor_vm.py: This file implement ILoadGenerator
interface. It implements all the necessary APIs for starting and
stopping the loads.
3. Fixed Pylint Error
4. Removed the network device configuration from qemu-system-x86_64
command as stessor-vm mostly focus on CPU and memory stressing.
5. Moved the creation of loadgen after the VNFs are setup in
testcase.py.
6. Fixed copyright issues.
7. Removed python-3 checking. Improved exception handling
8. Set Default loadgen as DummyLoadGen
9. Improved OSError Printing with directory name and error
10. Update the year in license. 2017-2018.
JIRA: VSPERF-504
Change-Id: Iad6c0780c184f8e36eddcbcae2a580f41118e8dc
Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com>
Cédric Ollivier [Tue, 13 Feb 2018 10:27:10 +0000 (11:27 +0100)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Temporarily disable doctor-notification
It's currently forbidding gating all APEX' scenarios [1] (even
os-nosdn-nofeature-* [2]). It will be enabled when it's fixed or when
functest jobs are rewritten [3]
[1] https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-master/772/console
[2] https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-master/770/console
[3] https://gerrit.opnfv.org/gerrit/#/c/51853/
Change-Id: I571c464aabe02f67a9e98ca1ab42d8a7efc672ee
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Christian Trautman [Tue, 6 Feb 2018 16:49:55 +0000 (11:49 -0500)]
Update git submodules
* Update docs/submodules/vswitchperf from branch 'master'
- python34_update: Updated build scripts for Centos and RHEL to python34
Recent patch update to collectd requires new packages that must
have python34 as a minimum version available. This updates the
build scripts for Centos and RHEL to use scl enabled python34.
1. Adds needed packages to build correctly for Centos and RHEL
2. Changes repo location to pull scl enabled python34
3. Modifies enablement of scl to new package string
4. Updates documentation to reflect change
JIRA: VSPERF-558
Change-Id: I52257ecfc6abc2112c30137c1de3ced272f21066
Signed-off-by: Christian Trautman <ctrautma@redhat.com>
Yifei Xue [Tue, 6 Feb 2018 03:46:09 +0000 (11:46 +0800)]
Update git submodules
* Update docs/submodules/compass4nfv from branch 'master'
- Update the odl_sfc plugin to use the latest version
JIRA: -
We have upgraded odl version to nitrogen SR1. So this patch
we are going to update the odl_sfc plugin to satisfy the
latest odl version.
Change-Id: I7342fad58c0ae21f918e27e9d72deae214c2af4e
Signed-off-by: Yifei Xue <xueyifei@huawei.com>
Rodolfo Alonso Hernandez [Tue, 13 Feb 2018 11:02:45 +0000 (11:02 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Move tests: unit/benchmark"
- Move tests: unit/benchmark
* Fix pylint errors
* Add TODOs
Some errors are ignored locally, as they were a symptom of other problems.
These issues have been flagged with a TODO, and should be fixed later.
Change-Id: I30eb4b0aafe0575d0cddbc946108291f21a98ed8
Jira: YARDSTICK-837
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Cedric Ollivier [Tue, 13 Feb 2018 10:23:32 +0000 (10:23 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Remove obsolote env var IS_CI_RUN"
- Remove obsolote env var IS_CI_RUN
Change-Id: I284e0ec97792620db08005a617f584b81a1eae63
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cedric Ollivier [Tue, 13 Feb 2018 10:23:26 +0000 (10:23 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Read env vars instead of using CONST in API"
- Read env vars instead of using CONST in API
Also, improve the way of getting env values.
JIRA: FUNCTEST-933
Change-Id: Ia66bbaf683df03c2874fafe578b84bb78a4f3fd1
Signed-off-by: Linda Wang <wangwulin@huawei.com>
Cedric Ollivier [Tue, 13 Feb 2018 10:15:27 +0000 (10:15 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Export env vars instead of CONST in refstack"
- Export env vars instead of CONST in refstack
JIRA: FUNCTEST-930
Change-Id: I7f28ee0b9a55c53a11f03509c3f9e8eb37cc43a9
Signed-off-by: Linda Wang <wangwulin@huawei.com>
Cedric Ollivier [Tue, 13 Feb 2018 10:14:00 +0000 (10:14 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Improve the way of getting env values"
- Improve the way of getting env values
It simply reads env vars instead of calling CONST.__getattribute__()
Change-Id: If3137f3cfb9f3102388988a82393b9b2f4e99f60
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cedric Ollivier [Tue, 13 Feb 2018 10:13:36 +0000 (10:13 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Improve the way of setting values in CONST"
- Improve the way of setting values in CONST
Use setattr instead of internal method (__setattr__).
It must be completed by patches fixing [1] [2] and [3].
[1] https://jira.opnfv.org/browse/FUNCTEST-930
[2] https://jira.opnfv.org/browse/FUNCTEST-931
[3] https://jira.opnfv.org/browse/FUNCTEST-932
Change-Id: I9558f33f5ed4559b6031d75951d5637c0c0ef8cb
Signed-off-by: Linda Wang <wangwulin@huawei.com>
Cedric Ollivier [Tue, 13 Feb 2018 10:12:56 +0000 (10:12 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Fix the config of fixed_network_name in tempest"
- Fix the config of fixed_network_name in tempest
Change-Id: I58726d0fec5b2da4ea8ac1f9925fe56d2f9d7ce0
Signed-off-by: Linda Wang <wangwulin@huawei.com>
Cédric Ollivier [Mon, 12 Feb 2018 10:33:49 +0000 (11:33 +0100)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Simplify functest/cli/commands/cli_env.py
CONST shouldn't be used for getting/setting env vars.
It adds complexity and may raise side effects.
It also removes the obsolete env var CI_DEBUG.
Change-Id: I8a8fde0fa781351d5eabd2698ca8aae9dee76fb8
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cedric Ollivier [Tue, 13 Feb 2018 06:01:13 +0000 (06:01 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Export env vars via os.environ in test_openstack_utils.py"
- Export env vars via os.environ in test_openstack_utils.py
CONST shouldn't be used for getting/setting env vars.
It adds complexity and may raise side effects.
Change-Id: I8319748dd2f0abb95b82a2f65191cac8ccba7f5e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Linda Wang [Tue, 13 Feb 2018 03:31:56 +0000 (03:31 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Enable invalid-name warnings in tempest modules"
- Enable invalid-name warnings in tempest modules
Do not suppress pylint invalid-name warnings but conform the naming
convention.
Change-Id: I324d25b3081fe8a366249559b343c1b9cacadb21
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
Trevor Bramwell [Thu, 8 Feb 2018 18:19:27 +0000 (10:19 -0800)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Update Pharos PTL in Email PTL Macro
Julien has recently been promoted to PTL of the Pharos project and the
macro for emailing the Pharos PTL should reflect this change.
Change-Id: Id3f025cd87284d480da892fc999d7379af50ac95
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Emma Foley [Mon, 12 Feb 2018 16:57:15 +0000 (16:57 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Create host VMs configuration"
- Create host VMs configuration
Using xml files deploy the VM's using the virt plugin.
This code generates the user-data network-config meta-data
and the vm's xml. It also deploys the vm
JIRA: YARDSTICK-963
Change-Id: I97f2d20d0ab75a4444b8b8e6fb65e9e463870af7
Signed-off-by: John O Loughlin <john.oloughlin@intel.com>
Cedric Ollivier [Mon, 12 Feb 2018 16:03:26 +0000 (16:03 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Export env vars via os.environ in test_cli_env.py"
- Export env vars via os.environ in test_cli_env.py
CONST shouldn't be used for getting/setting env vars.
It adds complexity and may raise side effects.
Change-Id: Id80a03aff6eb908a792f1d07addaad4770e8d0cb
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Emma Foley [Mon, 12 Feb 2018 14:06:58 +0000 (14:06 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Heatstack create: fix str/bytes error in NamedTemporaryFile.write()"
- Heatstack create: fix str/bytes error in NamedTemporaryFile.write()
we need to use jsonutils.dump_as_bytes for NamedTemporaryFile.write()
2018-02-11 19:15:01,366 [INFO] yardstick.orchestrator.heat heat.py:563 Creating stack 'yardstick-
4359f33e' START
2018-02-11 19:15:01,935 [ERROR] yardstick.benchmark.contexts.heat heat.py:317 stack failed
Traceback (most recent call last):
File "/home/rbbratta/yardstick-upstream/yardstick/yardstick/benchmark/contexts/heat.py", line 313, in deploy
timeout=self.heat_timeout)
File "/home/rbbratta/yardstick-upstream/yardstick/yardstick/orchestrator/heat.py", line 567, in create
stack.create(self._template, self.heat_parameters, block, timeout)
File "/home/rbbratta/yardstick-upstream/yardstick/yardstick/orchestrator/heat.py", line 56, in create
template_file.write(jsonutils.dumps(template))
File "/home/rbbratta/yardstick_venv3/lib/python3.5/tempfile.py", line 622, in func_wrapper
return func(*args, **kwargs)
TypeError: a bytes-like object is required, not 'str'
JIRA: YARDSTICK-1005
Change-Id: I504f23b86119b62f3aea5b83a445b97bf810220c
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Emma Foley [Mon, 12 Feb 2018 13:51:39 +0000 (13:51 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Replace neutron get network id with shade."
- Replace neutron get network id with shade.
Function get_network_id now uses shade client instead of shade client.
Removed redundant function: get_port_id.
JIRA: YARDSTICK-890
Change-Id: I6081477fee39fa78131187e65daf3d7d3a9e439f
Signed-off-by: Shobhi Jain <shobhi.jain@intel.com>
Cedric Ollivier [Mon, 12 Feb 2018 13:37:29 +0000 (13:37 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Fix pylint errors/warnings in tempest modules"
- Fix pylint errors/warnings in tempest modules
JIRA: FUNCTEST-913
Change-Id: I37b25bbcf43fb1d6f7de0c815ad49070d1e1af12
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
Cédric Ollivier [Mon, 12 Feb 2018 09:04:58 +0000 (10:04 +0100)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Decrease log level in Energy messages
Energy could be safely disabled if one env var is missing.
No error message should be printed in console [1].
It could be enhanced in a second step to print the reasons (missing
or incorrect env vars) instead of the full stack.
[1] https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-master/766/console
Change-Id: I9c405edae16d186f02c632113de1317c89703991
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Ryota Mibu [Mon, 12 Feb 2018 10:57:27 +0000 (10:57 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Doctor: pass project parameter to other job"
- Doctor: pass project parameter to other job
From the failure log of doctor verify ci, project parameter is
not passed to other jobs.
see: https://build.opnfv.org/ci/job/doctor-verify-sample-master/33/console
Change-Id: I6a53cd609a261d90cdc0e1e10a3d7b05a515349e
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
Luc Provoost [Mon, 12 Feb 2018 10:32:35 +0000 (11:32 +0100)]
Update git submodules
* Update docs/submodules/samplevnf from branch 'master'
- Zero packet loss testing has been added.
Using l2 testing, where no ARP messages are being used, you can now run
a zero packet loss test. The binary search will continue to find the
speed where absolutely no packets have been lost during the test.
On top of that, the output has been reformatted to also show the
absolute and relative packet loss.
The *.test files have now 2 new parameters: drop_rate_treshold and accuracy.
When drop_rate_treshold is set to 0, this test will conclude successfull
when no packet has been lost whatsoever. If this is set to any other
number, the test will be successfull when the relative packet loss is
lower than drop_rate_treshold.
The new accuray parameter defines when the binary search will stop:
when the relative difference between the min and max of the search
window is lower than accuracy.
The irq testing is slightly modified to print the total number of
interrupts in a certain time bucket, not only as the number per second,
but when there is no interrupt whatsowever, we print '0' in stead of
'0.0'
Change-Id: I8fafded0a225cbe1ba7ac61cd28e94d72099e4a0
Signed-off-by: Luc Provoost <luc.provoost@intel.com>
Julien [Mon, 12 Feb 2018 10:46:39 +0000 (10:46 +0000)]
Update git submodules
* Update docs/submodules/pharos from branch 'master'
- Merge "Copy scenario-lifecycle docs into pharos"
- Copy scenario-lifecycle docs into pharos
Copy project scenario-lifecycle from Octopus and keep the original
format.
Change-Id: I312b81b88fa7e69cf4b8c23b50f941aab8fba9bd
Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
Ruan HE [Mon, 12 Feb 2018 10:29:33 +0000 (10:29 +0000)]
Update git submodules
* Update docs/submodules/moon from branch 'master'
- Merge "Fix moon-manager tests"
- Fix moon-manager tests
Change-Id: Ie43cefb199d82ef7794f345ec2664e1eb732a67b
Signed-off-by: ReemMahmoud <rfawzy.ext@orange.com>
Ruan HE [Mon, 12 Feb 2018 10:22:45 +0000 (10:22 +0000)]
Update git submodules
* Update docs/submodules/moon from branch 'master'
- Merge "revert setter for index function"
- revert setter for index function
refactor moon utilities context
Change-Id: I9bc1cd90276dfea3de64b17ab8c74ca120bd4f4a
Signed-off-by: sgdt6900 <rhanafy.ext@orange.com>
Emma Foley [Mon, 12 Feb 2018 10:12:49 +0000 (10:12 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Create host networking configuration"
- Create host networking configuration
Create host networking configuration based on the input
configuration file. To define the networks using libvirt,
a temporary XML file is generated for each network.
JIRA: YARDSTICK-962
Change-Id: I24d1c4d2f2e62884675599deb7db255862283ea4
Signed-off-by: John O Loughlin <john.oloughlin@intel.com>
Emma Foley [Mon, 12 Feb 2018 10:06:15 +0000 (10:06 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "vpe: convert DPKD_PORT to LINK ID"
- vpe: convert DPKD_PORT to LINK ID
http://dpdk.org/doc/guides/sample_app_ug/ip_pipeline.html#application-resources-present-in-the-configuration-file
LINK instances are created implicitly based on the PORT_MASK application startup
argument. LINK0 is the first port enabled in the PORT_MASK, port 1 is the next one,
etc. The LINK ID is different than the DPDK PMD-level NIC port ID, which is the actual
position in the bitmask mentioned above. For example, if bit 5 is the first bit set
in the bitmask, then LINK0 is having the PMD ID of 5. This mechanism creates a
contiguous LINK ID space and isolates the configuration file against changes in the
board PCIe slots where NICs are plugged in.
Change-Id: I6e449272cfcfb2b2a75c246f7f569e3f923da245
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Fatih Degirmenci [Mon, 12 Feb 2018 07:56:01 +0000 (07:56 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "vswitchperf: Use POD12 for VERIFY and MERGE jobs"
- vswitchperf: Use POD12 for VERIFY and MERGE jobs
In the past, vswitchperf's VERIFY & MERGE jobs were
executed at ericsson-build3 & build4 machines. However
VPP sometimes refuses to start properly and it is hard
to debug root cause without access to these servers.
Thus description of VERIFY & MERGE jobs was changed
to run them by default at POD12, which is dedicated
to vswitchperf project. In case that daily job is active,
then VERIFY & MERGE jobs will be executed at ericsson-build4
as before.
Execution of "make sanity" was removed, because this
target is a "stub" in vsperf makefile.
Change-Id: Iec0f788ab28425d0999811ceb5236e097cee2ff4
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Reviewed-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Fatih Degirmenci [Mon, 12 Feb 2018 07:53:53 +0000 (07:53 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Add K8s Yardstick daily job for arm64"
- Add K8s Yardstick daily job for arm64
Add k8s Yardstick daily job for arm64 based on compass4nfv for arm64,
which would be triggered after the k8s deployment on arm64.
Change-Id: Ic928ce4bf0c32060a74a434b6bb3e9d9848f3e32
Signed-off-by: trevortao <trevor.tao@arm.com>
Fatih Degirmenci [Mon, 12 Feb 2018 07:49:18 +0000 (07:49 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge changes I68779792,Ide8d210e
* changes:
Export CI_LOOP as expected by Functest
Export an new var related to Energy in functest jobs
- Export CI_LOOP as expected by Functest
Otherwise all testcases are skipped:
https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-master/764/console
https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-master/763/console
It will be enforced by a similar patch in Functest too.
Change-Id: I6877979295378ed9ce6b85ad62e8a78e1572b8ba
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
- Export an new var related to Energy in functest jobs
It conforms with "Unlink Energy from functest utils and constants":
https://gerrit.opnfv.org/gerrit/#/c/51943/
Depends-On: Iecd5d49b4d4c961c9dc51e43e54df1fcd4027266
Change-Id: Ide8d210eab26451a63911938fe0e1bafcf77c500
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Guo Ruijing [Mon, 12 Feb 2018 08:48:10 +0000 (03:48 -0500)]
Update git submodules
* Update docs/submodules/container4nfv from branch 'master'
- update kata container deployment
1. fix kata container deployment failure issue
2. use package instead of source build
3. remove docker installation
4. upgrade to k8s 1.9
Change-Id: Ie7698fb0e6a3a459d42b17d998b21f2dcf3a7854
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Ross Brattain [Mon, 12 Feb 2018 03:05:09 +0000 (03:05 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "cleanup: rm node_ID from yardstick prepare_env file"
- cleanup: rm node_ID from yardstick prepare_env file
There is some redundant code in prepare_env.sh script
for the fuel installer, the changes are to:
1. Remove variabls 'node_ID' and 'node_line_num';
2. Rewrite section that replace ip address of controller/compute;
3 Add $YARDSTICK_REPO_DIR in front of variable 'pod_yaml';
JIRA: YARDSTICK-991
Change-Id: I4fbd2c2ba2e6109cc04dc452202fbed701d79b2b
Signed-off-by: ting wu <ting.wu@enea.com>
Emma Foley [Sun, 11 Feb 2018 22:08:55 +0000 (22:08 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Remove references to "dpdk_nic_bind" utility"
- Remove references to "dpdk_nic_bind" utility
In DPDK 16.07 [1], "dpdk_nic_bind" utility was renamed to "dpdk-devbind".
This patch removes all references to this previous naming to avoid
confusions.
[1] https://dpdk-guide.gitlab.io/dpdk-guide/setup/binding.html
JIRA: YARDSTICK-995
Change-Id: I827c4c11c9e9e519f33f21b80459e7d65e51545e
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Emma Foley [Sun, 11 Feb 2018 22:02:27 +0000 (22:02 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "BugFIX: NSB-setup build script fix for BM"
- BugFIX: NSB-setup build script fix for BM
JIRA: YARDSTICK-994
The NSB set-up script for baremetal is broken.
In nsb_setp.yml file, "Prepare baremetal machine"
is commented due to which the ubuntu_server_baremetal_deploy_samplevnfs.yml
file is never called.
Change-Id: Icc95018ba746d6efa5baf09322b3255806da8952
Signed-off-by: Abhijit Sinha <abhijit.sinha@intel.com>
Rodolfo Alonso Hernandez [Sun, 11 Feb 2018 20:37:22 +0000 (20:37 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Replace "python-heatclient" with "shade" client"
- Replace "python-heatclient" with "shade" client
Replaced "python-heatclient" with "shade" client. The "python-heatclient"
library is removed from requirements file. "shade" client version 1.22.2
is the required one for OpenStack Pike release.
shade is the recommended client to interact with OpenStack clouds [1]
[1] https://github.com/openstack-infra/shade
JIRA: YARDSTICK-880
Change-Id: Ibbdfc42a543d2d9ed4cf70d78de3de8cbecd0076
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
agardner [Fri, 2 Feb 2018 22:57:23 +0000 (17:57 -0500)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Auto Generated INFO.yaml file
INFO.yaml meant to be machine readable.
This file was auto generated from an ldap lookup
and your projects INFO file.
Meeting times are not currently filled out.
please ammend this patchset to complete
Going forward comitter promotions should be done
against this file.
PTLs:
Must be merged for you to gain delete access on
testresults.opnfv.org
If project_lead: is missing (my script could not parse)
please amend with same from commiters section eg:
project_lead: &opnfv_dovetail_ptl
name: 'Lead Name'
email: 'lead email'
id: 'lead lfid'
company: 'lead company'
Change-Id: Ie151ba96dd6b6c7d0d8e74e1462e35133a7c235f
Signed-off-by: agardner <agardner@linuxfoundation.org>
zhihui wu [Sun, 11 Feb 2018 07:43:33 +0000 (07:43 +0000)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Merge "Add the creation/deletion of image in the pipeline"
- Add the creation/deletion of image in the pipeline
- Specify image download and upload details
JIRA: QTIP-291
Change-Id: I9f4e0d179f7d907b448b716274348fb6c71dd3bc
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
xudan [Sun, 11 Feb 2018 06:49:17 +0000 (01:49 -0500)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Bugfix: delete extra whitespace
Change-Id: I1fe8c9d4b6b2ee461320bc20342d439e23c9c616
Signed-off-by: xudan <xudan16@huawei.com>
mei mei [Sun, 11 Feb 2018 03:29:55 +0000 (03:29 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "[Dovetail CI] change dovetail CI jobs on Compass"
- [Dovetail CI] change dovetail CI jobs on Compass
1. run default test suite on Compass on Monday and Tuesday for scenario
'os-nosdn-nofeature-ha' and 'os-odl_l3-nofeature-ha'
2. run test suite 'proposed_tests' on Compass on Thursday and Friday for
scenario 'os-nosdn-nofeature-ha' and 'os-odl_l3-nofeature-ha'
JIRA: DOVETAIL-612
Change-Id: I027ca278eb63bdc6842a9494b676cdab8d2d25bf
Signed-off-by: xudan <xudan16@huawei.com>
Ruijing Guo [Sun, 11 Feb 2018 02:57:39 +0000 (02:57 +0000)]
Update git submodules
* Update docs/submodules/container4nfv from branch 'master'
- Merge "Fix onap aai deployment failure issue"
- Fix onap aai deployment failure issue
Change-Id: I3a2bf891d3910e395ea976c31454bd6556fc4a3a
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Ruijing Guo [Sun, 11 Feb 2018 02:35:40 +0000 (02:35 +0000)]
Update git submodules
* Update docs/submodules/container4nfv from branch 'master'
- Merge "Clearwater documentation"
- Clearwater documentation
Documentation for clearwater implementation.
Change-Id: I6cc06f82aeb8b75f64b239f629866f22c8cca60e
Signed-off-by: Laura Sofia Enriquez <lsofia.enriquez@gmail.com>
HU Xinhui [Sun, 11 Feb 2018 02:15:10 +0000 (02:15 +0000)]
Update git submodules
* Update docs/submodules/compass4nfv from branch 'master'
- Merge "change k8s version to v1.9.1"
- change k8s version to v1.9.1
JIRA: -
1. compass4nfv can deploy v1.9.1 kubernetes
2. end user can use the kubernetes dashboard
Change-Id: I274dda38599da95f382dfcb4159b530da8422fd8
Signed-off-by: hu xinhui <xinhui_hu@foxmail.com>