Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: I2e8b789cbc10def76a1b7ee673bc1ca6d7f4137f
Signed-off-by: Blaisonneau David <david.blaisonneau@orange.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: Ia0467878d21f6ab88af5ecc47e27b259dfbba0e6
Signed-off-by: mting <dianfeng.du@ericsson.com>
|
|
Change-Id: I9ba68c0ad5f1f10a714f584f3f974a52558dcaba
Signed-off-by: mting <dianfeng.du@ericsson.com>
|
|
Change-Id: Ie7182a64bb904bda34d7ad5d724f407ca2134e20
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
|
|
Change-Id: I8e743f14dd2e75776d84b9c4c50a4ae961f43057
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
|
|
Change-Id: I911c1e6ff62acd2d3b67884d42c92f35aac20a24
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
|
|
Change-Id: Ife3c219ff620c54189bc22ba88193731f6e2bdc5
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
|
|
Change-Id: I208564e07ca2044757773825517579952348ad65
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
|
|
JIRA: FUEL-243
Change-Id: Id077221fa5c43d3924ac2b829621814233f3cff9
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
|
|
Change-Id: I7476f4901ab0b82bf397f16543b495449f52abf5
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
|
|
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>
|
|
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>
|
|
Change-Id: I90b1f4cebf4f762207e48d4a9708697994e31f4f
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
|
|
Corrected with IPMI IPs and correct MACs for POD1 and POD2
Signed-off-by: Dan Smith <lmcdasm@gmail.com>
Change-Id: Ie8af9eb1b07847ba1b4b65096ddc59cd6d43baf3
|
|
Jira: OVSNFV-44
Change-Id: I6f97c9a0babb695e57f6138c74f5a9e4eeecedb4
Signed-off-by: Billy O'Mahony<billy.o.mahony@intel.com>
|
|
JIRA: FUEL-220
Change-Id: I96b1b3fb397ed2f957c0e865cc6f071b42698970
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
|
|
JIRA: FUEL-214
JIRA: INFRA-26
Change-Id: I7cd675bd222fb9da21c01566c7220526b71699a0
Signed-off-by: Michal Skalski <mskalski@mirantis.com>
|
|
|
|
These configs have been tested against new GIC RO DC for HA and NOHA scenarios
removed the reap from both (since they were done manual)
Corrected for DPDK assignment to NIC
Change-Id: I22bfaff02786210fe7d9bba826186104ddd71f6f
Signed-off-by: Daniel Smith <daniel.smith@ericsson.com>
|
|
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>
|
|
Change-Id: I05437371f3a789ce3f8f5333dec0ed0d477710cc
Related-change: https://gerrit.opnfv.org/gerrit/#/c/21153/
Signed-off-by: Michal Skalski <mskalski@mirantis.com>
|
|
Change-Id: I1119114de6946cc52fa4eaab1e6bdda7d10d2cc5
Signed-off-by: wuwb1989 <wuwenbin2@huawei.com>
|
|
* increase the memory/cpu of controller
* reduce the memory of computes
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
|
|
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>
|
|
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>
|
|
|
|
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>
|
|
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>
|
|
Change-Id: I64551b46dccd05dffe3d9b3ee856aaab538ed46d
Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
|
|
and Ericsson-1 virtual deployment"
|
|
and Ericsson-1 virtual deployment
NOT VERIFIED
DO NOT MERGE
Change-Id: I643674caad64af3b89da484261044d4136061e64
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
|
|
Signed-off-by: Stefan K. Berg <stefan.k.berg@ericsson.com>
|
|
Signed-off-by: Stefan K. Berg <stefan.k.berg@ericsson.com>
|
|
Change-Id: I4865b4762b9cc0cb2b373a6b7dea34b16a3ea472
Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
|
|
Change-Id: I53a6e4a2beed2f9ae08623fc3b094172b861d7db
Signed-off-by: Stefan K. Berg <stefan.k.berg@ericsson.com>
|
|
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>
|
|
Change-Id: Ia5c5efcad438ca9bec20b9e6ce8dcf8eb60307b0
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
|
|
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>
|
|
Change-Id: I06636cefc0630a9ff0c4c291c3bff5fa62cf1f0e
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
|
|
Change-Id: I119a9d55bc0edd76a4c4f702865e0527209d9f46
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
|
|
Change-Id: I69a5abac607df4edb515640c124344f458e45251
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
|
|
|
|
Change-Id: Ie9969de5f9f1fb7c79c7af4f050ec41fdb7ffb09
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
|
|
Change-Id: Ic3813536818c0129026686bc9173427994393a4d
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
|
|
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>
|