aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-01-21Merge "Armband: Uplift Fuel cfg to Newton on Ubuntu 16.04"Alexandru Avadanii4-963/+27
2017-01-21Armband: Uplift Fuel cfg to Newton on Ubuntu 16.04Alexandru Avadanii4-963/+27
Refresh all PODs' config for Newton: - s/trusty/xenial/ - s/14.04/16.04/ - s/mos9/mos10/ - s/mitaka/newton/ - target image initial package list refresh; - clean up virtual pod DEA override; - remove hardcoded package lists from DEA overrides for all PODs except arm-pod1, which requires a custom kernel version; TODO (later): - enable Jumbo frames (mtu=9000) for all interfaces; JIRA: ARMBAND-198 Depends-on: Ia99022e364e61245d109cabab9d0ed7157b4d2f5 Change-Id: I0c429ffe5a28e920b2268b9ada622df9049071ee Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-01-18[ericsson-pod2] Fix admin network assignmentMichael Polenchuk1-1/+1
Change-Id: Ife3c219ff620c54189bc22ba88193731f6e2bdc5 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2017-01-17[Ericsson-pod1/2] Changing the private network to ens2f1Nikolas Hermanns2-8/+17
Change-Id: I208564e07ca2044757773825517579952348ad65 Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2017-01-17Update dpdk property pathMichael Polenchuk9-9/+18
JIRA: FUEL-243 Change-Id: Id077221fa5c43d3924ac2b829621814233f3cff9 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2017-01-16[Ericsson-POD1/2] Updating the dea overrideNikolas Hermanns2-63/+57
Change-Id: I7476f4901ab0b82bf397f16543b495449f52abf5 Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2017-01-11[ERICSSON-POD2] BUGFIX wrong vlanNikolas Hermanns1-3/+3
The private vlan was wrong in the dea file. In addition we make space in the mgmt network so that the JHOST can get an ip as well. Change-Id: Iae1fd9b74be0b232bbf380b4e8e451dba61b18ff Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2017-01-11[CI-POD1] Add mgmt ip to JHOSTNikolas Hermanns1-1/+1
The JHost of CI-pod1 needs to have access to the mgmt network so we will change the range so that we have space for the JHost Change-Id: Ib62da69a70a3fa5f6a9ac2f964f21024fb80b24d Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2017-01-10[Ericsson-pod2] resolving wrong ntp listNikolas Hermanns1-1/+3
Change-Id: I90b1f4cebf4f762207e48d4a9708697994e31f4f Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2016-12-13Updates to Reflect GIC RO Final HW positionsDan Smith4-84/+82
Corrected with IPMI IPs and correct MACs for POD1 and POD2 Signed-off-by: Dan Smith <lmcdasm@gmail.com> Change-Id: Ie8af9eb1b07847ba1b4b65096ddc59cd6d43baf3
2016-11-29Move the local_env filecristinapauna1-0/+0
The local_env file was in the wrong directory and it was not sourced by the deploy script. Moved it to the correct location Change-Id: Ie5ddcfc656dc5c0a79aa49c2c553819b72303ef3 Signed-off-by: cristinapauna <cristina.pauna@enea.com>
2016-11-25Add a virtual POD for ARMcristinapauna3-0/+1171
Define the DHA, DEA-override and local_env file for new POD arm-virtual1 JIRA: ARMBAND-123 Change-Id: I083cb198f30748aafdd5eca7138f876314ee0a00 Signed-off-by: cristinapauna <cristina.pauna@enea.com>
2016-11-24arm-pod1: Pin older kernel to avoid link issuesAlexandru Avadanii1-3/+21
Current Ubuntu Trusty kernel `linux-image-generic-lts-xenial`, backported from Xenial, introduced a regressiong with our 10G Extreme Networks switch - sometimes the link negotiation fails. This was not a problem with the previous 4.4 kernel we used, 4.4.0-45-generic (current is 4.4.0-47-generic), so pin it until upstream fixes the rootcause. Since the local mirror only contains the new kernel, bring back access to public Ubuntu repos (only for this pod). NOTE: Our admin interface is on a PCI NIC, so we will keep using the new (faulty) kernel for bootstrap image. See [1] for full problem description. [1] https://jira.opnfv.org/browse/ARMBAND-168 Change-Id: I39505013804620f1b910169492e895a637d20de2 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2016-11-19Merge "armband deploy: switch to local Ubuntu/MOS mirrors"Alexandru Avadanii3-96/+6
2016-11-18Merge "Fix dpdk cpu pinning"Michael Polenchuk1-0/+3
2016-11-17Update repos urlwu.zhihui3-28/+28
- ubuntu version: trusty -> xenial - mos and Auxiliary version: mitaka9.0 -> newton10.0 Change-Id: Ifa11140d6afe71c9d996cab786e97ad004e1bac4 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-11-16armband deploy: switch to local Ubuntu/MOS mirrorsAlexandru Avadanii3-96/+6
Since we now enabled local (multiarch) mirrors for Ubuntu, we should make the automatic deploy benefit from them, and not rely on public internet mirros at all. FIXME: completely remove repo overrides and let dea_base set these approapiately, after the packetary mirror rework is merged in Fuel@OPNFV (FUEL-223). JIRA: ARMBAND-35 JIRA: FUEL-218 JIRA: FUEL-223 Change-Id: I424fff2ec89b38a6e3a911a6287add34c64633c9 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2016-11-11Fix dpdk cpu pinningbillyom1-0/+3
Jira: OVSNFV-44 Change-Id: I6f97c9a0babb695e57f6138c74f5a9e4eeecedb4 Signed-off-by: Billy O'Mahony<billy.o.mahony@intel.com>
2016-11-02[virtual envs] Enhance hw resources of controllerMichael Polenchuk2-6/+6
JIRA: FUEL-220 Change-Id: I96b1b3fb397ed2f957c0e865cc6f071b42698970 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2016-10-19[Fuel] Use Intel NICs for dpdkMichal Skalski2-4/+6
JIRA: FUEL-214 JIRA: INFRA-26 Change-Id: I7cd675bd222fb9da21c01566c7220526b71699a0 Signed-off-by: Michal Skalski <mskalski@mirantis.com>
2016-10-14arm: Add lab-config for Enea Pharos PODsAlexandru Avadanii9-0/+1378
This was previously stored on git.enea.com. While at it, fix Armband master deploy issues by adjusting version strings in DHA files. JIRA: ARMBAND-149 JIRA: ARMBAND-150 Change-Id: I2e9580465e8fc2052dfe7fd353e00fd93a10219b Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2016-10-11update zte pod configuration for dpdkwu.zhihui2-74/+50
Change-Id: Ib87cf003c8019c03670b14f3a3c6e683dcbf7df8 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-10-09fix version value in dha.yamlwu.zhihui1-1/+1
According to ci log https://build.opnfv.org/ci/job/fuel-deploy-zte-pod3-daily-colorado/38/console, I modify version value. Change-Id: I9fc72ed7ff1f56e6f77fbbde05c9d92dc45a5e50 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-09-25Merge "Update dea-pod-override.yaml for new Ericsson lab vPODs"Fatih Degirmenci1-13/+15
2016-09-21Updated information for ERICSSON-POD3 and ERICSSON-POD4Daniel Smith4-0/+648
These configs have been tested against new GIC RO DC for HA and NOHA scenarios removed the reap from both (since they were done manual) Corrected for DPDK assignment to NIC Change-Id: I22bfaff02786210fe7d9bba826186104ddd71f6f Signed-off-by: Daniel Smith <daniel.smith@ericsson.com>
2016-09-21Update dea-pod-override.yaml for new Ericsson lab vPODsFatih Degirmenci1-13/+15
This change should not be submitted until colorado.1.0 is out and ericsson-virtual1 is taken out of OPNFV Jenkins. Change-Id: I21a74adede24469ebe255ecfaa3ced0aa42fbe75 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-09-16Merge "[IntelLab] Double compute disk size"Michal Skalski1-1/+1
2016-09-15Add interfaces configuration for dpdkMichal Skalski4-521/+67
Change-Id: I05437371f3a789ce3f8f5333dec0ed0d477710cc Related-change: https://gerrit.opnfv.org/gerrit/#/c/21153/ Signed-off-by: Michal Skalski <mskalski@mirantis.com>
2016-09-15[IntelLab] Double compute disk sizeMichael Polenchuk1-1/+1
To contain m1.small flavor instances increase disk size for co-located ceph storage. Change-Id: Ib4da248ec5182c98464457b5b84de51cc2ae5d6d Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2016-08-31Add huawei pod6's configurationwuwb19892-0/+292
Change-Id: I9a7407ce35d40db0af59a3d52e5169b2dfad569d Signed-off-by: wuwb1989 <wuwenbin2@huawei.com>
2016-08-27Change floating ip ranges for onos yardstickwuwb19891-1/+1
Change-Id: I1119114de6946cc52fa4eaab1e6bdda7d10d2cc5 Signed-off-by: wuwb1989 <wuwenbin2@huawei.com>
2016-08-18Merge "update zte-pod1 configuration files"wu.zhihui2-89/+153
2016-08-18update zte-pod1 configuration fileswu.zhihui2-89/+153
Due to migration, update zte-pod1 configuration files. JIRA: PHAROS-246 Change-Id: Iefb589d5f12cb0f63b2e64be7314ad09908b209f Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-08-18bugfix dea-pod-override.yaml of zte-pod2wu.zhihui1-49/+105
JIRA: PHAROS-245 Change-Id: Ibeba524b53f01edaeab3d7ebe57f43213af0c39f Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-08-18Tune up virtual envsMichael Polenchuk2-0/+52
* increase the memory/cpu of controller * reduce the memory of computes Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2016-08-15update zte-pod2 configuration fileswu.zhihui2-61/+68
Due to zte-pod2 migration, update zte-pod2 configuration files. JIRA: PHAROS-245 Change-Id: I3b077fe379556c237541f058b6c8307ec549ddca Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-08-13Fix vlan configuration on lf-pod2Michal Skalski1-8/+8
JIRA: FUEL-161 Change-Id: If95178e95e761955aef535cc7ee0ce322f5d4a5c Signed-off-by: Michal Skalski <mskalski@mirantis.com>
2016-08-11Add interfaces and transformations testing DPDK on virtual envsFedor Zhadaev2-0/+188
Added interface mappings and transformations for running OVS scenarios with DPDK on intel and ericsson virtual environments JIRA: FUEL-168 Change-Id: Ia359fb8a958ca94a64cf9ae74733ed43b2589495 Signed-off-by: Fedor Zhadaev <fzhadaev@mirantis.com>
2016-08-10Merge "Provide access to mgmt network from host level"Michal Skalski2-16/+16
2016-08-10Merge "Allow SSH from any host (Intel POD)"Michal Skalski1-1/+1
2016-08-10Provide access to mgmt network from host levelMichal Skalski2-16/+16
Functest framework is trying to access internal endpoints from host level which currently is not possible in virtual deployments. Related: https://gerrit.opnfv.org/gerrit/#/c/18259/ JIRA: FUEL-167 Change-Id: Id5155116f1d1f6e55810b03fe264d74fe01979f3 Signed-off-by: Michal Skalski <mskalski@mirantis.com>
2016-08-10Add ZTE POD3 adaption infoJulien2-0/+415
Add ZTE POD3 adaption info for Fuel installer. JIRA: PHAROS-247 Change-Id: I591db92684189f37e2af9888eca7c59dc82b2a2a Signed-off-by: Julien-zte <zhang.jun3g@zte.com.cn>
2016-08-09Allow SSH from any host (Intel POD)Fedor Zhadaev1-1/+1
Do not block connection in case of test framework try to connect from different subnet. Change-Id: I32b4b52d41286c9f906d70d846e28081bbcd055f Signed-off-by: Fedor Zhadaev <fzhadaev@mirantis.com>
2016-08-08Merge "Add transformations and interfaces for DPDK"Michal Skalski2-2/+190
2016-08-08Merge "Allow SSH from any host"Michal Skalski2-2/+2
2016-08-04Add transformations and interfaces for DPDKFedor Zhadaev2-2/+190
We need that transformations and interfaces for OVS scenario to be able to enable DPDK. JIRA: FUEL-162 Change-Id: Ic6072d938e09a40516c32cdde6223d0a21e57403 Signed-off-by: Fedor Zhadaev <fzhadaev@mirantis.com>
2016-08-03Allow SSH from any hostMichal Skalski2-2/+2
Do not block connection in case of test framework try to connect from different subnet. Change-Id: I351d526e786a3fca05bc43e1a77d6a7ebf8ad260 Signed-off-by: Michal Skalski <mskalski@mirantis.com>
2016-08-02Add zte-pod2 configuration files.wu.zhihui2-0/+333
Change-Id: Iea9accc96bfb1ca77c0b5ebe3e50b3ae33026346 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-06-22Add reaped configuration files for LF POD2Peter Barabas2-0/+1181
Change-Id: I2c196dfc654c1cd7e496da5ef7475af72b444b34 Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
2016-06-17Add reaped configuration files for POD2Peter Barabas2-0/+1152
Change-Id: I64551b46dccd05dffe3d9b3ee856aaab538ed46d Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>