Bump sfc scenario to ODL 5.2.0-1
[fuel.git] / deploy / scenario / no-ha_nfv-kvm_nfv-ovs-dpdk-bar_heat_ceilometer_scenario.yaml
1 ##############################################################################
2 # Copyright (c) 2017 Intel Corp. and others.
3 # navyax.bathula@intel.com,mpolenchuk@mirantis.com
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Apache License, Version 2.0
6 # which accompanies this distribution, and is available at
7 # http://www.apache.org/licenses/LICENSE-2.0
8 ##############################################################################
9
10 ###############################################################################
11 # Description:
12 # This .yaml configuration file defines the configuration of the fuel
13 # deployment and is passed as an argument to deploy.sh
14 # eg. deploy.sh -c https://artifact.opnfv.org/fuel/config
15 # This will make build.sh fetch this configuration file and configure the
16 # deployment accordingly.
17 # After the deployment, a copy of this file gets uploaded to fuel:
18 # /root/deploy-config.yaml, as well as the sha-1 sum of this file:
19 # /root/deploy-config.sha1
20 ##############################################################################
21
22 ##############################################################################
23 # deployment configuration meta-data
24 deployment-scenario-metadata:
25    title: NFV KVM OVS-DPDK and Barometer No-HA deployment
26    version: 0.0.1
27    created: Feb 16 2017
28    comment: NFV KVM OVS-DPDK and Barometer
29
30 ##############################################################################
31 # Stack extentions are opnfv added value features in form of a fuel-plugin
32 # plug-ins listed below will be enabled and configured according to the
33 # <module-config-base-uri>/<module-config-name>_<module-config-version>.yaml
34 # It does so by copying the config file to the local plugin config directory
35 stack-extensions:
36    - module: fuel-plugin-kvm
37      module-config-name: fuel-nfvkvm
38      module-config-version: 1.0.0
39      module-config-override:
40        # Module config overrides
41    - module: fuel-plugin-collectd-ceilometer
42      module-config-name: fuel-barometer
43      module-config-version: 1.0.0
44      module-config-override:
45        # Module config overrides
46
47 ##############################################################################
48 # By editing the override-config sections below, you can override arbitrary
49 # configuration name-space settings
50 dea-override-config:
51   fuel:
52     FEATURE_GROUPS:
53     - experimental
54   environment:
55     net_segment_type: vlan
56   nodes:
57   - id: 1
58     interfaces: interfaces_vlan
59     role: mongo,controller
60   - id: 2
61     interfaces: interfaces_dpdk
62     role: ceph-osd,compute
63     attributes: attributes_1
64   - id: 3
65     interfaces: interfaces_dpdk
66     role: ceph-osd,compute
67     attributes: attributes_1
68   - id: 4
69     interfaces: interfaces_dpdk
70     role: ceph-osd,compute
71     attributes: attributes_1
72
73   attributes_1:
74     hugepages:
75       dpdk:
76         value: 1024
77       nova:
78         value:
79           '2048': 1024
80
81   network:
82     networking_parameters:
83       segmentation_type: vlan
84     networks:
85     - cidr: null
86       gateway: null
87       ip_ranges: []
88       meta:
89         configurable: false
90         map_priority: 2
91         name: private
92         neutron_vlan_range: true
93         notation: null
94         render_addr_mask: null
95         render_type: null
96         seg_type: vlan
97         use_gateway: false
98         vlan_start: null
99       name: private
100       vlan_start: null
101
102   settings:
103     editable:
104       storage:
105         ephemeral_ceph:
106           description: Configures Nova to store ephemeral volumes in RBD. This works
107             best if Ceph is enabled for volumes and images, too. Enables live migration
108             of all types of Ceph backed VMs (without this option, live migration will
109             only work with VMs launched from Cinder volumes).
110           label: Ceph RBD for ephemeral volumes (Nova)
111           type: checkbox
112           value: true
113           weight: 75
114         images_ceph:
115           description: Configures Glance to use the Ceph RBD backend to store images.
116             If enabled, this option will prevent Swift from installing.
117           label: Ceph RBD for images (Glance)
118           restrictions:
119           - settings:storage.images_vcenter.value == true: Only one Glance backend could
120               be selected.
121           type: checkbox
122           value: true
123           weight: 30
124
125 dha-override-config:
126 #  disks:
127 #    contrail: 500G
128
129 ##############################################################################
130 # The verification pipeline may populate the section below with arbitrary
131 # testing information, which post deploy can be retreived from the fuel master:
132 # /root/deploy-config.yaml
133 test: