Rebased NFVOVS to the new plugin arch
[fuel.git] / deploy / scenario / no-ha_odl-l2_heat_ceilometer_scenario_0.0.2.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-L2 No-HA deployment
25    version: 0.0.2
26    created: Jan 26 2016
27    comment: Fuel ODL-L2 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 stack-extensions:
35 # Note that the module substitionion does not support arrays
36 # This is a quick fix
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: false
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
56   nodes:
57   - id: 1
58     interfaces: interfaces_1
59     role: mongo,controller,opendaylight
60     transformations: transformations_1
61   - id: 2
62     interfaces: interfaces_1
63     role: ceph-osd,compute
64     transformations: transformations_1
65   - id: 3
66     interfaces: interfaces_1
67     role: ceph-osd,compute
68     transformations: transformations_1
69   - id: 4
70     interfaces: interfaces_1
71     role: ceph-osd,compute
72     transformations: transformations_1
73   settings:
74     editable:
75       opendaylight:
76         metadata:
77           # chosen_id: Assigned during installation
78           class: plugin
79           default: false
80           enabled: true
81           label: OpenDaylight plugin
82           toggleable: true
83           versions:
84           - enable_gbp:
85               label: GBP features
86               type: checkbox
87               value: false
88               weight: 14
89             enable_l3_odl:
90               label: Use ODL to manage L3 traffic
91               restrictions:
92               - networking_parameters:segmentation_type == 'vlan': Use tunneling segmentation type.
93               - settings:public_network_assignment.assign_to_all_nodes.value == false: Assign public network to all nodes
94               type: checkbox
95               value: false
96               weight: 12
97             enable_sfc:
98               label: SFC features
99               type: checkbox
100               value: false
101               weight: 13
102             metadata:
103               always_editable: false
104               odl_features:
105                 default:
106                 - config
107                 - standard
108                 - region
109                 - package
110                 - kar
111                 - ssh
112                 - management
113                 gbp:
114                 - odl-groupbasedpolicy-base
115                 - odl-groupbasedpolicy-ofoverlay
116                 ovs:
117                 - odl-ovsdb-openstack
118                 - odl-restconf-all
119                 - odl-aaa-authn
120                 - odl-dlux-all
121                 sfc:
122                 - odl-sfc-core
123                 - odl-sfc-sb-rest
124                 - odl-sfc-ui
125                 - odl-sfc-netconf
126                 - odl-sfc-ovs
127                 - odl-sfcofl2
128                 - odl-sfc-test-consumer
129                 vpn:
130                 - odl-vpnservice-api
131                 - odl-vpnservice-impl
132                 - odl-vpnservice-impl-rest
133                 - odl-vpnservice-impl-ui
134                 - odl-vpnservice-core
135                 - odl-vpnservice-openstack
136               # plugin_id: Assigned during installation
137               plugin_version: 0.8.0
138               restrictions:
139               - cluster:net_provider != 'neutron': Only neutron is supported by OpenDaylight
140             rest_api_port:
141               description: Port on which ODL REST API will be available.
142               label: Port number
143               regex:
144                 error: Invalid port number
145                 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])$
146               type: text
147               value: '8282'
148               weight: 40
149           weight: 70
150
151 dha-override-config:
152 #  disks:
153 #    contrail: 500G
154
155 ##############################################################################
156 # The verification pipeline may populate the section below with arbitrary
157 # testing information, which post deploy can be retreived from the fuel master:
158 # /root/deploy-config.yaml
159 test: