Merge "Fix: ISO build omits long path files"
[fuel.git] / deploy / scenario / no-ha_nfv-kvm_heat_ceilometer_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: NFV KVM NO-HA deployment
25    version: 0.0.5
26    created: Aug 03 2016
27    comment: Ceph cannot be assigned to compute, using a seperate node for it
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-kvm
36      module-config-name: fuel-nfvkvm
37      module-config-version: 0.9.0
38      module-config-override:
39        # Module config overrides
40
41 ##############################################################################
42 # By editing the override-config sections below, you can override arbitrary
43 # configuration name-space settings
44 dea-override-config:
45   environment:
46     net_segment_type: tun
47   nodes:
48   - id: 1
49     interfaces: interfaces_1
50     role: mongo,controller
51   - id: 2
52     interfaces: interfaces_1
53     role: ceph-osd
54   - id: 3
55     interfaces: interfaces_1
56     role: compute
57   - id: 4
58     interfaces: interfaces_1
59     role: compute
60
61   settings:
62     editable:
63       storage:
64         ephemeral_ceph:
65           description: Configures Nova to store ephemeral volumes in RBD. This works best if Ceph is enabled for volumes and images, too. Enables live migration of all types of Ceph backed VMs (without this option, live migration will only work with VMs launched from Cinder volumes).
66           label: Ceph RBD for ephemeral volumes (Nova)
67           type: checkbox
68           value: false
69           weight: 75
70         images_ceph:
71           description: Configures Glance to use the Ceph RBD backend to store images. If enabled, this option will prevent Swift from installing.
72           label: Ceph RBD for images (Glance)
73           restrictions:
74           - settings:storage.images_vcenter.value == true: Only one Glance backend could be selected.
75           type: checkbox
76           value: false
77           weight: 30
78         images_vcenter:
79           description: Configures Glance to use the vCenter/ESXi backend to store images. If enabled, this option will prevent Swift from installing.
80           label: VMware vCenter/ESXi datastore for images (Glance)
81           restrictions:
82           - action: hide
83             condition: settings:common.use_vcenter.value != true
84           - condition: settings:storage.images_ceph.value == true
85             message: Only one Glance backend could be selected.
86           type: checkbox
87           value: false
88           weight: 35
89         iser:
90           description: 'High performance block storage: Cinder volumes over iSER protocol (iSCSI over RDMA). This feature requires SR-IOV capabilities in the NIC, and will use a dedicated virtual function for the storage network.'
91           label: iSER protocol for volumes (Cinder)
92           restrictions:
93           - settings:storage.volumes_lvm.value != true or settings:common.libvirt_type.value != 'kvm'
94           - action: hide
95             condition: not ('experimental' in version:feature_groups)
96           type: checkbox
97           value: false
98           weight: 11
99         metadata:
100           group: storage
101           label: Storage Backends
102           weight: 60
103         objects_ceph:
104           description: Configures RadosGW front end for Ceph RBD. This exposes S3 and Swift API Interfaces. If enabled, this option will prevent Swift from installing.
105           label: Ceph RadosGW for objects (Swift API)
106           type: checkbox
107           value: false
108           weight: 80
109         osd_pool_size:
110           description: Configures the default number of object replicas in Ceph. This number must be equal to or lower than the number of deployed 'Storage - Ceph OSD' nodes.
111           label: Ceph object replication factor
112           regex:
113             error: Invalid number
114             source: ^[1-9]\d*$
115           type: text
116           value: '1'
117           weight: 85
118         volumes_block_device:
119           description: High performance block device storage. It is recommended to have at least one Storage - Cinder Block Device
120           label: Cinder Block device driver
121           restrictions:
122           - settings:storage.volumes_ceph.value == true
123           type: checkbox
124           value: false
125           weight: 15
126         volumes_ceph:
127           description: Configures Cinder to store volumes in Ceph RBD images.
128           label: Ceph RBD for volumes (Cinder)
129           restrictions:
130           - settings:storage.volumes_lvm.value == true or settings:storage.volumes_block_device.value == true
131           type: checkbox
132           value: true
133           weight: 20
134         volumes_lvm:
135           description: It is recommended to have at least one Storage - Cinder LVM node.
136           label: Cinder LVM over iSCSI for volumes
137           restrictions:
138           - settings:storage.volumes_ceph.value == true
139           type: checkbox
140           value: false
141           weight: 10
142
143 dha-override-config:
144 #  disks:
145 #    contrail: 500G
146
147 ##############################################################################
148 # The verification pipeline may populate the section below with arbitrary
149 # testing information, which post deploy can be retreived from the fuel master:
150 # /root/deploy-config.yaml
151 test: