summaryrefslogtreecommitdiffstats
path: root/patches/opnfv-fuel
AgeCommit message (Collapse)AuthorFilesLines
2018-05-24u/fuel: Bump & rebase for maas.machines.storageAlexandru Avadanii8-89/+5
Change-Id: I22781c20f353a81e546b1d6de390e6c58b31a494 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 0bd1adfbf11d58414b96d0277386b039a3117a9e)
2018-05-23u/fuel: Bump & rebase for doc updatesAlexandru Avadanii2-2/+58
While at it, backport proposed upstream PR [1] fixing MaaS curtin arm64 template's missing newline. [1] https://github.com/salt-formulas/salt-formula-maas/pull/31 Change-Id: Ibad424ea52197fd3b289a722b23bd6c6ba354f72 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit e3f3f481e55c0c07b6fdb36214889e8edb52bf39)
2018-05-22u/fuel: Bump & rebase for generate_dhparams fixAlexandru Avadanii1-2/+2
Change-Id: Idd82da13949905a09158010cfd3f58912cccefe5 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit f7b415771ffd76ee1100b6b056942ba8db754b1d)
2018-05-22[salt] Retire Armband Saltstack reposAlexandru Avadanii12-302/+29
Provided we take care of the minor consequences of relying strictly on upstream Saltstack amd64 repos on arm64 (since we don't use RAET, this means merely installing `python-futures` as a dependency of `python-tornado` on all minions), we can finally drop our Salstack arm64 repository. This implies installing python-futures on: - FN and VCP VMs (handled via lib.sh pre-patching); - baremetal nodes (handled via MaaS Curtin template for arm64 now); While at it, also handle other minor patch cleanup operations: * drop `system.linux.system.repo.mcp.armband`, already covered by: - lib.sh pre-patching for FN and VCP VM images; - maas.region.repositories for baremetal nodes; * switch glusterfs PPA repo arch from 'amd64,arm64' to None; * drop obsolete patch handling `mcelog` on AArch64; [1] https://github.com/salt-formulas/salt-formula-maas/pull/26 JIRA: ARMBAND-382 Change-Id: I34f3bd70ebf10395e8d4e70498ff3a144b4d9c3b Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit d680c5fb86c3fd4b25e7b7f766064a6ef4bf9a3b)
2018-05-22u/fuel: Bump & rebase for MCP repos on HAAlexandru Avadanii1-2/+2
Switch from UCA pike-staging repository to Mirantis MCP repo. Change-Id: I7f4935521a0ff649ca0919d0d1be37ca17263051 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 76919718c06a6dd58d63a1bc9b699d56d9086cdb)
2018-05-17u/fuel: Bump & rebase for gnocchi/pankoAlexandru Avadanii2-7/+7
Change-Id: I29adc8df9b524c3c94f1916e49e36d9a916e368f Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 1ff8d3b91440254cf524fe2bed7e8d761acce1f3)
2018-05-09p/fuel: Retire Armband repos in favor of MCP onesAlexandru Avadanii7-28/+28
JIRA: ARMBAND-372 Change-Id: I53eaa1d48da72588b1cd9e067504dd8cccc54cd6 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 1bd3cdf194b12350026dc9678e6e0187236c4379)
2018-05-09p/fuel: Set volume name in source file to sdXCharalampos Kominos7-28/+102
By default the openstack virtual machines use virtio_blk. That causes certain tests in functest to fail to attach the proper number of disks. The solution is to switch to scsi disks for which we must also generate the proper openstack source file. JIRA: ARMBAND-376 Change-Id: I99a4073c24f13f1eb3798b2b07cb2c16ec3688cf Signed-off-by: Charalampos Kominos <Charalampos.Kominos@enea.com> (cherry picked from commit 8d1e8e56a48bc56265046b6410798dec2711d6de)
2018-04-26u/fuel: Bump & rebase for MaaS boot src selectionAlexandru Avadanii4-9/+9
Change-Id: I12a84a05dc26edb78f6f21a98e446b22babfd7c7 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 5bb8d21f085fdbd1d7b664b7036565f66c15af68)
2018-04-25Revert "[p/openstack.nova] force creation of pty on aarch64"Alexandru Avadanii2-106/+16
Now that we added Mirantis MCP repos on cmp nodes for HA scenarios, the recently added patch that reverted Ubuntu specific changes for serial console no longer applies (as Mirantis does not carry those Ubuntu modifications but instead relies on upstream Nova). This, combined with a minor bug in patch applying itself and a legacy leftover that does not check the patch apply return code led to the whole Nova patch to be skipped. - remove pty related patch hunks (revert); - fix `unless` condition for Nova patch apply, as well as Salt minion patch apply; - break `armband` state on patch apply failure; Note that for noHA deploys (where we still use the Ubuntu packages on cmp nodes afair) we will revert to old (no pty) behavior. This reverts commit 093f2b7684c86979dfa6f5f36f28689ca9b3e552. Change-Id: Ib3c1119ab544ba895b2f8d37e0b9542196058993 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 902dee384d627fda43b715fc6b47ecd97636c7b8)
2018-04-25u/fuel: Bump & rebase for openstack fixGuillermo Herrero1-2/+2
Change-Id: I5d48b6cd8ad2b1d602ed86d5d1f69a0a806bc170 Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com> (cherry picked from commit 6657baa68d238e1cba9e1d69118616e438b07f37)
2018-04-24u/fuel: Bump & rebase for cmp MCP reposAlexandru Avadanii1-3/+3
Bring in MCP repos on baremetal compute nodes. Change-Id: Ib013eef7c7e6a565dc3837395f456607d9dfef68 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 3c5d2bb2256316595245f1dfd0a2eea74e284fc2)
2018-04-22u/fuel: Bump & rebase for tenant NIC fixAlexandru Avadanii1-2/+2
Change-Id: I318b3541add33d50e47f8acba56b7ad58357e105 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit c1bc6ac41e9ea98a37c108a87859c1c113bc9964)
2018-04-22[p/openstack.nova] force creation of pty on aarch64Charalampos Kominos1-12/+102
Allow nova to create a pty device for aarch64VM JIRA: ARMBAND-352 Change-Id: I7d481957342a0dfb5be38a01b3d755862321cfa7 Signed-off-by: Charalampos Kominos <charalampos.kominos@enea.com> (cherry picked from commit 093f2b7684c86979dfa6f5f36f28689ca9b3e552)
2018-04-22u/fuel: Bump & rebase for vlan parametrizationCristina Pauna1-1/+1
Change-Id: If8b154835b4ac18117108c6a0070a65f6db3e011 Signed-off-by: Cristina Pauna <cristina.pauna@enea.com> (cherry picked from commit 5491081be01a3ec9cedc5a8f57a07510ef951a3f)
2018-04-18u/fuel: Bump for cmp linux.system retryAlexandru Avadanii2-3/+3
Change-Id: I2359b88bfb3ec6c1a1515b3874af6b6a456be318 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 8905694cb9cce2841407d82d403b9d5abde2de6f)
2018-04-18u/fuel: Bump for MaaS fio test workaroundAlexandru Avadanii1-2/+2
JIRA: FUEL-365 Change-Id: I365d032ad52fe952ad8d89b50c29cfdcd427834f Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit a93720c802d5cb245e522a6cebdc45039c0a39a0)
2018-04-13u/fuel: Bump & rebase for ODL cleanupCristina Pauna3-6/+6
Change-Id: Ie23a49c17ab4890fc1262d1111efd85ec83d7866 Signed-off-by: Cristina Pauna <cristina.pauna@enea.com> (cherry picked from commit 0d7a1834aea3bde3e27892919ae731b5cdae5560)
2018-04-06u/fuel: Bump & rebase for ODL OxygenAlexandru Avadanii4-63/+2
Drop obsolete patches: - UCA arch list extension (upstream no longer enforces the arch); Change-Id: I223964af674979f034a61aefff85c9f47af466d9 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 13c73bfed1188a5e2c7355cf7eb5c5a1da006c22)
2018-04-06p/fuel: Bump GlusterFS to 3.13 (was 3.12)Alexandru Avadanii2-61/+0
GlusterFS PPA now has arm64 binaries for 3.13, use them to drop one more patch and align with Fuel@OPNFV. Change-Id: I0769d6c3f34bb880fcd8f5ed70b0c2bf561d450a Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 650b581cfb03cdd723541ec41ff3530391e4c76e)
2018-04-04p/fuel: Fix ga-16.04 MaaS kernel to be hwe-edgeAlexandru Avadanii3-11/+38
While at it, bump & rebase for ODL VM memory bump & Pike staging PPA, handle architecture list for pike-staging PPA. Change-Id: I13cdeef0ae2167ff1b7e6dd9c188dfbdcf18d9a1 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit da4a72b2ee47253ae763752254fbd049155d941e)
2018-03-29u/fuel: Bump & rebase for ovs config fixesCharalampos Kominos3-3/+3
Change-Id: I7227fea1c10974754c9e6224dcf0dcb4701d24b7 Signed-off-by: Charalampos Kominos <charalampos.kominos@enea.com>
2018-03-27u/fuel: Bump & rebase for ODL fixesAlexandru Avadanii3-6/+6
Change-Id: I0cd2b8a0315c3dd71435138963927e4648d0ef6f Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-03-13u/fuel: Bump & rebase for salt state retryAlexandru Avadanii6-11/+11
JIRA: FUEL-358 Change-Id: Ia1e422fd037c1dd1c689b535d2b430c533d9562d Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-03-11u/fuel: Bump & rebase for public IP start bumpAlexandru Avadanii1-3/+3
JIRA: ARMBAND-365 Change-Id: I0ca3d397c137d022a68c14435ea1f69064fca359 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-03-09u/fuel: Bump for neutron rootwrap fixupAlexandru Avadanii5-8/+8
Change-Id: I493dc80c84d5bfd72c1f4062a1d6d600e5f0f0ce Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-03-08u/fuel: Bump & rebase for net_config ip-rangeAlexandru Avadanii13-65/+67
JIRA: FUEL-351 Change-Id: I7b893e9d94eaf9e34daee3bf4442229be964c294 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-03-06u/fuel: Bump & rebase for OVN HA scenarioAlexandru Avadanii3-6/+6
JIRA: FUEL-329 Change-Id: I74d871df506b48286e993540ad5ad25a08dae4b3 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-03-04u/fuel: Bump & rebase for IP allocation reworkAlexandru Avadanii3-8/+8
Change-Id: I51699789c2485c758b9960ec689c1f436a57dd8d Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-02-26u/fuel: Bump & rebase for compute parameterizationAlexandru Avadanii10-47/+11
While at it, enable hugepages on AArch64 by removing the patch that used to disable them. JIRA: ARMBAND-341 Change-Id: I8f5e8bbceeaa2c99a983a14d9c03da497eec64c4 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
2018-02-22u/fuel: Bump & rebase for cinder disk volumeAlexandru Avadanii4-9/+9
JIRA: FUEL-330 Change-Id: If089aa41a77a9694ae99dfee79a105ac92917416 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-02-20u/fuel: Bump & rebase for set_storage_layoutAlexandru Avadanii10-24/+24
Change-Id: Icfb495619b178af90998a82e4b359445649a7284
2018-02-17u/fuel: Bump & rebase for virtual PDF supportAlexandru Avadanii14-212/+146
Finally drop hardcoded IP addresses for virtual deploys from reclass, but keep one small patch adjusting the local vPDF to achieve the same goal. JIRA: FUEL-322 Change-Id: I56a3b0487f564355a4c51b4eb71ec97e92531f1d Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-01-31u/fuel: Bump & rebase for reclass updateAlexandru Avadanii2-2/+2
Change-Id: I094243a4678cd3a458b39961ac5e28f65c85b09a Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-01-29u/fuel: Bump & rebase for ODL fix after Pike mvAlexandru Avadanii3-4/+4
Upstream changed salt-formula-neutron to have custom, dedicated configuration for Pike, silently breaking our ODL support. Change-Id: Iaccfed65132699ca7d0c0bb5eee5c2ca13b1ce28 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-01-29u/fuel: Bump & rebase for OVS-DPDK vxlanAlexandru Avadanii14-26/+26
Fix patch context after [1] was pushed upstream. Update copyright year in Fuel patches (and template). [1] https://github.com/salt-formulas/salt-formula-salt/commit/4c7cd2d Change-Id: I41755993cfc2dac89e8060768f01d58c5d2e5767 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-01-26u/fuel: Bump & rebase for pharos as lab-configAlexandru Avadanii3-35/+32
Change-Id: I78672282dd0bf98509bb2f0848a4df542564d418 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-01-22u/fuel: Bump & rebase for lab proxy supportAlexandru Avadanii10-20/+50
While at it, fix MaaS hwe_kernel for AArch64 by switching back to 4.13. Change-Id: Idb123eab370ef453b60ddb1dff40c2d8d7fd42c4 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-01-21u/fuel: Bump & rebase for mongodb & cinder fixesAlexandru Avadanii4-22/+22
While at it, refresh Armband GPG public key embedded in maas config. Change-Id: Id1f167d3b8a1bc69a798557fb1b72f93e04cdb0b Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-01-07u/fuel: Bump & rebase for wait_for changesAlexandru Avadanii4-24/+21
While at it, catch armband state minion timeout (not connected or no response) and reduce armband state retry from 10 to 5. JIRA: ARMBAND-350 Change-Id: Ifd63c401f44e7ae51f50c5739cf1a20b5d27d287 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-01-04u/fuel: Bump & rebase for nbd module buildAlexandru Avadanii1-1/+1
Change-Id: Iff82769f7f5e867baa54c0ceece765be207df17f Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-01-03u/fuel: Bump & rebase for mas01 NAT removalAlexandru Avadanii5-13/+13
Change-Id: I0ba6eec175a4b4f1eac0c085dcf25b43589259a7 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-01-03u/fuel: Bump & rebase for MaaS proxy supportAlexandru Avadanii10-242/+47
While at it, fix duplicate "file.repl" entry in armband.nova_config SLS and drop upstream nova patch for Qemu 2.10 support previously backported. Fixes: f191bfb Change-Id: Ib4e56833df8e1095396af0856a0fad06f5e9ed1c Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-12-31p/fuel: Retry armband state, fail on not connectedAlexandru Avadanii3-17/+18
We no longer expect the armband state to fail on any nodes, baremetal or virtual, kvm or cmp, so remove failsafe `|| true` and retry state apply in case minions did not repond. Change-Id: I7b4302a89d60c94ab3f58cd6b8523cf668314a05 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-12-30MaaS: preseed Armband repo via curtinAlexandru Avadanii3-97/+51
Instead of installing upstream vanilla kernel from Ubuntu just to upgrade to the one from Armband repo later, preseed Armband repo config via curtin. This allows us to drop a kernel update cycle, thus saving a few minutes at each deploy. While at it, switch salt repo addition to use the maas region reclass section instead of adding a dedicated mechanism for it in the curtin template (only for arm64). JIRA: ARMBAND-280 Change-Id: Iad5953a7de80d728f11a4ce3113bd7725100c31c Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-12-30u/fuel: Bump & rebase for APT ipv4, maas cleanupAlexandru Avadanii1-4/+4
Change-Id: I8f1c0a5b217e2da8c6f42b1525ce1a6f67465268 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-12-27u/fuel: Bump & rebase for MaaS patch squashAlexandru Avadanii3-8/+8
Change-Id: Ibbdb467b4656493c6effa68991dab1902e78b7fe Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-12-26u/fuel: Bump & rebase for OVNAlexandru Avadanii3-11/+39
Change-Id: I3489c340a12edb3f14cbbd1d63fd90cb4bdfa52c Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-12-21u/fuel: Bump & rebase for upstream libvirtd socketAlexandru Avadanii7-16/+16
Change-Id: I4a5cb78eff164fe9984362b51c34a8359baa8a8d Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-12-18u/fuel: Bump & rebase for MaaS DHCP fixAlexandru Avadanii5-19/+19
Change-Id: Icb3516e6520ea6c1996ffffa744b6cfeb1135f41 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>