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