Storage fix for the KVM scenario
[fuel.git] / deploy / scenario / no-ha_odl-l3_heat_ceilometer_scenario_0.0.3.yaml
1 ##############################################################################
2 # Copyright (c) 2015 Ericsson AB and others.
3 # jonas.bjurel@ericsson.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 ############################################################################### # Description:
11 # This .yaml configuration file defines the configuration of the fuel
12 # deployment and is passed as an argument to deploy.sh
13 # eg. deploy.sh -c https://artifact.opnfv.org/fuel/config
14 # This will make build.sh fetch this configuration file and configure the
15 # deployment accordingly.
16 # After the deployment, a copy of this file gets uploaded to fuel:
17 # /root/deploy-config.yaml, as well as the sha-1 sum of this file:
18 # /root/deploy-config.sha1
19 ##############################################################################
20
21 ##############################################################################
22 # deployment configuration meta-data
23 deployment-scenario-metadata:
24    title: ODL-L3 No-HA deployment
25    version: 0.0.3
26    created: Jan 28 2016
27    comment: Fuel ODL-L3 No HA with Ceph, Ceilometer and Heat rebased for Fuel8
28
29 ##############################################################################
30 # Stack extentions are opnfv added value features in form of a fuel-plugin
31 # plug-ins listed below will be enabled and configured according to the
32 # <module-config-base-uri>/<module-config-name>_<module-config-version>.yaml
33 # It does so by copying the config file to the local plugin config directory
34 # Note that the module substitionion does not support arrays
35 # This is a quick fix
36 stack-extensions:
37 #   - module: opendaylight
38 #     module-config-name: fuel-odl
39 #     module-config-version: 0.0.2
40 #     module-config-override:
41        # Module config overrides
42 #       rest_api_port:
43 #         value: '8282'
44 #       enable_gbp:
45 #         value: false
46 #       enable_l3_odl:
47 #         value: true
48 #       enable_sfc:
49 #         value: false
50
51 ##############################################################################
52 # By editing the override-config sections below, you can override arbitrary
53 # configuration name-space settings
54 dea-override-config:
55   nodes:
56   - id: 1
57     interfaces: interfaces_1
58     role: mongo,controller,opendaylight
59     transformations: transformations_1
60   - id: 2
61     interfaces: interfaces_1
62     role: ceph-osd,compute
63     transformations: transformations_1
64   - id: 3
65     interfaces: interfaces_1
66     role: ceph-osd,compute
67     transformations: transformations_1
68   - id: 4
69     interfaces: interfaces_1
70     role: ceph-osd,compute
71     transformations: transformations_1
72   settings:
73     editable:
74       public_network_assignment:
75         assign_to_all_nodes:
76           value: true
77       opendaylight:
78         metadata:
79           # chosen_id: Assigned during installation
80           class: plugin
81           default: false
82           enabled: true
83           label: OpenDaylight plugin
84           toggleable: true
85           versions:
86           - enable_gbp:
87               label: GBP features
88               type: checkbox
89               value: false
90               weight: 14
91             enable_l3_odl:
92               label: Use ODL to manage L3 traffic
93               restrictions:
94               - networking_parameters:segmentation_type == 'vlan': Use tunneling segmentation type.
95               - settings:public_network_assignment.assign_to_all_nodes.value == false: Assign public network to all nodes
96               type: checkbox
97               value: true
98               weight: 12
99             enable_sfc:
100               label: SFC features
101               type: checkbox
102               value: false
103               weight: 13
104             metadata:
105               always_editable: false
106               odl_features:
107                 default:
108                 - config
109                 - standard
110                 - region
111                 - package
112                 - kar
113                 - ssh
114                 - management
115                 gbp:
116                 - odl-groupbasedpolicy-base
117                 - odl-groupbasedpolicy-ofoverlay
118                 ovs:
119                 - odl-ovsdb-openstack
120                 - odl-restconf-all
121                 - odl-aaa-authn
122                 - odl-dlux-all
123                 sfc:
124                 - odl-sfc-core
125                 - odl-sfc-sb-rest
126                 - odl-sfc-ui
127                 - odl-sfc-netconf
128                 - odl-sfc-ovs
129                 - odl-sfcofl2
130                 - odl-sfc-test-consumer
131                 vpn:
132                 - odl-vpnservice-api
133                 - odl-vpnservice-impl
134                 - odl-vpnservice-impl-rest
135                 - odl-vpnservice-impl-ui
136                 - odl-vpnservice-core
137                 - odl-vpnservice-openstack
138               # plugin_id: Assigned during installation
139               plugin_version: 0.8.0
140               restrictions:
141               - cluster:net_provider != 'neutron': Only neutron is supported by OpenDaylight
142             rest_api_port:
143               description: Port on which ODL REST API will be available.
144               label: Port number
145               regex:
146                 error: Invalid port number
147                 source: ^([1-9][0-9]{0,3}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])$
148               type: text
149               value: '8282'
150               weight: 40
151           weight: 70
152
153 dha-override-config:
154 #  disks:
155 #    contrail: 500G
156
157 ##############################################################################
158 # The verification pipeline may populate the section below with arbitrary
159 # testing information, which post deploy can be retreived from the fuel master:
160 # /root/deploy-config.yaml
161 test: