aboutsummaryrefslogtreecommitdiffstats
path: root/labs/ericsson/pod1
AgeCommit message (Collapse)AuthorFilesLines
2017-09-25cleanup: fuel: Remove obsolete reap, dea, dhaAlexandru Avadanii5-294/+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-01-31[epod1] Update private net vlan idMichael Polenchuk1-2/+2
Change-Id: I911c1e6ff62acd2d3b67884d42c92f35aac20a24 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2017-01-17[Ericsson-pod1/2] Changing the private network to ens2f1Nikolas Hermanns1-4/+9
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-57/+51
Change-Id: I7476f4901ab0b82bf397f16543b495449f52abf5 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>
2016-12-13Updates to Reflect GIC RO Final HW positionsDan Smith2-41/+41
Corrected with IPMI IPs and correct MACs for POD1 and POD2 Signed-off-by: Dan Smith <lmcdasm@gmail.com> Change-Id: Ie8af9eb1b07847ba1b4b65096ddc59cd6d43baf3
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-01-19Fix the ids of the nodesFatih Degirmenci1-1/+1
Change-Id: I06636cefc0630a9ff0c4c291c3bff5fa62cf1f0e Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-19Exclude the extra node from Ericsson Yardstick POD to make it Pharos compliantFatih Degirmenci1-5/+0
Change-Id: I119a9d55bc0edd76a4c4f702865e0527209d9f46 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-12Added LAB/POD definitions for LF/POD2 and Ericsson/POD1Jonas Bjurel2-0/+304
Change-Id: Ic3813536818c0129026686bc9173427994393a4d Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
2016-01-08Proposal for common OPNFV CI/CD Configuration structureJonas Bjurel3-0/+0
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>