Remove apparmor for vFuel
[fuel.git] / deploy / scenario / no-ha_odl-l2_bgpvpn_scenario_0.0.2.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 No-HA BGPVPN deployment
25    version: 0.0.2
26    created: 05.02.2016
27    comment: Fuel ODL-L2 No 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 # Note that the module substitionion does not support arrays
36 # This is a quick fix
37 #   - module: opendaylight
38 #     module-config-name: fuel-odl
39 #     module-config-version: 0.0.2
40 #     module-config-override:
41 #       # Module config overrides
42 #       rest_api_port:
43 #         value: '8282'
44 #       enable_gbp:
45 #         value: false
46 #       enable_l3_odl:
47 #         value: false
48 #       enable_sfc:
49 #         value: false
50
51 ##############################################################################
52 # By editing the override-config sections below, you can override arbitrary
53 # configuration name-space settings
54 dea-override-config:
55
56   nodes:
57   - id: 1
58     interfaces: interfaces_1
59     role: mongo,controller,opendaylight
60     transformations: transformations_1
61   - id: 2
62     interfaces: interfaces_1
63     role: ceph-osd,compute
64     transformations: transformations_1
65   - id: 3
66     interfaces: interfaces_1
67     role: ceph-osd,compute
68     transformations: transformations_1
69   - id: 4
70     interfaces: interfaces_1
71     role: ceph-osd,compute
72     transformations: transformations_1
73   settings:
74     editable:
75       bgpvpn:
76         metadata:
77           class: plugin
78           default: false
79           enabled: true
80           label: BGPVPN plugin
81           toggleable: true
82           versions:
83           - metadata:
84               always_editable: false
85               enabled: true
86               label: BGPVPN plugin
87               plugin_version: 0.8.0
88               restrictions:
89               - cluster:net_provider != 'neutron': Only neutron is supported by BGPVPN-plugin
90               weight: 90
91           weight: 70
92       opendaylight:
93         metadata:
94           # chosen_id: Assigned during installation
95           class: plugin
96           default: false
97           enabled: true
98           label: OpenDaylight plugin
99           toggleable: true
100           versions:
101           - enable_gbp:
102               label: GBP features
103               type: checkbox
104               value: false
105               weight: 14
106             enable_l3_odl:
107               label: Use ODL to manage L3 traffic
108               restrictions:
109               - networking_parameters:segmentation_type == 'vlan': Use tunneling segmentation type.
110               - settings:public_network_assignment.assign_to_all_nodes.value == false: Assign public network to all nodes
111               type: checkbox
112               value: false
113               weight: 12
114             enable_sfc:
115               label: SFC features
116               type: checkbox
117               value: false
118               weight: 13
119             metadata:
120               always_editable: false
121               odl_features:
122                 default:
123                 - config
124                 - standard
125                 - region
126                 - package
127                 - kar
128                 - ssh
129                 - management
130                 gbp:
131                 - odl-groupbasedpolicy-base
132                 - odl-groupbasedpolicy-ofoverlay
133                 ovs:
134                 - odl-ovsdb-openstack
135                 - odl-restconf-all
136                 - odl-aaa-authn
137                 - odl-dlux-all
138                 sfc:
139                 - odl-sfc-core
140                 - odl-sfc-sb-rest
141                 - odl-sfc-ui
142                 - odl-sfc-netconf
143                 - odl-sfc-ovs
144                 - odl-sfcofl2
145                 - odl-sfc-test-consumer
146                 vpn:
147                 - odl-vpnservice-api
148                 - odl-vpnservice-impl
149                 - odl-vpnservice-impl-rest
150                 - odl-vpnservice-impl-ui
151                 - odl-vpnservice-core
152                 - odl-vpnservice-openstack
153               # plugin_id: Assigned during installation
154               plugin_version: 0.8.0
155               restrictions:
156               - cluster:net_provider != 'neutron': Only neutron is supported by OpenDaylight
157             rest_api_port:
158               description: Port on which ODL REST API will be available.
159               label: Port number
160               regex:
161                 error: Invalid port number
162                 source: ^([1-9][0-9]{0,3}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])$
163               type: text
164               value: '8282'
165               weight: 40
166           weight: 70
167
168 dha-override-config:
169 #  disks:
170 #    contrail: 500G
171
172 ##############################################################################
173 # The verification pipeline may populate the section below with arbitrary
174 # testing information, which post deploy can be retreived from the fuel master:
175 # /root/deploy-config.yaml
176 test: