Jack Morgan [Mon, 18 Dec 2017 15:12:15 +0000 (15:12 +0000)]
Update git submodules
* Update docs/submodules/pharos from branch 'stable/euphrates'
- Merge "generate_config.py: Fix running without eyaml" into stable/euphrates
- generate_config.py: Fix running without eyaml
If eyaml is not installed or misconfigured, we should output raw
encrypted data and throw a warn/error accordingly, instead of
bailing out completely.
Needed for Fuel deploys on PODs that do not use PDF encryption, e.g.
lf-pod2.
Change-Id: I2905df11a3cf2f2eb1ab9bfd8bd88619af2cab04
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
2db1004f456f4ed956246bc85049a69b39e8cab2)
ShuyaNakama [Thu, 14 Dec 2017 17:37:33 +0000 (17:37 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'stable/euphrates'
- [vyos_vrouter] Support https endpoints
JIRA: FUNCTEST-881
vyos_vrouter did not support https endpoints [1].
I fixed the following two points.
1. Modifying blueprint of Cloudify.
2. Changing nova client of utilvnf module.
Point 1
I added command of support https endpoint to blueprint of vyos_vrouter.
The Blueprint of vyos_vrouter is on our github repository [2].
I updated our repository.
Point 2
I changed nova client of utilvnf module.
Utilvnf module is utility module of vyos_vrouter.
Nova client of utilvnf module did not support https endpoints.
So, I changed to use nova client of snaps.
After fixed the source code, I confirmed the vyos_vrouter was succeeded in the following two environments.
1. Our labs (Instoller:fuel, environment of https endpoints)
2. Orange POD (Instoller:compass, environment of http endpoints)
[1] https://jira.opnfv.org/browse/FUNCTEST-881
[2] https://github.com/oolorg/opnfv-vnf-vyos-blueprint/blob/master/function-test-openstack-blueprint.yaml
Change-Id: I468df0f2486a34bc558ad161eb7de44264549006
Signed-off-by: ShuyaNakama <shuya.nakama@okinawaopenlabs.org>
(cherry picked from commit
fc0d8c601ce627d5f7b8c5e3eef73bd01c6db7d4)
mei mei [Mon, 18 Dec 2017 03:09:31 +0000 (03:09 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Create dovetail-docker-build-stable job"
- Create dovetail-docker-build-stable job
1. Dovetail first release is based on OPNFV danube release.
2. Dovetail has the branch stable/danube now.
3. It needs to automatically triggle dovetail-docker-build-stable job
when there is a patch cherry picked to this stable branch.
JIRA: DOVETAIL-576
Change-Id: I58a639cd8208e40099c6481085d1f450c89b2523
Signed-off-by: xudan <xudan16@huawei.com>
mei mei [Mon, 18 Dec 2017 02:14:20 +0000 (02:14 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "create dovetail-merge-danube and dovetail-verify-danube jobs"
- create dovetail-merge-danube and dovetail-verify-danube jobs
Dovetail has a branch stable/danube now, so it needs to add the verify jobs
on branch stable/danube.
JIRA: DOVETAIL-577
Change-Id: Ifd2622d58439b6794f6b0f2e636142d4e7d1ac5e
Signed-off-by: xudan <xudan16@huawei.com>
Ross Brattain [Sat, 16 Dec 2017 10:18:31 +0000 (02:18 -0800)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/euphrates'
- update release notes for Euphrates 5.1.0
Change-Id: I11b248882dd314baebd3ab4e7e676a1f3e0b50cd
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
(cherry picked from commit
9d0f99349d2ea4499670708aacb1569cad0389aa)
DanielMartinBuckley [Tue, 21 Nov 2017 15:35:31 +0000 (15:35 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/euphrates'
- Addition of NSB Prox test documentation of vPE and LW-AFTR test cases
YARDSTICK-840
NSB Prox test documentation of vPE and LW-AFTR test cases documenation.
Change-Id: Ic6da6546faf0494fdee71962a515083e6e10a410
Signed-off-by: Daniel Martin Buckley <daniel.m.buckley@intel.com>
(cherry picked from commit
db6083d91499521bf3a486623e985cc3b1703524)
Ace Lee [Mon, 20 Nov 2017 10:47:19 +0000 (10:47 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/euphrates'
- fix docker client don't have trex_client
JIRA: YARDSTICK-854
Add trex_client in docker,
so we could run NSB testcase in docker container.
Change-Id: Iac1393d6e3a175137973190936ab69a1f2ce8272
Signed-off-by: Ace Lee <liyin11@huawei.com>
(cherry picked from commit
75606db72e5d3afb6afe590e76b3baef3af3f5c6)
rexlee8776 [Fri, 24 Nov 2017 07:37:20 +0000 (07:37 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/euphrates'
- bugfix: tc078 have no data stored or dashboard to show results
JIRA: YARDSTICK-867
1.print result in the log, showing the txt format result
Change-Id: I6deeb4cf44895ef7a6c6d231c77b3843eec285d7
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
(cherry picked from commit
36c24ec9fc68c081d0bca507cff3ec81f8a001dc)
rexlee8776 [Thu, 16 Nov 2017 08:49:16 +0000 (08:49 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/euphrates'
- bugfix: tc078 fails in some situations
1. make "SPECint_benchmark, runspec_iterations, runspec_tune, runspec_size,
runspec_rate" parameterized and change the default value "int^429" to "int"
2. remove "become: true" in some roles since it does not need root privilege
JIRA: YARDSTICK-852
Change-Id: Icb384bddc12911e2681a981d0504e0e142d1a8ec
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
(cherry picked from commit
7bd43b239b7be6f478399526a177922d4482bcc2)
rexlee8776 [Sat, 25 Nov 2017 06:44:33 +0000 (06:44 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/euphrates'
- bugfix: kill process do not accurately kill "nova-api"
JIRA: YARDSTICK-849
1. update the kill process RegEx pattern to be more accurate
2. make attack_process to be parameter so it can be customized if
the SUT is using a different name of attack_process
Change-Id: I569730ced6c24aafbffcf2fc5752d3560d0adac5
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
(cherry picked from commit
4bbd919e2b26fe606bb1b83efc579e0f2557593e)
Dino Madarang [Tue, 3 Oct 2017 01:02:17 +0000 (01:02 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/euphrates'
- samples: Add generic L3 forwarder tests
A generic throughput test case that can be used as a
stub code for a Linux-based VNF configured as an L3 forwarder.
Supported context:
* Standalone OVSDPDK and SRIOV
* Baremetal
Code changes:
* Allow pmd-cpu-mask and lcore mask for OVS DPDK
* router_vnf.py - configures interface IP addresses and static arp entries
using ip command
* NFVi KPIs
* Allow cputune tag for standalone context to be able to PIN on NUMA 1 cpus
SRIOV Test cases:
* RFC2544 Ethernet framesizes, 128K Flows
* 2,4 and 6 ports
* 2 and 3 vcpus per port
*
OVSDPDK Test cases:
* RFC2544 Ethernet framesizes, 128K Flows
* 2 and 4 ports
* 2 vcpus per port
* 2 PMD threads per port
TODO:
* Documentation
* Add 6 ports tests
References:
* router_vnf.py is based on sample_vnf.py
* tc_*.yaml files are based on acl/vfw test case files
Added unitests
Added get_stats to parse ip -s link
Change-Id: Id1b969d5420dfcab7c1e695acbd2cd1655747efe
Signed-off-by: Dino Simeon Madarang <dinox.madarang@intel.com>
Signed-off-by: Kavindya Deegala <kavindya.s.deegala@intel.com>
Reviewed-by: Alain Jebara <alain.jebara@intel.com>
Reviewed-by: Deepak S <deepak.s@linux.intel.com>
Reviewed-by: Emma Foley <emma.l.foley@intel.com>
Reviewed-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Reviewed-by: Ross Brattain <ross.b.brattain@intel.com>
Reviewed-by: Edward MacGillivray <edward.s.macgillivray@intel.com>
Signed-off-by: Dhaval Patel <dhaval.r.patel@intel.com>
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
(cherry picked from commit
9bf492e01dad7309287e8491ec7ac29f43032aed)
Ross Brattain [Sat, 16 Dec 2017 08:38:34 +0000 (08:38 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/euphrates'
- Merge "tc053 kill haproxy wrong mismatch" into stable/euphrates
- tc053 kill haproxy wrong mismatch
JIRA: YARDSTICK-831
Change-Id: I587c486572f439952b8a31da664d1e2c1fb8dc27
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
(cherry picked from commit
d70cbc5c6bd03cb68a13dcab50a12178982f5c44)
Yifei Xue [Sat, 16 Dec 2017 01:31:43 +0000 (09:31 +0800)]
Update git submodules
* Update docs/submodules/compass4nfv from branch 'stable/euphrates'
- Update the tag and repo name for stable/euphrates
JIRA: -
Correct the repo name and tag name.
Change-Id: Ie120b364bb118997b5eb3a906e089d89046e43b7
Signed-off-by: Yifei Xue <xueyifei@huawei.com>
Trevor Bramwell [Thu, 14 Dec 2017 00:00:41 +0000 (16:00 -0800)]
Update git submodules
* Update docs/submodules/pharos from branch 'stable/euphrates'
- Update eyaml README
On CentOS7 systems the gem command is contained in the 'rubygems'
package, not 'ruby-gems'.
After the keys have been moved, there is not reason to keep around the
'keys' directory.
Change-Id: I5cb9f474276de75b650ddf323a279e139fb62d37
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
(cherry picked from commit
cef924d0f6a1a8df8ad4d61b425e2a0b29e25027)
Bin Hu [Fri, 15 Dec 2017 17:39:39 +0000 (09:39 -0800)]
Update git submodules
* Update docs/submodules/ipv6 from branch 'stable/euphrates'
- Fix table in RST
Change-Id: Ibd20332cd08a89e6bfcea5d4912fb0d5729c3dd3
Signed-off-by: Bin Hu <bh526r@att.com>
(cherry picked from commit
5058fb93bbb60151d74ad2ed7a7886af0b17a34f)
Markos Chandras [Fri, 15 Dec 2017 16:27:01 +0000 (16:27 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- jjb: xci: Do not trigger the CI when patchset modifies the CI VM
The scripts in xci/scripts/vm are used to manage the VM on the CI so
we shouldn't blindly test a patch that modifies them. It's better to
use manual inspection since that script rarely changes anyway.
Change-Id: I48d81f984a1a8d1500be2cc74ea79420962b9a15
Signed-off-by: Markos Chandras <mchandras@suse.de>
Trevor Bramwell [Thu, 7 Dec 2017 20:04:49 +0000 (12:04 -0800)]
Fix IRC Link on OPNFV Docs Overview Page
Change-Id: I0ee1bf803df58e15a036cc02cc8d905ff18d0f2e
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
(cherry picked from commit
258e2b9733f03009efa3a11596993e0ed8462c50)
Sofia Wallin [Tue, 12 Dec 2017 15:16:57 +0000 (16:16 +0100)]
Added scenario docs for E 5.1
Change-Id: Ib6a5c1bad75ca91b24500417f4e03b72ac0abcba
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
(cherry picked from commit
e58dd7ce6bf538348f1fadcfec0a18850d34442a)
Trevor Bramwell [Mon, 4 Dec 2017 22:27:13 +0000 (14:27 -0800)]
Update Documentation Landing Page
Change-Id: Ic6e4aabac17fd77888938a050ca5d93bdab40ce7
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
(cherry picked from commit
67da0ef95eeba5c136315598a6dbcf17087acbc0)
Trevor Bramwell [Fri, 13 Oct 2017 18:55:27 +0000 (11:55 -0700)]
Infrastructure Documentation Structure Updates
Include references to CI documents in the releng repo and provide links
for hardware and software infrastructure to pharos and releng
respectively. Also include a link to anteater under the security
heading.
Change-Id: Ie12d40b8b2616b3a3165a5409a5596112962f283
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
(cherry picked from commit
bc7238b2cd35e203fb3a4e71123608b2e7b0d998)
Jack Morgan [Fri, 15 Dec 2017 13:46:12 +0000 (13:46 +0000)]
Update git submodules
* Update docs/submodules/pharos from branch 'stable/euphrates'
- Merge "generate_config: Use eyaml to decrypt secret values" into stable/euphrates
- generate_config: Use eyaml to decrypt secret values
Note: IDF data encryption is not supported. Supporting that is
trivial, but it leads to slightly more complicated code, plus it
breaks support for multiline scalar encrypted data in the PDF ('>'),
forcing us to define each encrypted value as inline string.
While at it, fix silly limitation of jinja2 path residing in a subdir
of CWD.
Change-Id: I441ec754d8b6e4aad2ed73aba0b9b18ed65f05f4
Signed-off-by: agardner <agardner@linuxfoundation.org>
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
d2307b5afbf13644bfe6722018ef1975e92680d1)
Jack Morgan [Fri, 15 Dec 2017 13:45:42 +0000 (13:45 +0000)]
Update git submodules
* Update docs/submodules/pharos from branch 'stable/euphrates'
- Merge "[fuel] Add IDF mappings to installer adapter" into stable/euphrates
- [fuel] Add IDF mappings to installer adapter
Change-Id: I3a82ed747d2671510a25e65388c7f73ec760afc3
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
c59931889db99c4fe6fc308123e2085625c18c42)
Alexandru Avadanii [Fri, 8 Dec 2017 01:03:30 +0000 (02:03 +0100)]
Update git submodules
* Update docs/submodules/pharos from branch 'stable/euphrates'
- [fuel] Add MaaS PXE network to installer adapter
JIRA: FUEL-313
Change-Id: I046ea732e1047f793f1b3bc6f7fc31cfcee9ff40
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
5aae093570a37ea91b8c11fa8e116deb1773abc2)
Fatih Degirmenci [Fri, 15 Dec 2017 12:29:21 +0000 (12:29 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "xci: Use custom-url for readable CI reports"
- xci: Use custom-url for readable CI reports
Change-Id: I97d8fac47ec25414045a7761b651019f9f89224f
Signed-off-by: Markos Chandras <mchandras@suse.de>
Ross Brattain [Fri, 15 Dec 2017 08:53:40 +0000 (08:53 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/euphrates'
- Merge "Refactor userguide "Yardstick Installation"" into stable/euphrates
- Refactor userguide "Yardstick Installation"
[1] must be refactored in order to:
* Include proxy options.
* Use OpenStack client, instead of project CLI.
* Use sudo in some commands.
* Adapt the document to rst coding style.
* Fix minor errors.
JIRA: YARDSTICK-828
[1] https://github.com/opnfv/yardstick/blob/
923aa1738cbf5a8053e77e00937fc26f2142f6a3/docs/testing/user/userguide/04-installation.rst
Change-Id: Ice63f344a8a87221bdf4daa6153b9ccac321e5b7
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
(cherry picked from commit
d20b876a02904653cf390a97c2ed9973821dc508)
Ross Brattain [Fri, 15 Dec 2017 08:39:00 +0000 (08:39 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/euphrates'
- Merge "bugfix: tc006, tc079, tc082 miss grafana dashboard in local deployment" into stable/euphrates
- bugfix: tc006, tc079, tc082 miss grafana dashboard in local deployment
JIRA: YARDSTICK-847
Change-Id: I0750f2d17bac9e0214caf640e4ea1141ea3b4a03
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
(cherry picked from commit
1839527cfef72b58182d3c7bb2b06423684c0d46)
Serena Feng [Fri, 15 Dec 2017 08:30:27 +0000 (08:30 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Update the fuel ci job on zte pods"
- Update the fuel ci job on zte pods
- Delete Danube job on zte-pod1
- Modify the triggers on zte-pod1
- Delete master and Euphrates job on zte-pod3
Change-Id: I034dc3b968ee9255aa014c28dc08237fc0803d32
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
Yang Yu [Thu, 14 Dec 2017 08:39:34 +0000 (16:39 +0800)]
Update git submodules
* Update docs/submodules/bottlenecks from branch 'stable/euphrates'
- Docs update for E 5.1
Change-Id: I53972edc64398339463824d5f8d7193a6e15481f
Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
(cherry picked from commit
ec584918ae66e92c7d8b5ff41b0df4ad391d2349)
Dino Madarang [Wed, 1 Nov 2017 16:10:16 +0000 (09:10 -0700)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/euphrates'
- NSB: Fix standalone.model.Libvirt SR-IOV modeling
Fixed standalone.model.Libvirt SR-IOV XML interface modeling, acording
to [1]:
- All PCI attributes now are printed in hexadecimal format.
- The PCI address is now added in the correct section, 'interface'.
network_services.utils.PciAddress was refactored to accept both 'domain:
bus:slot:function' and 'bus:slot:function' format inputs. This class is
used as input in the previous class, Libvirt, to print in XML the PCI
address of a SR-IOV interface.
network_services.utils.PciAddress.parse_address is now deprecated. Instead
the class standard instantiation must be used:
libvirt_obj = utils.PciAddress(text_with_address)
A deprecation decorator is implemented along with this patch. This
decorator is used for the first time in the previously mentioned function.
This decorator stores every decorated function name and deprecation message
and raises a logging warning message the first time this function is used.
[1] https://goo.gl/so2Mrp
Change-Id: I22e95c488e27d6e2a8fdf6c1a07faab275fa6bba
Signed-off-by: Dino Simeon Madarang <dinox.madarang@intel.com>
Reviewed-by: Alain Jebara <alain.jebara@intel.com>
Reviewed-by: Deepak S <deepak.s@linux.intel.com>
Reviewed-by: Ross Brattain <ross.b.brattain@intel.com>
Reviewed-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
(cherry picked from commit
6cfec77db6b95af5b31b741d513955ee3dfa3bb2)
rexlee8776 [Wed, 15 Nov 2017 09:40:21 +0000 (09:40 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/euphrates'
- bugfix: tc023 miss description and tc050-58 wrong description
also modify tc019,025,045-49 descrition to be unified
JIRA: YARDSTICK-850
Change-Id: I3f775f1ebff4063edc53b9bc26d7ba10b8af8a9d
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
(cherry picked from commit
84a532cc7fbe2d99300d43b5431a7e3c5b2d22cc)
Aric Gardner [Thu, 14 Dec 2017 21:58:22 +0000 (21:58 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Add 'docker' string to functest docker build names"
- Add 'docker' string to functest docker build names
This will make it a little easier to track all our docker builds and
clarify what these specific builds do.
Change-Id: I92a60055af1153991877373550ea1a6f3e86682d
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Tim Rozet [Thu, 14 Dec 2017 18:49:11 +0000 (18:49 +0000)]
Update git submodules
* Update docs/submodules/apex from branch 'stable/euphrates'
- Merge "Disable introspection extras" into stable/euphrates
- Disable introspection extras
According to the documentation introspection extras attempts to collect
more hardware info during inspection. This is causing problems for some
users and we do not need it for our deployments.
JIRA: APEX-534
Change-Id: Ia4a72ed14fb744a10d02ee2d3f4e283cc7208c2b
Signed-off-by: Tim Rozet <trozet@redhat.com>
(cherry picked from commit
a9051056309f8a8b51b4533d67525efc790587b4)
Tim Rozet [Wed, 13 Dec 2017 16:50:47 +0000 (11:50 -0500)]
Update git submodules
* Update docs/submodules/apex from branch 'stable/euphrates'
- Enables br-ex on controllers in SFC scenario
ODL's current behavior is to select a node to serve as the routing/L3
node in a deployment. The selection is random, and it could end up
choosing a control node. Therefore the control node needs to have
external network connectivity so adding br-ex to the controller which
will enable this via default ProviderMappings.
JIRA: APEX-558
Change-Id: Ie3044e5711ba62d73b83d69cde369e7452958844
Signed-off-by: Tim Rozet <trozet@redhat.com>
(cherry picked from commit
8b280f8faf98b3f69435ceab3d045aaac49ecb3e)
ahothan [Thu, 14 Dec 2017 18:25:42 +0000 (10:25 -0800)]
Update git submodules
* Update docs/submodules/nfvbench from branch 'stable/euphrates'
- 5.1.0 release notes
Change-Id: I4937f7c6155eb7dbe8e7c4cc5b3a4ff3e043f374
Signed-off-by: ahothan <ahothan@cisco.com>
Alexandru Avadanii [Thu, 14 Dec 2017 17:48:36 +0000 (18:48 +0100)]
Update git submodules
* Update docs/submodules/armband from branch 'stable/euphrates'
- u/fuel: Bump & rebase for salt ver upstream
Change-Id: Ide9d660f584dcf21cd804e6b6018f15b6446d581
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Markos Chandras [Thu, 14 Dec 2017 15:15:14 +0000 (15:15 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- jjb: xci: Use the correct SSH configuration file
We need to use the XCI specific SSH configuration file so rsync can
tranfer the working directory to the virtual machine. This also
drop the ironic command like we do in the XCI jobs.
Change-Id: I10ce38db6777d5dbfbe62961c88b3902de2160e2
Signed-off-by: Markos Chandras <mchandras@suse.de>
Alexandru Avadanii [Thu, 14 Dec 2017 17:51:44 +0000 (17:51 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'stable/euphrates'
- Merge "[baremetal] idf support for different board types" into stable/euphrates
- [baremetal] idf support for different board types
This modification enables having different models of target nodes
but restricts them to two groups of the same kind assuming:
- 3 KVMs will be same model and have the same NIC names
- 2 Compute nodes will be the same model and have same NIC names
This is an ad-hoc change for arm-pod7. Will work for all other setups
but the jinja2 logic should be evetually extended to support a per
board approach, allowing any board to be any kind
Change-Id: Ie994d661e3dbe5b9a33d290a850a6152cf320c86
Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com>
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
ee149500e0e6bde0152aa56140046a2d1b995eb4)
Alexandru Avadanii [Thu, 14 Dec 2017 16:47:55 +0000 (17:47 +0100)]
Update git submodules
* Update docs/submodules/fuel from branch 'stable/euphrates'
- patches: Drop salt ver sync patch, now upstream
Upstream pull request [1] was merged, drop out patch.
[1] https://github.com/salt-formulas/salt-formula-salt/pull/64
Change-Id: I7aac66349a4bec718f7821b75dbad711cd6acd58
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
8fbafdf8a665fb8fff4d6f9f14c343e109c122ec)
Charalampos Kominos [Thu, 7 Dec 2017 10:19:04 +0000 (11:19 +0100)]
Update git submodules
* Update docs/submodules/fuel from branch 'stable/euphrates'
- Add tutorial for reclass-doc tool in documentation
JIRA: FUEL-293
Change-Id: I2612e8d63875dca4d05f8c30db24a5ae84cc8dea
Signed-off-by: Charalampos Kominos <Charalampos.Kominos@enea.com>
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
94954c13104b7f7e3bd04a7b5fdbae84a93457ac)
Cristina Pauna [Thu, 14 Dec 2017 15:54:01 +0000 (17:54 +0200)]
Update git submodules
* Update docs/submodules/armband from branch 'stable/euphrates'
- Update documentation
This documentation is a copy of Fuel@OPNFV documentation
Change-Id: I03b289043b3a48ef6d423f958846295e3d26121a
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
(cherry picked from commit
394df04bdd747004416bd6fc8d48a73bb47813cd)
Cristina Pauna [Wed, 13 Dec 2017 15:17:49 +0000 (17:17 +0200)]
Update git submodules
* Update docs/submodules/fuel from branch 'stable/euphrates'
- Update release notes for 5.1
The release notes are updated with relevant Jira filters and
changes since 5.0
Change-Id: If14cb0369ced899d17608ef43e93b848e8b2a5c8
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
(cherry picked from commit
fcb2fd879b9770bc5dd84507895be7d58f02d4ae)
Onong Tayeng [Thu, 14 Dec 2017 09:24:05 +0000 (14:54 +0530)]
Update git submodules
* Update docs/submodules/fds from branch 'stable/euphrates'
- Doc update for Euphrates 5.1
Change-Id: I59bae774ef06e970eb2baf2910bdda8572c99d50
Signed-off-by: Onong Tayeng <otayeng@cisco.com>
(cherry picked from commit
6eb4ed8ce9be7135ec65318b7b833f3c487498be)
ramamani yeleswarapu [Wed, 13 Dec 2017 19:46:05 +0000 (11:46 -0800)]
Update git submodules
* Update docs/submodules/barometer from branch 'stable/euphrates'
- docs: Adding Compass4nfv installer support details
The following two files have been updated with info on
deploying Barometer with Compass4nfv installer:
docs/release/configguide/featureconfig.rst
docs/release/configguide/postinstall.rst
Change-Id: I99364b2e08afeee51407020149677c249ed75484
Signed-off-by: Ramamani Yeleswarapu <ramamani.yeleswarapu@intel.com>
Yifei Xue [Thu, 14 Dec 2017 09:25:08 +0000 (09:25 +0000)]
Update git submodules
* Update docs/submodules/compass4nfv from branch 'stable/euphrates'
- Merge "Add the description for Barometer scenario" into stable/euphrates
- Add the description for Barometer scenario
JIRA: -
Add Barometer scenario to Euphrates release notes.
Add DPDK scenario to Euphrates release notes.
Add KVM scenario to Euphrates release notes.
Change-Id: I26818ed6b2cc801f5a34774088c8bd0a3c702c60
Signed-off-by: Yifei Xue <xueyifei@huawei.com>
Fatih Degirmenci [Thu, 14 Dec 2017 08:39:14 +0000 (08:39 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Add separate builders for Yardstick project jobs"
- Add separate builders for Yardstick project jobs
Added separate builders for Yardstick project jobs, in order
to test each context individually. The new builders are:
- Unit tests in Python 2.7
- Unit tests in Python 3
- Functional tests in Python 2.7
- Functional tests in Python 3
- Coverage tests
- Style guidelines (PEP8) tests
JIRA: YARDSTICK-877
Change-Id: I625a956bdaad88277b6ba36852639f23c8cda198
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Ross Brattain [Fri, 3 Nov 2017 03:21:39 +0000 (20:21 -0700)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/euphrates'
- Ansible: fix lowercasing issue with ConfigParser
by default ConfigParser will lowercase everything,
unless you override optionxform.
also sort key value in inventory line for consistency
https://docs.python.org/3/library/configparser.html#configparser.ConfigParser.optionxform
Transforms the option name option as found in an input file or as passed in by
client code to the form that should be used in the internal structures. The
default implementation returns a lower-case version of option; subclasses may
override this or client code can set an attribute of this name on instances to
affect this behavior.
You don’t need to subclass the parser to use this method, you can also set it
on an instance, to a function that takes a string argument and returns a
string. Setting it to str, for example, would make option names case sensitive:
cfgparser = ConfigParser()
cfgparser.optionxform = str
Note that when reading configuration files, whitespace around the option names
is stripped before optionxform() is called.
YARDSTICK-833
Change-Id: Ia1810b0c77922d84e11c9e538540b38816338593
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
(cherry picked from commit
3e93bb8ff3ef9ff454d6be13295198dbeac75df7)
Fatih Degirmenci [Thu, 14 Dec 2017 07:22:47 +0000 (07:22 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Increase Functest jjob timeouts"
- Increase Functest jjob timeouts
Functest has multiplied the testcases and integrates several ones
which are growing (e.g. snaps).
4 hours is reached if snaps or one vnf testcase fails (20 minutes).
https://build.opnfv.org/ci/view/functest/job/functest-compass-baremetal-daily-master/1695/console
Change-Id: I5e8b744d35b5253f6e7ac1310286ae374de1943b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
wutianwei [Thu, 14 Dec 2017 06:10:00 +0000 (14:10 +0800)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Increase the timeout of Compass Deploy
Change-Id: I6f3ef41585560559d28bb15d3825bedaad2ef976
Signed-off-by: wutianwei <wutianwei1@huawei.com>
Ross Brattain [Thu, 14 Dec 2017 05:06:35 +0000 (05:06 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/euphrates'
- Merge "Fix controller IP parsing in "nsb_setup.sh" script" into stable/euphrates
- Fix controller IP parsing in "nsb_setup.sh" script
Fixed the controller IP parsing in "nsb_setup.sh" script. The new
regex expression now accepts "OS_AUTH_URL" as:
* http://10.237.223.168/identity
* http://10.237.223.168:5000/identity
* http://hostname/identity
* http://hostname:5000/identity
JIRA: YARDSTICK-829
Change-Id: Ifaeab991bcbb6aa7b22c3533ab7554527184878b
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
(cherry picked from commit
b5e35986a77831841b064e435a6041a121634bec)
Ross Brattain [Thu, 14 Dec 2017 05:06:28 +0000 (05:06 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/euphrates'
- Merge "NSB Prox BM test case fixes for scale up" into stable/euphrates
- NSB Prox BM test case fixes for scale up
YARDSTICK-839
In a scale-up test the VNF number can start from
0 to MAX (num_vnf-1)
The NSB PROX BM test nodes are currently marked as:
tg__0: trafficgen_1.yardstick
vnf__0: vnf.yardstick
They need to be changed to the below:
tg__0: tg_0.yardstick
vnf__0: vnf_0.yardstick
Changes done are:
- All BM Prox test cases have tg_0 and vnf_0 as default
test nodes
- The prox-baremetal-1/2/4.yaml sample pod file
- Cleaned Up some unused Prox test/config files
Change-Id: I819011bcb35eda62b17dd3e1035918918c582b13
Signed-off-by: Abhijit Sinha <abhijit.sinha@intel.com>
(cherry picked from commit
4b0bf9ea920b461b6464d0c6888b3b0bcc9a0004)
Ross Brattain [Thu, 14 Dec 2017 04:46:07 +0000 (04:46 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/euphrates'
- Merge "Add vfw ixload testcase for heat" into stable/euphrates
- Add vfw ixload testcase for heat
- concurrency
- connections/second
- throughput
Change-Id: Idb977462952fba2e6a9684e916dfeca810f1ee94
Signed-off-by: Jennifer Li <jennifer.li@intel.com>
(cherry picked from commit
4e679598b82b5fe6931374452476b6d057868535)
Ross Brattain [Thu, 14 Dec 2017 04:45:48 +0000 (04:45 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/euphrates'
- Merge "NSB "Prox" : Cleanup duplicated traffic profile" into stable/euphrates
- NSB "Prox" : Cleanup duplicated traffic profile
JIRA: YARDSTICK-848
The NSB PROX MPLS test uses Binsearch traffic
profile and the mpls traffic profile is a duplicate.
Change-Id: Ie2124cebf306fd6917b70ecd7c23ae12ef4850dc
Signed-off-by: Abhijit Sinha <abhijit.sinha@intel.com>
(cherry picked from commit
1b9cc8a38a4866797bd49d006e22607b348f42ac)
Ross Brattain [Thu, 14 Dec 2017 04:38:05 +0000 (04:38 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/euphrates'
- Merge "NSB: update vfw tc_heat_external tests" into stable/euphrates
- NSB: update vfw tc_heat_external tests
rename xe0, xe1 to uplink_0, downlink_0
enumerate tgs/vnfs starting from 0.
add disable_dhcp
Change-Id: Ia4f08b3ad5ab298192c249d04b10a6efbe4f210e
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
(cherry picked from commit
b3a48eddc398c23523e379e6838160d456cf4368)
Ross Brattain [Thu, 14 Dec 2017 04:38:00 +0000 (04:38 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/euphrates'
- Merge "NSB TRex: convert DPDK port number to logical TRex port number" into stable/euphrates
- NSB TRex: convert DPDK port number to logical TRex port number
when we create TRex config we sort based on PCI bus address
and create a logical port ordering.
We need to save this port ordering and re-use it everywhere.
redirect vnfd_helper.port_num() to resource_helper.port_num() to
use the logical mapping
Change-Id: Ibff628556d5e11e686e15716a66a3210758c4ff0
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
(cherry picked from commit
ce52059f5f78912eeff2d97235c1028c218bf960)
Ross Brattain [Thu, 14 Dec 2017 04:29:06 +0000 (04:29 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/euphrates'
- Merge "NSB: Fix IndexError in pin_vcpu_for_perf" into stable/euphrates
- NSB: Fix IndexError in pin_vcpu_for_perf
This addresses the IndexError in Standalone SRIOV/OVSDPDK context.
The correct sys_cpu number should be sys_cpu-1
Error:
threads = "%s-%s" % (soc_cpu[socket][sys_cpu], soc_cpu[socket][-1])
IndexError: list index out of range
Tested platform: (Hyper-Threading disabled)
NUMA node0 CPU(s): 0-21
NUMA node1 CPU(s): 22-43
With socket equal to 0, sys_cpu value was 22 which resulted to IndexError.
Change-Id: I36b045cacce4caff4b5ddafaa9b6737f1c6df0a1
Signed-off-by: Dino Simeon Madarang <dinox.madarang@intel.com>
Reviewed-by: Alain Jebara <alain.jebara@intel.com>
Reviewed-by: Deepak S <deepak.s@linux.intel.com>
Reviewed-by: Ross Brattain <ross.b.brattain@intel.com>
Reviewed-by: Edward MacGillivray <edward.s.macgillivray@intel.com>
(cherry picked from commit
78fff64b00e255d7e4624bcc62faddc0d135e5a2)
Ross Brattain [Thu, 14 Dec 2017 04:27:15 +0000 (04:27 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/euphrates'
- Merge "NSB Prox LW_AFTR Test" into stable/euphrates
- NSB Prox LW_AFTR Test
JIRA: YARDSTICK-802
Addition of PROX LW_AFTR basked on PROX/DATS v037 test_104_lw_aftr.py
- This support BM and Openstack Heat
- This supports 4 Ports ONLY
- Grafana Dashboards included
- Code Coverage / Unit testing
Change-Id: If2170ab458bf687256d5f1a1e840a3b9d2788ef7
Signed-off-by: Daniel MArtin Buckley <daniel.m.buckley@intel.com>
Signed-off-by: Abhijit Sinha <abhijit.sinha@intel.com>
(cherry picked from commit
b9e394b2f0955c76f883021c4f65c136b80d9261)
Ross Brattain [Thu, 14 Dec 2017 04:16:13 +0000 (04:16 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/euphrates'
- Merge "Adding vFirewall HTTP Traffic Profiles for tests including Concurrency, CPS, TPUT, TPS for 2Ports and 4Ports" into stable/euphrates
- Adding vFirewall HTTP Traffic Profiles for tests including Concurrency, CPS, TPUT, TPS for 2Ports and 4Ports
Change-Id: I3c7f047dc6d1545093aed6f64ccaed9f90d85af3
Signed-off-by: Phani Kiran Thaticharla <phani.kiran.thaticharla@intel.com>
Reviewed-by: Oscar Medina-Duran <oscar.medina-duran@intel.com>
Reviewed-by: Deepak S <deepak.s@linux.intel.com>
Reviewed-by: Ross Brattain <ross.b.brattain@intel.com>Â
(cherry picked from commit
61bf9771f05f0347f12617b7013b13d5fcb4981b)
Ross Brattain [Thu, 14 Dec 2017 04:16:08 +0000 (04:16 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/euphrates'
- Merge "Adding vFirewall HTTP Traffic Profiles." into stable/euphrates
- Adding vFirewall HTTP Traffic Profiles.
Modified http_locator location for 64K, 256K, 512K and 1024K
concurrency files.
The traffic profiles include various http locator image sizes i.e
4K,64K,256K,512K and 1024K
The traffic schema is changed to "nsb" from "isb" for all the
traffic profiles
Change-Id: I012da8daaa880ca80db2d3b08cebd9a73c19cd47
Signed-off-by: Phani Kiran Thaticharla <phani.kiran.thaticharla@intel.com>
Reviewed-by: Oscar Medina-Duran <oscar.medina-duran@intel.com>
Reviewed-by: Deepak S <deepak.s@linux.intel.com>
Reviewed-by: Ross Brattain <ross.b.brattain@intel.com>Â
(cherry picked from commit
bb2da407193d6a5747cf15069d61cceb4c6bf1f7)
Ross Brattain [Thu, 14 Dec 2017 04:15:48 +0000 (04:15 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/euphrates'
- Merge "Dockerfile: apt-get clean to save layer space" into stable/euphrates
- Dockerfile: apt-get clean to save layer space
it seems like normally Dockerfiles do an apt-get clean
to remove apt cache and save space on docker layers
Change-Id: I2ac9d30daa917973c3ba76a50cda67d6ecb8c47a
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
(cherry picked from commit
952c68f74c03facff84b987aa508040dd43ee30b)
Ross Brattain [Thu, 14 Dec 2017 04:15:34 +0000 (04:15 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/euphrates'
- Merge "Heat: add availability_zone" into stable/euphrates
- Heat: add availability_zone
Users would like to ensure placement of VMs on specific compute nodes so
that the measurements are meaningful. Examples: Measure network
performance in different scenarios (VMs in same host, in different
hosts, across fabric, across tenants)
Example:
context:
name: yardstick
placement_groups:
pgrp1:
policy: "availability"
servers:
tg_0:
floating_ip: true
placement: "pgrp1"
availability_zone: "zone2"
vnf_0:
floating_ip: true
placement: "pgrp1"
availability_zone: "zone1"
Change-Id: I28a757c25ae3f5b3571ab3edd82d51ceba32c302
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
(cherry picked from commit
81b9d338268f47f3d8863f10ef3940f0ea79d618)
Ross Brattain [Thu, 14 Dec 2017 04:14:50 +0000 (04:14 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/euphrates'
- Merge "Addition of IPv6 icpm, udp and tcp to Neutron Security Group" into stable/euphrates
- Addition of IPv6 icpm, udp and tcp to Neutron Security Group
When creating a Neutron security group for a heat template. Add
IPv6 security group rules to access the resouces.
Change-Id: I0b541dfe400121e35908a70778665ee1576f0622
Signed-off-by: Daniel Martin Buckley <daniel.m.buckley@intel.com>
(cherry picked from commit
3cfdda00a291cf911e2948da774929ad23a60452)
Emma Foley [Tue, 31 Oct 2017 15:53:05 +0000 (15:53 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/euphrates'
- Update links to documentation in README.rst
The links to the docs in README were pointing to Colorodo documentation.
For master, this should not be pinned to a particular release, but
should show the most recent docs at all times.
Change-Id: I3186ea0dbc5105812407a0f87e02d99899a951a0
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
(cherry picked from commit
9ea682e950598d39fa53ccabe6c1cd0a4fe426bd)
Narinder Gupta [Wed, 13 Dec 2017 17:40:53 +0000 (11:40 -0600)]
Update git submodules
* Update docs/submodules/joid from branch 'stable/euphrates'
- release notes for 5.1
Change-Id: I9c78a00fff2dce8efd0efd2879e932cc3298e578
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
ramamani yeleswarapu [Thu, 14 Dec 2017 01:33:39 +0000 (17:33 -0800)]
Update git submodules
* Update docs/submodules/compass4nfv from branch 'stable/euphrates'
- Add collectd role to compute host only
Change-Id: Ibe7d8cb58590da79442a02c4f0e57434eea0e5e4
Signed-off-by: ramamani yeleswarapu <ramamani.yeleswarapu@intel.com>
(cherry picked from commit
e22dac31b54f0f343d74a8ea0779671324313997)
wutianwei [Wed, 13 Dec 2017 07:25:46 +0000 (15:25 +0800)]
Update git submodules
* Update docs/submodules/compass4nfv from branch 'stable/euphrates'
- add the barometer dha file for CI running
huawei-pod1
huawei-pod2
intel-pod17
Change-Id: Icc592d070a7835245f706699df6927af296bf5bd
Signed-off-by: wutianwei <wutianwei1@huawei.com>
Jack Morgan [Thu, 14 Dec 2017 01:11:13 +0000 (01:11 +0000)]
Update git submodules
* Update docs/submodules/pharos from branch 'stable/euphrates'
- Merge "Updated fuel adapter (ODL)" into stable/euphrates
- Updated fuel adapter (ODL)
Change-Id: I4ff233460bb4fbd88277f2798f5f6380ff3b367d
Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com>
(cherry picked from commit
eeb38b5a9e900d2e0e1e52276f6b2e533eee4b1c)
Jack Morgan [Thu, 14 Dec 2017 01:10:58 +0000 (01:10 +0000)]
Update git submodules
* Update docs/submodules/pharos from branch 'stable/euphrates'
- Merge "[fuel] IPMI: Trim netmask from IP passed to MaaS" into stable/euphrates
- [fuel] IPMI: Trim netmask from IP passed to MaaS
Change-Id: I683788846a716f1af6ae8aa3b25cc3a866ae0045
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
845813111aba4c28af1acca32dc4b4f1b0640c19)
Jack Morgan [Thu, 14 Dec 2017 01:10:48 +0000 (01:10 +0000)]
Update git submodules
* Update docs/submodules/pharos from branch 'stable/euphrates'
- Merge "[fuel] Assign public network to proxy nodes" into stable/euphrates
- [fuel] Assign public network to proxy nodes
Change-Id: I8d4cc9505eb1d405b8f6a3ef1053249d803bda7b
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
(cherry picked from commit
af9e2a904ad7f1e44ba26cf9cebbc8bb3f7d8842)
Jack Morgan [Thu, 14 Dec 2017 01:10:36 +0000 (01:10 +0000)]
Update git submodules
* Update docs/submodules/pharos from branch 'stable/euphrates'
- Merge "PDF: generate_config: Add IDF parsing support" into stable/euphrates
- PDF: generate_config: Add IDF parsing support
For a given 'podN.yaml' file, check whether a file named
'idf-podN.yaml' exists in the same directory, and if it does,
pass its contents under the 'idf' dict key to the j2 template.
This assumes the contents of IDF yaml have a root 'idf' key.
Change-Id: I6c6f1b9f28c38989f8a6ed4a389c9a1da423d76d
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
e5c76e735a99395ab075f95c0f4105f8727a834e)
Guillermo Herrero [Wed, 27 Sep 2017 13:23:16 +0000 (15:23 +0200)]
Update git submodules
* Update docs/submodules/pharos from branch 'stable/euphrates'
- Updated fuel adapter (vlan1000, interfaces format)
Change-Id: I848f13acca08c4c8a24eeecd3554ea6d50bbb565
Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com>
(cherry picked from commit
908dab58edbbe8f22db14a9261693a54e9b2d8fd)
Bin Hu [Wed, 13 Dec 2017 22:41:42 +0000 (14:41 -0800)]
Update git submodules
* Update docs/submodules/ipv6 from branch 'stable/euphrates'
- Updated Release Notes for Euphrates 5.1 Release
Change-Id: I78bb0ea3031c3c7faa00b97061e52574643f7654
Signed-off-by: Bin Hu <bh526r@att.com>
(cherry picked from commit
3f568e586686a93225e311444e73fe6cb0cab713)
Manuel Buil [Wed, 13 Dec 2017 17:52:55 +0000 (18:52 +0100)]
Update git submodules
* Update docs/submodules/sfc from branch 'stable/euphrates'
- Update the release notes
Change-Id: I3f5a42f9653945812696caf61f5c4bcb8a2175ed
Signed-off-by: Manuel Buil <mbuil@suse.com>
Michael Polenchuk [Wed, 13 Dec 2017 15:38:07 +0000 (19:38 +0400)]
Update git submodules
* Update docs/submodules/fuel from branch 'stable/euphrates'
- [ovs/dpdk] Split out networking restart action
In common openstack_ha state the networking service restart
has no expected effect, so split it out into the detached
post-deployment state.
Change-Id: Iaaae0cd048474667895b7abf2a77196ee3dee14b
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Narinder Gupta [Wed, 13 Dec 2017 16:20:04 +0000 (10:20 -0600)]
Update git submodules
* Update docs/submodules/joid from branch 'stable/euphrates'
- added OS_interface and password mechanism.
Change-Id: I94200b129287249f714d74e5ae768bb0fcd57eb8
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
(cherry picked from commit
c129114d52a84187f9eeca21a46fa68567603c97)
Guo Ruijing [Wed, 18 Oct 2017 23:56:15 +0000 (19:56 -0400)]
Update git submodules
* Update docs/submodules/joid from branch 'stable/euphrates'
- cleanup code
1. remove unused code due to juju>2 & maas>2.2 in Ubuntu16.04
2. remove deprecated 03-maasdeploy.sh
3. remove other unused code
Change-Id: I20fd0e96400db1262b0df3ef2b502c8001dd5b76
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
(cherry picked from commit
2819ba063c1a9896ccf437f85ca4c2ee463d7e80)
Narinder Gupta [Wed, 13 Dec 2017 16:16:05 +0000 (16:16 +0000)]
Update git submodules
* Update docs/submodules/joid from branch 'stable/euphrates'
- Merge "Revert "adding the OS_INTERFACE so that openstack client would use public."" into stable/euphrates
- Revert "adding the OS_INTERFACE so that openstack client would use public."
This reverts commit
61c0f2deba133c0a180e4d9462927c86973c8390.
Change-Id: I896fe862aba17e9af20f7ca0c9e348a1575b4fd4
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Ryota MIBU [Tue, 12 Dec 2017 12:11:06 +0000 (12:11 +0000)]
Update git submodules
* Update docs/submodules/apex from branch 'stable/euphrates'
- docs: fix default password and yum.repo.d
- password for root in debug mode is defined in DEBUG_OVERCLOUD_PW
document has to be updated
- '/etc/yum.repo.d' is the right yum repo directory in Cent OS 7
Change-Id: Ia97e3878bd30d562bd3c3b7776e80440b20a4111
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
(cherry picked from commit
5e958e5488338dca587e9ed1b694c1719939d739)
Maryam Tahhan [Wed, 13 Dec 2017 15:28:23 +0000 (15:28 +0000)]
Update git submodules
* Update docs/submodules/barometer from branch 'stable/euphrates'
- Merge "docs: Update post install instructions." into stable/euphrates
- docs: Update post install instructions.
Change-Id: Id619067b4d828518ba4b526feab44db42ffc9a0a
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
mei mei [Wed, 13 Dec 2017 09:46:50 +0000 (09:46 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "[Compass4nfv]change the timeout of verify"
- [Compass4nfv]change the timeout of verify
Change-Id: Id854f0ccbfd112c43ba1257d8b87994b20f838a9
Signed-off-by: wutianwei <wutianwei1@huawei.com>
Jose Lausuch [Wed, 13 Dec 2017 08:10:25 +0000 (08:10 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Allow intel-pod18 to push results to the DB"
- Allow intel-pod18 to push results to the DB
Change-Id: I54447764996a4e2bb303a9e71cc525e999c1bdd5
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
Jing Lu [Wed, 13 Dec 2017 06:10:55 +0000 (06:10 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/euphrates'
- Merge "KVMFORNFV: Reverting LiveMigration changes" into stable/euphrates
- KVMFORNFV: Reverting LiveMigration changes
This patch consists of reverting the changes of patch 45227 and
incudes redirecting the console output of the LiveMigration
execution to /dev/null as the stdout contains only the statistics,
i.e., totaltime, downtime and setuptime.
This reverts commit
5a1f65d3e7d67488ee6f558dccfa5ca5581ddb65.
Change-Id: I252b5a4045657cfa8362e9aae755249480cd3b77
Signed-off-by: Navya <navyax.bathula@intel.com>
(cherry picked from commit
3ca70b916c386b7ec4d9a7f2f9bb6fec2e917785)
mei mei [Wed, 13 Dec 2017 03:57:10 +0000 (03:57 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "[Compass4nfv] add nosdn-bar-ha scenario"
- [Compass4nfv] add nosdn-bar-ha scenario
Change-Id: Iaf4cc72fe31bbf6f7d492e33c33abf056ccafcf4
Signed-off-by: wutianwei <wutianwei1@huawei.com>
mei mei [Wed, 13 Dec 2017 03:23:42 +0000 (03:23 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "[Compass4nfv] run centos in intel-pod17"
- [Compass4nfv] run centos in intel-pod17
Change-Id: Ifbe959d178781c14a9d32db78d84972d2505c8dc
Signed-off-by: wutianwei <wutianwei1@huawei.com>
mei mei [Wed, 13 Dec 2017 03:23:21 +0000 (03:23 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Enable jobs on compass Master and Euphrates"
- Enable jobs on compass Master and Euphrates
Dovetail now have jobs on Compass danube on huawei-pod7.
Add jobs on Compass master and euphrates.
Scenario os-nosdn-nofeature-ha and os-odl_l3-nofeature-ha.
JIRA: DOVETAIL-574
Change-Id: I502c59365248122480cdb5be2bb79582150591e4
Signed-off-by: xudan <xudan16@huawei.com>
Zhijiang Hu [Wed, 13 Dec 2017 03:52:32 +0000 (22:52 -0500)]
Update git submodules
* Update docs/submodules/daisy from branch 'stable/euphrates'
- [docs] Refresh reference for opnfv-5.1.0
Change-Id: I0ef56ea85f4c401064a8cc4baf9672dc58521193
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
Michael Polenchuk [Tue, 12 Dec 2017 12:31:38 +0000 (16:31 +0400)]
Update git submodules
* Update docs/submodules/fuel from branch 'stable/euphrates'
- Revert "[baremetal] Migrate public bridge to ovs"
Vlan tagging on ovs+linux ports doesn't work as expected.
This reverts commit
c3316c713c936b154b979aa985a400f4b791c0cb.
Change-Id: I339cd741c83781e4a946bfde40f7f2551bb9cf02
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Ross Brattain [Tue, 17 Oct 2017 21:30:37 +0000 (14:30 -0700)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/euphrates'
- heat: allow overriding Heat/Neutron private IP for DPDK tests
For some L2/L3 DPDK testcases we need to use a custom
IP address space different from what Heat provides.
These testcases require port_security_enabled = False so
Neutron should allow for unrestricted L2 traffic.
This will work because we bind the ports to DPDK and thus
don't need DHCP.
vnf_0:
floating_ip: true
placement: "pgrp1"
network_ports:
mgmt:
- mgmt
uplink_0:
- xe0:
local_ip: 10.44.0.20
netmask: 255.255.255.0
downlink_0:
- xe1:
local_ip: 10.44.0.30
netmask: 255.255.255.0
Also fixup flake8 errors in unittests
Change-Id: Id29dfffa692f16fb1f526d208db43e476e2f7830
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
(cherry picked from commit
ec6a90d449f8b1ab2b17083188ec65f75ab7818b)
Navya [Wed, 6 Dec 2017 06:11:17 +0000 (11:41 +0530)]
Update git submodules
* Update docs/submodules/kvmfornfv from branch 'stable/euphrates'
- To modify Ixia port numbers and IP in pod.yaml
This patch is used to change the IP in pod.yaml for livemigration and
modify the port numbers related to Ixia in vsperf.conf and
vsperf.conf.sriov as now assigned to different ports.
Change-Id: I329bf0672b83e09b2101a62f874ffb3c70da1dbb
Signed-off-by: Navya <navyax.bathula@intel.com>
(cherry picked from commit
5f28ffec33fb4b548353854abf51ff75b9814c35)
Michael Polenchuk [Tue, 12 Dec 2017 09:52:27 +0000 (13:52 +0400)]
Update git submodules
* Update docs/submodules/fuel from branch 'stable/euphrates'
- pod_config: cleanup: Drop infra_compute_*_address
Our PDF installer adapter defines 3 unused reclass params that are
misleading, so drop them (infra_compute_node{01,02,03}_address).
Change-Id: I0ca49b73add543c8f03b14ed4d805ce55f973bb5
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
(cherry picked from commit
e48d4876833270b9139ca8196eef2c13f44effcc)
Alexandru Avadanii [Mon, 11 Dec 2017 18:15:15 +0000 (19:15 +0100)]
Update git submodules
* Update docs/submodules/fuel from branch 'stable/euphrates'
- patches: pharos: Bump & drop upstream patches
All our staged patches for Pharos repo are now upstream, so bump
the git submodule and remove the patch files.
Change-Id: I0d68eb3bdd9abfa286c3640acc1f13ce6100801d
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
33d945e3045f68ea7cbd2f1b8d01618cb3fed23c)
mei mei [Tue, 12 Dec 2017 07:07:51 +0000 (07:07 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "[Compass] change the trigger time once every two days"
- [Compass] change the trigger time once every two days
Change-Id: I458d00a57d121c3a712d696ef5f703b527dbe3a0
Signed-off-by: wutianwei <wutianwei1@huawei.com>
kubi [Mon, 23 Oct 2017 07:51:03 +0000 (15:51 +0800)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/euphrates'
- Add "How to work with test case" into devguide
JIRA: YARDSTICK-73
add a new chapter about how to work with test case, now just add three sub chapter,
sample test case, release test case, test case description file, will update more for
how to write a new test case.
Change-Id: I44906917e76ad6d4890f345c963b9e4440f6be39
Signed-off-by: kubi <jean.gaoliang@huawei.com>
(cherry picked from commit
1ca9d52152d54b51b4d9dcd6c429f114ad4fe24c)
Fatih Degirmenci [Mon, 11 Dec 2017 22:26:41 +0000 (22:26 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Remove Matthew Lijun as committer"
- Remove Matthew Lijun as committer
Matthew Lijun moved to a new employer which is not a member to OPNFV
requiring Matthew to sign individual CLA. This has not happened over
the past weeks which needs us to take action to initiate committer
removal process.
Change-Id: I17081aaffae72e01e98814defe062accac0a4739
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Guillermo Herrero [Fri, 22 Sep 2017 13:30:15 +0000 (15:30 +0200)]
Update git submodules
* Update docs/submodules/pharos from branch 'stable/euphrates'
- Add fuel installer adapter
v3 -> v4:
- extract common variable refs, fold some reusable code;
- provide dummy defaults for PDFs without net_config;
- keep yamllint happy about spaces and empty lines;
v4 -> v5:
- more folding, define a macro for multiple IP address definition;
v5 -> v6:
- added MaaS network / DHCP range support;
v6 -> v7:
- removed macro, template code reverted to output style
JIRA: FUEL-275
Change-Id: Ib1cc319534d06c088b1db16a43aef663a8ada0d8
Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com>
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
25b2adb887b5e1cab767023476dd0ec2f02b4b59)
Trevor Bramwell [Mon, 11 Dec 2017 17:46:34 +0000 (17:46 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Email a monthly repo archives link to OPNFV Legal"
- Email a monthly repo archives link to OPNFV Legal
Each month we are asked for a copy of all the repositories for license
scanning. Sending out a link to this archive will save them from having
to ask.
Change-Id: I2f51688049b08a556f6bc8d8b098165c0ba281d8
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Fatih Degirmenci [Mon, 11 Dec 2017 17:02:29 +0000 (18:02 +0100)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Prune docker images on ericsson-build3
This patch removes ericsson-build5 as well since that machine
does not exist anymore.
Change-Id: I7598e5fff166e29ecf4fcd18bebc6d2e3b9be9ed
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Michael Polenchuk [Mon, 11 Dec 2017 16:22:23 +0000 (16:22 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'stable/euphrates'
- Merge "[baremetal] Migrate public bridge to ovs" into stable/euphrates
- [baremetal] Migrate public bridge to ovs
Get rid of "ovs-to-linux" links, instead of this setup native ovs
bridge for public interface and link it with neutron external bridge.
Change-Id: I483881e78f22fc035107a622307d95761c4a5667
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
(cherry picked from commit
bcba227e4947bf1e6976b2a743b87c28ae9645c9)
Michael Polenchuk [Mon, 11 Dec 2017 16:21:03 +0000 (16:21 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'stable/euphrates'
- Merge "submodule: pharos: Bump to fix run without eyaml" into stable/euphrates
- submodule: pharos: Bump to fix run without eyaml
Most Fuel PODs do not use encrypted PDFs, so bump Pharos git
submodule to include updated `generate_config.py` to silently
skip decryption in case eyaml is not installed.
Change-Id: I845a32c7001123a93e38197e0daf53d18c797aed
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
8c15c3675d57bfaed9c6923ed8adfdb6879fea49)
Alexandru Avadanii [Sat, 9 Dec 2017 20:40:22 +0000 (21:40 +0100)]
Update git submodules
* Update docs/submodules/fuel from branch 'stable/euphrates'
- states: maas: Stop using maas-stable PPA
Currently, Xenial repos provide MaaS 2.2.x, while the PPA bumped it
to 2.3.x. Since we switched to 2.3, we observed a rare wrongful state
transition from 'Deploying' back to 'Ready'.
Drop the PPA, falling back to 2.2 from mainline distro repos.
JIRA: FUEL-312
Change-Id: I3daa118059f37cbeca076da685661c28f3a28a97
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
9da33bc85d681950a09452f28ca39df2108b0b56)
Michael Polenchuk [Mon, 11 Dec 2017 08:26:09 +0000 (08:26 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'stable/euphrates'
- Merge "[baremetal] PDF: Use net_admin for MaaS PXE net" into stable/euphrates
- [baremetal] PDF: Use net_admin for MaaS PXE net
While at it, fix another small issue where a variable
(parameters__param_opnfv_maas_pxe_address) was used without being
populated (defined in 'runtime.yml', which is not read using
`parse_yaml`, like the scenario yml or the PDF expanded class,
pod_config.yml).
JIRA: FUEL-313
Change-Id: Iee88601d5420f55572bf90c8cf330afbedfb2e21
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
9136aef95f77a1f26175929caedfe6ae662bbbd8)