aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/scenario/no-ha_nfv-ovs_heat_ceilometer_scenario.yaml
AgeCommit message (Collapse)AuthorFilesLines
2017-09-03build, deploy: Remove obsolete Fuel@Openstack codeAlexandru Avadanii1-113/+0
JIRA: FUEL-278 Change-Id: I30c04c325de5ac97aee172386de43201988646c5 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-02-08Remove vlan id range from scenariosMichael Polenchuk1-3/+0
Since scenarios vlan_range config has precedence, so it doesn't matter that is in dea pod override file of the labs. Let's define/get actual vlan id range in/from lab specific configs. Change-Id: Iba329ae94c6f5a2e3bf046b4838d5a2c3d49bf5e Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2017-01-23Upload interfaces config before attributesMichael Polenchuk1-2/+1
Enable dpdk on an interface before upload specific settings in order to meet the validator requirements. JIRA: FUEL-247 Change-Id: Id1248b391257b07b26edb5630da47f4dcbafb156 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2017-01-17Align hugepages size with dpdk reqirementsMichael Polenchuk1-1/+2
Since the minimum value of dpdk hugepages has been changed, increase requested hugepages size (256Mb for virtual, 1024Mb for baremetal labs). JIRA: FUEL-244 Change-Id: I5a46dc17e5ef67bbdc8fc8824efb3453217da214 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2016-12-15Add dkms package into initial pkgs listMichael Polenchuk1-12/+16
OVS-plugin requires DKMS installed to operate on. Also plugin yamls have been updated. Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com> Change-Id: I037b88fdf335e513d5f4e726c3daff9358397776
2016-09-16Increase number of hugepages allocated for novaMichal Skalski1-1/+1
Yardstick is using m1.small flavor for some tests, in case of ovs scenario it should be possible to allocate 2GB from hugepages. Change-Id: Ie908d94e63a5055907bb33c69a5e028739f44f2e Signed-off-by: Michal Skalski <mskalski@mirantis.com>
2016-09-16Stop using network transformationMichal Skalski1-5/+1
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-23Fix ovs scenario configurationMichal Skalski1-2/+2
Due the incorrect indentation install_dpdk option was not set to true. JIRA: OVSNFV-37 Change-Id: Ida3b0d1e72ce8322905ff399af89b43cac878299 Signed-off-by: Michal Skalski <mskalski@mirantis.com>
2016-08-04Fix OVS scenarios to use fuel-plugin-ovsFedor Zhadaev1-166/+33
* Use fuel-nshovs instead deprecated fuel-nfvovs * Modified scenario to enable DPDK via Fuel * Removed hard dependency from specific POD * Add ability to merge networks lists JIRA: FUEL-156 JIRA: FUEL-162 Change-Id: Ie609ff140f1de96e54df37dd9b1881afec792317 Depends-On: Ic6072d938e09a40516c32cdde6223d0a21e57403 Signed-off-by: Fedor Zhadaev <fzhadaev@mirantis.com>
2016-04-28Clean up scenario filesPeter Barabas1-0/+249
- 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>