aboutsummaryrefslogtreecommitdiffstats
path: root/patches
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 Avadanii7-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 Avadanii3-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 Avadanii3-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 Avadanii5-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 Avadanii5-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 Kominos5-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 Avadanii5-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-03p/fuel: Add opnfv user to libvirt groupCharalampos Kominos1-0/+26
Change-Id: Ia075a790fce0aeb0d21b20b2775e2cc079311b88 (cherry picked from commit a7bc88387c4ffa25b12df949a1dce4c090414334)
2017-11-02u/fuel: Bump & rebase for galera formula pinningAlexandru Avadanii6-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 Avadanii2-4/+4
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-19u/fuel: Bump & rebase for VCP VM timeout increaseopnfv-5.0.RC1opnfv-5.0.0Alexandru Avadanii4-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 Avadanii1-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 Avadanii4-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 Avadanii4-10/+10
Change-Id: I2d445a78ee6d25b826afe3c42d433b9c4af3d09d Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit cdff247b728bd6d00ce7ed7f6994fd0688304fc1)
2017-10-18u/fuel: Bump & rebase for PDF-based network configAlexandru Avadanii13-133/+17
Change-Id: If970bbc8735d38542a90b2cbdbb2523ae644a29c Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 7bcfc857535346a72708b1166759e8480e676a38)
2017-10-18u/fuel: Bump & rebase for state break & retryAlexandru Avadanii8-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-16Merge "u/fuel: Bump & rebase for common reclass rework" into stable/euphratesAlexandru Avadanii15-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 Avadanii15-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 Avadanii5-43/+43
Change-Id: I6f0367d75ea831de78ced480ea73d1cd10680b80 (cherry picked from commit 11143873e70e65d07d73617b8af29a07adffc1aa)
2017-10-12AArch64 NIC adaptation patchGuillermo Herrero5-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-06u/fuel: Bump & rebase for ODL NitrogenAlexandru Avadanii3-4/+4
Change-Id: I69688a0bf657564d440fc6d4d93f3f7c16818a90 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 8ac5a461c90545aa06538f5376cc929b2297f19a)
2017-10-04u/fuel: Bump for jump bridge configuration reworkAlexandru Avadanii2-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 Avadanii4-8/+8
Change-Id: I52cb9720a452c4fa7b71a9135de700f5c601132d Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 90b9c3793db3b70ddb705924a7e823fd2ae9bb92)
2017-10-02u/fuel: Bump & rebase for Salt version syncAlexandru Avadanii8-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 Avadanii3-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 Avadanii15-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 Avadanii13-186/+187
Change-Id: I1144c523596feb64251f08375501cdb73a0d76f6 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 6dcb09998dae3c3f2a55fc5169fe7dc9010f8a0f)
2017-09-23u/fuel: Bump & rebase for PDF-compatible reclassAlexandru Avadanii13-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)
2017-09-15p/fuel: armband state: ACPI depends on AAVMFAlexandru Avadanii1-11/+71
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: I395e65a5790615c926eb86f754ff7b7f8feac26a Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 73fc006a6ef0f83027bcad2eec0076bcc50b4679)
2017-09-12u/fuel: Bump & rebase for runtime parametrizationAlexandru Avadanii8-57/+35
While at it, move opnfv user required reclass parameters to newly added <all-mcp-ocata-common/opnfv/init.yml>. Change-Id: Ic614e9e9db4e3ae74b8c08bc34be5fc732c2aae4 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-09-12u/fuel: Bump & rebase for mcpcontrol CIDR changeAlexandru Avadanii7-51/+19
Stop overriding MaaS IP in mcpcontrol, keep same value as Fuel@OPNFV has (10.20.0.3). Change-Id: I4789aef378204fdbcf53355c62a9a289b200987c Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-09-11u/fuel: Bump & rebase for multiarch reclassAlexandru Avadanii20-378/+42
Change-Id: I3de41645b7424195b9c8d5884a7c9de1fabf68cb Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-09-08u/fuel: Bump & rebase for mcp.rsa relocationAlexandru Avadanii3-56/+7
mcp.rsa will now be available in /var/lib/opnfv/mcp.rsa. JIRA: FUEL-280 Change-Id: I933c669ddde495f0decba2fcc7fc8d9818a24620 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-09-08p/fuel: virt: Add missing params for telemetry VMAlexandru Avadanii1-6/+12
mdb0* VCP VMs were missing the AArch64 specific parameters in the reclass mode, which enable guest UEFI & co. This led to mdb0* VMs not being able to start. Change-Id: I2325e4ae1bd1a44c060c2fe39d4038efd62b708f Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-09-08u/fuel: Bump & rebase for ODL scenario renameAlexandru Avadanii4-56/+52
JIRA: FUEL-279 Change-Id: Iba38553873f511eaac1fe77cd5d1d4e990340e52 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-09-07u/fuel: Bump & rebase for mongodb initAlexandru Avadanii3-7/+7
Change-Id: I6195930d1c66477a88824456fd1b8e457b84da47 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-09-05u/fuel: Bump & rebase for aodh & ceilometerAlexandru Avadanii5-38/+44
Change-Id: I8cae89864e8e2d3bd56b4c7f16638fc742cde748 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-09-04u/fuel: Bump & rebase for envsubst fixAlexandru Avadanii1-2/+2
Change-Id: Ib766ce11464bd546d41dd5992527e91fdcbbb95e Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-09-04u/fuel: Bump & rebase for cinder supportAlexandru Avadanii20-90/+23
Change-Id: Ie116967d0dd909f1901e2099485795316a706ad7 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-09-01p/fuel: Fix opnfv user missing _paramAlexandru Avadanii1-9/+10
While at it, also use proper mechanism to fetch _param:opnfv* in opnfv/adduser.sls. Change-Id: Ic74e14f609bc1648b30d04f38ac3cca4a6d0850e Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-09-01p/fuel: Add opnfv user to all machines in the deploymentCharalampos Kominos1-0/+87
Change-Id: I665b7498ade9fbd5b8c45d584a165673f1dc80d8 Signed-off-by: Charalampos Kominos <Charalampos.Kominos@enea.com>