Stephen Wong [Wed, 1 Aug 2018 05:16:34 +0000 (05:16 +0000)]
Update git submodules
* Update docs/submodules/clover from branch 'master'
- Merge "Adding cassandra service with a separate yaml file."
- Adding cassandra service with a separate yaml file.
- Left the file samples/scenarios/service_delivery_controller_opnfv.yaml unchanged.
- Added a yaml definition of Cassandra StatefulSet and its service into a separate file under tools directory
- Cassandra Service run with 1 replica
- Deleted 'data-plane-ns' and use 'default' instead for cassandra containers.
- Revoked changes for samples/scenarios/service_delivery_controller_opnfv.yaml.
- Added new line (Wutien suggested it)
JIRA: CLOVER-000
Change-Id: I2bb4249cf2523f5011d6fefc69dc469a90e20eaf
Signed-off-by: iharijono <indra.harijono@huawei.com>
Stephen Wong [Wed, 1 Aug 2018 05:16:00 +0000 (05:16 +0000)]
Update git submodules
* Update docs/submodules/clover from branch 'master'
- Merge "Adding clearwater IMS yaml and clearwater live test dockerfile to test istio service-mesh"
- Adding clearwater IMS yaml and clearwater live test dockerfile to test istio service-mesh
Checking into CLEARWATER_ISTIO branch
This part of the project is intended to validate the clearwater IMS with istio service-mesh.
Change-Id: Ia5ba86301a363fcf9cfe0bac525606b0d897713e
Signed-off-by: Muhammad Shaikh (Salman) <muhammad.shaikh@huawei.com>
Stephen Wong [Wed, 1 Aug 2018 05:14:38 +0000 (05:14 +0000)]
Update git submodules
* Update docs/submodules/clover from branch 'master'
- Merge "[Clover] using elasticsearch to store log"
- [Clover] using elasticsearch to store log
Change-Id: I0335fa912a3ca2dff5c989fa06183065216f10e4
Signed-off-by: wutianwei <wutianwei1@huawei.com>
Georg Kunz [Mon, 30 Jul 2018 13:10:11 +0000 (15:10 +0200)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Renaming test cases to include test framework names
Replacing the generic "dovetail" prefix of the testcase definitions with
the name of the OPNFV test framework which hosts the test.
JIRA: DOVETAIL-719
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
Change-Id: I8f90423b8908197bdc7adddf82c61ff394893f52
Harry Huang [Wed, 1 Aug 2018 01:53:01 +0000 (01:53 +0000)]
Update git submodules
* Update docs/submodules/compass4nfv from branch 'master'
- Merge "Enable os-odl_l3-nofeature-ha scenario"
- Enable os-odl_l3-nofeature-ha scenario
JIRA: -
Change-Id: Ie8d391f055323bfae3c78c2680a3ee0ecef07383
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Serena Feng [Wed, 1 Aug 2018 01:40:40 +0000 (01:40 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "use py34 for tox"
- use py34 for tox
Change-Id: I606e0de73e153de88d592a36d4eaabf1b4690e6c
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
Cristina Pauna [Tue, 31 Jul 2018 12:56:34 +0000 (15:56 +0300)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- [armband] Disable fraser jobs and vping_ssh verify
- Disabled fraser jobs as we no longer intent to cherry-pick changes to it
- Now healthcheck includes vping_ssh, so remove it as a dedicated test for
verifying patches on gerrit to avoid double checking.
Change-Id: I6620dd9dc7db530ce8cf17474eee9608d78dd382
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
Tim Rozet [Tue, 31 Jul 2018 20:14:25 +0000 (16:14 -0400)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Use metadata IP instead of FQDN
There is an issue with loss of external network connectivity that
prevents cloud init to instances working. This becomes a big problem
with snapshots where there is no external network connectivity. Cloud
init fails because each request takes over 30 seconds to get a response.
This is because in the background neutron metadata agent is proxying the
request to nova metadata agent with an HTTP GET using the FQDN. For
whatever reason, a DNS lookup happens even though the entry exists for
the FQDN in /etc/hosts and waits 30 seconds until timing out. After this
timeout, a 200 OK is sent and metadata works.
This patch modifies the config file for metadata to use nova metadata
server's internal IP rather than FQDN as there is no option in OOO to
use IPs instead of FQDN.
Change-Id: I6960181a227d0002c99aeae5112f59807dc41d7a
Signed-off-by: Tim Rozet <trozet@redhat.com>
Miikka Koistinen [Fri, 15 Jun 2018 08:54:14 +0000 (11:54 +0300)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Fix remote command execution in common.utils
yardstick.common.utils get_port_mac and get_port_ip both raise a
RuntimeError on positive remote command exit status. This commit fixes
them to use the error raising mechanism in yardstick.ssh.SSH.
Additionally, the class AutoConnectSSH class needed an additional
argument to allow the raising mechanism to work correctly.
JIRA: YARDSTICK-1240
Change-Id: Idad125ebbd668cef10a6149eb3e601a437a8d40d
Signed-off-by: Miikka Koistinen <miikka.koistinen@nokia.com>
- Cleanup pktgen_dpdk unit tests
* Improve test execution
* Use common functionality in setUp()
* Disable logging
* Remove tests that test common/utils code. These tests are moved to
common/utils's unit tests in a follow-up patch.
JIRA: YARDSTICK-1239
Change-Id: I88d047fe25c4c13bea446c9fc9bda92306420296
Signed-off-by: Miikka Koistinen <miikka.koistinen@nokia.com>
Valentin Boucher [Tue, 31 Jul 2018 13:10:38 +0000 (09:10 -0400)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Support both admin role name
Depending of the installer the admin role name can be admin
or Admin.
This patch was tested:
+-------------------+------------------+------------------+----------------+
| TEST CASE | PROJECT | DURATION | RESULT |
+-------------------+------------------+------------------+----------------+
| api_check | functest | 09:60 | PASS |
+-------------------+------------------+------------------+----------------+
Change-Id: I99815777794cd6524213abca1f04ec84dae1e760
Signed-off-by: Valentin Boucher <valentin.boucher@kontron.com>
Michael Polenchuk [Fri, 27 Jul 2018 11:36:15 +0000 (15:36 +0400)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- [ovn/noha] Simplify net scheme on compute nodes
Also install OVS 2.9 from UCA repository to get the latest code/fixes.
Change-Id: I09d6da67d28033bc0e64eef27fffb368d262d7f4
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Cédric Ollivier [Tue, 31 Jul 2018 11:01:14 +0000 (13:01 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Add fallback mechanism if vlan
private_v4 and public_v4 are incorrectly set when vlan is used as
overlay.
JIRA: FUNCTEST-996
Change-Id: I120a247e92e0fd295769b2a0eeb15ce82a0eabc8
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Tue, 31 Jul 2018 10:25:40 +0000 (12:25 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Print stderr in logs when calling cmd over ssh
Change-Id: I152ac898661a0e99a6232df86689c70c468ceaa5
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Tue, 31 Jul 2018 09:01:34 +0000 (11:01 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Switch create_server timeout to default value
60s was successfully reached when running all containers (3
containers * 3 branches) in parallel.
It also removes the wait attribute (the current impl will meet
a possible next asynchronous design) which is useless here.
For the time being, only cloudify needs an extra timeout.
Change-Id: Ic7741b4c1a3223be076fb69ef70a3cb6c05456c2
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Tomi Juvonen [Tue, 31 Jul 2018 10:11:51 +0000 (13:11 +0300)]
Update git submodules
* Update docs/submodules/doctor from branch 'master'
- Use py34 instead of py35
Change-Id: I597723147a195f0f76210aeafd610fc79527de64
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
Emma Foley [Tue, 31 Jul 2018 08:39:47 +0000 (08:39 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Check for network already created k8"
- Check for network already created k8
When creating a network the host should be checked to see if the network
is already created. If the required network is already there it should be used.
JIRA: YARDSTICK-1315
Change-Id: I09b114a728364ee56397af70cc48f1b7904f06cc
Signed-off-by: John O Loughlin <john.oloughlin@intel.com>
dongwenjuan [Tue, 31 Jul 2018 08:21:48 +0000 (16:21 +0800)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- specify the cacert file when it exits
Change-Id: Id122d99d6e599c31d3b5970aa88307843d379515
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
Emma Foley [Tue, 31 Jul 2018 08:14:00 +0000 (08:14 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Cleanup pktgen unit tests"
- Cleanup pktgen unit tests
* Improve test execution
* Use common functionality in setUp()
* Disable logging
JIRA: YARDSTICK-1238
Change-Id: I0904bf99f0e151b437d506bf322da83f706dcf8f
Signed-off-by: Miikka Koistinen <miikka.koistinen@nokia.com>
dongwenjuan [Tue, 31 Jul 2018 06:43:02 +0000 (14:43 +0800)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- bugfix: wrong usage of '!include-raw'
JIRA: DOCTOR-126
Change-Id: Iabcd8a8ad14079e2ba7e72e39e009a0ee833cb3c
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
Rex Lee [Tue, 31 Jul 2018 07:38:02 +0000 (07:38 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Change assert statement to raise in common/utils"
- Change assert statement to raise in common/utils
This modification utilises a custom exception to be raised if an invalid
mac address is passed to the function "mac_address_to_hex_list".
JIRA: YARDSTICK-966
Change-Id: Ic2940276f500e9710c54963a445a137e73bd6b25
Signed-off-by: Miikka Koistinen <miikka.koistinen@nokia.com>
Rex Lee [Tue, 31 Jul 2018 07:33:29 +0000 (07:33 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Refactor remote command execution in vsperf_dpdk"
- Refactor remote command execution in vsperf_dpdk
* Remove unneeded variables
* Do not raise RuntimeError when a remote command fails, instead
leave it for the yardstick ssh module to handle.
* Prevent CsvReader from raising StopIteration if csv output cannot be
parsed. The SLA validation will take care of errors in that case.
JIRA: YARDSTICK-1166
Change-Id: I9e353d39dfd3bd27407dde32744ce71b5762e84e
Signed-off-by: Miikka Koistinen <miikka.koistinen@nokia.com>
Rex Lee [Tue, 31 Jul 2018 07:33:23 +0000 (07:33 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Refactor remote command execution in vsperf"
- Refactor remote command execution in vsperf
* Remove unneeded variables
* Do not raise RuntimeError when a remote command fails, instead leave
it for the yardstick ssh module to handle.
* Prevent CsvReader from raising StopIteration if csv output cannot be
parsed. The SLA validation will take care of errors in that case.
JIRA: YARDSTICK-1166
Change-Id: I6cf550bd7bc8f511b3c0f25c67f8caab18bccd28
Signed-off-by: Miikka Koistinen <miikka.koistinen@nokia.com>
Yang (Gabriel) Yu [Tue, 31 Jul 2018 07:10:13 +0000 (15:10 +0800)]
Update git submodules
* Update docs/submodules/bottlenecks from branch 'master'
- bug-fix: error function causes script quit
Change-Id: Ib56e7e99a16d76768c2167917bb4c732cf0af13f
Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
dongwenjuan [Tue, 31 Jul 2018 06:26:51 +0000 (14:26 +0800)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- bugfix: wrong usage of '!include-raw'
Change-Id: Ibbc1363bf5260301b33afad84244aa1d7af4ffce
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
dongwenjuan [Tue, 31 Jul 2018 02:46:23 +0000 (10:46 +0800)]
Update git submodules
* Update docs/submodules/doctor from branch 'master'
- add INSPECTOR_TYPE and TEST_CASE to tox env
Change-Id: I752c6e383b2b9d2c0cd90ce3ebd6927489ab4bd0
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
dongwenjuan [Tue, 31 Jul 2018 02:33:15 +0000 (10:33 +0800)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- use tox instead of functest for doctor CI jobs
Change-Id: Ifbde5ebd12a7e7a040a0a3b2a3eeed532a11da73
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
Yang (Gabriel) Yu [Tue, 31 Jul 2018 02:45:44 +0000 (10:45 +0800)]
Update git submodules
* Update docs/submodules/bottlenecks from branch 'master'
- bug-fix: node-exporter on centos7 isolated with host net
Node-exporter container need to be isolated with host net
to make the port mapping work.
Change-Id: Id04ad458ea56ef4080bba8346a7a1bf034956e0d
Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
Yang (Gabriel) Yu [Tue, 31 Jul 2018 02:25:44 +0000 (10:25 +0800)]
Update git submodules
* Update docs/submodules/bottlenecks from branch 'master'
- bug-fix: fix command option for installing monitor
Change-Id: Ie3e5d64caacaece6a9ae6c7846d3f82b5440c4fd
Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
Trevor Bramwell [Mon, 30 Jul 2018 22:41:17 +0000 (22:41 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "[fuel] Remove vping_ssh testcase"
- [fuel] Remove vping_ssh testcase
Now healthcheck includes vping_ssh, so remove it as a dedicated test
for verifying patches on gerrit to avoid double checking.
Change-Id: I4daec677e7d1fdc65997f7a9ab580d5f93ece8a8
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Trevor Bramwell [Mon, 30 Jul 2018 22:38:40 +0000 (22:38 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "[dovetail] Querying correct control node IPs"
- [dovetail] Querying correct control node IPs
The parameter used to query the host IPs of the database and message
queue hosts was wrong, resulting in the corresponding HA tests to fail.
Change-Id: I460209c63928ac99d5449adba03474fdf066ebcf
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
Trevor Bramwell [Mon, 30 Jul 2018 22:38:25 +0000 (22:38 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "[Dovetail] Fixing cinder process name on Fuel"
- [Dovetail] Fixing cinder process name on Fuel
Fixing the process name of Cinder on Fuel deployments.
JIRA: DOVETAIL-688
Change-Id: Ide672e6bafedeecc6b99a99263147fec5fab44ef
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
Tim Rozet [Mon, 30 Jul 2018 21:41:35 +0000 (21:41 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Select the right Functest repos when master"
- Select the right Functest repos when master
Else OpenStack Rocky is verified by Queens upper-contraints.
Change-Id: I5bfcb4895e64ab911c1131e8bfeb09eac2775754
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Tim Rozet [Mon, 30 Jul 2018 15:12:14 +0000 (11:12 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- CPERF: Fix log collection
Change-Id: I11a9441b77973fc2225b14b2489b61ebf06a8b6b
Signed-off-by: Tim Rozet <trozet@redhat.com>
Alexandru Avadanii [Mon, 30 Jul 2018 15:56:43 +0000 (17:56 +0200)]
Update git submodules
* Update docs/submodules/armband from branch 'master'
- u/fuel: Bump & rebase for keyserver patch rebase
Change-Id: Ic1767de8dfd58aa2fb3f788be22f6f66191864c8
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Cédric Ollivier [Mon, 30 Jul 2018 14:25:04 +0000 (16:25 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Update Xtesting to 0.54.0
It protects vs uncaught exceptions and then avoids skipping testcases
in that case (see cloudify_ims and juju_epc in [1]).
[1] https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-master/188/console
Change-Id: I8e39f7e742b9fec2e6f6bab542d5f497159f50ac
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
- Delete alt images before removing the account
Else it could raise unauthorized exceptions [1].
[1] https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-master/188/console
Change-Id: Ia9b857069f775e2c8ecc5e07cf39b3a1fb7e3540
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Tim Rozet [Mon, 30 Jul 2018 14:15:49 +0000 (10:15 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: Fix CSIT promotion blocking
Block on 3rd party odl netvirt jobs
Change-Id: Icc67d13f9195ae3d62c77a909ee8e504c090bd40
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Mon, 30 Jul 2018 13:54:11 +0000 (13:54 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "CPERF: Adds log collecting job"
- CPERF: Adds log collecting job
Makes it so logs will always be collected even when CSIT itself fails.
Change-Id: Ie854d92950edb515141343fd8b26216a010c55b4
Signed-off-by: Tim Rozet <trozet@redhat.com>
Cédric Ollivier [Mon, 30 Jul 2018 13:03:42 +0000 (15:03 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Protect vs exceptions when creating secrets
cloudify_ims sometimes faces with exceptions when creating secrets
[1].
[1] https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-master/188/console
Change-Id: I197748bf97752575dc14650e1e1c382774811cce
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Mon, 30 Jul 2018 10:45:26 +0000 (12:45 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Fix clearwater test results parsing
Before it could extract part of the skipped tests [1].
[1] https://build.opnfv.org/ci/view/functest/job/functest-compass-baremetal-daily-master/209/console
Change-Id: I7e7564cb7b96705940051fccf0ff1987f34bb962
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Michael Polenchuk [Mon, 30 Jul 2018 12:25:37 +0000 (12:25 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Merge "[odl/noha] Simplify net scheme on compute nodes"
- [odl/noha] Simplify net scheme on compute nodes
Align external network scheme of computes with gateway node
to setup just ovs bridge with physical port plugged in.
Change-Id: Ie7919abc8c1f0a0905764b6354f29ad68d3c6557
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Guillermo Herrero [Fri, 27 Jul 2018 09:45:05 +0000 (11:45 +0200)]
Update git submodules
* Update docs/submodules/pharos from branch 'master'
- [arm-pod9] Increase fuel maas timeouts
Change-Id: I0bf27ddc06b5c6efa64b41a32573bf09990c95b5
Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com>
Michael Polenchuk [Mon, 30 Jul 2018 09:11:03 +0000 (13:11 +0400)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- [patch] Rebase keyserver proxy support
https://github.com/salt-formulas/salt-formula-linux/commit/
f27f436
Change-Id: I9662dcff23c363430b6a04808f4e03617a10c160
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Emma Foley [Thu, 14 Jun 2018 08:39:23 +0000 (08:39 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Make ixnet a class attribute in TestIxNextgen
Change-Id: Iad8e8397f4ef339f70c6eef80ef58b1b045ef3fa
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
xudan [Mon, 30 Jul 2018 06:54:01 +0000 (02:54 -0400)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Dovetail failed to archive tempest.log and tempest-report.html files
It failed to archive tempest.log and tempest-report.html files.
See CI results
https://build.opnfv.org/ci/view/dovetail/job/dovetail-compass-baremetal-default-mandatory-fraser/7/artifact/results/
That's because the path of them have been changed
1. from tempest to tempest_custom
2. from refstack to refstack_defcore
There seems to be no file bgpvpn.log, remove the copy operation.
JIRA: DOVETAIL-714
Change-Id: I77d88124a44d3e5d869ada209760f69d1f6553bf
Signed-off-by: xudan <xudan16@huawei.com>
Harry Huang [Sat, 28 Jul 2018 06:42:29 +0000 (14:42 +0800)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- [compass4nfv] Change the network yaml for odl scenario
Use network_odl.yml for odl scenarios.
Change-Id: Ic12863acda112ed6ca7b39e83a820733e207729d
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
HU Xinhui [Mon, 30 Jul 2018 05:37:40 +0000 (05:37 +0000)]
Update git submodules
* Update docs/submodules/compass4nfv from branch 'master'
- Merge "change harbor offline tar to artifacts.opnfv.org"
- change harbor offline tar to artifacts.opnfv.org
Change-Id: I17e2a5f4c83ccabc4eb15cd3ee8c6fddc599c87f
Signenoff-by: hu xinhui <xinhui_hu@foxmail.com>
Signed-off-by: hu xinhui <xinhui_hu@foxmail.com>
Cédric Ollivier [Mon, 30 Jul 2018 00:20:10 +0000 (02:20 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Allow backporting a pylint error
Change-Id: I2df0964d63c80abbc5c5cc438e1fdd32f24fd52f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
- Fix clean() in cloudify ims and router
It raised exceptions in both branches [1]
[1] https://build.opnfv.org/ci/view/functest/job/functest-compass-baremetal-daily-master/209/console
Change-Id: I87b33cedae768f92296efa4570d2a47cd9cdbdf2
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
- Release floating ips used by juju_epc
It also cleans flavor_alt and image_alt.
Change-Id: I62296075eca75c3c18caac4a3cddeef1fdb26e1b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
- Remove VnfOnBoarding
All the vnfs are now inherating from scenarios.
Change-Id: I63509102067676ca0676b773db542086caa02d84
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Mon, 23 Jul 2018 13:00:14 +0000 (15:00 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Update juju_epc to leverage on new scenarios
It avoids duplicating codes across all OPNFV testcases.
It also fixes the issues when starting mongodb [1] by upgrading juju agent.
It stops supporting keystone v2 as the other testcases.
[1] https://build.opnfv.org/ci/view/functest/job/functest-compass-baremetal-daily-master/lastFailedBuild/console
Change-Id: I06cddddef1121292ffb695dcb73aa79a07c23192
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Tue, 17 Jul 2018 16:00:37 +0000 (18:00 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Leverage vyos_vrouter on Cloudify
It also stop rebooting the VMs.
Change-Id: Ib0f9e1aac1dd8505378b0688930eb41a590a11f1
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Yu Yang (Gabriel) [Sat, 28 Jul 2018 00:28:47 +0000 (00:28 +0000)]
Update git submodules
* Update docs/submodules/bottlenecks from branch 'master'
- Merge "bug-fix: insecure option for quota setting"
- bug-fix: insecure option for quota setting
JIRA: BOTTLENECK-240
Setting quotas will raise exception if either of insecure and
os_cacert are not set. It is not resonable.
Change-Id: Ie97f0580624a6d539e9c4cfe799714090a288487
Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
Tim Rozet [Fri, 27 Jul 2018 17:33:09 +0000 (13:33 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- CPERF: Update netvirt verify tests
Changes-Include:
- Disable functest (we only care about csit passing for netvirt)
- Fix trigger of csit job for other snapshot versions (always use
master for now)
- Fix csit always returning 0 even when tests fail
Change-Id: I30a51fa391aac692b122f1ebf7bf73ffdb61ca29
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Fri, 27 Jul 2018 16:38:47 +0000 (12:38 -0400)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Updates CSIT env files
NovaPlacementApi is not needed on compute nodes and is not default on
compute nodes upstream, so removing it. Also adds clustercheck and sql
clients to the both roles.
Change-Id: Ia9d9fb4f115bc9850be46043a03688b55149f5df
Signed-off-by: Tim Rozet <trozet@redhat.com>
Deepak S [Fri, 27 Jul 2018 16:13:49 +0000 (16:13 +0000)]
Update git submodules
* Update docs/submodules/samplevnf from branch 'master'
- Merge "Initial support for DPDK 18.05"
- Initial support for DPDK 18.05
This patch makes PROX compile with DPDK 18.05.
However some features are disabled or will not work as expected
such as:
"mem info" command
"police" mode
Those will need to be fixed later (see DPDK1805 within code).
Change-Id: Ie7d72f6ab3db68bc093c42d60d125fe86f8fbda7
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
Signed-off-by: Patrice Buriez <patrice.buriez@intel.com>
Patrice Buriez [Sat, 7 Jul 2018 12:03:32 +0000 (14:03 +0200)]
Update git submodules
* Update docs/submodules/samplevnf from branch 'master'
- Fix potential crash with latency accuracy
Detect, remember and skip bad/unexpected packets:
- too short to hold the latency-related values
- with bad signature
- with invalid generator_id
using a uint64_t-based bitmap.
Also moved variable declarations closer to usage,
added some likely/unlikely hints,
reworked some return statements, and
fixed 32-bit overflow (every ~4s) of rx_time_err computation.
Change-Id: Ib2aadc1af6b7a68601cc080ba66b10d41ff9a64e
Signed-off-by: Patrice Buriez <patrice.buriez@intel.com>
Tim Rozet [Fri, 27 Jul 2018 15:23:12 +0000 (11:23 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- CPERF: Disable host key check with ansible
Also minor debug statements for snap deploy
Change-Id: I9a6c2744ac9b9da920666f84c05e46af858613e6
Signed-off-by: Tim Rozet <trozet@redhat.com>
Cédric Ollivier [Fri, 27 Jul 2018 12:10:12 +0000 (14:10 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Stop redirecting output to json files
Rally may print additional data to console which results in an
invalid json files. The json files are generated via rally instead of
dumping stdout.
It's mandatory to backport the next bugfix [1] in stable/fraser.
[1] https://gerrit.opnfv.org/gerrit/#/c/60265/
Change-Id: Ifbd90e685a7b52c70b3110a46e3c7991eddc05f4
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Toshiaki Takahashi [Wed, 25 Jul 2018 09:40:31 +0000 (09:40 +0000)]
Update git submodules
* Update docs/submodules/barometer from branch 'master'
- Fix test failure condition
* Because the type of the variable res[3] is bool,
we should not compare it with a string.
* The expression "or 'None'" is always the same result,
because 'None' is a constant value.
It should be included in the comparison.
Change-Id: I25defad98d612d21027218438ca2a28744292cf5
Signed-off-by: Toshiaki Takahashi <takahashi.tsc@ncos.nec.co.jp>
xudan [Tue, 24 Jul 2018 10:18:04 +0000 (06:18 -0400)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Delete 2 sub test cases from patrole
These 2 test cases failed on OSP10 with reasons
1. Provided object does not match schema 'image': u'shared'
is not one of ['public', 'private']
2. Provided object does not match schema 'image': u'community'
is not one of ['public', 'private']
'shared' and 'community' was added in the Image API v2.5
https://developer.openstack.org/api-ref/image/v2/index.html#images
JIRA: DOVETAIL-704
Change-Id: Ie7ab06d5e2abe7bde25fdb7318abe341f0119bc7
Signed-off-by: xudan <xudan16@huawei.com>
xudan [Fri, 27 Jul 2018 02:17:43 +0000 (22:17 -0400)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Update bottlenecks conf
1. Copy a ubuntu image to Bottlenecks to support offline
2. Add an env DEPLOY_SCENARIO to bottlenecks to support DPDK
3. Set push results to DB False
JIRA: DOVETAIL-706
JIRA: DOVETAIL-707
Change-Id: I81f293bb9fddc63fd8be455546ba4642ca670fc7
Signed-off-by: xudan <xudan16@huawei.com>
Michael Polenchuk [Fri, 27 Jul 2018 06:20:32 +0000 (10:20 +0400)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- [noha] Bind cinder volume I/O on mgmt network
iSCSI read/write ops are acting up on interface/network (pxe/admin
is chosen by default) with jumbo frames enabled, so configure iSCSI
daemon to listen on management network.
Change-Id: I3b643b151ba0abffe5cfe2ba7417010020eb07ae
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Tim Rozet [Wed, 25 Jul 2018 19:58:14 +0000 (15:58 -0400)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'master'
- Change ODL check url to be diagstatus
With OOO the password is no longer hardcoded to 'admin' and is
dynamically generated a run time. This causes this curl check to fail.
Instead, use the diagstatus URL which is new in ODL and provides a more
accurate way (without authentication) to check if ODL is ready.
Change-Id: I7eb034cd3f20c5f5daa52a1e9b2d8e2a52118f6e
Signed-off-by: Tim Rozet <trozet@redhat.com>
Michael Polenchuk [Thu, 26 Jul 2018 06:41:29 +0000 (06:41 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Revert "[salt master] Disable broken _orchestration.conf"
This reverts commit
8ac1c0fa491ab5de2eaf128374f9c73202df1751.
Upstream commit has been reverted,
Change-Id: I3b20edd450034dc79ef15b46c1ff845f81aaf981
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Yang (Gabriel) Yu [Tue, 17 Jul 2018 08:15:29 +0000 (16:15 +0800)]
Update git submodules
* Update docs/submodules/bottlenecks from branch 'master'
- Add golang installation
Bottlenecks container does not have golang installed.
This patch is to add golang installation script for later
usage.
Change-Id: I1456bae1e0f0ab018014d0dc9ae6df334123bc9f
Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
Yu Yang (Gabriel) [Fri, 27 Jul 2018 04:00:53 +0000 (04:00 +0000)]
Update git submodules
* Update docs/submodules/bottlenecks from branch 'master'
- Merge "Add kubectl installation for jump server"
- Add kubectl installation for jump server
Bottlenecks container does not support kubectl.
This patch is to add installation script.
Change-Id: I4e066aaffd0dda76b91b71a35e515a78acd5d823
Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
Panagiotis Karalis [Thu, 19 Jul 2018 12:29:25 +0000 (15:29 +0300)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Create a test specification for vIMS test case
New test specification has been created for dovetail project.
Test descriptions is related to cloudify_ims test case of functest
project.
JIRA: DOVETAIL-699
Change-Id: I033351ad7cf83256bd7a9e208a7ce406d5a4cd2b
Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com>
Tim Rozet [Fri, 27 Jul 2018 02:01:50 +0000 (02:01 +0000)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Merge "Increasing loop device size for baremetal deployments"
- Increasing loop device size for baremetal deployments
Change-Id: Ib3779733ac27183def6a59f3404cfbe9a3e9a211
Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>
Tim Rozet [Thu, 26 Jul 2018 18:46:24 +0000 (14:46 -0400)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Update OVS in overcloud
This bug fix is not present in the RDO versions of OVS:
https://bugzilla.redhat.com/show_bug.cgi?id=
1544892
The impact of this is that traffic sent through a patch port (like from
br-int to br-ex) will not be sent correctly with OF groups (which ODL
uses). This would cause tenant vlan traffic not to work in our case.
Change-Id: Ia477b174118dcd2d7fb24189c2d093218eb97053
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Thu, 26 Jul 2018 19:31:20 +0000 (15:31 -0400)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Disable undercloud as containers for now
Upstream has moved to install undercloud as containers which breaks our
post undercloud configuration for some services. Disable it for now and
then move to it gracefully in a future patch.
Change-Id: I0cd1a8ddac4ba92734750265d2a16d3ef008f236
Signed-off-by: Tim Rozet <trozet@redhat.com>
Harry Huang [Fri, 27 Jul 2018 01:22:54 +0000 (01:22 +0000)]
Update git submodules
* Update docs/submodules/compass4nfv from branch 'master'
- Merge "Fix ovs version used in odl scenario"
- Fix ovs version used in odl scenario
JIRA: -
Use openvswitch 2.8.0
Change-Id: Ic2cc504543908141b14a2253e5edb67ca68d5299
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Harry Huang [Thu, 26 Jul 2018 10:43:21 +0000 (18:43 +0800)]
Update git submodules
* Update docs/submodules/compass4nfv from branch 'master'
- Force ansible cache refresh
JIRA: COMPASS-609
Force ansible cache refreshed in setup infrastructure
to avoid ceph install failure.
Change-Id: If54eacb5480e829e4920097ef6ea7939443f124d
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Alex Yang [Thu, 26 Jul 2018 07:21:30 +0000 (15:21 +0800)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- Fix yum repo error
See https://review.openstack.org/#/c/568180/
Change-Id: Ida065d7ac0ce00cf5c02be2a506a492c0f6123bd
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Tim Rozet [Thu, 26 Jul 2018 19:01:30 +0000 (19:01 +0000)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Merge "Remove obsolete Ceph tags"
- Remove obsolete Ceph tags
This patch removes the logic to use an specific tag for
Ceph containers. We will use whatever docker image TripleO
upstream uses. For aarch64, an ansible task will replace
the tag to pull the proper container image.
This patch also refactors the preparation of the local
registry. In Queens, there is no need to execute twice
the overcloud container image prepare command.
JIRA: APEX-622
Change-Id: I947d931609e58505675bb460a59d08c1d10d1d0b
Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>
Rodolfo Alonso Hernandez [Thu, 26 Jul 2018 14:56:14 +0000 (14:56 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Enable "wait_until_true" when used ouf the main thread"
- Enable "wait_until_true" when used ouf the main thread
"util.wait_until_true" uses "util.Timer" to create an active wait for a
condition. "Timer" class uses "signal" to create a watchdog to track the
time lapsed.
When used out of the main thread, "Timer" raises the following error:
ValueError: signal only works in main thread
To make "util.wait_until_true" usable always, a new waitting method is
implemented.
JIRA: YARDSTICK-1358
Change-Id: Ifb5ba0b17b5beca0af5ceab4f6431d58b7928762
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Rodolfo Alonso Hernandez [Thu, 26 Jul 2018 14:45:38 +0000 (14:45 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "NSB TREX RFC2544 scenario fails with correlated traffic"
- NSB TREX RFC2544 scenario fails with correlated traffic
When correlated traffic TC is running, the traffic is
running only on uplink ports instead of both type of ports
(yardstick/network_services/traffic_profile/rfc2544.py +113).
Trex TG fails to get samples on downlink ports.
JIRA: YARDSTICK-1357
Change-Id: I66d78b73f2dc5bb531fe8607d0e46f60b828953e
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
Rodolfo Alonso Hernandez [Thu, 26 Jul 2018 14:33:17 +0000 (14:33 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Make injection time configurable for IXIA RFC2544 test cases"
- Make injection time configurable for IXIA RFC2544 test cases
JIRA: YARDSTICK-1196
Change-Id: I77b4772b9224ff5cd21fd9fc67eb7e4b821fcf77
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Mytnyk, Volodymyr [Thu, 19 Jul 2018 07:47:02 +0000 (08:47 +0100)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- kubernetes_utils: avoid 404 error code in delete_config_map()
JIRA: YARDSTICK-1318
Change-Id: I0c04bd2928d5a4166b483f0c4f9f75fa9e5e00d2
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
- kubernetes_utils: avoid 404 error code in delete_replication_controller()
JIRA: YARDSTICK-1319
Change-Id: I8370c5ef4e43e58a8bb9c3aac60a089b0981dda0
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
Michael Polenchuk [Thu, 26 Jul 2018 04:40:37 +0000 (04:40 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Merge "Bring in Barbican service onboard"
- Bring in Barbican service onboard
Change-Id: I68759360c9dd8f8cf422161e21ed15df6c694e84
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Harry Huang [Wed, 25 Jul 2018 07:55:51 +0000 (15:55 +0800)]
Update git submodules
* Update docs/submodules/compass4nfv from branch 'master'
- Modify scenario and network files for odl
JIRA: COMPASS-604
1. sepcify using odl_l3_agent in cluster_param
2. set physnet mapping to use external-nic for odl
Change-Id: I70fd327f13d4b4b32da01f0722739dc971fb9fb9
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Georg Kunz [Wed, 25 Jul 2018 09:59:55 +0000 (11:59 +0200)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Cleaning up proposed-tests test suite
We have moved all newly proposed tests to the next OVP test suite, so
these tests do not need to be in here anymore - and do not need to be
run in CI.
Change-Id: I5f51b76a37b706c5b4abc75272ad799a72841f67
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
Jamo Luhrsen [Wed, 25 Jul 2018 23:38:16 +0000 (16:38 -0700)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Use computes + control for NUM_OS_SYSTEM
This is not going to work when we want to make our HA
CSIT work, since I think Apex will be having 3
openstack control nodes, and our CSIT won't know what
to do with '5' (3 control + 2 compute) openstack
nodes. But, we can cross that bridge when we get
there.
Change-Id: I9c74b2ec73e5af0039d93f9ed812fc3c100a3e4a
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
Alexandru Avadanii [Thu, 26 Jul 2018 00:00:05 +0000 (02:00 +0200)]
Update git submodules
* Update docs/submodules/armband from branch 'master'
- u/fuel: Bump & rebase for _orchestration.conf fix
Change-Id: Ifb4ba7e0bb06b214e682e76ec3204c7e5d411f05
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Wed, 25 Jul 2018 22:08:28 +0000 (00:08 +0200)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- [salt master] Disable broken _orchestration.conf
The new orchestration configuration file includes multiple
fragments from all installed formulas; breaking due to an unguarded
dependency include in keystone formula meta/salt.yml.
Temporarily disable the new config generation until fixed upstream.
Change-Id: I8476e5b60b531f08f779df2826b23cd42a043d9b
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Tim Rozet [Wed, 25 Jul 2018 20:28:42 +0000 (16:28 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- CPERF: fix flavor syntax for csit
Change-Id: Id3430db201ba82b398c3e74f5c3cbb541c6fb208
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Wed, 25 Jul 2018 20:11:32 +0000 (16:11 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- CPERF: Create flavor for CSIT
Change-Id: I2dd2fe40f06783320c60788b2161e876a0bb43b5
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Wed, 25 Jul 2018 19:49:07 +0000 (15:49 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- CPERF: Fix cirros image name for csit
Change-Id: I61ffe3d058ff797878d2ef00e5801497f91ea436
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Wed, 25 Jul 2018 19:19:06 +0000 (15:19 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- CPERF: Fix path issue with cirros uploading
Change-Id: Ia58fcaae637d9be75b331404648724b82ac16498
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Wed, 25 Jul 2018 15:14:35 +0000 (11:14 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- CPERF: Upload cirros image for CSIT
CSIT does not have the ability to upload cirros image yet, so this patch
uploads it to the overcloud as a workaround.
Change-Id: I277e37ae28d613771969dca984ef8692e1312fbd
Signed-off-by: Tim Rozet <trozet@redhat.com>
xudan [Fri, 6 Jul 2018 02:37:35 +0000 (22:37 -0400)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Move OVP web portal code to a separate repo
The new repo for web portal is https://gerrit.opnfv.org/gerrit/dovetail-webportal
JIRA: DOVETAIL-671
Change-Id: Iac085abc3d175b9a091d70d0448af56c7a6845e9
Signed-off-by: xudan <xudan16@huawei.com>
Georg Kunz [Fri, 22 Jun 2018 07:26:36 +0000 (09:26 +0200)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Making the results file a proper json file
The results.json file is currently not a properly formated json file,
but contains one json structure per line/testcase. Whit this change, all
test results are being collected at runtime and then written to a
properly formated json file at the end of a test run.
Moreover, this patch introduces 'mandatory' and 'optional' sections to
the test suites definition files in order to clearly indicate if a test
is part of the corresponding test scope.
The web portal needs to be adapted accordingly to be able to read the
new results file.
JIRA: DOVETAIL-672
Change-Id: Id0706c7e82622fc9c2c2fece26b2d6c07c1580be
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
Rodolfo Alonso Hernandez [Wed, 25 Jul 2018 06:58:17 +0000 (06:58 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Fix typo in classname AclUknownActionTemplate"
- Fix typo in classname AclUknownActionTemplate
AclUknownActionTemplate -> AclUnknownActionTemplate
JIRA: YARDSTICK-1334
Change-Id: I796e080078c657c5e0e59144d24ec797e244a8f7
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
Harry Huang [Mon, 23 Jul 2018 03:01:16 +0000 (11:01 +0800)]
Update git submodules
* Update docs/submodules/compass4nfv from branch 'master'
- Fix ODL failure
JIRA: COMPASS-604
1. add delay in ovs restart
2. modify physnet mapping
Change-Id: I5a7cef2fb03f355c00a1ea442694715643ae4ab8
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Harry Huang [Tue, 24 Jul 2018 08:38:23 +0000 (16:38 +0800)]
Update git submodules
* Update docs/submodules/compass4nfv from branch 'master'
- Modify download url for lxc image
JIRA: COMPASS-607
Download lxc image from a local server in huawei
lab to avoid lxc pre-staged failure.
Change-Id: Ia941d9e883ab5a4ff9c839e65e53703c6c237461
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Tim Rozet [Tue, 24 Jul 2018 15:21:06 +0000 (11:21 -0400)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Open port 8101 on controllers for karaf
By default 8101 (karaf shell) is blocked on controllers. In Apex we
advertise in our user guide (and tools scripts) the ability to connect
to karaf shell. It is also required to run CSIT. This patch opens the
port when ODL is deployed.
Change-Id: Ib3ece41f19607bafc329d9de390cf774766a26cd
Signed-off-by: Tim Rozet <trozet@redhat.com>
Steven Pisarski [Tue, 24 Jul 2018 18:08:48 +0000 (18:08 +0000)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Merge "Added a check for cloud-init completion before final ssh client check."
- Added a check for cloud-init completion before final ssh client check.
Change-Id: I040da15623a7da03d1e3805cfa113b1c40916d11
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
spisarski [Tue, 24 Jul 2018 15:19:24 +0000 (09:19 -0600)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Small fix to network/project when creating ports and
added new tests for routers that create ports to external
and shared networks created by the 'admin' user.
Change-Id: I0365e9843e0837d720ca8dd907c45afa2c512047
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Valentin Boucher [Tue, 24 Jul 2018 16:30:24 +0000 (12:30 -0400)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Reduce cloudify manager disk size
40 Gb is enough
Change-Id: Iae6a72fcf91fda67bbd036f478e344478d48264f
Signed-off-by: Valentin Boucher <valentin.boucher@kontron.com>
Cedric Ollivier [Tue, 24 Jul 2018 16:11:17 +0000 (16:11 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Revert "Temporarily disable Snaps CreateRouterSuccessTests""
- Revert "Temporarily disable Snaps CreateRouterSuccessTests"
This reverts commit
74c4e99c18d00d80ce7a2c2f0c36e656a842b966.
Change-Id: I6fdfd080e0e3b46e1d65b992e680daefe260add9
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Jamo Luhrsen [Tue, 24 Jul 2018 14:27:34 +0000 (07:27 -0700)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Log where the robot files are being uploaded to
Change-Id: I4f933d18c47fff80923d3d79320f0bb873efb2e7
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
Rodolfo Alonso Hernandez [Tue, 24 Jul 2018 14:11:37 +0000 (15:11 +0100)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- IxNetwork IPv4 mask format is x.x.x.x
When updating the IP packet in IxNextgen library, the IPv4 mask should
be defined in the following format: x.x.x.x
This mask defines the number of lower bits used to generate a random IP.
For example:
- mask length: 16
- mask string: 0.0.255.255
JIRA: YARDSTICK-1351
Change-Id: Ie3cbf0205aac83aea8d7f665bc068e8566238055
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Cédric Ollivier [Sun, 22 Jul 2018 12:01:00 +0000 (14:01 +0200)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Skip searching network in project if external or shared
It meets the OpenStack rules:
- any router can be connected to an external network.
- any VM can be connected to a shared network
It completes https://gerrit.opnfv.org/gerrit/59865 which partially
skip the lookup.
Then CreateRouterSuccessTests passes when the external network is not
owned by the user running snaps_smoke.
JIRA: SNAPS-320
Change-Id: I2c60363002c6b667f90ff3f5f984eace4fa86c99
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>