Using VLAN segmentation for the NFV-OVS scenarios.
[fuel.git] / deploy / scenario / ha_odl-bgpvpn_scenario_0.0.1.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: 0.0.1
26    created: 04.03.2016
27    comment: Fuel ODL HA with BGPVPN, Ceph, Ceilometer and Heat Rebased for Fuel8
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.0.3
38     module-config-override:
39       metadata:
40         versions:
41           - enable_bgpvpn:
42               value: true
43             metadata:
44               plugin_version: 0.8.1
45
46   - module: bgpvpn
47     module-config-name: fuel-bgpvpn
48     module-config-version: 0.0.3
49
50   - module: fuel-plugin-ovs
51     module-config-name: fuel-nshovs
52     module-config-version: 0.0.1
53
54 ##############################################################################
55 # By editing the override-config sections below, you can override arbitrary
56 # configuration name-space settings
57 dea-override-config:
58   nodes:
59   - id: 1
60     interfaces: interfaces_1
61     role: controller,opendaylight
62     transformations: transformations_1
63   - id: 2
64     interfaces: interfaces_1
65     role: mongo,controller
66     transformations: transformations_1
67   - id: 3
68     interfaces: interfaces_1
69     role: ceph-osd,controller
70     transformations: transformations_1
71   - id: 4
72     interfaces: interfaces_1
73     role: ceph-osd,compute
74     transformations: transformations_1
75   - id: 5
76     interfaces: interfaces_1
77     role: ceph-osd,compute
78     transformations: transformations_1
79
80
81 dha-override-config:
82   nodes:
83   - id: 1
84     libvirtName: controller1
85     libvirtTemplate: templates/virtual_environment/vms/controller.xml
86   - id: 2
87     libvirtName: controller2
88     libvirtTemplate: templates/virtual_environment/vms/controller.xml
89   - id: 3
90     libvirtName: controller3
91     libvirtTemplate: templates/virtual_environment/vms/controller.xml
92   - id: 4
93     libvirtName: compute1
94     libvirtTemplate: templates/virtual_environment/vms/compute.xml
95   - id: 5
96     libvirtName: compute2
97     libvirtTemplate: templates/virtual_environment/vms/compute.xml
98   - id: 6
99     libvirtName: fuel-master
100     libvirtTemplate: templates/virtual_environment/vms/fuel.xml
101     isFuel: yes
102     username: root
103     password: r00tme
104
105 ##############################################################################
106 # The verification pipeline may populate the section below with arbitrary
107 # testing information, which post deploy can be retreived from the fuel master:
108 # /root/deploy-config.yaml
109 test: