Revert "[kvm/dpdk] Switch vlan mode to vxlan"
[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.6
26    created: Dec 07 2016
27    comment: Rebased to Fuel10
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: 1.0.0
40     module-config-override:
41       metadata:
42         versions:
43           - enable_l3_odl:
44               value: true
45             metadata:
46               plugin_version: 1.0.0
47
48 ##############################################################################
49 # By editing the override-config sections below, you can override arbitrary
50 # configuration name-space settings
51 dea-override-config:
52   nodes:
53   - id: 1
54     interfaces: interfaces_1
55     role: controller,opendaylight
56   - id: 2
57     interfaces: interfaces_1
58     role: mongo,controller
59   - id: 3
60     interfaces: interfaces_1
61     role: ceph-osd,controller
62   - id: 4
63     interfaces: interfaces_1
64     role: ceph-osd,compute
65   - id: 5
66     interfaces: interfaces_1
67     role: ceph-osd,compute
68   settings:
69     editable:
70       public_network_assignment:
71         assign_to_all_nodes:
72           value: true
73
74 dha-override-config:
75   nodes:
76   - id: 1
77     libvirtName: controller1
78     libvirtTemplate: templates/virtual_environment/vms/controller.xml
79   - id: 2
80     libvirtName: controller2
81     libvirtTemplate: templates/virtual_environment/vms/controller.xml
82   - id: 3
83     libvirtName: controller3
84     libvirtTemplate: templates/virtual_environment/vms/controller.xml
85   - id: 4
86     libvirtName: compute1
87     libvirtTemplate: templates/virtual_environment/vms/compute.xml
88   - id: 5
89     libvirtName: compute2
90     libvirtTemplate: templates/virtual_environment/vms/compute.xml
91   - id: 6
92     libvirtName: fuel-master
93     libvirtTemplate: templates/virtual_environment/vms/fuel.xml
94     isFuel: yes
95     username: root
96     password: r00tme
97
98 ##############################################################################
99 # The verification pipeline may populate the section below with arbitrary
100 # testing information, which post deploy can be retreived from the fuel master:
101 # /root/deploy-config.yaml
102 test: