Remove apparmor for vFuel
[fuel.git] / deploy / scenario / no-ha_nfv-kvm_nfv-ovs_heat_ceilometer_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: NFV KVM and OVS No-HA deployment
25    version: 0.0.1
26    created: Jan 6 2016
27    comment: NFV KVM and OVS
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: fuel-plugin-qemu
36      module-config-name: fuel-nfvkvm
37      module-config-version: 0.0.1
38      module-config-override:
39        # Module config overrides
40
41    - module: fuel-plugin-ovsnfv
42      module-config-name: fuel-nfvovs
43      module-config-version: 0.0.1
44      module-config-override:
45        # Module config overrides
46
47 ##############################################################################
48 # By editing the override-config sections below, you can override arbitrary
49 # configuration name-space settings
50 dea-override-config:
51   environment:
52     mode: ha
53     net_segment_type: tun
54   wanted_release: Kilo on Ubuntu 14.04
55   nodes:
56   - id: 1
57     interfaces: interfaces_1
58     role: mongo,controller
59     transformations: transformations_1
60   - id: 2
61     interfaces: interfaces_1
62     role: ceph-osd,compute
63     transformations: transformations_2
64   - id: 3
65     interfaces: interfaces_1
66     role: ceph-osd,compute
67     transformations: transformations_2
68   - id: 4
69     interfaces: interfaces_1
70     role: ceph-osd,compute
71     transformations: transformations_2
72   settings:
73     editable:
74       additional_components:
75         ceilometer:
76           description: If selected, Ceilometer component will be installed
77           label: Install Ceilometer
78           type: checkbox
79           value: true
80           weight: 40
81         heat:
82           description: ''
83           label: ''
84           type: hidden
85           value: true
86           weight: 30
87         metadata:
88           label: Additional Components
89           weight: 20
90       storage:
91         ephemeral_ceph:
92           description: Configures Nova to store ephemeral volumes in RBD. This works
93             best if Ceph is enabled for volumes and images, too. Enables live migration
94             of all types of Ceph backed VMs (without this option, live migration will
95             only work with VMs launched from Cinder volumes).
96           label: Ceph RBD for ephemeral volumes (Nova)
97           type: checkbox
98           value: true
99           weight: 75
100         images_ceph:
101           description: Configures Glance to use the Ceph RBD backend to store images.
102             If enabled, this option will prevent Swift from installing.
103           label: Ceph RBD for images (Glance)
104           restrictions:
105           - settings:storage.images_vcenter.value == true: Only one Glance backend could
106               be selected.
107           type: checkbox
108           value: true
109           weight: 30
110
111 dha-override-config:
112 #  disks:
113 #    contrail: 500G
114
115 ##############################################################################
116 # The verification pipeline may populate the section below with arbitrary
117 # testing information, which post deploy can be retreived from the fuel master:
118 # /root/deploy-config.yaml
119 test: