Merge "Changing ODL change into FUEL_PLUGIN_ODL"
[fuel.git] / deploy / scenario / no-ha_odl-l2_heat_ceilometer_scenario.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.3
26    created: Jun 02 2016
27    comment: Rebased to Fuel9
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   - module: opendaylight
36     module-config-name: fuel-odl
37     module-config-version: 0.9.0
38     module-config-override:
39 # Note that the module substitionion does not support arrays
40 # This is a quick fix
41 #   - module: opendaylight
42 #     module-config-name: fuel-odl
43 #     module-config-version: 0.0.2
44 #     module-config-override:
45 #       # Module config overrides
46 #       rest_api_port:
47 #         value: '8282'
48 #       enable_gbp:
49 #         value: false
50 #       enable_l3_odl:
51 #         value: false
52 #       enable_sfc:
53 #         value: false
54
55 ##############################################################################
56 # By editing the override-config sections below, you can override arbitrary
57 # configuration name-space settings
58 dea-override-config:
59
60   nodes:
61   - id: 1
62     interfaces: interfaces_1
63     role: mongo,controller,opendaylight
64     transformations: transformations_1
65   - id: 2
66     interfaces: interfaces_1
67     role: ceph-osd,compute
68     transformations: transformations_1
69   - id: 3
70     interfaces: interfaces_1
71     role: ceph-osd,compute
72     transformations: transformations_1
73   - id: 4
74     interfaces: interfaces_1
75     role: ceph-osd,compute
76     transformations: transformations_1
77
78 dha-override-config:
79 #  disks:
80 #    contrail: 500G
81
82 ##############################################################################
83 # The verification pipeline may populate the section below with arbitrary
84 # testing information, which post deploy can be retreived from the fuel master:
85 # /root/deploy-config.yaml
86 test: