aboutsummaryrefslogtreecommitdiffstats
path: root/patches/opnfv-fuel/0006-virtng.py-virt.sls-Extend-libvirt_domain.patch
AgeCommit message (Collapse)AuthorFilesLines
2018-05-24u/fuel: Bump & rebase for maas.machines.storageAlexandru Avadanii1-223/+0
Change-Id: I22781c20f353a81e546b1d6de390e6c58b31a494 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-05-23u/fuel: Bump & rebase for doc updatesAlexandru Avadanii1-2/+2
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 Avadanii1-0/+223
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>