Align hugepages size with dpdk reqirements
[fuel.git] / deploy / scenario / no-ha_vlan_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: OpenStack-only, No-HA deployment with VLAN segmentation
25    version: 0.0.1
26    created: Jan 12 2016
27    comment: Fuel OpenStack-only with VLAN segmentation, Ceph, Ceilometer and Heat, No-HA deployment
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
36 ##############################################################################
37 # By editing the override-config sections below, you can override arbitrary
38 # configuration name-space settings
39 dea-override-config:
40   environment:
41     mode: ha
42     net_segment_type: vlan
43     name: opnfv-vlan-noha
44   nodes:
45   - id: 1
46     interfaces: interfaces_1
47     role: mongo,controller
48   - id: 2
49     interfaces: interfaces_1
50     role: ceph-osd,compute
51   - id: 3
52     interfaces: interfaces_1
53     role: ceph-osd,compute
54   - id: 4
55     interfaces: interfaces_1
56     role: ceph-osd,compute
57   settings:
58     editable:
59       additional_components:
60         ceilometer:
61           description: If selected, Ceilometer component will be installed
62           label: Install Ceilometer
63           type: checkbox
64           value: true
65           weight: 40
66         heat:
67           description: ''
68           label: ''
69           type: hidden
70           value: true
71           weight: 30
72         metadata:
73           label: Additional Components
74           weight: 20
75       storage:
76         ephemeral_ceph:
77           description: Configures Nova to store ephemeral volumes in RBD. This works
78             best if Ceph is enabled for volumes and images, too. Enables live migration
79             of all types of Ceph backed VMs (without this option, live migration will
80             only work with VMs launched from Cinder volumes).
81           label: Ceph RBD for ephemeral volumes (Nova)
82           type: checkbox
83           value: true
84           weight: 75
85         images_ceph:
86           description: Configures Glance to use the Ceph RBD backend to store images.
87             If enabled, this option will prevent Swift from installing.
88           label: Ceph RBD for images (Glance)
89           restrictions:
90           - settings:storage.images_vcenter.value == true: Only one Glance backend could
91               be selected.
92           type: checkbox
93           value: true
94           weight: 30
95
96 dha-override-config:
97 # These overrides only take effect for virtual deployment scenarios
98
99 ##############################################################################
100 # The verification pipeline may populate the section below with arbitrary
101 # testing information, which post deploy can be retreived from the fuel master:
102 # /root/deploy-config.yaml
103 test: