aboutsummaryrefslogtreecommitdiffstats
path: root/labs/ericsson/virtual_kvm
AgeCommit message (Collapse)AuthorFilesLines
2017-09-24cleanup: fuel: Remove obsolete reap, dea, dhaAlexandru Avadanii4-318/+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>
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-01-17Update dpdk property pathMichael Polenchuk1-1/+2
JIRA: FUEL-243 Change-Id: Id077221fa5c43d3924ac2b829621814233f3cff9 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.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-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 Skalski1-120/+13
Change-Id: I05437371f3a789ce3f8f5333dec0ed0d477710cc Related-change: https://gerrit.opnfv.org/gerrit/#/c/21153/ Signed-off-by: Michal Skalski <mskalski@mirantis.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-03Allow SSH from any hostMichal Skalski1-1/+1
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-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-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 Bjurel1-3/+3
Change-Id: Ia5c5efcad438ca9bec20b9e6ce8dcf8eb60307b0 Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
2016-01-27Rebasement of Fuel8 deployment configuration files and scenariosJonas Bjurel2-74/+85
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-13Fixed controller disk-size on Ericsson virt environmentJonas Bjurel1-1/+1
Change-Id: I69a5abac607df4edb515640c124344f458e45251 Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
2016-01-13BUG FIX for Ericsson virtual environmentJonas Bjurel1-5/+5
Change-Id: Ie9969de5f9f1fb7c79c7af4f050ec41fdb7ffb09 Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
2016-01-08Proposal for common OPNFV CI/CD Configuration structureJonas Bjurel4-0/+315
This patch provides a common configuration structure, providing separation of concern between: 1) Base installer configuration 2) Per Lab/POD specific configuration 3) Per installer feature/plugin configuration 4) Deployment scenario configuration. It is not yet aligned across installers - but provides a structure for future alignment. It relates to the implementation provided here: https://gerrit.opnfv.org/gerrit/#/c/3995/ Also see the README file VERIFIED READY TO MERGE JIRA: Change-Id: I852376ba4b500cc50cba6cb3c2634533fc6426a6 Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>