aboutsummaryrefslogtreecommitdiffstats
path: root/labs/ericsson/pod2
AgeCommit message (Collapse)AuthorFilesLines
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-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 Hermanns1-4/+8
Change-Id: I208564e07ca2044757773825517579952348ad65 Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2017-01-17Update dpdk property pathMichael Polenchuk1-1/+2
JIRA: FUEL-243 Change-Id: Id077221fa5c43d3924ac2b829621814233f3cff9 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2017-01-16[Ericsson-POD1/2] Updating the dea overrideNikolas Hermanns1-6/+6
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-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 Smith2-43/+41
Corrected with IPMI IPs and correct MACs for POD1 and POD2 Signed-off-by: Dan Smith <lmcdasm@gmail.com> Change-Id: Ie8af9eb1b07847ba1b4b65096ddc59cd6d43baf3
2016-09-15Add interfaces configuration for dpdkMichal Skalski1-121/+12
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-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 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-17Add reaped configuration files for POD2Peter Barabas2-0/+1152
Change-Id: I64551b46dccd05dffe3d9b3ee856aaab538ed46d Signed-off-by: Peter Barabas <peter.barabas@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-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-65/+112
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-08Proposal for common OPNFV CI/CD Configuration structureJonas Bjurel2-0/+289
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>