aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/scenario/ha_odl-l2_sfc_heat_ceilometer_scenario.yaml
AgeCommit message (Collapse)AuthorFilesLines
2017-02-24Bump sfc scenario to ODL 5.2.0-1George Paraskevopoulos1-0/+2
This might be related to the instances not getting an IP from DHCP problem in the CI. (https://build.opnfv.org/ci/view/functest/job/functest-fuel-baremetal-daily-master/1166/console) In any case we run the tests using 5.2.0.1 in our pods so we should use this as well in Jenkins. Change-Id: Iab424ea4b55d0abb80e6b6a368dfb78046487ec9 Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
2017-02-02Enable fuel plugin of tackerMichael Polenchuk1-7/+7
Change-Id: I172d4d0948559200b8f9e6fbe91159b80ab734ba Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2016-10-03Use tacker plugin in SFC scenarioMichal Skalski1-3/+6
JIRA: FUEL-205 verify: no-cache Change-Id: I37746bf3e490f6b707de8fe56af10f1df932908c Signed-off-by: Michal Skalski <mskalski@mirantis.com>
2016-09-16Stop using network transformationMichal Skalski1-5/+0
Due the bug in code we did not apply network transformation to created environments, but still Fuel base on chosen segmentation type and networks to NICs assigment has been generated network schema itself. Since we don't use custom network schema we can remove transformation defintions from dea pod overrides files. However there is a need to configure NIC properties in case of dpdk deployment. JIRA: FUEL-192 Change-Id: Ib7dab4d61910ac8c44b6d91e0c486c9693034823 Signed-off-by: Michal Skalski <mskalski@mirantis.com>
2016-08-12Allign odl-sfc scenarios with new plugin versionMichal Skalski1-2/+0
ODL Boron use different set of sfc features. JIRA: FUEL-169 Change-Id: I38c1e518ffbf625a68f879779c01e4abfdb1d672 Signed-off-by: Michal Skalski <mskalski@mirantis.com>
2016-07-04Plugin version is requiredMichal Skalski1-4/+8
Plugin version is required when plugin configuration is overwritten. Change-Id: I93af002ed5e994c90b9134f8c020a3822e81e42c Signed-off-by: Michal Skalski <mskalski@mirantis.com>
2016-07-01Fix module versions for scenariosMichal Skalski1-2/+2
Change-Id: Ia5a5d008af717f9b2d0e7495bd2180cdad4075e8 Signed-off-by: Michal Skalski <mskalski@mirantis.com>
2016-06-30Use ODL Boron for SFCMichal Skalski1-82/+16
SFC scenario requires OpenDaylight Boron. ODL plugin will be built with both Beryllium and Boron. It will be possible to choose deployment with Boron instead of default Beryllium. Change-Id: I1abd22ddca16e710430accd40ad8359be1bd7132 Signed-off-by: Michal Skalski <mskalski@mirantis.com>
2016-04-28Clean up scenario filesPeter Barabas1-0/+188
- remove release from scenario files - remove old versions of scenario files - remove versions from scenario file names and update scenario.yaml - update README Change-Id: I5203ea0794b96fb44f6a9db25b33e5066c1d9574 Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>