aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-07-13f_tackerpluginbuild: Fix obsolete mitaka branchdanube.3.0stable/danubeAlexandru Avadanii1-0/+3
Tacker plugin defaults to using the "stable/mitaka" branch for the Tacker Horizon dashboard project, which was meanwhile nuked upstream. Switch to using the "mitaka-eol" tag instead. Change-Id: Iacec0ebdff7327bca9c84d9433790a04acd2dc4d Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-07-13docs: Update release dateAlexandru Avadanii1-1/+1
Change-Id: I4a1399f40842fa9a3c3c081738eadb76ae840e60 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-06-21[docs] Refresh reference for Danube 3.0danube.3.RC1Michael Polenchuk3-10/+10
Change-Id: I16154a1407b12c762a2866322b1ef4216a34dde2 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2017-05-05Merge "Select the fastest mirror of repos" into stable/danubeAlexandru Avadanii1-3/+3
2017-05-04docs: Refresh reference for Danube 2.0danube.2.0Alexandru Avadanii3-9/+9
Change-Id: If786099581cf8bf685cc2076c21d4c3041610bf7 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 09c1ca15f2b01393d808453c9c2aeef1ec5895f5)
2017-05-04Select the fastest mirror of reposMichael Polenchuk1-3/+3
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)
2017-05-03Update kvm4nfv commit idYunhong Jiang1-1/+1
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)
2017-04-26Fix for reap.py giving negative id's for nodesCatalina Focsa1-3/+4
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)
2017-04-25Merge "fuel-menu: Align defaults w/ OPNFV bootstrap cfg" into stable/danubeAlexandru Avadanii6-84/+73
2017-04-25Merge "f_repobuild: Add remaining packages explicitly" into stable/danubeAlexandru Avadanii1-0/+7
2017-04-25[tacker] Adjust tackerc to v3 of identity apiMichael Polenchuk1-1/+1
JIRA: FUEL-267 Change-Id: Ia0e9ed3298681319c870132628d930175e084bc0 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com> (cherry picked from commit 5db425bc2b0a2c44dc9fdcfbec19afaa9ecc442a)
2017-04-24f_repobuild: Add remaining packages explicitlyAlexandru Avadanii1-0/+7
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)
2017-04-24fuel-menu: Align defaults w/ OPNFV bootstrap cfgAlexandru Avadanii6-84/+73
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)
2017-04-10build/install: Add USB boot optionMatei Valeanu3-2/+5
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)
2017-04-07Double allocated memory of fuel master nodeMichael Polenchuk1-2/+2
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)
2017-03-28Revert "Revert: Blueprint "bp/distributed-serialization""danube.1.RC1danube.1.0Michael Polenchuk3-1370/+0
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)
2017-03-26Revert: Blueprint "bp/distributed-serialization"Alexandru Avadanii3-0/+1370
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)
2017-03-22Log delete environment issueMichael Polenchuk1-1/+1
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)
2017-03-21[kvm-plugin] Update the kernel versionMichael Polenchuk1-1/+1
Change-Id: Ieeb773e4801073caf50e5b795054aab64d3c7009 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com> (cherry picked from commit e74dd025dceb27c8d28f17f11bc34fb88d1f7ff3)
2017-03-20Extend error messages listMichael Polenchuk1-1/+3
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)
2017-03-20Merge "Revert "[kvm/dpdk] Switch vlan mode to vxlan"" into stable/danubeAlexandru Avadanii2-6/+52
2017-03-20[kvm-plugin] Rename node_reboot taskMichael Polenchuk1-1/+1
Change-Id: I5251f209c74613d8b4683f1923166513762cd526 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com> (cherry picked from commit 5ef4fd12ed427658ea41efea280f03bc9e07a234)
2017-03-20Revert "[kvm/dpdk] Switch vlan mode to vxlan"Michael Polenchuk2-6/+52
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)
2017-03-18Merge "f_tacker-pluginbuild: Force cache ID change" into stable/danubeAlexandru Avadanii1-4/+4
2017-03-18Merge "Revert "Increase tcp_retries2 value"" into stable/danubeAlexandru Avadanii1-51/+0
2017-03-18Merge "f_repos: Set git patch format explicitly" into stable/danubeAlexandru Avadanii1-1/+2
2017-03-17f_tacker-pluginbuild: Force cache ID changeAlexandru Avadanii1-4/+4
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)
2017-03-17Revert "Increase tcp_retries2 value"Michael Polenchuk1-51/+0
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)
2017-03-17f_repos: Set git patch format explicitlyAlexandru Avadanii1-1/+2
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)
2017-03-17Catch nodes flapping issueMichael Polenchuk1-6/+7
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)
2017-03-17Merge "Rebase to fuel ovs plugin stable/10.0" into stable/danubeRuijing Guo1-2/+2
2017-03-17Merge "Rebase barometer to stable/danube" into stable/danubeRuijing Guo1-2/+2
2017-03-17Merge "Rebase vsperf to stable/danube" into stable/danubeRuijing Guo1-2/+2
2017-03-16Rebase to fuel ovs plugin stable/10.0Guo Ruijing1-2/+2
Change-Id: Ib1cce4ca265ec8716272597aeff97d8195276e61 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com> (cherry picked from commit f842cfee2b8552bca436323af6ee062d173d6b3f)
2017-03-16Rebase barometer to stable/danubeGuo Ruijing1-2/+2
Change-Id: I5c550d8919a9b2147745caa0c7302f55291ca437 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com> (cherry picked from commit 79a05a1da338c74d2c01b1336d112a67cf6fc36d)
2017-03-16Rebase yardstick to stable/danubeGuo Ruijing1-2/+2
Change-Id: I8d284e92608d3fa89cbbe97ccb32536f3a9fae37 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com> (cherry picked from commit 989d8ea5ebf2c2fda2bc3792830ba525273189e6)
2017-03-16Rebase vsperf to stable/danubeGuo Ruijing1-2/+2
Change-Id: I621d45c2db74ca3a030f15e29e167a890560ee2d Signed-off-by: Guo Ruijing <ruijing.guo@intel.com> (cherry picked from commit bcb67861f5e6fb51cfd051efce71fbff73a29222)
2017-03-10Merge "docs: Adding Labels"Alexandru Avadanii2-0/+4
2017-03-10docs: Adding LabelsShubhamRathi2-0/+4
Labels serve as anchors/ refs when referenced from other documents This patch adds labels to docs/*/*/index.rst Change-Id: I50572f9300e4be91e5fd35b96383d9075b229be2 Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
2017-03-08Update to get the latest bug fix in ODL plugin“Manuel Buil”1-1/+1
https://review.openstack.org/#/q/32b7edbde866b6a4c1c61e674ddf01a93dd010a2 Change-Id: I9b943bd1fd47f98d9bab9eef23faf6f01650f929 Signed-off-by: “Manuel Buil” <mbuil@suse.com>
2017-03-03Enable experimental features by defaultMichael Polenchuk1-0/+2
JIRA: FUEL-260 Change-Id: I2235a876ffd8a403548b380fe28b62c67b0b43ea Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2017-03-02Revert "Select the fastest mirror of repos"Michael Polenchuk1-3/+3
This reverts commit fc94d23c7780bab8d14ecf7f04603c2c1d4aa7d3. Since connectivity_tests doesn't support "mirror" method. Change-Id: I1fa0a8fafbce0dec271fed67b3599efd40d5cac0 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2017-03-02Select the fastest mirror of reposMichael Polenchuk1-3/+3
apt-get supports a "mirror" method that will automatically select a closest mirror based on geographical location. Change-Id: I15d345de759e616a705abcdec3588ea4b9409d0a Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2017-02-28Update documentation for DanubeSerg Melikyan41-438/+318
Change-Id: I535eb87bfa980cffc8e091b896b505884ed12d32 Signed-off-by: Serg Melikyan <smelikyan@mirantis.com>
2017-02-28patch-packages: Disable mechanism once againAlexandru Avadanii1-5/+5
Now that cirros-testvm DEB patching is no longer needed, disable patch-pacakges mechanism. This saves a few minutes from each build. Change-Id: I2e0c8f86a5fda55cb57a3d08a3f585cb535eb2f4 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-02-27Merge "Tidy up outdated cirros image"Alexandru Avadanii2-32/+1
2017-02-24Bump sfc scenario to ODL 5.2.0-1George Paraskevopoulos2-0/+4
This might be related to the instances not getting an IP from DHCP problem in the CI. (https://build.opnfv.org/ci/view/functest/job/functest-fuel-baremetal-daily-master/1166/console) In any case we run the tests using 5.2.0.1 in our pods so we should use this as well in Jenkins. Change-Id: Iab424ea4b55d0abb80e6b6a368dfb78046487ec9 Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
2017-02-23Bump fuel-plugin-odl to include Zrpcd/QuagggaRomanos Skiadas1-1/+1
Change-Id: I5e2a4bd247fbac9e8518310f8140e12377e7da7e Signed-off-by: Romanos Skiadas <rski@intracom-telecom.com>
2017-02-22Tidy up outdated cirros imageMichael Polenchuk2-32/+1
Remove outdated daily build of cirros image since version of 0.3.5 has been released and supposed to use by functest suites. Change-Id: If8b7dd86a284485b376ec0f62f43093e674c96a3 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2017-02-22f_repos: fuel-library: Sync patch w/ upstreamAlexandru Avadanii1-4/+3
Adjust patch context after upstream changes merged recently. Change-Id: I341186055e3a77620028ae1bab9cd69c70f87014 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>