summaryrefslogtreecommitdiffstats
path: root/labs
AgeCommit message (Collapse)AuthorFilesLines
2019-04-30[labs] Rise up hugepages count/dpdk socket memoryMichael Polenchuk7-14/+14
MTU = 9000 Bytes Number of mbufs = 262144 Mbuf size = 10176 Bytes Memory required = 262144 * 10176 = 2667 MB Change-Id: I4135ace3ae4ef2953deff678d0aa973cbe12d1c8 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2019-04-02[labs] Rise up dpdk socket memoryMichael Polenchuk8-15/+15
In order to enable per port memory model double available dpdk socket memory (used by instances interfaces as well). Change-Id: Ibd692933bea673ac1d1a62146f7c25df4ce587e4 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2019-03-11[PDF/IDF] UNH virtual1 for LaaS/ONAP usageAlexandru Avadanii9-22/+360
In order to fully utilize all available resources (88 CPU threads, 256GB RAM) in Fuel virtual deployments, add basic PDF/IDF files based on ericsson-virtual1 templates. IDF is mostly unchanged compared to idf-virtual1 from Ericsson lab. PDF allocates more disk capacity for the first node (controller role in Fuel deployments), as well as more vCPUs/RAM for the last 2 nodes (compute role in Fuel virtual deployments). While at it, align ericsson vPOD definitions to match the new format (2 disks should be defined for each compute node; account for HT). Change-Id: Iac8ee857a3297084ea9f087ba8007950413fda25 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2019-02-02[fuel] Update computes on pod10Cristina Pauna2-43/+46
The compute nodes on pod10 have been replaced, therefore the pdf/idf data needs to be updated Change-Id: Ib355a3e46d13a6934e2694af7888103519c30419 Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
2019-01-21Merge "Add IDF and PDF for itri-pod1."Aric Gardner2-0/+387
2019-01-21Add IDF and PDF for itri-pod1.Ming-Hung Hsu2-0/+387
Some information on wiki 'ITRI Hosting' page is obsoleted, and will be updated soon. Change-Id: I2c76c9617c57de4613b04b0a5f3efff8bbdd6b0e Signed-off-by: Ming-Hung Hsu <mhhsu@itri.org.tw>
2019-01-17[IDF] arm-pod10: Sync cmp nodes mgmt NIC namesAlexandru Avadanii2-6/+6
Due to a limitation in OPNFV Fuel, the interface name holding the mgmt VLAN on all compute nodes should have the same name. Reorder interfaces on cmp002 node to satisfy this condition. Change-Id: I872dc9d2648bec8131e4ffce64e4841416039e0f Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2019-01-16[IDF] arm-pod10: Fix cmp001 NIC orderingAlexandru Avadanii2-4/+4
Change-Id: I5c7cc5dc890de5ae3d35025c6efdbfde9a094ab1 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2019-01-03Merge "[IDF] intel-pod18 private vlan range"Alexandru Avadanii1-1/+1
2018-12-29[IDF] fuel, dpdk: Switch to 1G pgsz on ThunderXAlexandru Avadanii5-15/+15
VPP requires 1G pagesizes on ThunderX nodes, so switch from 2M to 1G when DPDK is used. While at it, extend the Fuel j2 macro to accomodate different naming of virtual function network devices based on the driver used (vfio). Change-Id: Ic29ce04867955282b6f988ed69a44b316ffdc994 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-12-28Merge "[PDF] Fix link speed for virtual PODs"Alexandru Avadanii7-28/+28
2018-12-28[IDF] arm-virtual2: Fix private vlan rangeAlexandru Avadanii1-1/+1
Change-Id: Ia43fdf8fb7b80fcbe0b3e7e714b88baab1ba4780 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-12-27[PDF] Fix link speed for virtual PODsAlexandru Avadanii7-28/+28
ethtool reports the link speed as 'unknown' for said devices. The only (current) consumer of this information is Fuel's new VPP support, which detects all these interfaces as 'Gigabit', so align our definitions in order to be able to dynamically construct the VPP interface names based on PDF (link speed) + IDF (PCI bus). While at it, add a new j2 macro helper to be used by Fuel installer. Change-Id: Id6a52bbb7b86bbe3db2a81bb91ac378c6876ffc0 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-12-20[IDF] intel-pod18 private vlan rangeMartin Klozik1-1/+1
Change private network vlan definition from "native" to specific vlan range. In case of "native", fuel installation fails to correctly define IP for br-mesh interface. As a result neutron ovs agent doesn't work, ports can't be created and VMs can't start up. Change-Id: I5792ced38339ff1a56b8ea4e9f3f37ecfb861bf5 Signed-off-by: Martin Klozik <martin.klozik@tieto.com>
2018-12-11[fuel] IDF: Add idf.fuel.network.interface_mtuAlexandru Avadanii7-0/+7
Allow configuring cluster-level jumbo frames via IDF. All virtual PODs default to using jumbo frames, while baremetal PODs will keep using 1500 until we confirm all switches are properly configured. While at it, update net_macros to configure MTU for VLAN interfaces too. JIRA: FUEL-336 Change-Id: Id6c7ec9377b15d53e69c8cbb16fa469b52ab7e3a Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-11-29Fix pod10 dpdk paramsGuillermo Herrero1-2/+2
Change-Id: Ic72d1468eb8fee74e25c540073c408081c8ee8b8 Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com>
2018-11-28arm pod-10: reorder unused interfacesGuillermo Herrero2-50/+50
Change-Id: I491edc564a2b0777c0afc65eb0ebc1b2d97f44fc Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com>
2018-11-21intel-pod18: add fuel supportYour Name2-18/+75
Adding support for fuel installation on intel-pod18 Change-Id: Ieaad34fd2c0aa96f9aa1f48f403c46cd890437eb Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
2018-11-05Update idf parameters for arm-pod5Cristina Pauna1-2/+2
Change-Id: I1d2d3c461154f7b57d1c0e1a58be9d9a5873f61d Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
2018-10-31[IDF] arm-pod10: added as new idf and pdfGuillermo Herrero2-0/+467
Change-Id: I74b1c7db1e7c7b53518660e92e810ff60f827d64 Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com>
2018-10-17[arm pod5] Added new NIC infoGuillermo Herrero2-5/+29
Change-Id: I7a363100fb0affe5ac4e27885727cf517621f4e6 Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com>
2018-08-17Merge "Add mask to the oob networks"Alexandru Avadanii23-0/+23
2018-08-17Update the pdf/idf for ericsson pod2Manuel Buil2-21/+217
Change-Id: I9b5db404cde0414f34621cf12819fd3edfcf0414 Signed-off-by: Manuel Buil <mbuil@suse.com>
2018-08-17Add mask to the oob networksManuel Buil23-0/+23
It is not needed but it helps a lot to the xci parser Change-Id: I6943b21cd2aca2036783430cde03fb8d3b567f3b Signed-off-by: Manuel Buil <mbuil@suse.com>
2018-08-13Complete osa and add kubespray to the idf schemaManuel Buil1-0/+37
Modify idf of lf pod4 to aoid -1 from Jenkins Change-Id: I4fbac6ed2859e79aeef61b070498833b182f2b5d Signed-off-by: Manuel Buil <mbuil@suse.com>
2018-07-27[arm-pod9] Increase fuel maas timeoutsGuillermo Herrero1-2/+2
Change-Id: I0bf27ddc06b5c6efa64b41a32573bf09990c95b5 Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com>
2018-06-28[arm-virtual2] Add ip-range to avoid IP conflictsAlexandru Avadanii1-0/+2
Change-Id: Ib7858d57d3e0cc1a428905a63c4d342be260a673 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-06-20[unh-pod1] Increase MaaS timeoutsAlexandru Avadanii1-2/+2
Some targets (especially 96-cores computes) in UNH POD1 take longer than the average to commission/deploy, so adjust the timeouts accordingly. Change-Id: I9bf0b2ecccb3e8437cc5659688a84ee5ad0b5b87 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-06-18unh-pod1: restrict public ip range to avoid conflictPaul Vaduva1-0/+2
Change-Id: I7644fe6eedc71b4e67ea6b6d112a06685ea26602 Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
2018-06-12Merge "Adding reclass sections to idf-pod1 file"Alexandru Avadanii1-0/+28
2018-06-12Adding reclass sections to idf-pod1 filePaul Vaduva1-0/+28
reclass section is necessary to setup hugepages size to 2M per hugepage as the defaults are 1G which are not supported by thunderx. Plus adding ntp servers to unh-pod1 Change-Id: I9cd2a8105032035a519411b80f95675a997a1fbd Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
2018-06-08[idf.fuel] Add NTP for new virtual PODsAlexandru Avadanii7-0/+14
Change-Id: I6172e909c51e796b16f62f2d8e0cb0497306ce2a Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-06-08Merge "[PDF] Add arm-virtual2 PDF/IDF"Alexandru Avadanii2-0/+215
2018-06-08Merge "add ericsson vpod PDF"Alexandru Avadanii12-0/+1559
2018-06-04update ilo mac address after hw replacementmting1-1/+1
Change-Id: I9df2e117d8a2036c9555ddfe41d636b9e30910e8
2018-06-04Merge "[idf.fuel] Add NTP servers"Alexandru Avadanii6-0/+12
2018-05-31[idf.fuel] Add NTP serversAlexandru Avadanii6-0/+12
Change-Id: Ib840995b085ec9d8a585d5cf2e2a84e5801875b6 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-05-30Merge "IDF and PDF files for auto pod in unh lab"Guillermo Herrero2-0/+350
2018-05-30Merge "[IDF] arm-pod9: added as new idf and pdf"Guillermo Herrero2-0/+427
2018-05-30Merge "[IDF] arm-pod8: added as new idf and pdf"Guillermo Herrero2-0/+375
2018-05-25[IDF] arm-pod9: added as new idf and pdfGuillermo Herrero2-0/+427
Change-Id: I415eda9f493fcd70514d5f9be7d58b7b6d1cb88f Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com>
2018-05-25[IDF] arm-pod8: added as new idf and pdfGuillermo Herrero2-0/+375
Change-Id: I01c678b45fd182bef8a95bdf13054a36347e057b Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com>
2018-05-25IDF and PDF files for auto pod in unh labpava2-0/+350
Change-Id: Iad65abda66b772e8ed44c2257ebdb7cb48ecc6c1 Signed-off-by: joekidder <Joe.Kidder@enea.com> Signed-off-by: pava <Paul.Vaduva@enea.com>
2018-05-15add ericsson vpod PDFmting12-0/+1559
Change-Id: I20e70ec3264e807fb85585441d51752b13f5389d Signed-off-by: mting <dianfeng.du@ericsson.com>
2018-05-15[PDF] Add arm-virtual2 PDF/IDFAlexandru Avadanii2-0/+215
JIRA: FUEL-322 Change-Id: I3b136d6eebdaf0f09c772d2b994158af99cd8fea Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-04-30Merge "Okinawa Open Labratory(OOL) POD1 PDF/IDF"Julien2-0/+270
2018-04-24update idf file for zte-pod1zhihui wu1-1/+1
Change-Id: Iffed25c5e01aa9bf2a7b4a7103b07fb1c097d811 Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2018-04-20Okinawa Open Labratory(OOL) POD1 PDF/IDFhhayashiool2-0/+270
Change-Id: I0980de9c2ff37654dbfd2d58002b9e61226cf749 Signed-off-by: Hideyasu Hayashi <hideyasu.hayashi@okinawaopenlabs.org>
2018-04-18[fuel] Parameterize tenant VLAN rangesAlexandru Avadanii7-7/+7
- IDF: convert all tenant VLANs to ranges; - IA: convert 'M-N' to 'M:N' for `opnfv_net_tenant_vlan`; Change-Id: Ic9211235281c81ba082d10806651c35116ba4c35 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-04-12JOID PDF-IDF support for intel-pod18agardner14-53/+96
More info in gerrit comments. Remove joid from all other idfs other than intel/pod18 add installer: ['apex', 'compass4nfv', 'daisy', 'fuel'] where missing Change-Id: I2afc415599070e210736c5fc304f7cb150f05029 Signed-off-by: agardner <agardner@linuxfoundation.org>