Remove apparmor for vFuel
[fuel.git] / deploy / scenario / ha_odl-l2_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-L2 HA BGPVPN deployment
25    version: 0.0.1
26    created: Jan 19 2016
27    comment: Fuel ODL-L2 HA with Ceph, Ceilometer, Heat and BGPVPN
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.1
38      module-config-override:
39        # Module config overrides
40        rest_api_port:
41          value: '8282'
42        enable_gbp:
43          value: false
44        enable_l3_odl:
45          value: false
46        enable_sfc:
47          value: false
48    - module: bgpvpn
49      module-config-name: fuel-bgpvpn
50      module-config-version: 0.0.1
51      module-config-override:
52
53
54 ##############################################################################
55 # By editing the override-config sections below, you can override arbitrary
56 # configuration name-space settings
57 dea-override-config:
58   environment:
59     mode: ha
60     net_segment_type: tun
61   wanted_release: Liberty on Ubuntu 14.04
62   nodes:
63   - id: 1
64     interfaces: interfaces_1
65     role: controller,opendaylight
66     transformations: transformations_1
67   - id: 2
68     interfaces: interfaces_1
69     role: mongo,controller
70     transformations: transformations_1
71   - id: 3
72     interfaces: interfaces_1
73     role: ceph-osd,controller
74     transformations: transformations_1
75   - id: 4
76     interfaces: interfaces_1
77     role: ceph-osd,compute
78     transformations: transformations_1
79   - id: 5
80     interfaces: interfaces_1
81     role: ceph-osd,compute
82     transformations: transformations_1
83   settings:
84     editable:
85       additional_components:
86         ceilometer:
87           description: If selected, Ceilometer component will be installed
88           label: Install Ceilometer
89           type: checkbox
90           value: true
91           weight: 40
92         heat:
93           description: ''
94           label: ''
95           type: hidden
96           value: true
97           weight: 30
98         metadata:
99           label: Additional Components
100           weight: 20
101       storage:
102         ephemeral_ceph:
103           description: Configures Nova to store ephemeral volumes in RBD. This works
104             best if Ceph is enabled for volumes and images, too. Enables live migration
105             of all types of Ceph backed VMs (without this option, live migration will
106             only work with VMs launched from Cinder volumes).
107           label: Ceph RBD for ephemeral volumes (Nova)
108           type: checkbox
109           value: true
110           weight: 75
111         images_ceph:
112           description: Configures Glance to use the Ceph RBD backend to store images.
113             If enabled, this option will prevent Swift from installing.
114           label: Ceph RBD for images (Glance)
115           restrictions:
116           - settings:storage.images_vcenter.value == true: Only one Glance backend could
117               be selected.
118           type: checkbox
119           value: true
120           weight: 30
121
122 dha-override-config:
123   nodes:
124   - id: 1
125     libvirtName: controller1
126     libvirtTemplate: templates/virtual_environment/vms/controller.xml
127   - id: 2
128     libvirtName: controller2
129     libvirtTemplate: templates/virtual_environment/vms/controller.xml
130   - id: 3
131     libvirtName: controller3
132     libvirtTemplate: templates/virtual_environment/vms/controller.xml
133   - id: 4
134     libvirtName: compute1
135     libvirtTemplate: templates/virtual_environment/vms/compute.xml
136   - id: 5
137     libvirtName: compute2
138     libvirtTemplate: templates/virtual_environment/vms/compute.xml
139   - id: 6
140     libvirtName: fuel-master
141     libvirtTemplate: templates/virtual_environment/vms/fuel.xml
142     isFuel: yes
143     username: root
144     password: r00tme
145
146 ##############################################################################
147 # The verification pipeline may populate the section below with arbitrary
148 # testing information, which post deploy can be retreived from the fuel master:
149 # /root/deploy-config.yaml
150 test: