aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-11-21p/fuel: MaaS: Sync curtin template with upstreamAlexandru Avadanii1-50/+98
Required for future offline repository support. JIRA: ARMBAND-319 Change-Id: I16767665e31c309a1a118e94302b8b43da7816f1 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit ae8e3fba7977e109fc2ef77cf2f9e9e22be767f7)
2017-11-19u/fuel: Bump & rebase for netconfig rm via saltAlexandru Avadanii8-16/+16
Change-Id: I0de153ef4e5a71f350d29a90ae4c79b863d676eb Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 939bdcd9a425674eaca2d9556da4f34f11b0e23f)
2017-11-18p/fuel: armband formula: Refresh nova patchesAlexandru Avadanii2-278/+487
Rework armband salt formula, focusing on nova libvirt driver patches: - Switch from multiple individual patches to a single roll-up patch: * Patch is now applied for python directory instead of each file; * Expected hash is now 'False' (no hash checking for whole dir); * Added 'unless' condition to skip patching when already applied. Replaces old hash mechanism which was broken anyway when multiple patches are applied to the same file; - nova: Switch guest video from VGA to virtio (replace our old standard VGA default patch with upstream backport); - nova: Skip config/patch if 'python-nova' is not installed (e.g. for KVM nodes); - nova: Support Qemu >= 2.10 (backport); - libvirt: Re-enable Apparmor security driver on compute nodes; - armband state is now fully re-entrant; JIRA: ARMBAND-306 JIRA: ARMBAND-318 JIRA: ARMBAND-320 JIRA: ARMBAND-331 Change-Id: I48c09b10be030aa1ab4424b76876bf3dabd40fd2 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit ae49b614d29351d07e317ca792865ae74d0c5fb7)
2017-11-18p/fuel: VCP: linux-image-generic-hwe-16.04-edgeAlexandru Avadanii1-3/+15
JIRA: ARMBAND-330 Change-Id: I43cd814f2f60df76eabafcae3590628a5d68709d Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 9b3121843a78026761a086581fc34589faed25af)
2017-11-18u/fuel: Bump & rebase for keystone.client retryAlexandru Avadanii4-4/+4
Change-Id: I1a1d91af5c7dc92307ccd7a52e97cc95c70149f0 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit adbf9f707a702eff262d8437a68bc6c04e12d786)
2017-11-16u/fuel: Bump & rebase for neutron trunk portsAlexandru Avadanii4-4/+4
Change-Id: Ibb55ee7fe4b615114ae0d6b91bc3e77270f90d92 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 62cfd8427eb065932cff09ca42017ecf7a480a1d)
2017-11-12p/fuel: kvm nodes: Configure repos before new krnAlexandru Avadanii1-5/+9
Armband requires a custom kernel on baremetal nodes (kvm, cmp). However, the repos (configured as part of `linux.system` high state) were added before installing the kernel only for cmp nodes. Change-Id: Ie8d6e9cf4eaa84c459a70112ef002d09be9c4cf4 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 80f5ef39fb9057f42370333bb4d465349efe52b3)
2017-11-12u/fuel: Bump & rebase for apache mod list fixAlexandru Avadanii6-10/+10
Change-Id: Ia719a04a88533e55f713d955b5999130b5fc635a Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit aa165106e2f9819b4c350f6fd3b7547b005f8400)
2017-11-10u/fuel: Bump & rebase for proxy apache fixAlexandru Avadanii6-14/+14
Change-Id: Id4b6c37d6814458600e2554f96e4580b126f1b63 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 04f9a353dc4a52eb869f0eaac3aafec1723c0a3d)
2017-11-08u/fuel: Bump & rebase for curtin network configCharalampos Kominos6-11/+11
Change-Id: Iaaea7494b960b05c4e409eb52daa6b0fa6414e12 Signed-off-by: Charalampos Kominos <Charalampos.Kominos@enea.com> (cherry picked from commit 00d1b6b2e00803bcb3901b181ec7d97e8062f677)
2017-11-06p/fuel: bm: linux-image-generic-hwe-16.04-edgeAlexandru Avadanii1-0/+46
The Salt way to pin the kernel version is via its reclass model, by defining system.kernel.version. However, this only works with explicit kernel package names and not with meta package names (e.g. linux-image-4.13.0-9916-generic is expected instead of linux-image-generic-hwe-16.04-edge, which would break the `linux_kernel_old_absent` state). For now, let's explicitly call `pkg.install` for the kernel and headers packages, using the meta package name to ensure automatic fallback to Ubuntu packages if Armband repos are missing, respectively to automatically pick up new kernel package names in case of meta + kernel packages bump later. JIRA: ARMBAND-280 Change-Id: I5448df1de1b3c211583708402b5c7497df92fc16 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 67aed7515601fc8b4d2dea326c4e634de7f8fa48)
2017-11-03u/fuel: Bump & rebase for debian_ip lowercase fixAlexandru Avadanii6-38/+12
While at it, revert commit adding "opnfv" user to "libvirt" group, as it would break with the current event flow (opnfv user being created prior to libvirt group). Change-Id: I6f5d578153c33dcddac76bc7bc6b428fe6796b1a Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 4b7e790d335787ce0837ca47025dd7a14287e52a)
2017-11-03Merge "p/fuel: Add opnfv user to libvirt group" into stable/euphratesAlexandru Avadanii1-0/+26
2017-11-03p/fuel: Add opnfv user to libvirt groupCharalampos Kominos1-0/+26
Change-Id: Ia075a790fce0aeb0d21b20b2775e2cc079311b88 (cherry picked from commit a7bc88387c4ffa25b12df949a1dce4c090414334)
2017-11-03Makefile: patches-export: Remove existing patchesAlexandru Avadanii1-0/+1
In case patch filenames changed, clear the old patches from the destination directory prior to exporting new patches. Change-Id: I65e56ae042dca1c769a0f68a449b3b0e7d7d25dc Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 3f5c1defe0ce6fa69042f57db6ca9116f7be048b)
2017-11-02u/fuel: Bump & rebase for galera formula pinningAlexandru Avadanii7-63/+3
JIRA: ARMBAND-328 Change-Id: I5f284be5e75dc5ea740e632efc6f6c2e46de3973 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 9848bc05e89f2399f1958624055173142b6107d4)
2017-10-27ci/deploy.sh: Add support for CI_DEBUGAlexandru Avadanii3-7/+8
While at it, use SSH_SALT global var in `cleanup_uefi`. Change-Id: I9400edde69d3aaaa1879cce0e79898c80db486db Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 3d92843941184335c2f1b3e8a074c6e9f2e49571)
2017-10-23docs: Sync latest Fuel updatesopnfv-5.0.2Alexandru Avadanii6-4/+119
Change-Id: I88e2a3f59ccada34dcc88e0b4d864721e6d3242e Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit be80704371c4cba5d8a0f88d08b5ea3dd02e889f)
2017-10-23u/fuel: Bump to opnfv-5.0.2opnfv-5.0.1Alexandru Avadanii1-0/+0
Change-Id: I168b916e77aeb219440af6aff3f44233c4005ac3 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 19673e1a4c8a7cadfc49e4f8cd5b945f26a5ed04)
2017-10-19u/fuel: Bump & rebase for VCP VM timeout increaseopnfv-5.0.RC1opnfv-5.0.0Alexandru Avadanii5-4/+4
Change-Id: I12f65038f2617fef4a5a12675a364ef113188b52 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 6ed719d4587fa9e0d0a9dc2c85b81ac2a5d7e6e6)
2017-10-19u/fuel: Bump & rebase for nested wait_for fixAlexandru Avadanii2-1/+1
Change-Id: I0bf36ade79626704788d4b42baf0dddb8e30a665 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 532cc0804053f2b138f23fa85e7f30c839b0b85a)
2017-10-19u/fuel: Bump & rebase for infinite loop removalAlexandru Avadanii5-6/+6
Change-Id: Ia3d12bceae483571e1b1c91e2d0150c12b55b73b Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 05b5146d1bf7b02a72598bbd41e6b4817ab64456)
2017-10-19u/fuel: Bump & rebase for cmp network fixAlexandru Avadanii5-10/+10
Change-Id: I2d445a78ee6d25b826afe3c42d433b9c4af3d09d Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit cdff247b728bd6d00ce7ed7f6994fd0688304fc1)
2017-10-19u/fuel: Bump for maas state online nodes checkAlexandru Avadanii1-0/+0
Change-Id: I22f572fe3067e15f1ca91481fe60fef5329ee48a Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit b7d537303fa171c642025f5c53ed381fd6cb7c3d)
2017-10-18u/fuel: Bump & rebase for PDF-based network configAlexandru Avadanii14-133/+17
Change-Id: If970bbc8735d38542a90b2cbdbb2523ae644a29c Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 7bcfc857535346a72708b1166759e8480e676a38)
2017-10-18README: Convert from markdown to RSTAlexandru Avadanii2-54/+71
Change-Id: I80d3bea1a97382f778c33e5bae4226cca869179b Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 46f224ce3ae56e96bd9b522a7c63b8817c132ca7)
2017-10-18u/fuel: Bump & rebase for reclass class order fixAlexandru Avadanii1-0/+0
Change-Id: I4b4ac26225363a4217e1b81b6086dd88dbb9acea Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 921a90705185ac8ce069099d1209d170df4c5d98)
2017-10-18u/fuel: Bump & rebase for state break & retryAlexandru Avadanii9-39/+38
While at it, return true for all armband states that apply patches which are also providing a post-patching file hash. Change-Id: I303a2e142a8a9925f6630b53891ddc7bb0399453 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit e68b725920bd313df0ca65a77b27c8de6a6e2937)
2017-10-18Update release date in documentationCristina Pauna1-1/+1
Change-Id: I294b2ccb9e43f90aa3745fe040a7c956f910b816 Signed-off-by: Cristina Pauna <cristina.pauna@enea.com> (cherry picked from commit 41fd911de4f0c302f44c9a3af12aebc852dfffc8)
2017-10-18Update the armband documentationCristina Pauna30-680/+227
Since the x86 and arm documentation for Fuel is now common, I just copied the documentation made in fuel project as is. JIRA: ARMBAND-293 Change-Id: I6bfd26c9c911829ae556db0388bb16310d8280ba Signed-off-by: Cristina Pauna <cristina.pauna@enea.com> (cherry picked from commit 0a53afff6289fc0e2a0af8c4f6efc9e565d0cdae)
2017-10-16Merge "u/fuel: Bump & rebase for common reclass rework" into stable/euphratesAlexandru Avadanii16-385/+95
2017-10-16Merge "reclass: system: Pin Armband apt-mk to nightly ver" into stable/euphratesAlexandru Avadanii1-4/+4
2017-10-16u/fuel: Bump & rebase for common reclass reworkAlexandru Avadanii16-385/+95
Change-Id: Id7d125b746e97d6e186a7890a4c2f599e24a186c Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 783585e0379cffbfe0fe242a4daab9f5c4ab1547)
2017-10-15reclass: system: Pin Armband apt-mk to nightly verAlexandru Avadanii1-4/+4
Recently, Mirantis apt-mk repos were changed upstream from using the 'nightly' dist to 'stable'. However, Armband only provides the 'nightly' dist for now, so hardcode our repo definitions to that. Change-Id: I43b7531905b1bbe2a79a3fb2215dea9c35932b7c Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit ada64bbcb86666e792e72413ea2900e8ff60c4b3)
2017-10-15u/fuel: Bump & rebase for VCP state splitAlexandru Avadanii6-43/+43
Change-Id: I6f0367d75ea831de78ced480ea73d1cd10680b80 (cherry picked from commit 11143873e70e65d07d73617b8af29a07adffc1aa)
2017-10-12AArch64 NIC adaptation patchGuillermo Herrero6-611/+310
AArch64 NIC adaptation for dual NIC boards with traffic separation -kvm nodes: added second trunk_nic -compute nodes: removed third external_nic Change-Id: I874094075ab01c7fe21af26602a7366a371cec28 Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com> (cherry picked from commit e7260544c63bfd1e52a52839ad6527b0bc2ce75d)
2017-10-10Merge "ci/deploy.sh: Drop local_env support" into stable/euphratesAlexandru Avadanii1-30/+8
2017-10-06u/fuel: Bump & rebase for ODL NitrogenAlexandru Avadanii4-4/+4
Change-Id: I69688a0bf657564d440fc6d4d93f3f7c16818a90 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 8ac5a461c90545aa06538f5376cc929b2297f19a)
2017-10-06ci/deploy.sh: Drop local_env supportAlexandru Avadanii1-30/+8
While at it, fix shellcheck warnings in deploy wrapper. Change-Id: I2ddd272afe7ec16d6c594295a257eb98ee5bf5ce Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 1b34a6d35d0e18896089d22cfdeb5419a2073a89)
2017-10-04u/fuel: Bump for jump bridge configuration reworkAlexandru Avadanii3-3/+3
Change-Id: I23100e3fd9854cd1ffd52961a0260d3c23875dd1 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 08392c03d6bb184bc61dea46eec33d20f2b9c1d9)
2017-10-04u/fuel: Bump for second neutron formula fixupAlexandru Avadanii5-8/+8
Change-Id: I52cb9720a452c4fa7b71a9135de700f5c601132d Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 90b9c3793db3b70ddb705924a7e823fd2ae9bb92)
2017-10-02u/fuel: Bump for salt-formula-neutron fixupAlexandru Avadanii1-0/+0
Change-Id: Id9859eeb526822355948833ca1ce067594931321 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 2fafa3657fe0c48879d700983ed8c3abce9e42be)
2017-10-02u/fuel: Bump & rebase for Salt version syncAlexandru Avadanii9-78/+78
Change-Id: I5641802152c4e9dc6cec3218848921be5179e815 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 0a09df0d8947bed263541471478049587072f33d)
2017-09-28u/fuel: Bump & rebase for MaaS missing inc fixupAlexandru Avadanii4-183/+5
Change-Id: I041d51eeebfe77aee9a519584f6cfb6f7b740e93 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit a6f17c731f081664fa8c62389669b56b5e8b7c2e)
2017-09-28u/fuel: Bump & rebase for full PDF supportAlexandru Avadanii16-345/+136
Change-Id: I7ae833b429c018345d0ab061877d27e3183b3dc7 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 62d2ed716e79f9ee75d63543249bb21b9115b032)
2017-09-26u/fuel: Bump & rebase for yamllint cleanupAlexandru Avadanii14-186/+187
Change-Id: I1144c523596feb64251f08375501cdb73a0d76f6 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 6dcb09998dae3c3f2a55fc5169fe7dc9010f8a0f)
2017-09-26u/fuel: Bump for linux/map.jinja fixAlexandru Avadanii1-0/+0
Change-Id: I751c89fd38047fcf2bf06594db0482ee478e39d1 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit aee088c436ff6bf3abb1b358aaaeb793c5cd7bdb)
2017-09-23u/fuel: Bump & rebase for PDF-compatible reclassAlexandru Avadanii14-307/+251
JIRA: ARMBAND-292 Change-Id: I913ac6ec20cd34573c0e91989d7fd49a79abafaa Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 397cd1932fae59622f3cc2d782faf68b803f4860)
2017-09-21Fixed Hash of patch file for nova-libvirt-ACPI-AAVMFCharalampos Kominos1-2/+2
JIRA: ARMBAND-312 Change-Id: I77b9d38dd7e18bf464e30bfabce3111ac47e8bd7 Signed-off-by: Charalampos Kominos <Charalampos.Kominos@enea.com> (cherry picked from commit 0cfc25360ef7406ae0c810db67140c20e9c837e5)
2017-09-18p/fuel: edit libvirt.py with correct arch valuesCharalampos Kominos4-41/+41
On AArch64 systems, ACPI should only be added to the domain XML by nova via libvirt driver when guest UEFI (AAVMF) is used. Change-Id: I462303b196366ddaa132b2a2ed6fe4af0e8e5f95 (cherry picked from commit 0ced943988c95f9e033dd5d14cfe54870c50fa04)