Rodolfo Alonso Hernandez [Thu, 22 Feb 2018 16:29:02 +0000 (16:29 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Fix error in address input format in "_ip_range_action_partial""
- Fix error in address input format in "_ip_range_action_partial"
IP address format introduced in [1] should be unicode instead of string.
"ipaddress.IPv4Address(min_value)" doesn't parse correctly the input
parameter unless the parameter is in unicode format; this is valid both
for Python version 2 and 3.
Execution error if the parameter is a string:
>>> int(ipaddress.IPv4Address('10.0.3.2'))
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python2.7/dist-packages/ipaddress.py",
line 1391, in __init__
self._check_packed_address(address, 4)
File "/usr/local/lib/python2.7/dist-packages/ipaddress.py",
line 554, in _check_packed_address
expected_len, self._version))
ipaddress.AddressValueError: '10.0.3.2' (len 8 != 4) is not permitted
as an IPv4 address. Did you pass in a bytes (str in Python 2) instead
of a unic
[1]https://github.com/opnfv/yardstick/blob/
e5775e7efbc55f116b4d4ac11ff87b8d8553247e/yardstick/network_services/traffic_profile/traffic_profile.py#L87-L88
JIRA: YARDSTICK-996
Change-Id: Ic727a79044834b181c99789f0f5efc21c68f0ff2
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Martin Klozik [Thu, 22 Feb 2018 15:53:08 +0000 (15:53 +0000)]
Update git submodules
* Update docs/submodules/vswitchperf from branch 'master'
- Merge "LTD: Expand requirements of Soak/Long Duration Tests"
- LTD: Expand requirements of Soak/Long Duration Tests
In Project discussion on Jan 17, 2018 including review of RFC 8204,
we identified the following five areas to improve the Soak tests.
See the JIRA ticket for details.
JIRA: VSPERF-557
Change-Id: I5314c283a383c57d99863fcf7262c4f28e1c12a8
Signed-off-by: Al Morton <acmorton@att.com>
Reviewed-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Sridhar Rao <sridhar.rao@spirent.com>
Reviewed-by: Trevor Cooper <trevor.cooper@intel.com>
Reviewed-by: Richard Elias <richardx.elias@intel.com>
Deepak S [Thu, 22 Feb 2018 14:48:39 +0000 (14:48 +0000)]
Update git submodules
* Update docs/submodules/samplevnf from branch 'master'
- Merge "Fixed the calculation of dropped packets and other changes"
- Fixed the calculation of dropped packets and other changes
* Calculation of aboslute and relative dropped packets was wrong and is
now fixed.
* ./createrapid.py has now an extra option to select custom availability
zones for the different VMs.
* Fixed a typo to create the flavor: hw:cpu_thread_policy
* The generator config files have now the packet id & signature fields.
See PROX for more details on this.
* ./runrapid has now a new option --configonly. Default is False. If set
to True, all configuration files will be copied to the VMS, but the
tests are not started. This allows you to go to the VMs and manually
start PROX.
* In addition to the average latency, maximum latency is now also
displayed.
Change-Id: I3bbd7897deb6e452068c07ef68d3959ffa4a4b50
Signed-off-by: Luc Provoost <luc.provoost@intel.com>
Deepak S [Thu, 22 Feb 2018 14:48:27 +0000 (14:48 +0000)]
Update git submodules
* Update docs/submodules/samplevnf from branch 'master'
- Merge "Add support for comments in configuration variables"
- Add support for comments in configuration variables
This feature will enable the possibility to have many cores
configured in a prox config file, and enable/disable them
through variables.
For instance, a [core $var1] section in a config file will
result in [core 1] if $var1 = 1; the whole section and section
content will be ignored if $var1=#
Before this implementation, [#core 1] or [core #] was already
treated as a commented out section (the whole section was
commented). But there was no way to define a variable $var = #
to comment a section through a variable.
Note that in today's implementation any non numerical
(except s, h, t, -) characteter in the [core] section header
(and not only #) will cause the section to be ignored.
It would probably be better to consider # (as maybe N/A and none)
as comments, and everything else as error. This is however not
supported by the change request.
Change-Id: Id4e2b27a1f9b6d595e0b442dcd971ad44a502031
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
Deepak S [Thu, 22 Feb 2018 14:48:19 +0000 (14:48 +0000)]
Update git submodules
* Update docs/submodules/samplevnf from branch 'master'
- Merge "Fix latency accuracy and dumping latencies to file"
- Fix latency accuracy and dumping latencies to file
- Also changed lat_info.tx_packet_index to uint64_t,
so also did it for task_lat.prev_tx_packet_index and n_loss.
- Adjusted format strings accordingly, and fixed some other formats.
- Adjusted overflow increment to 2^32 (i.e. UINT32_MAX + 1).
- Replaced hard-coded 64 with ACCURACY_BUFFER_SIZE (still hard-coded
in handle_gen.c).
Change-Id: Ia59f36e17c0797a2a958dbe3b2ac420263473524
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
Signed-off-by: Patrice Buriez <patrice.buriez@intel.com>
Aaron Smith [Thu, 22 Feb 2018 13:58:31 +0000 (13:58 +0000)]
Update git submodules
* Update docs/submodules/barometer from branch 'master'
- Merge "docs: update userguide with zookeeper instance tags and fix typos"
- docs: update userguide with zookeeper instance tags and fix typos
Change-Id: I916f6e9388a7ac25ff0b5631ec49fa25157c909f
Signed-off-by: Gordon Kelly <gordon.kelly@intel.com>
Aaron Smith [Thu, 22 Feb 2018 13:53:11 +0000 (13:53 +0000)]
Update git submodules
* Update docs/submodules/barometer from branch 'master'
- Merge "docker: add command to run run_collectd script on bring up"
- docker: add command to run run_collectd script on bring up
Change-Id: I509ee90f29115171e65b77dbba3081ae69aa0c8c
Signed-off-by: Gordon Kelly <gordon.kelly@intel.com>
Emma Foley [Thu, 22 Feb 2018 12:54:27 +0000 (12:54 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Make files pep8 compliant"
- Make files pep8 compliant
This change makes files pep8 compliant before adding the
reuse context feature
JIRA: YARDSTICK-886
Change-Id: Iae7daaa159a9ddbb5809a9a7ac74f8a53683089a
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
Sofia Wallin [Thu, 22 Feb 2018 11:45:31 +0000 (11:45 +0000)]
Merge "OPNFV Sphinx Theme"
Rodolfo Alonso Hernandez [Thu, 22 Feb 2018 11:36:37 +0000 (11:36 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Refactor benchmark.core.test_plugin.PluginTestCase"
- Refactor benchmark.core.test_plugin.PluginTestCase
Tests in benchmark.core.test_plugin.PluginTestCase are not covering
correctly the functionality of the tested class.
YARDSTICK-851
Change-Id: I0b4cda7dbf109776a202167abfde8c9eb268db12
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Manuel Buil [Thu, 22 Feb 2018 11:10:08 +0000 (11:10 +0000)]
Update git submodules
* Update docs/submodules/sfc from branch 'master'
- Merge "Switch to os.environ for getting OpenStack env vars"
- Switch to os.environ for getting OpenStack env vars
CONST shouldn't be selected to get env vars.
Now it may raise KeyErrors if env is not well configured.
Change-Id: I5e3f525640809778c5349fdc1c3796227894d0cd
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cedric Ollivier [Thu, 22 Feb 2018 07:48:49 +0000 (07:48 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Unify security group operations"
- Unify security group operations
It updates juju_epc to conform with cloudify_ims and
cloudify_vrouter regarding security group operations.
Change-Id: I2bc4a16ec17f2836564df82d3ceddd3bc73ece7a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Alexandru Avadanii [Thu, 22 Feb 2018 01:40:14 +0000 (02:40 +0100)]
Update git submodules
* Update docs/submodules/armband from branch 'master'
- u/fuel: Bump & rebase for cinder disk volume
JIRA: FUEL-330
Change-Id: If089aa41a77a9694ae99dfee79a105ac92917416
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Thu, 22 Feb 2018 01:02:45 +0000 (02:02 +0100)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- [HA] [cinder] Fix rootfs part name for sda > 2TB
On systems with more than 2TB on /dev/sda, MaaS automatically creates
a 1MB partition with bios_grub label as /dev/sda1.
Account for this and expect rootfs to reside on /dev/sda2 (assume
all compute nodes have the same behavior wrt this issue).
Ideally, later we will switch to explicit partitioning via MaaS, or to
a new baremetal provisioner like Ironic.
Requires bumping Pharos git submodule to pick up the new j2 filter.
Fixes:
f6f8a56
JIRA: FUEL-330
Change-Id: I12f5046cf69bf2f52c8b8dc331b90048df643646
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Thu, 22 Feb 2018 00:31:50 +0000 (01:31 +0100)]
Update git submodules
* Update docs/submodules/pharos from branch 'master'
- gen_config_lib: Add storage_size_num filter
New filter for converting PDF disk_capacity strings into a numeric
only string (to bypass scientific notation), parsable as float.
Change-Id: I779bec7db03ef1b3ce1bfd6ca239a3e7b4021eb2
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Yifei Xue [Thu, 22 Feb 2018 00:38:54 +0000 (00:38 +0000)]
Update git submodules
* Update docs/submodules/compass4nfv from branch 'master'
- Merge "add a multus with 2 fannel interfaces installation"
- add a multus with 2 fannel interfaces installation
Support deploying multus multiple flannel CNI plugins by setting
environment "kube_network_plugin" to "2flannel".
Change-Id: I23a3d42452b4a5e0858a18934f508649f5961e7a
Signed-off-by: Di Xu <di.xu@arm.com>
agardner [Wed, 21 Feb 2018 20:24:10 +0000 (15:24 -0500)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Move generation of artifacts.opnfv.org to jenkins
Move generation of artifacts.opnfv.org/index.html
and sub pages into a jenkins job.
Script was run on cron on master previously.
run on lf-build2
Run job once per hour (it takes a long time to run)
Block if job is already running
Change-Id: Icc03cac61a802e036e4af8a9b9e3a244e147abea
Signed-off-by: agardner <agardner@linuxfoundation.org>
Gordon Kelly [Wed, 21 Feb 2018 12:22:09 +0000 (12:22 +0000)]
Update git submodules
* Update docs/submodules/barometer from branch 'master'
- compose: modify zookeeper tag and add container names
Change-Id: I676940bb0d5c7d9e181d27b15130e6ec4a4ececd
Signed-off-by: Gordon Kelly <gordon.kelly@intel.com>
Cedric Ollivier [Wed, 21 Feb 2018 19:15:47 +0000 (19:15 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Leverage of snaps creds to get the right region name"
- Leverage of snaps creds to get the right region name
Else it gets the defaut value as it's unset in env.
Change-Id: Ic2a9cdaed7891fe2723f960782c81c0cbb04e8f0
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cedric Ollivier [Wed, 21 Feb 2018 19:15:35 +0000 (19:15 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Print stdout and stderr when calling commands over SSH"
- Print stdout and stderr when calling commands over SSH
It will help debugging possible issues vs APEX [1].
[1] https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-master/792/console
Change-Id: I610f5b0a7774440c51fa086fad4f61c9be0571dc
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Tue, 20 Feb 2018 10:51:42 +0000 (11:51 +0100)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Create a second user in cloudify_vrouter
It mainly bypasses a bug when a similar network name has already been
created.
We can't apply the same operations for cloudify_vims because the key
must be created by the _member_ user.
Snaps haven't allowed that since [1] has been merged
[1] https://gerrit.opnfv.org/gerrit/#/c/52157/
Change-Id: I90131487d0e08a4d95c684efb16a8009c3709a8e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Dimitrios Markou [Thu, 15 Feb 2018 16:15:41 +0000 (18:15 +0200)]
Update git submodules
* Update docs/submodules/releng-xci from branch 'master'
- Correct the BIFROST_IRONIC_VERSION variable
By mistake the BIFROST_IRONIC_VERSION variable was
written BIFROST_IRONIC_CLIENT_VERSION
Change-Id: Ie35a4938a2fb38c633dd149c1d18f1da20a4e82a
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
Alexandru Avadanii [Sat, 17 Feb 2018 23:30:20 +0000 (00:30 +0100)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- [HA] [cinder] Switch loop to free space on sda
On cmp nodes, we assing 30G (fixed) to rootfs, use the rest for
cinder.
Note: AArch64 gets one extra partition (the EFI System Partition or
ESP) on /dev/sda1 via MaaS.
JIRA: FUEL-330
Change-Id: I2a36107d074532b627bd2349cafc0c8ee61f500f
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
- [salt.sh] Armband extra repo for forked reclass
- add Armband nightly/extra DEB repository;
- install forked and updated reclass 1.5.2 which includes:
* better error reporting;
* support for deleting existing keys during list interpolation;
* various other improvements and optimizations;
While at it, update copyright year for patches.
JIRA: FUEL-345
Change-Id: I00d8b625fe191648e7ea34b3dd4c8375691384e6
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Aric Gardner [Wed, 21 Feb 2018 15:10:02 +0000 (15:10 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Add functest-kubernetes repo to lint verification"
- Add functest-kubernetes repo to lint verification
Change-Id: Ia1e05db344e6e6b4a773bf17157488716ac0c305
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
Manuel Buil [Fri, 16 Feb 2018 16:13:39 +0000 (17:13 +0100)]
Update git submodules
* Update docs/submodules/sfc from branch 'master'
- Update XCI deployment files
We are now aligned with master so we don't need a-r-r file anymore or the
OpenStack versions file
Change-Id: Ida0b8f0414870d5fa3fecdc79564def345187b2e
Signed-off-by: Manuel Buil <mbuil@suse.com>
Markos Chandras [Tue, 20 Feb 2018 17:19:13 +0000 (17:19 +0000)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- openstack: nova_utils_tests: Wait for volume detachment
The 'test_add_remove_volum' is supposed to wait for volume attachment
and detachments. However, the code for the latter was missing. Moreover,
we remove some code that checks for attached volumes since that should
never happen when detaching the volume.
Change-Id: I9ed54a467062d0ddc4efeddf03af7ebe6173e789
Signed-off-by: Markos Chandras <mchandras@suse.de>
Markos Chandras [Tue, 20 Feb 2018 15:13:29 +0000 (15:13 +0000)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- openstack: nova_utils_tests: Increase timeout for API calls
Patch I2245adb84d0e6d4e3350d17d0c2e44baf5202d51 increased the timeout
for the API calls to 2 minutes which was then somewhat reverted in
Iea3aeab59c378917fbd175d673113e8d30e2e4b9. However, the problem still
persists on slow systems and 30 seconds may not be enough to confirm
a volume attachment to the VM.
Change-Id: I860b2a797917e13772e95c5d756919e9792b63a6
Signed-off-by: Markos Chandras <mchandras@suse.de>
Narinder Gupta [Tue, 20 Feb 2018 18:47:15 +0000 (12:47 -0600)]
Update git submodules
* Update docs/submodules/joid from branch 'master'
- modfiied to reflect the supported version only.
Change-Id: Ib8fd3588376a160a4e1c9260ed7a6b51635f6152
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Cédric Ollivier [Wed, 21 Feb 2018 10:44:44 +0000 (11:44 +0100)]
Update git submodules
* Update docs/submodules/sfc from branch 'master'
- Take into account last Functest config updates
It follows the next changes (Functest) which renamed the related
config entry [1].
[1] https://gerrit.opnfv.org/gerrit/#/c/51283/5/functest/ci/config_functest.yaml
Change-Id: Ieae5baff13bb70aa35b01c2358ab4865cdb9dfb0
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Emma Foley [Wed, 21 Feb 2018 09:58:28 +0000 (09:58 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Bug fix for Ansible destroy VM script"
- Bug fix for Ansible destroy VM script
Modified the destroy script to ignore errors as 2 possible
problems can cause a play to fail.
1. A VM can be running but undefined.
2. A VM can be destroyed but still running.
JIRA: YARDSTICK-1006
Change-Id: Ib66f48401bfefb598f553cfef31bfa2682f5a584
Signed-off-by: John O Loughlin <john.oloughlin@intel.com>
Fatih Degirmenci [Wed, 21 Feb 2018 09:11:52 +0000 (09:11 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Rename var XCI_LOOP to CI_LOOP to align with Functest"
- Rename var XCI_LOOP to CI_LOOP to align with Functest
Change-Id: If5c5b828312dc588515589b8075b9754537b8f86
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Markos Chandras [Wed, 21 Feb 2018 09:06:32 +0000 (09:06 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "jjb: xci: Fix bifrost blockers for XCI jobs"
- jjb: xci: Fix bifrost blockers for XCI jobs
The bifrost regexp was wrong leading to conflicts betwen the XCI
and bifrost jobs. Moreover, we need to add the same restrictions for
jobs/node on bifrost jobs similar to the XCI ones. This finally fixes
the 'throttle' property to use the 'xci-verify-virtual' category.
Change-Id: I6d3f8fdd82738c1d079b1a3fdef134753eb4281a
Signed-off-by: Markos Chandras <mchandras@suse.de>
Markos Chandras [Wed, 21 Feb 2018 08:51:50 +0000 (08:51 +0000)]
Update git submodules
* Update docs/submodules/releng-xci from branch 'master'
- Merge "xci: xci-deploy.sh: Calculate and print the total deployment time"
- xci: xci-deploy.sh: Calculate and print the total deployment time
It's useful to know how XCI performs in terms of duration time so
use the bash $SECONDS variable to calculate the total amount of time
it takes for a full XCI deployment. Moreover, use the 'ts' command to
print a timestamp for every command executed. This will help developers
identify tasks which take a lot of time to complete and possibly
optimize them.
Change-Id: I75a8cb8c05957bb205e63210d6cafaf54d989f32
Signed-off-by: Markos Chandras <mchandras@suse.de>
Manuel Buil [Wed, 21 Feb 2018 08:42:29 +0000 (08:42 +0000)]
Update git submodules
* Update docs/submodules/sfc from branch 'master'
- Merge "Switch from CONST to env.get()"
- Switch from CONST to env.get()
env.get() ensures that default values are reused if unset.
It also avoids desynchronization between os.environ and CONST.
It follows the change "Get properly env vars or their default values"
[1] applied in Functest.
It also fixes minor issues on shebangs and takes several pylint rules
into account in this module:
- http://pylint-messages.wikidot.com/messages:w0702
- https://www.python.org/dev/peps/pep-0282/
[1] https://gerrit.opnfv.org/gerrit/#/c/52221/
Change-Id: Ia7ad168b2cbbade8ea3890fb95dc01bcdfc50468
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Markos Chandras [Wed, 21 Feb 2018 08:38:41 +0000 (08:38 +0000)]
Update git submodules
* Update docs/submodules/releng-xci from branch 'master'
- Merge "xci: playbooks: run-functest: Collect functest results"
- xci: playbooks: run-functest: Collect functest results
Add a new volume to the docker container which will hold the results
from the functest run.
Change-Id: I70541a8337c9198a97304312adfab74d4dd06b70
Signed-off-by: Markos Chandras <mchandras@suse.de>
Markos Chandras [Mon, 19 Feb 2018 17:51:42 +0000 (17:51 +0000)]
Update git submodules
* Update docs/submodules/releng-xci from branch 'master'
- xci: Switch VM disk cache to 'unsafe' and use 'iothreads' for I/O
According to the docs[1]
"writeback: This mode causes the hypervisor to interact with the disk
image file or block device with neither O_DSYNC nor O_DIRECT semantics.
The host page cache is used and writes are reported to the guest as
completed when they are placed in the host page cache. The normal page
cache management will handle commitment to the storage device.
Additionally, the guest's virtual storage adapter is informed of the
writeback cache, so the guest would be expected to send down flush
commands as needed to manage data integrity. Analogous to a raid
controller with RAM cache."
and
"writeback: This mode informs the guest of the presence of a write
cache, and relies on the guest to send flush commands as needed to
maintain data integrity within its disk image. This is a common
storage design which is completely accounted for within modern file
systems. This mode exposes the guest to data loss in the unlikely case
of a host failure, because there is a window of time between the time
a write is reported as completed, and that write being committed to the
storage device."
"unsafe: This mode is similar to writeback caching except for the
following: the guest flush commands are ignored, nullifying the data
integrity control of these flush commands, and resulting in a higher
risk of data loss because of host failure. The name “unsafe” should
serve as a warning that there is a much higher potential for data
loss because of a host failure than with the other modes. As the
guest terminates, the cached data is flushed at that time."
It's beneficial to use the host page cache to cache I/O from the guest
instead of waiting for data to reach the actual disk device. We do not
normally care about data integrity so data loss is not a problem.
Moreover, we drop the cache configuration from the flavor files since
it's independent of the flavor that's being deployed.
[1] https://www.suse.com/documentation/sles-12/singlehtml/book_virt/book_virt.html#cha.cachemodes
Change-Id: I118ffdf84b1be672185b3eff60fe5d0b5f1a590d
Signed-off-by: Markos Chandras <mchandras@suse.de>
Fatih Degirmenci [Wed, 21 Feb 2018 08:24:05 +0000 (08:24 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "jjb: xci: bifrost-verify-jobs: Increase build-timeout value"
- jjb: xci: bifrost-verify-jobs: Increase build-timeout value
The bifrost jobs could run in parallel with the XCI ones so it may take
longer than 90 minutes to complete. Lets double the timeout value in
order to ensure that we don't fail due to a Jenkins timeout.
Change-Id: I53a442f434d839d891bf03e41ba1a6a4459fd878
Signed-off-by: Markos Chandras <mchandras@suse.de>
Harry Huang [Mon, 19 Feb 2018 14:51:42 +0000 (22:51 +0800)]
Update git submodules
* Update docs/submodules/compass4nfv from branch 'master'
- Support featrue plugin for k8s
JIRA: COMPASS-587
Enable plugin siwtch list for k8s scenario.
Change-Id: Id9286567faf47be2bbaa7982a6fcadea92e16ad2
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Alexandru Avadanii [Tue, 20 Feb 2018 17:32:31 +0000 (18:32 +0100)]
Update git submodules
* Update docs/submodules/armband from branch 'master'
- u/fuel: Bump & rebase for set_storage_layout
Change-Id: Icfb495619b178af90998a82e4b359445649a7284
Trevor Bramwell [Tue, 20 Feb 2018 20:51:48 +0000 (20:51 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Remove 'cd && pull' commands from jjb-merge job"
- Remove 'cd && pull' commands from jjb-merge job
These are no longer needed since the server has been migrated, and a git
clone already exists in the workspace.
Change-Id: I07b5ff9185323d7295578b23a634e2d0e03afcd7
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
agardner [Fri, 16 Feb 2018 20:56:15 +0000 (15:56 -0500)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- jenkins-jnlp-connect.sh takes time to launch
wget --timestamping https://build.opnfv.org/ci/jnlpJars/slave.jar && true
this takes time, especially from china.
Tell monit to back off while waiting for the pid file to
be created
Change-Id: I02327323d50d0a4a8b379535d8da84a20348ba6f
Signed-off-by: agardner <agardner@linuxfoundation.org>
Ross Brattain [Tue, 20 Feb 2018 18:55:04 +0000 (18:55 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Proposing Abhijit Sinha as a committer in Yardstick"
- Proposing Abhijit Sinha as a committer in Yardstick
Abhijit Sinha has contributed to the Yardstick project in many ways
Achievements/Contributions include:
- PROX VNF and TG for NFVi characterization tests
- Attending Yardstick meetings
- PROX Grafanfa dashboards
Change-Id: I455ff22b8cb68c6422fc864659668412bed3e9c4
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Guillermo Herrero [Wed, 31 Jan 2018 15:39:02 +0000 (16:39 +0100)]
Update git submodules
* Update docs/submodules/pharos from branch 'master'
- generate_config: Move filters to external library
Clean and isolate main script logic from custom filters by moving
all them to a external library file.
Library has a function to load all the existing filters at once.
New enhanced IP handling custom filters:
- ipnet_hostaddr
- ipnet_hostmin
- ipnet_hostmax
- ipnet_broadcast
- ipnet_netmask
- ipnet_contains_ip
- ipnet_contains_iprange
- ipnet_range_size
ipnet filters work with proper IP network with prefixlen mask,
ensuring consistent IP calculations and error handling.
Previous IP handling filters should be deprecated.
Change-Id: I83c41d7ad3c6bd1d9df1deca6cc5b9d2481ecf52
Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com>
Dimitrios Markou [Fri, 16 Feb 2018 20:43:10 +0000 (22:43 +0200)]
Update git submodules
* Update docs/submodules/sfc from branch 'master'
- Bump os_keystone SHA for Pike deployment
Change-Id: Ic1dfe50cbf8f1567a055aa8780e671333f67e880
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
Michael Polenchuk [Tue, 20 Feb 2018 14:00:55 +0000 (18:00 +0400)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Reset kernel version to xenial image default one
Virtual compute nodes goes to kernel panic during nova instances ops
under hwe kernel, so use the default one from xenial image.
Change-Id: Iae100b68208cc1fb9e43e45f385e762cdbd6573a
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
spisarski [Fri, 16 Feb 2018 15:35:07 +0000 (08:35 -0700)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Ensure project IDs are handled correctly for Network/Subnets
JIRA: SNAPS-265
Change-Id: If58f5817e52e21be377d2b06a5f7c3a413454350
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Alexandru Avadanii [Mon, 19 Feb 2018 19:19:03 +0000 (20:19 +0100)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- [reclass] dbs, msg: Inherit only infra classes
All other VCP nodes (mdb, prx, ctl etc.) inherit only the infra
subdir of each scenario, so apply the same to dbs, msg.
This should cut down some operations during reclass interpolation
for affected nodes, without any changes in output pillar data.
Change-Id: I77ae6e1d5658cba87fcd8c45a5f8f5e177e0eda9
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
- [reclass] Update copyright year
Change-Id: Id1ca66938531e1d24ec0d44194f8b09643062944
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Cedric Ollivier [Tue, 20 Feb 2018 10:17:24 +0000 (10:17 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Remove deprecated monkey patches"
- Remove deprecated monkey patches
OpenStack utils are being removed.
Change-Id: I2a41297034654f678afa5a7a818961a4cd0cee73
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cedric Ollivier [Tue, 20 Feb 2018 10:17:18 +0000 (10:17 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Remove last CONST.__getattribute__()"
- Remove last CONST.__getattribute__()
Change-Id: I82f6aa1e723c88eebd4c7410da4b9741a482e9bc
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cedric Ollivier [Mon, 19 Feb 2018 20:17:35 +0000 (20:17 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Generate tempest verification report (HTML)"
- Generate tempest verification report (HTML)
JIRA: FUNCTEST-934
Change-Id: I2befbd3f2b2311f69b24321c7e9544fb43df3a9d
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
Cédric Ollivier [Mon, 19 Feb 2018 18:41:27 +0000 (19:41 +0100)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Manage region in cloudify_ims.py
It must be completed by a new change in opnfv-cloudify-clearwater [1].
[1] https://github.com/Orange-OpenSource/opnfv-cloudify-clearwater/pull/18
Change-Id: Ic3a323e33b9742835159f5386e9247c6ac965f51
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Mon, 19 Feb 2018 18:31:36 +0000 (19:31 +0100)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Fix credentials in cloudify_vrouter
It completes [1] which partially fixes cloudify_vrouter [2].
It now handles region name too and formats long arg lists too.
[1] https://gerrit.opnfv.org/gerrit/#/c/52175/
[2] https://gerrit.opnfv.org/gerrit/#/c/50747/
Change-Id: I592d12d7df6837531560acfc4afc0636f485c671
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
ahothan [Mon, 19 Feb 2018 17:26:19 +0000 (09:26 -0800)]
Update git submodules
* Update docs/submodules/nfvbench from branch 'master'
- Move docker build to 1.2.4
Change-Id: Id923d9a7217fe91b7940e059e1bda7503e846687
Signed-off-by: ahothan <ahothan@cisco.com>
Periyasamy Palanisamy [Mon, 19 Feb 2018 14:35:19 +0000 (15:35 +0100)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'master'
- resync and ecmp testcase failure
This provide fix for resync and ecmp test case failures
at the CI master runs. Please have a look at the comments
in each testcase for more details.
Change-Id: I26c40da144e34a48ad44897988675db8d37c062a
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
Asteroide [Mon, 19 Feb 2018 15:34:35 +0000 (15:34 +0000)]
Update git submodules
* Update docs/submodules/moon from branch 'master'
- Merge "Update the documentation accordingly to the python_moonclient update"
- Update the documentation accordingly to the python_moonclient update
Change-Id: I56eed2f797d2b5c5bd1d8883be93e83b2dc1a043
Asteroide [Mon, 19 Feb 2018 15:34:21 +0000 (15:34 +0000)]
Update git submodules
* Update docs/submodules/moon from branch 'master'
- Merge "Use cliff for the moonclient cli"
- Use cliff for the moonclient cli
Change-Id: I85f9fe24037a3bd28ed069667e5e0c7fe482c2a7
Asteroide [Mon, 19 Feb 2018 15:34:12 +0000 (15:34 +0000)]
Update git submodules
* Update docs/submodules/moon from branch 'master'
- Merge "Add the moon_pythonfunctest container to perform functionnal tests"
- Add the moon_pythonfunctest container to perform functionnal tests
Change-Id: I2be863862ce7df408f759664b10af45416b3d712
Asteroide [Mon, 19 Feb 2018 15:33:48 +0000 (15:33 +0000)]
Update git submodules
* Update docs/submodules/moon from branch 'master'
- Merge "adding comments for enahancement"
- adding comments for enahancement
fix handling exception issue
return make response instead of json body
update test case to check on response false instead of status code
Change-Id: Iab8ea20fbe1713e09e79289e8bc73410bf90dc27
Signed-off-by: sgdt6900 <rhanafy.ext@orange.com>
Georg Kunz [Mon, 19 Feb 2018 14:28:17 +0000 (15:28 +0100)]
Update git submodules
* Update docs/submodules/netready from branch 'master'
- Deleting outdated INFO file, replaced by INFO.yaml
The old INFO file if not used anymore after it has been replaced by the
INFO.yaml file.
Change-Id: Iae22c798b68cb69bcf162ad4ceff85865809117e
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
xudan [Sun, 11 Feb 2018 03:04:03 +0000 (22:04 -0500)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Add 3 new HA test cases into proposed_tests test suite
Add 3 new HA test cases into proposed_tests test suite and running them on CI.
For the current 8 HA test cases and 3 other HA test cases plans to add,
do some adaptions for the Yardstick Euphrates release.
1. Don't need the bugfix patch anymore.
2. The data format has changed, and has done some adaptions.
3. For Yardstick Euphrates, if setting OS_INSECURE=True, it needs to set
OS_CACERT=False
4. Test case tc011 needs a image and flavor to create the stack.
JIRA: DOVETAIL-614
JIRA: DOVETAIL-586
Change-Id: I9da8c8316246b9edee0d81ad18422ae6018becaf
Signed-off-by: xudan <xudan16@huawei.com>
Markos Chandras [Mon, 19 Feb 2018 10:29:48 +0000 (10:29 +0000)]
Update git submodules
* Update docs/submodules/releng-xci from branch 'master'
- bifrost: scripts: bifrost-provision.sh: Set defaults for Ironic variables
When running the bifrost jobs for the OPNFV 3rd Party CI, the Ironic
variables are not defined and we get the following error:
./scripts/bifrost-provision.sh: line 112: BIFROST_IRONIC_INSPECTOR_VERSION: unbound variable
As such, we need to provide reasonable defaults when we are running this
script outside of XCI.
Change-Id: I9cc3ae1b70494637a85558b9cae99fc1eeaebc74
Signed-off-by: Markos Chandras <mchandras@suse.de>
Cédric Ollivier [Mon, 19 Feb 2018 12:44:32 +0000 (13:44 +0100)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Disable orchestra_clearwaterims in functest-vnf
It fixes a typo.
Change-Id: I684eab0ed74e2ebcb6f72442d0b3012d1b5de7aa
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Mon, 19 Feb 2018 07:23:14 +0000 (08:23 +0100)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Precise Tempest tests list
Else full mode could run tests defined in tempest plugins too [1].
[1] https://docs.openstack.org/tempest/latest/plugin-registry.html
Change-Id: I4355b03ba1b9ba47938f748c4f1a8822fd412142
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Emma Foley [Mon, 19 Feb 2018 13:34:47 +0000 (13:34 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Replace neutron network deletion with shade."
- Replace neutron network deletion with shade.
Function delete_neutron_net now uses shade client instead of neutron
client.
JIRA: YARDSTICK-890
Change-Id: I99b6f3ecd37d6e3b783f7eb3da9f971398fc3bdd
Signed-off-by: Shobhi Jain <shobhi.jain@intel.com>
Emma Foley [Mon, 19 Feb 2018 13:29:11 +0000 (13:29 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Make segmentation_id configurable for tc_heat_rfc2544_ipv4_1rule_1flow_64B_trex"
- Make segmentation_id configurable for tc_heat_rfc2544_ipv4_1rule_1flow_64B_trex
Updated vfw/tc_heat_rfc2544_ipv4_1rule_1flow_64B_trex.yaml TC to be
able to configure segmentation_id from commmand line.
E.g.:
yardstick -d task start --task-args='{"provider": "sriov", \
"segmentation_id": 100}' ...
JIRA: YARDSTICK-1004
Change-Id: I53daae3468de2a1f523bd96817143a5f809238a2
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
Alexandru Avadanii [Mon, 19 Feb 2018 12:23:11 +0000 (12:23 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Merge "[Horizon] Fix 'mcp' version check pattern"
- [Horizon] Fix 'mcp' version check pattern
Previous commit used a pattern that is too generic and always matches
the substring 'mcp' vs the node hostname, not only pkg version.
Fixes:
4658acf
Change-Id: Ia4dcbbf7cdfa68574c86459217101d83d61add01
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Mon, 19 Feb 2018 12:22:58 +0000 (12:22 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Merge "[MaaS] Add maas.machines.set_storage_layout sls"
- [MaaS] Add maas.machines.set_storage_layout sls
On cmp nodes, allocate only 30GB (fixed for now) for / partition.
The rest of the disk(s) can later be allocated via salt-formula-linux.
JIRA: FUEL-330
Change-Id: Ie11c78791e60801719cd33475ff91fc003df5ffa
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Mon, 19 Feb 2018 12:22:35 +0000 (12:22 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Merge changes from topics 'lab-proxy-keyserver', 'maas-override-failed-testing'
* changes:
[baremetal] Use upstream lab proxy for keyservers
[MaaS] Override failed testing by default
- [baremetal] Use upstream lab proxy for keyservers
Proxy chainloading does not always work for keyserver requests, so:
- mv common.infra.lab_proxy_pdf common.include.lab_proxy_pdf;
- mv common.include.proxy common.include.maas_proxy;
- include lab_proxy_pdf after each maas_proxy, so if upstream_proxy
is defined, it will override the MaaS proxy;
JIRA: FUEL-317
Change-Id: I63749be0d350ea73ea2cf6e629710766b14ecb73
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
- [MaaS] Override failed testing by default
Some nodes fail automatic testing done by MaaS during commissioning,
although running the testing suites one more time manually works.
For now, just override all 'failed testing' nodes unconditionally.
JIRA: FUEL-333
Change-Id: I13d3ee3d82550524480aa53aa8752ab90aa940cd
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Mon, 19 Feb 2018 12:22:19 +0000 (12:22 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Merge "[patch] MaaS: mcp.rsa.pub to auth keys via pillar"
- [patch] MaaS: mcp.rsa.pub to auth keys via pillar
Drop one questionable patch responsible for MaaS node authorized
keys to include mcp.rsa.pub by reading the contents of authorized
keys on mas01, assuming mcp.rsa.pub will be on the first line.
Instead, export the contents of the public key using a shell env
var during deploy, which gets expanded via maas_pdf j2 template
into a reclass param, leveraging existing salt-formula-maas sshprefs
mechanism for delivering the key to MaaS.
Since we require the public key to exist before expanding templates,
move `generate_ssh_key` call outside the current infrastructure
handling block, allowing it to execute during all `deploy.sh` calls,
even for dry-runs.
Change-Id: I0f53b0f764a2fafd292e0ffd399c284acf61bd30
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Juha Kosonen [Mon, 19 Feb 2018 09:18:11 +0000 (11:18 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Enhance variable manipulation in tempest
Use getattr/setattr to read/write CONST.
JIRA: FUNCTEST-932
Change-Id: Ic9a944100c60563b16f5d89b622ef7f04183cceb
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
Alexandru Avadanii [Sat, 17 Feb 2018 20:43:21 +0000 (21:43 +0100)]
Update git submodules
* Update docs/submodules/armband from branch 'master'
- u/fuel: Bump & rebase for virtual PDF support
Finally drop hardcoded IP addresses for virtual deploys from reclass,
but keep one small patch adjusting the local vPDF to achieve the same
goal.
JIRA: FUEL-322
Change-Id: I56a3b0487f564355a4c51b4eb71ec97e92531f1d
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Sat, 17 Feb 2018 19:18:56 +0000 (19:18 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Merge "reclass: maas: Dynamic machine definitions"
- reclass: maas: Dynamic machine definitions
Refactor maas machine definition flow from going through variables
in pod_config.yaml to directly handling it in Fuel using a new j2
template.
This prepares for future improvements allowing a dynamic compute
node count, as well as parameterizing new values via j2.
For now, node roles and count are still statically mapped to PDF
nodes.
JIRA: FUEL-319
Change-Id: I770d82987fcb99792f9d5bc0857ab513f5cd3731
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Rodolfo Alonso Hernandez [Sat, 17 Feb 2018 19:01:36 +0000 (19:01 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Workaround to fix Heat stack deletion bug in Shade"
- Workaround to fix Heat stack deletion bug in Shade
There is a bug in Shade, in the function "event_utils.poll_for_events".
While Shade is waiting for the Heat stack to be deleted, retrieves
periodically the status of this Heat stack. When the stack is deleted,
the function "get_stack" [1] returns None; then L90 tries to access to
a key of this None object.
[1]https://github.com/openstack-infra/shade/blob/
e5bcb705c5b32334cdc1dd9807126298c87b0622/shade/_heat/event_utils.py#L89-L90
Shade function
JIRA: YARDSTICK-1015
Change-Id: I56ea853be41bfd7f63e094d7a3696d97ba078ba4
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Cédric Ollivier [Fri, 16 Feb 2018 15:16:02 +0000 (16:16 +0100)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Remove one debug print
Change-Id: I531d1e519fc0352525993c69142eea14b99a3f63
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Fri, 16 Feb 2018 18:07:13 +0000 (19:07 +0100)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Mock additional methods related to OpenStackFlavor
keystone_utils.keystone_client() and keystone_utils.get_project()
have to be mocked when unit testing flavor creation since [1].
[1] https://gerrit.opnfv.org/gerrit/#/c/52157/
Change-Id: I898cde1001c14d0b450c3dd43ade7dca47b1ffb3
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
HU Xinhui [Sat, 17 Feb 2018 01:26:37 +0000 (01:26 +0000)]
Update git submodules
* Update docs/submodules/compass4nfv from branch 'master'
- Merge "deploy/conf: add ha role to k8 scenario"
- deploy/conf: add ha role to k8 scenario
Only K8s ha scenario is supported now. This noha scenario is broken.
Add minor fixup so we can still use it to deploy K8s on two nodes.
Change-Id: I3a763fe07ea2d31cd3ae049621e3d978c1bca4be
Signed-off-by: Yibo Cai <yibo.cai@arm.com>
Yichen Wang [Fri, 16 Feb 2018 23:09:00 +0000 (15:09 -0800)]
Update git submodules
* Update docs/submodules/nfvbench from branch 'master'
- [NFVBENCH-67] NFVbench should have same TX rate for different rate formats
Change-Id: I55e03319efba353dd3067b8b946815b631a87896
Signed-off-by: Yichen Wang <yicwang@cisco.com>
Feng Pan [Fri, 16 Feb 2018 22:21:01 +0000 (22:21 +0000)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Merge "Fixes ensuring VBMCs are actually running"
- Fixes ensuring VBMCs are actually running
We currently start VBMCs using CLI due to issues with the VBMC python
lib. However when we start them, there is no check to make sure they
are actually changed to 'running' status. This patch adds logic to
check (up to 5 times) to ensure each VBMC is running or raises an error.
Note this is for virtual deployments only.
JIRA: APEX-527
Change-Id: Iab7ee3b76292d6fc547f18c83f23c04205e9bb2e
Signed-off-by: Tim Rozet <trozet@redhat.com>
Feng Pan [Fri, 16 Feb 2018 21:27:59 +0000 (21:27 +0000)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Merge "Fixes stale undercloud delorean repos"
- Fixes stale undercloud delorean repos
When we build artifacts for release, we try to freeze the disk images
and artifacts we use for deployment. This includes the delorean repo
which provides OpenStack packages. This repo however expires after a
couple months and then if any packages were missing in the Undercloud
released artifact, they will attempt to be downloaded during install
and fail.
This patch adds some logic to detect if there is internet connectivity,
and if so then download and update the delorean repo on the undercloud.
JIRA: APEX-565
Change-Id: I58c28437fb5c5b179033c939377fd97aefbf427c
Signed-off-by: Tim Rozet <trozet@redhat.com>
Dan Radez [Tue, 5 Dec 2017 21:33:13 +0000 (16:33 -0500)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Add http(s)_proxy handling to apex
JIRA: APEX-512
Change-Id: I875bd99203b425e448e7a3f64eb9a8f99d03ddaf
Signed-off-by: Dan Radez <dradez@redhat.com>
mortenhillbom [Fri, 16 Feb 2018 02:06:55 +0000 (18:06 -0800)]
Update git submodules
* Update docs/submodules/nfvbench from branch 'master'
- NFVBENCH-66 Fixed rate run with multiple frame sizes sends same tx/rx
results for all frame sizes
Change-Id: I549c2504dfb95718ef60c82c4b20256fc5939c8c
Signed-off-by: mortenhillbom <mortenhillbom@gmail.com>
Rodolfo Alonso Hernandez [Fri, 16 Feb 2018 18:08:03 +0000 (18:08 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Bump pip packages installed in "nsb_setup.sh" script"
- Bump pip packages installed in "nsb_setup.sh" script
Bump pip package versions installed in "nsb_setup.sh" script to match
"./requirements.txt" versions.
JIRA: YARDSTICK-1008
Change-Id: Icb0f7e99c1be38848ee7122735ace7c1c715ef5b
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Rodolfo Alonso Hernandez [Fri, 16 Feb 2018 18:07:57 +0000 (18:07 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Fix "./docker/Dockerfile.aarch64.patch""
- Fix "./docker/Dockerfile.aarch64.patch"
Patch "./docker/Dockerfile.aarch64.patch" doesn't apply on
"./docker/Dockerfile" due to the latest modification done in the
original file
The original reference lines must be changed.
JIRA: YARDSTICK-1007
Change-Id: I5cfc349fbaf34e8da59608e5b803818e2cd9d295
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Rodolfo Alonso Hernandez [Fri, 16 Feb 2018 18:07:26 +0000 (18:07 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Remove tool provisioning from DpdkVnfSetupEnvHelper._setup_dpdk"
- Remove tool provisioning from DpdkVnfSetupEnvHelper._setup_dpdk
Both "uio" and "igb_uio" drivers are present in the VM image generated
using "./nsb_setup.sh" script. "igb_uio" driver is compiled along with
the DPDK library compilation.
Tool "nsb_setup.sh" provisioning and execution should be removed from
this function because there is not needed anymore.
In case "igb_uio" driver is not loaded, an exception should be raised.
JIRA: YARDSTICK-999
Change-Id: I89174f84ac36d8231587402c96751746cb18e290
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
xudan [Mon, 12 Feb 2018 07:17:28 +0000 (02:17 -0500)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Add a function to check the cacert file
1. Currently it won't pass the cacert file to other containers if the
OS_AUTH_URL is http not https.
2. However, even though the OS_AUTH_URL is http, it still needs cacert file
somewhere for Functest and Rally.
3. This problem is found on Fuel Euphrates.
4. Add a function to check whether the cacert file exists.
5. If exists, pass it to testing project containers.
JIRA: DOVETAIL-616
Change-Id: Ied7bcc72e8f1c738bbce32c18096ca13641d3cd7
Signed-off-by: xudan <xudan16@huawei.com>
Delia Popescu [Fri, 16 Feb 2018 11:56:24 +0000 (13:56 +0200)]
Update git submodules
* Update docs/submodules/pharos from branch 'master'
- Configure stacklight IP addresses
Related to: https://gerrit.opnfv.org/gerrit/#/c/52043/
Change-Id: I8378070f9efedc24229efc3c3d5542b62808e1e6
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
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>