Age | Commit message (Collapse) | Author | Files | Lines |
|
* 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>
|
|
* 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)
|
|
* 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)
|
|
* 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)
|
|
* 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)
|
|
* 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>
|
|
* 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)
|
|
* 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>
|
|
* 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)
|
|
* 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>
|
|
* 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>
|
|
* 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)
|
|
* 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)
|
|
* 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)
|
|
* 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)
|
|
* Update docs/submodules/fuel from branch 'stable/euphrates'
- patches: pharos: Drop patches merged upstream
Also, remove redundant pharos patch that adds prx mgmt IPs:
- "Re-assign mgmt network to proxy nodes"
as those values are set already (to different values!) by patch:
+ "extend public gateway support"
While at it, `make patches-export` should clean the patch dir first.
Change-Id: Ice106e5d48c7b4cd90ffc6af7441199034d4f546
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit fbea9fae7a16f1375f7413ccd46146b015fc87ff)
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "enable dovetail to run on APEX bgpvpn scenario"
- enable dovetail to run on APEX bgpvpn scenario
Since only APEX has the bgpvpn scenario in Euphrates, enable run dovetail
on Apex euphrates scenario os-odl-bgpvpn-ha to test sdnvpn test cases.
JIRA: DOVETAIL-568
Change-Id: Ic7c880a5ef911fac17807e19484f937bdaa53e21
Signed-off-by: xudan <xudan16@huawei.com>
|
|
* Update docs/submodules/fuel from branch 'stable/euphrates'
- lib.sh: persistent cfg01, mas01 mcpcontrol
cfg01, mas01 DHCP leases in mcpcontrol virtual network should be
persistent (if cfg01 IP changes, minions can't find Salt Master).
Change-Id: I497207ebe1537af94fd92de12491664d17ad3144
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit a1c323835f808e6d729c645c8df75a43e51851fe)
|
|
* Update docs/submodules/joid from branch 'stable/euphrates'
- Need to use version 17.08 OpenStack charms for OpenContrail with Ocata
Change-Id: I100d0d6108b9ea094e7daf2583ca64cb79e5c2f6
Signed-off-by: Stuart Mackie <wsmackie@juniper.net>
(cherry picked from commit be6c0dd8dc6f7eb57460d3f6351e78641d5a7501)
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Update releng commit id
It updates the releng commit id because SFC requires the patch
"Execute ovs-logger cmds with sudo" [1].
[1] https://gerrit.opnfv.org/gerrit/#/c/46239/
Change-Id: I0e6116e831c6cd470ce19e81be13c743960e65aa
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Pull functest-core when only building childs
Otherwise it fails if parent and childs containers are not built on
the same host [1].
It would have worked if the docker images were correctly cleant. Then
the last image would have been pulled.
[1] https://build.opnfv.org/ci/job/functest-apex-baremetal-daily-euphrates/362/console
Conflicts:
build.sh
Change-Id: I293829c839c1cf68c9f7668aa643e16889359fcc
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit e3281b2175ca9983d79ce17de7e7497f749e650e)
|
|
* Update docs/submodules/releng from branch 'master'
- Revert "functest-docker: Build all images on same host"
This reverts commit d7ed45793e56243d63da12f184db96731d1d6a1c.
Change-Id: Ie7cc94419969e5c95abd227ff0f159f0683c4386
|
|
* Update docs/submodules/releng from branch 'master'
- functest-docker: Build all images on same host
Change-Id: I6ba2666a0dbec23c7a854c030113b809bd9a328a
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
|
|
* Update docs/submodules/pharos from branch 'stable/euphrates'
- Merge "config/pod1.yaml: Typo fixes, add 3 new nodes" into stable/euphrates
- config/pod1.yaml: Typo fixes, add 3 new nodes
In order to be able to check the PDF template against the current
installer adapters, we need to fill in all 5 nodes info.
While at it, perform some cleanup:
- s/remoteparas/remote_paramsg/ (installers use this directly ...);
- s/remote_mangement/remote_management/g;
- s/pod owner/pod_owner/;
- minor typo fixes;
- fixed one IP overlap between 2 existing nodes;
NOTE: Data for the 3 new nodes is bogus (random MACs, addresses).
Change-Id: I63c6318659678771c34e139dd1db630c6b81b214
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit 783a439ec2bd23ad969ffe7a3c6b7277f7a565c7)
|
|
* Update docs/submodules/pharos from branch 'stable/euphrates'
- Merge "config/installers: Add PDF installer adapters" into stable/euphrates
- config/installers: Add PDF installer adapters
Previously, PDF installer adapters resided in securedlab git repo, but
since we want to be able to use it in both securedlab (for validation
of new PDF files during verify jobs) and installer projects (for
actually parsing the PDF file into usable installer inputs), we
decided to move them to a common location, also available for regular
users.
This change merely replicates the current adapter files from securedlab
git repo for the following projects:
- apex;
- compass4nfv;
- daisy;
- joid;
Change-Id: Ic4bd75e1b2dc339c15cd4943dfc5a1c74c68b094
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit 1a1c03d865c55872d5912ac60ce4a1af5e814de2)
|
|
* Update docs/submodules/pharos from branch 'stable/euphrates'
- Merge "config/utils: Add generate_config.py" into stable/euphrates
- config/utils: Add generate_config.py
Previously, generate_config.py resided in securedlab git repo, but
since we want to be able to use it in both securedlab (for validation
of new PDF files during verify jobs) and installer projects (for
actually parsing the PDF file into usable installer inputs), we
decided to move it to a common location, also available for regular
users.
This change merely replicates the file from securedlab git repo.
Change-Id: I9ff7889e408338d3911853fe01b752b013de1db7
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit 74cdf3ea93fb3a91ed03924fdb17076d36fc4cb9)
|
|
* Update docs/submodules/pharos from branch 'stable/euphrates'
- Add Version Field to PDF
With Euphrates being the initial 'release' of the PDF it is important we
include a version specifier.
Without a version specifier, PDF consumers (computers or humans)
won't know which fields are be available, nor their possible type
(string, int, list, etc).
This also allows the PDF spec to be modified without fear of breaking
any tooling relying on the layout of fields or extance of specific
properties; Presuming tooling handles the version specifier.
Change-Id: I304ecc9ebfa0a36d40db8ef3486a3600ae86422e
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Filter out added/modified *.ipynb for preview job"
- Filter out added/modified *.ipynb for preview job
deleted file can not be previewed
Change-Id: Ic860baf0deeb574e20067bdae230cb7ef22d7458
Signed-off-by: Yujun Zhang <zhangyujun@gmail.com>
|
|
* Update docs/submodules/armband from branch 'stable/euphrates'
- .gitreview: Add defaultbranch
Change-Id: Iee860b3b7aa0057fe9c028c7458a94948de02791
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
* Update docs/submodules/fuel from branch 'stable/euphrates'
- Merge ".gitreview: Add defaultbranch" into stable/euphrates
- .gitreview: Add defaultbranch
Change-Id: I9c19e81844b1e35907ac79962d8838cc5365601f
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
* Update docs/submodules/compass4nfv from branch 'stable/euphrates'
- Merge "Enable tacker horizon" into stable/euphrates
- Enable tacker horizon
JIRA: -
1 - Enable tacker horizon
2 - Open SFC extension on compute nodes
Change-Id: I7d6ea0db78dc529e3d7f8bd1a44a3c0de76aac22
Signed-off-by: Yifei Xue <xueyifei@huawei.com>
|
|
* Update docs/submodules/compass4nfv from branch 'stable/euphrates'
- Add plugin for Barometer.
Change-Id: I5049805eb4e2e2c5e2cc87772afe6650253be36c
Signed-off-by: John Hinman <john.hinman@intel.com>
Signed-off-by: ramamani yeleswarapu <ramamani.yeleswarapu@intel.com>
(cherry picked from commit 51ce441ca60cd115d9e8a932203ccc9d3cebcf82)
|
|
* Update docs/submodules/fuel from branch 'stable/euphrates'
- Merge "[baremetal] package: install python-yaml" into stable/euphrates
- [baremetal] package: install python-yaml
- Required for PDF parsing
Change-Id: I95205e62efab3e9920687866d3a53a135828a218
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
|
|
* Update docs/submodules/fuel from branch 'stable/euphrates'
- Clean up noifupdown support patch
The patch has been merged to upstream linux formula.
Change-Id: I09f96be920c5c3ecd09fd2ab132e25519902239b
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
(cherry picked from commit a6bc08b2be51b069b629d357a44cfa5979f09c2a)
|
|
* Update docs/submodules/qtip from branch 'stable/euphrates'
- Storage QPI Userguide
Add storage QPI userguide.
JIRA: QTIP-288
Change-Id: Ie3376345832e54238239a44f0d4e1218dbac82c1
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
(cherry picked from commit 8caf5d01a623a3a5c7774e19416e9e6635dc0de5)
|
|
* Update docs/submodules/qtip from branch 'stable/euphrates'
- Add missing link for euphrates release notes
Change-Id: Icc0067e961c497f203996eafedec3e316ea6e5ff
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
(cherry picked from commit 4daf79855c2dccff22134939245497140343bfa3)
- Use frozen requirements
Change-Id: I3de2e7d3fc2e88d0556b35c34830d7eab522d404
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
|
|
* Update docs/submodules/joid from branch 'stable/euphrates'
- adding the OS_INTERFACE so that openstack client would use public.
Change-Id: I839e5ba51cbda28674c7c3c41e2b864778891219
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
|
|
* Update docs/submodules/compass4nfv from branch 'stable/euphrates'
- Fix centos kickstart_done snippet
Bug:
CentOS-7-Minimal-1611-x86_64 image doesn't contain
wget package and kickstart_done snippet use wget to
call cobbler api to set netboot enable to false.
This way if host installed centos which is not set
to boot from disk will stuck in pxe loop
Solution:
Use curl instead of wget in kickstart_done
Change-Id: I0414adab72047a367b7cb15fe6a5537c76234972
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
(cherry picked from commit 08a15a8dae520e2b02748a34ff1ec034ee6806b9)
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Don't verify Danube and verify Euphrates"
- Don't verify Danube and verify Euphrates
Change-Id: I5f2dc96a175309664814e642b17ba5f29458cfb1
Signed-off-by: wutianwei <wutianwei1@huawei.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "[Compass4nfv] upgrade OpenStack Pike version"
- [Compass4nfv] upgrade OpenStack Pike version
Compass4nfv has supported OpenStack Pike version
switch the master to run Pike version
Change-Id: I69b5ec54d0e7479fabfe4c2e06d916472427bdb1
Signed-off-by: wutianwei <wutianwei1@huawei.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "jjb: xci: xci-verify-jobs: Fix block on bifrost jobs"
- jjb: xci: xci-verify-jobs: Fix block on bifrost jobs
The bifrost jobs are normally named 'openstack-bifrost-...' so
fix the regexp to look for proper bifrost job patterns.
Change-Id: Ie1823e942a201485aa5fbad4bde27653823d849b
Signed-off-by: Markos Chandras <mchandras@suse.de>
|
|
* Update docs/submodules/sdnvpn from branch 'stable/euphrates'
- Adapt bgp daemon to run properly for testcase3
Since apex includes a new version of zrpcd compatible with Carbon
and Nitrogen [0], an adaptation is needed for bgp daemon enabling
and running within testcase3
Note that zrpcd run now as a process and not as a service
JIRA: SDNVPN-172
[0] https://jira.opnfv.org/projects/APEX/issues/APEX-508
Change-Id: Ia0ec4ab0f15ecf3d5c76c5fa541fe8338762ecaf
Signed-off-by: tomsou <soth@intracom-telecom.com>
(cherry picked from commit e1372d3c4955a92f36bfb50ae5925dac2fc0b89c)
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Add pod info in the job's name"
- Add pod info in the job's name
Same with the patch https://gerrit.opnfv.org/gerrit/#/c/47541/
Change-Id: Ide8e125731de046793326e5a8d8ef373b4fdad19
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
|
|
* Update docs/submodules/compass4nfv from branch 'stable/euphrates'
- Fix the python-ldap version
when python-ldap is newest version, there are some issues in dependence
Change-Id: I29f30900733cdd87d922b17da0f7c551b7cbdc90
Signed-off-by: wutianwei <wutianwei1@huawei.com>
(cherry picked from commit db18432af86badcac4d12066f0c2379b7857a165)
|
|
* Update docs/submodules/doctor from branch 'stable/euphrates'
- Merge "Updated from global requirements" into stable/euphrates
- Updated from global requirements
Change-Id: Idf92cecd5bd0578d1df6b18dddb0f13653920687
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/sdnvpn from branch 'stable/euphrates'
- Merge "Updated from global requirements" into stable/euphrates
- Updated from global requirements
Change-Id: I98eac765058ebd636347f14c7ebde2a47b99ac1f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/sdnvpn from branch 'stable/euphrates'
- Fix defaultbranch in .gitreview
Change-Id: Iffddd6ce6dedd50c74b673a5824b7f1bc1f459ea
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/promise from branch 'stable/euphrates'
- Merge "Fix defaultbranch in .gitreview" into stable/euphrates
- Fix defaultbranch in .gitreview
Change-Id: I775e015a6bf49f91ecb7ebaae08f392f4143879b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/promise from branch 'stable/euphrates'
- Updated from global requirements
Change-Id: Iacd1136acb604f599a48b50a0c0964c36061ecb3
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Order euphrates build alphabetically
Change-Id: I32506e0cad8215e0b16814035b9faec3a86ec4b5
Signed-off-by: Yujun Zhang <zhangyujun@gmail.com>
|