Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/fuel from branch 'stable/danube'
- Merge "Select the fastest mirror of repos" into stable/danube
- Select the fastest mirror of repos
https://bugs.launchpad.net/fuel/+bug/1669751 has been resolved.
JIRA: FUEL-261
Change-Id: I009cf6cba8aaa7ff2ae625c5067aa4d1570e4793
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
(cherry picked from commit b6ba4fbf280da3a9c03ddfc58e47b52a9c266310)
|
|
* Update docs/submodules/fuel from branch 'stable/danube'
- docs: Refresh reference for Danube 2.0
Change-Id: If786099581cf8bf685cc2076c21d4c3041610bf7
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit 09c1ca15f2b01393d808453c9c2aeef1ec5895f5)
|
|
* Update docs/submodules/fuel from branch 'stable/danube'
- Update kvm4nfv commit id
This kvm4nfv commit includes changes for the config file which disable
vt-d by default and has the x2apic enabled.
Conflicts:
build/f_isoroot/f_kvm-pluginbuild/config.mk
Change-Id: I2e8085792fb8222dfc59d4ece0ac58ec9a16c1bd
Signed-off-by: Yunhong Jiang <yunhong.jiang@linux.intel.com>
(cherry picked from commit 78c835c56466726e8c5a99942d5179714907b5f4)
|
|
* Update docs/submodules/fuel from branch 'stable/danube'
- Fix for reap.py giving negative id's for nodes
Sort node id's as integer values instead of strings
in order to return the actual minimum value
by which the new list of nodes is generated
JIRA: https://jira.opnfv.org/browse/FUEL-208
Change-Id: If59d0d0ff9823076b337b042bceb4a736f1f9153
Signed-off-by: Catalina Focsa <catalina.focsa@enea.com>
(cherry picked from commit 9eb8c08a696be89a4e73d0e53b6aaf368634813a)
|
|
* Update docs/submodules/fuel from branch 'stable/danube'
- Merge "fuel-menu: Align defaults w/ OPNFV bootstrap cfg" into stable/danube
- fuel-menu: Align defaults w/ OPNFV bootstrap cfg
Instead of overwriting fuel_bootstrap_cli.yaml during post-install,
with a static config which we need to manually sync in OPNFV after
each upstream change, make the whole thing dynamic by syncing (via
patch) fuel-menu's default settings with OPNFV bootstrap.
This allows us to drop the static fuel_bootstrap_cli.yaml.
JIRA: FUEL-266
Change-Id: I132f2a272c764ad0fc84b3e0e0e1222b1fab1cd2
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit d116928396655b6db92b6786022ff68f13df58c7)
|
|
* Update docs/submodules/fuel from branch 'stable/danube'
- Merge "f_repobuild: Add remaining packages explicitly" into stable/danube
- f_repobuild: Add remaining packages explicitly
Packetary automatically solves for Fuel@OPNFV:
- base pkgs and their deps;
- bootstrap/target image additional pkgs;
- explicit reqs;
However, corner cases like "pcs", which is not in any of the
above categories - being installed via puppet only, need to be
added to the explicit list.
NOTE: This enables full offline deploys for simple scenarios
(i.e. without any plugins). Each plugin might need additional
packages, which will be handled in further patches.
See the bug report for more information.
JIRA: FUEL-250
Change-Id: Id1d31c98308cdee6cb935627984188561b560ff4
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit cabe0fef5a6aba50d477bdd079d922e82355c23f)
|
|
* Update docs/submodules/fuel from branch 'stable/danube'
- [tacker] Adjust tackerc to v3 of identity api
JIRA: FUEL-267
Change-Id: Ia0e9ed3298681319c870132628d930175e084bc0
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
(cherry picked from commit 5db425bc2b0a2c44dc9fdcfbec19afaa9ecc442a)
|
|
* Update docs/submodules/fuel from branch 'stable/danube'
- build/install: Add USB boot option
Use isohybrid to add MBR for booting via BIOS
from USB flash drives
Also, Makefile "$(wildcard ubuntu-builder/*)" does not expand
to what is expected (does not include ubuntu-builder/Dockerfile),
as it uses a previous cached value.
Check this link for an explanation:
http://stackoverflow.com/questions/41470676/makefile-variable-expansion-with-wildcard-when-rule-creates-new-file
JIRA: FUEL-236
Change-Id: I9c6521a382917822ce930ddf76391c5f3c3a9cb7
Signed-off-by: Matei Valeanu <Matei.Valeanu@enea.com>
(cherry picked from commit eb8fbde87578e3853ffd23e403fd46bac6039cd0)
|
|
* Update docs/submodules/fuel from branch 'stable/danube'
- Double allocated memory of fuel master node
Rise up allocated memory of fuel master node for virtual envs in order
to avoid swapping and improve performance of overall deployment process.
Change-Id: I04b020b628a9c84f934a9d17e8be98d34fe2a085
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
(cherry picked from commit c382da389e0dcffe48c428695f4b29c1c6151bd4)
|
|
* Update docs/submodules/fuel from branch 'stable/danube'
- Revert "Revert: Blueprint "bp/distributed-serialization""
This reverts commit 8b28c44a4be6beef8a71e672f543001bcc0a080f.
The issue has been fixed in upstream.
Change-Id: Id4ad8fb7b1ec887f8d8d1d5b18a9b33a73bda10c
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
(cherry picked from commit 4a360c5076f839c8b700638f9b85c3e630894826)
|
|
* Update docs/submodules/fuel from branch 'stable/danube'
- Revert: Blueprint "bp/distributed-serialization"
Until upstream fixes bug [1], partially revert blueprint
implementation [2]:
- fuel-agent: no-op, we overwrite fuel_bootstrap_cli.yaml anyway;
- fuel-library: no-op, keep newly added port config in place;
- fuel-web: revert all blueprint related changes;
NOTE: When this blueprint becomes part of Fuel@OPNFV, we need to
update our "fuel_bootstrap_cli.yaml".
[1] https://bugs.launchpad.net/fuel/+bug/1676197
[2] https://review.openstack.org/#/q/topic:bp/
distributed-serialization+status:merged+branch:stable/newton
JIRA: FUEL-265
Change-Id: Icf392a3446e5c89c2592d1733bc1f3401b7d69ad
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit 8b28c44a4be6beef8a71e672f543001bcc0a080f)
- Log delete environment issue
Log delete environment issue instead of fail with it since
it ain't severe operation to break down whole deployment process.
Change-Id: Ibbdf41a1323970068c09efcd1355f95f030ef1e6
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
(cherry picked from commit cc3f3226b0e48c035549247d8a716f91675955f8)
- [kvm-plugin] Update the kernel version
Change-Id: Ieeb773e4801073caf50e5b795054aab64d3c7009
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
(cherry picked from commit e74dd025dceb27c8d28f17f11bc34fb88d1f7ff3)
- Extend error messages list
Start redeploy if errors for the following bugs are caught:
https://bugs.launchpad.net/fuel/+bug/1673797
https://bugs.launchpad.net/fuel/+bug/1672683
Change-Id: I41bc10d983f193e4206f0913358f5710f034070a
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
(cherry picked from commit cffc4bb6d13b67d7e1c7ee0f1412ded1704fe999)
- Merge "Revert "[kvm/dpdk] Switch vlan mode to vxlan"" into stable/danube
- [kvm-plugin] Rename node_reboot task
Change-Id: I5251f209c74613d8b4683f1923166513762cd526
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
(cherry picked from commit 5ef4fd12ed427658ea41efea280f03bc9e07a234)
- Revert "[kvm/dpdk] Switch vlan mode to vxlan"
This reverts commit b8584eeb13c75d7f20a4582d287ab7ac1d52f0af.
vxlan mode has broken in upstream:
https://bugs.launchpad.net/fuel/+bug/1673767
Change-Id: I71fabf1c74f419ab1f6d5d04a294be98fa927ef3
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
(cherry picked from commit 8e27ddc4486407f52c8de29639efc1cc724f0471)
- Merge "f_tacker-pluginbuild: Force cache ID change" into stable/danube
- Merge "Revert "Increase tcp_retries2 value"" into stable/danube
- Merge "f_repos: Set git patch format explicitly" into stable/danube
- f_tacker-pluginbuild: Force cache ID change
This will force a rebuild of Tacker plugin, to bypass poisoned
cache.
Change-Id: I77a028d56cc6202f799c7c0af3b688674256106c
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit f20bfafbcb3e75f13b5ba2955ec38f13baad452d)
- Revert "Increase tcp_retries2 value"
This reverts commit 0b313e2c089d296232a9a7ca43e9f37d514400a0.
This patch has been merged into upstream.
Change-Id: I15ba6f161547b7fd928c4ed54f8a9eef58046e48
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
(cherry picked from commit e6126911ef9d012a83d5733a379627307878242e)
- f_repos: Set git patch format explicitly
Skip patch format auto-detection, by setting it explicitly to "mbox".
This allows adding license headers to patch files.
JIRA: ARMBAND-236
Change-Id: I2b19ced80984ea98e220935c9d36836e62203bb7
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit 672c1df70b8cafe61a3edaa66fbf9e8dba2b12e2)
- Catch nodes flapping issue
Wait for nodes to become online to row down the bug
https://bugs.launchpad.net/fuel/+bug/1672969
Change-Id: Ic0621a415461c1552ebfc9cd7d1ab2061ea7a8cb
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
(cherry picked from commit 2fff9fec802617a34aa4ceac8f328d34101189c6)
- Merge "Rebase to fuel ovs plugin stable/10.0" into stable/danube
- Merge "Rebase barometer to stable/danube" into stable/danube
- Merge "Rebase vsperf to stable/danube" into stable/danube
- Rebase to fuel ovs plugin stable/10.0
Change-Id: Ib1cce4ca265ec8716272597aeff97d8195276e61
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
(cherry picked from commit f842cfee2b8552bca436323af6ee062d173d6b3f)
- Rebase barometer to stable/danube
Change-Id: I5c550d8919a9b2147745caa0c7302f55291ca437
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
(cherry picked from commit 79a05a1da338c74d2c01b1336d112a67cf6fc36d)
- Rebase yardstick to stable/danube
Change-Id: I8d284e92608d3fa89cbbe97ccb32536f3a9fae37
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
(cherry picked from commit 989d8ea5ebf2c2fda2bc3792830ba525273189e6)
- Rebase vsperf to stable/danube
Change-Id: I621d45c2db74ca3a030f15e29e167a890560ee2d
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
(cherry picked from commit bcb67861f5e6fb51cfd051efce71fbff73a29222)
|
|
1. HEAD seems to be out of sync for the submodules
This patch fixes the HEAD so that henceforth
gerrit automatically updates the refs to latest
commit ID.
2. Adding openretriever to list of submodules
Change-Id: I341a0a898f46cd10ccdc65ef209f76500dd3c4a6
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
(cherry picked from commit 1fc4463cbdaad35db04cc81fa6575ca721920785)
|
|
Adding submodules of all OPNFV projects in order to create a unified
repository for documentation. By using submodules we will be able to
maintain a single conf.py file and theme to be used across all projects
Change-Id: I65ec1a85f074f142bc335e8611e9636b5e4cb3a9
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
|