Merge "Update for fuel10 onos plugin"
[fuel.git] / deploy / scenario / no-ha_odl-bgpvpn_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 HA BGPVPN deployment
25    version: 1.0.0
26    created: 29.06.2016
27    comment: Fuel ODL No HA with BGPVPN, Ceph, Ceilometer and Heat Rebased for 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 stack-extensions:
35   - module: opendaylight
36     module-config-name: fuel-odl
37     module-config-version: 1.0.0
38     module-config-override:
39       metadata:
40         versions:
41           - enable_l3_odl:
42               value: true
43             deb_version:
44               value: '5.2.0-1'
45             enable_bgpvpn:
46               value: true
47             metadata:
48               plugin_version: 1.0.0
49
50   - module: bgpvpn
51     module-config-name: fuel-bgpvpn
52     module-config-version: 1.0.0
53
54 ##############################################################################
55 # By editing the override-config sections below, you can override arbitrary
56 # configuration name-space settings
57 dea-override-config:
58
59   nodes:
60   - id: 1
61     interfaces: interfaces_1
62     role: mongo,controller
63   - id: 2
64     interfaces: interfaces_1
65     role: ceph-osd,opendaylight
66   - id: 3
67     interfaces: interfaces_1
68     role: ceph-osd,compute
69   - id: 4
70     interfaces: interfaces_1
71     role: ceph-osd,compute
72   settings:
73     editable:
74       public_network_assignment:
75         assign_to_all_nodes:
76           value: true
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: