aboutsummaryrefslogtreecommitdiffstats
path: root/patches
AgeCommit message (Collapse)AuthorFilesLines
2018-06-08p/reclass-system: Add Pike repos for QueensAlexandru Avadanii2-93/+50
Until Mirantis Queens repositories get populated with all required arm64 binaries, add Pike repositories for filling in missing deps. While at it, remove Nova patches meanwhile upstreamed/obsoleted: - Add video type virtio for AArch64 - libvirt driver: AArch64: ACPI depends on AAVMF (superseded by [1]) Bump Fuel@OPNFV git submodule to include compute discovery. [1] https://github.com/openstack/nova/commit/6f54f5c1e Change-Id: I85429fd211cd7eadaec1419d0213182ade50f7ed Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-06-08u/fuel: Bump & rebase for OpenStack QueensAlexandru Avadanii3-21/+60
Whie at it, drop architecture field for new MCP mirror repo. Change-Id: Id7c8cad6cba11bd6982861430aecf40ab881e62b Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-06-07u/fuel: Bump & rebase for keyserver prx refreshAlexandru Avadanii1-2/+2
Change-Id: If00a793dccfa6f779a6e2481b41ebec6bbdda39c Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-06-04u/fuel: Bump & rebase for upstream patchesAlexandru Avadanii2-59/+3
Change-Id: Ie25c098273b929e9a31adfcfd3eb95dcf856611a Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-05-29u/fuel: Bump & rebase for upstream ODL leveldbjniAlexandru Avadanii6-48/+0
JIRA: ARMBAND-387 Change-Id: Id24c15f7390bb63b6c422f1da8548effd5aa885a Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
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>
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>
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>
2018-05-22[salt] Retire Armband Saltstack reposAlexandru Avadanii16-401/+44
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>
2018-05-20u/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>
2018-05-17u/fuel: Bump & rebase for gnocchi/pankoAlexandru Avadanii2-7/+7
Change-Id: I29adc8df9b524c3c94f1916e49e36d9a916e368f Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-05-07p/fuel: Retire Armband repos in favor of MCP onesAlexandru Avadanii8-53/+28
JIRA: ARMBAND-372 Change-Id: I53eaa1d48da72588b1cd9e067504dd8cccc54cd6 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-05-02p/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>
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>
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>
2018-04-25u/fuel: Bump & rebase for openstack fixGuillermo Herrero1-2/+2
Change-Id: I5d48b6cd8ad2b1d602ed86d5d1f69a0a806bc170 Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com>
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>
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>
2018-04-20[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>
2018-04-19u/fuel: Bump & rebase for vlan parametrizationCristina Pauna1-1/+1
Change-Id: If8b154835b4ac18117108c6a0070a65f6db3e011 Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
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>
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>
2018-04-13u/fuel: Bump & rebase for ODL cleanupCristina Pauna3-6/+6
Change-Id: Ie23a49c17ab4890fc1262d1111efd85ec83d7866 Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
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>
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>
2018-04-05Merge "Revert "[p/openstack.nova] Allow creation of pty on aarch64""Alexandru Avadanii1-89/+1
2018-04-05Revert "[p/openstack.nova] Allow creation of pty on aarch64"Alexandru Avadanii1-89/+1
This reverts commit 075143e95d5b42d615ab7c81446095746e1f0064. Change-Id: I720d47dd5c69077363501e642730df9db1dcef81
2018-04-05Merge "[p/openstack.nova] Allow creation of pty on aarch64"Alexandru Avadanii1-1/+89
2018-04-04p/reclass-system-salt-model: drop openstack archAlexandru Avadanii1-0/+40
mcp-repos now has arm64 packages too, drop its architecture list (currently hardcoded to 'amd64') to be able to pick them up. Change-Id: Icefefe21111dc65713fde45ed9994e78e6b33ca6 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
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>
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-26[p/openstack.nova] Allow creation of pty on aarch64Charalampos Kominos1-1/+89
Armband uses openstack packages from Ubuntu. Those packages are configured to work with other packages from UCA repos. Since ARMband uses newer versions of certain packages than those in UCA (libvirt) we can allow different config without breaking anything. JIRA: ARMBAND-352 Change-Id: I8f8947c3fca3b5239edb5089d3b54d0d159b4dc8 Signed-off-by: Charalampos Kominos <charalampos.kominos@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-06p/reclass-system: Rebase mcelog removal patchAlexandru Avadanii2-13/+13
Change-Id: I2d45fc36f07bddad7574a632e58d14f9b4fdbdbd 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>