aboutsummaryrefslogtreecommitdiffstats
path: root/labs/ericsson
AgeCommit message (Collapse)AuthorFilesLines
2017-10-27ericsson-pod1: Add MAC addresses for eno1 ifacesAlexandru Avadanii1-5/+5
Synced with old DHA from Danube branch. Change-Id: I696638003f49bdb1a095c92fcd1440cb56c09c59 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 396a2d60671402413231f3fad056834b1166374a)
2017-10-27ericsson-pod1: Add net_configAlexandru Avadanii1-36/+81
Based on old Fuel DEA from stable/danube: eno1: # new interface index 4 - fuelweb_admin ens2f0: # new interface index 2 - public - management - storage ens2f1: # new interface index 3 - private While at it, use '|' as NIC feature separator to align with the PDF spec. Change-Id: I2f9404dd811ecc4826e7ce1d0aebded820777dd2 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit d1e3bbc31b896601c6bb5ed0f5f27473b062a1cd)
2017-10-27ericsson-pod1: add 2 nics for all serversAlexandru Avadanii1-0/+72
Change-Id: If0e7fd76850f0610bd9b899a2a4847428a5472b0 Signed-off-by: mting <dianfeng.du@ericsson.com> Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-10-26ericsson-pod1: Add IDF for Fuel compatibilityAlexandru Avadanii1-0/+34
Change-Id: Iea4e8eacaaa4b4d5f0c1c7f05d6be816fe02e0cf Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 639947e163f5788dc2e61a382fa9f3785c77cf8c)
2017-10-04lf-pod2, arm-pod5: Fuel Installer Descriptor FileAlexandru Avadanii1-4/+4
While at it, quote string variables in ericsson-pod1 IDF. Now that we can determine bridge names from IDF, drop legacy "local_env" mechanism for baremetal PODs. Change-Id: I1db41cde503099352adb72d0969c1dd0f8a92a59 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 14fe92acb1006cdb01ff57a588683b5bb2f15d47)
2017-10-02ericsson-pod1: Add Fuel installer descriptor fileAlexandru Avadanii1-0/+12
Change-Id: I654e887a6247f77fec7ee49cf042f0e9fc608816 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 787d597277811cc2abddea46e1af9b6e4dfb3e45)
2017-09-26PDF: Fix yamllint warnings & fold reusable codeAlexandru Avadanii2-167/+39
- ericsson-pod{1,2}: Fold node, disk params; - lf-pod4: Jump server uses same disk params; - zte-pod{2,3}: only minor formatting; Change-Id: Ib280aca93f9d6ab1768afa369b922c71485cf79c Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit a9aeec02c2c649b01ef9aad20c0c89f723a1f356)
2017-09-25cleanup: fuel: Remove obsolete reap, dea, dhaAlexandru Avadanii17-2712/+0
Old Fuel (up to and including Danube release) relied on a DEA/DHA pair of configuration files, usually constructed based on information collected from a manually deployed POD using a "reap" procedure. Starting with Euphrates, Fuel will use the PDF as input, so DEA/DHA, as well as reap data are now obsolete. Some PODs (arm-pod5, lf-pod2) still have a "local_env" configuration file, which is a leftover from old Fuel, but can only be dropped after Fuel automatically detects the jumphost bridge names (either by matching the IP addresses on the jumphost to the networks in PDF, or by using a static mapping defined in a PDF companion file, e.g. IDF). Remove all obsolete configuration, including useless directories. Change-Id: I9eae2067d83347409c17126aadb19e3d6b95d4b6 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit f431509110f5c820a5b458e61d086d2fcc61a83a)
2017-09-22labs: PDF: s/pod owner/pod_owner/gAlexandru Avadanii2-2/+2
Change-Id: Idc72cc6c0c8f13410adbb3478f811a8ee8563223 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit fe7a758541590ee51b6fbf95534163532568bbca)
2017-08-24Correct typos to avoid failure in jenkins-ci checkBlaisonneau David2-14/+14
Change-Id: I2e8b789cbc10def76a1b7ee673bc1ca6d7f4137f Signed-off-by: Blaisonneau David <david.blaisonneau@orange.com>
2017-05-19Hello, OPNFV installer projectsagardner2-73/+73
Firstly, this patchset looks a bit messy at the onset. relevant parts are installers/apex/*.j2 installers/joid/*.j2 installers/compass4nfv/*.j2 and the new verify job that runs check-jinja2.sh If you look at installers/*/pod_config.yaml.j2 you will see the network settings for apex joid and compass4nfv installers, the possible to template hard coded values have been replaced with jinja2 vales, that are populated by reading one of labs/*/*/config/pod.yaml eg: nodes: - name: pod1-node1 becomes - name: {{ conf['nodes'][0]['name'] }} In my last patchset I had ignored data already present in the pod.yaml (which is defined in the pharos spec here: https://gerrit.opnfv.org/gerrit/gitweb?p=pharos.git;a=blob;f=config/pod1.yaml ) I created by own yaml file in an attempt to figure out what all the installers needed to know to install on any given pod. this was counter productive. I have included a script (securedlab/check-jinja2.sh) that will check all securedlab/installers/*/pod_config.yaml.j2 against all securedlab/labs/*/pod*.yaml This is a first step towards having your installers run on any pod that has a pod file created for it. (securedlab/labs/*/pod[pod-number].yaml) Moving forward I would like your input on identifing variables in your installers configs that are needed for deployment but not covered by securedlab/labs/*/pod*.yaml Thanks for your time and feedback Best Regards, Aric Change-Id: I5f2f2b403f219a1ec4b35e46a5bc49037a0a89cf Signed-off-by: agardner <agardner@linuxfoundation.org>
2017-05-19Merge "add pod descriptor file for ericsson pod1"Aric Gardner1-0/+275
2017-05-19add pod descriptor file for ericsson pod2mting1-0/+275
Change-Id: Ia0467878d21f6ab88af5ecc47e27b259dfbba0e6 Signed-off-by: mting <dianfeng.du@ericsson.com>
2017-05-19add pod descriptor file for ericsson pod1mting1-0/+275
Change-Id: I9ba68c0ad5f1f10a714f584f3f974a52558dcaba Signed-off-by: mting <dianfeng.du@ericsson.com>
2017-03-06[e-virtual] Increase allocated memory for vmsMichael Polenchuk1-4/+4
Change-Id: Ie7182a64bb904bda34d7ad5d724f407ca2134e20 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2017-02-03[epod2] Update private net vlan idMichael Polenchuk1-2/+2
Change-Id: I8e743f14dd2e75776d84b9c4c50a4ae961f43057 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2017-01-31[epod1] Update private net vlan idMichael Polenchuk1-2/+2
Change-Id: I911c1e6ff62acd2d3b67884d42c92f35aac20a24 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.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 Polenchuk5-5/+10
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-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 Polenchuk1-3/+3
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-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-15Add interfaces configuration for dpdkMichal Skalski2-241/+25
Change-Id: I05437371f3a789ce3f8f5333dec0ed0d477710cc Related-change: https://gerrit.opnfv.org/gerrit/#/c/21153/ Signed-off-by: Michal Skalski <mskalski@mirantis.com>
2016-08-27Change floating ip ranges for onos yardstickwuwb19891-1/+1
Change-Id: I1119114de6946cc52fa4eaab1e6bdda7d10d2cc5 Signed-off-by: wuwb1989 <wuwenbin2@huawei.com>
2016-08-18Tune up virtual envsMichael Polenchuk1-0/+26
* increase the memory/cpu of controller * reduce the memory of computes Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2016-08-11Add interfaces and transformations testing DPDK on virtual envsFedor Zhadaev1-0/+94
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-10Provide access to mgmt network from host levelMichal Skalski1-8/+8
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-08Merge "Add transformations and interfaces for DPDK"Michal Skalski1-2/+96
2016-08-04Add transformations and interfaces for DPDKFedor Zhadaev1-2/+96
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-06-17Add reaped configuration files for POD2Peter Barabas2-0/+1152
Change-Id: I64551b46dccd05dffe3d9b3ee856aaab538ed46d Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
2016-06-15Merge "Fuel 9 Rebased dea-pod-overide.yaml for Intel-1 virtual deployment ↵Fatih Degirmenci1-91/+67
and Ericsson-1 virtual deployment"
2016-06-14Fuel 9 Rebased dea-pod-overide.yaml for Intel-1 virtual deploymentJonas Bjurel1-91/+67
and Ericsson-1 virtual deployment NOT VERIFIED DO NOT MERGE Change-Id: I643674caad64af3b89da484261044d4136061e64 Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
2016-06-14Add explicit ssh_network clause for Pod2Stefan K. Berg1-0/+1
Signed-off-by: Stefan K. Berg <stefan.k.berg@ericsson.com>
2016-06-14Rebase of DEA override for Ericsson Pod2Stefan K. Berg1-54/+20
Signed-off-by: Stefan K. Berg <stefan.k.berg@ericsson.com>
2016-06-13Change MACs to reflect the new NIC setupPeter Barabas1-5/+5
Change-Id: I4865b4762b9cc0cb2b373a6b7dea34b16a3ea472 Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
2016-03-06Updated Ericsson pod1 configStefan K. Berg1-42/+37
Change-Id: I53a6e4a2beed2f9ae08623fc3b094172b861d7db Signed-off-by: Stefan K. Berg <stefan.k.berg@ericsson.com>
2016-02-03Corrected PUBLIC network mismatch and added S_berg fix for naming as well.Daniel Smith1-21/+21
updated with correct ensX numbering This is now using the defaults for networking. Fixed 10.20.0.X/24 gw as well - this should point to 10.20.0.1 Change-Id: I7edd57dce30d5c8129684bb9a83855fd694e8a30 JIRA: 0 Signed-off-by: Daniel Smith <daniel.smith@ericsson.com>
2016-02-01Increased size of Fuel masterJonas Bjurel2-6/+6
Change-Id: Ia5c5efcad438ca9bec20b9e6ce8dcf8eb60307b0 Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
2016-01-27Rebasement of Fuel8 deployment configuration files and scenariosJonas Bjurel4-139/+197
Note: - Most of the POD configuration files resides in the securedlab repo - The securedlab repo is very restricive, cause it carries Lab internal secrets TODO: - Intel virt is not yet rebased - LF-POD2 is not yet rebased NOT VERIFIED DO NOT MERGE Change-Id: I1be01a374bff65e3bee708ef00727cf1e94cb0af Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
2016-01-19Fix the ids of the nodesFatih Degirmenci1-1/+1
Change-Id: I06636cefc0630a9ff0c4c291c3bff5fa62cf1f0e Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>