Age | Commit message (Collapse) | Author | Files | Lines |
|
- align comment start, end;
- s/pod owner/pod_owner/ (not a problem, but breaks syntax highlight);
- remove 'os' param from lfpod4-node1;
Change-Id: I6c61b3a45da390f5db14c4d81f6a7d430fbe8128
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
Change-Id: I2b413c239698258cd4dfb521441408513670c855
Signed-off-by: Blaisonneau David <david.blaisonneau@orange.com>
|
|
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>
|
|
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>
|
|
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>
|
|
Change-Id: Ic580cd934c674e5d0e7ce3cca3a113d8531e3400
Signed-off-by: agardner <agardner@linuxfoundation.org>
|
|
Change-Id: I55d896b3cdc261681d998d1d305854035b0ccc53
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
|
|
JIRA: FUEL-243
Change-Id: Id077221fa5c43d3924ac2b829621814233f3cff9
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
|
|
Change-Id: I05437371f3a789ce3f8f5333dec0ed0d477710cc
Related-change: https://gerrit.opnfv.org/gerrit/#/c/21153/
Signed-off-by: Michal Skalski <mskalski@mirantis.com>
|
|
JIRA: FUEL-161
Change-Id: If95178e95e761955aef535cc7ee0ce322f5d4a5c
Signed-off-by: Michal Skalski <mskalski@mirantis.com>
|
|
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>
|
|
Change-Id: I2c196dfc654c1cd7e496da5ef7475af72b444b34
Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
|
|
Change-Id: Ibb1de3fce8c4a3e905829cd5cc2c98771f57d6fa
Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
|
|
Change-Id: Ic913a17adddbf3a11933c27b780002d03f09a1c7
Signed-off-by: Stefan K. Berg <stefan.k.berg@ericsson.com>
|
|
Change-Id: I94fe1a2f8e17c1af595782667db261c1c5e2d0b6
Signed-off-by: Stefan K. Berg <stefan.k.berg@ericsson.com>
|
|
Change-Id: I4d0dc9545d8d4637ae011f9950cc6596b2fa5071
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
|
|
Change-Id: Ia5c5efcad438ca9bec20b9e6ce8dcf8eb60307b0
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
|
|
Change-Id: I293b72d3118f1065982c8a417d9a81f705e584fc
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
|