aboutsummaryrefslogtreecommitdiffstats
path: root/labs/lf
AgeCommit message (Collapse)AuthorFilesLines
2017-09-06correct lf pod4 fixed_ipsBlaisonneau David1-9/+9
Change-Id: I2b413c239698258cd4dfb521441408513670c855 Signed-off-by: Blaisonneau David <david.blaisonneau@orange.com>
2017-08-24Proposition to add a network descriptor in the pdf fileJulien1-0/+168
linked with patch 36297 Add a network descriptor in the file. The network descriptor contains what is in the wiki Each network is linked to an interface number, who refer to an interface on each server. Each nodes, list only mac addresses that are used, and plugged, in order Each nodes can specify ip addresses for each interfaces, it is optionnal depending on installer choice This solution split network definition and node definition that contains only physical informations Updated this patchset to fix typos we could rename the net_config names to be less openstack specific But I don't think it hurts and deploying openstack is a major usecase. Change-Id: I27f4a56db0e50436f5c59e1645b6d2c4c9b8ae5c Signed-off-by: Blaisonneau David <david.blaisonneau@orange.com> Signed-off-by: agardner <agardner@linuxfoundation.org> Signed-off-by: Julien <zhang.jun3g@zte.com.cn> Signed-off-by: Blaisonneau David <david.blaisonneau@orange.com>
2017-08-17fuel: lf-pod2: Add local_env configuration fileAlexandru Avadanii1-0/+1
This file provides pod-specific enviroment variables that will be passed down to Fuel's `ci/deploy.sh` script. Change-Id: I7e3a5ebf9a30a31b7d4bd7d7dc9a13f7c45e2c6d Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-05-19Hello, OPNFV installer projectsagardner1-117/+0
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-04-27Add check-jinja and lf pod1 descriptoragardner1-0/+117
Change-Id: Ic580cd934c674e5d0e7ce3cca3a113d8531e3400 Signed-off-by: agardner <agardner@linuxfoundation.org>
2017-02-22[lf-pod2] Mend dns and ntp servers settingsMichael Polenchuk1-12/+17
Change-Id: I55d896b3cdc261681d998d1d305854035b0ccc53 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-09-15Add interfaces configuration for dpdkMichal Skalski1-160/+29
Change-Id: I05437371f3a789ce3f8f5333dec0ed0d477710cc Related-change: https://gerrit.opnfv.org/gerrit/#/c/21153/ Signed-off-by: Michal Skalski <mskalski@mirantis.com>
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-04Add transformations and interfaces for DPDKFedor Zhadaev1-0/+94
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-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-08Allow SSH from any hostPeter Barabas1-0/+1
Change-Id: Ibb1de3fce8c4a3e905829cd5cc2c98771f57d6fa Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
2016-02-16Remove superfluous network clauseStefan K. Berg1-22/+0
Change-Id: Ic913a17adddbf3a11933c27b780002d03f09a1c7 Signed-off-by: Stefan K. Berg <stefan.k.berg@ericsson.com>
2016-02-08Correction of IP addresses for LF pod2Stefan K. Berg1-10/+10
Change-Id: I94fe1a2f8e17c1af595782667db261c1c5e2d0b6 Signed-off-by: Stefan K. Berg <stefan.k.berg@ericsson.com>
2016-02-03LF-POD2 configuration rebased for Fuel8Jonas Bjurel1-61/+80
Change-Id: I4d0dc9545d8d4637ae011f9950cc6596b2fa5071 Signed-off-by: Jonas Bjurel <jonas.bjurel@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-12Use small-caps in LF lab nameFatih Degirmenci4-0/+326
Change-Id: I293b72d3118f1065982c8a417d9a81f705e584fc Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>