Plugin version is required
[fuel.git] / deploy / scenario / ha_odl-l3_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-L3 HA deployment
25    version: 0.0.5
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 # 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.9.0
40     module-config-override:
41       metadata:
42         versions:
43           - enable_l3_odl:
44               value: true
45             metadata:
46               plugin_version: 0.9.0
47 #   - module: opendaylight
48 #     module-config-name: fuel-odl
49 #     module-config-version: 0.0.2
50 #     module-config-override:
51 #       # Module config overrides
52 #       rest_api_port:
53 #         value: '8282'
54 #       enable_gbp:
55 #         value: false
56 #       enable_l3_odl:
57 #         value: true
58 #       enable_sfc:
59 #         value: false
60
61 ##############################################################################
62 # By editing the override-config sections below, you can override arbitrary
63 # configuration name-space settings
64 dea-override-config:
65   nodes:
66   - id: 1
67     interfaces: interfaces_1
68     role: controller,opendaylight
69     transformations: transformations_1
70   - id: 2
71     interfaces: interfaces_1
72     role: mongo,controller
73     transformations: transformations_1
74   - id: 3
75     interfaces: interfaces_1
76     role: ceph-osd,controller
77     transformations: transformations_1
78   - id: 4
79     interfaces: interfaces_1
80     role: ceph-osd,compute
81     transformations: transformations_1
82   - id: 5
83     interfaces: interfaces_1
84     role: ceph-osd,compute
85     transformations: transformations_1
86   settings:
87     editable:
88       public_network_assignment:
89         assign_to_all_nodes:
90           value: true
91
92 dha-override-config:
93   nodes:
94   - id: 1
95     libvirtName: controller1
96     libvirtTemplate: templates/virtual_environment/vms/controller.xml
97   - id: 2
98     libvirtName: controller2
99     libvirtTemplate: templates/virtual_environment/vms/controller.xml
100   - id: 3
101     libvirtName: controller3
102     libvirtTemplate: templates/virtual_environment/vms/controller.xml
103   - id: 4
104     libvirtName: compute1
105     libvirtTemplate: templates/virtual_environment/vms/compute.xml
106   - id: 5
107     libvirtName: compute2
108     libvirtTemplate: templates/virtual_environment/vms/compute.xml
109   - id: 6
110     libvirtName: fuel-master
111     libvirtTemplate: templates/virtual_environment/vms/fuel.xml
112     isFuel: yes
113     username: root
114     password: r00tme
115
116 ##############################################################################
117 # The verification pipeline may populate the section below with arbitrary
118 # testing information, which post deploy can be retreived from the fuel master:
119 # /root/deploy-config.yaml
120 test: