Scenario uplift to Fuel8
[fuel.git] / deploy / scenario / ha_vlan_heat_ceilometer_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: OpenStack-only, HA deployment with VLAN segmentation
25    version: 0.0.2
26    created: Jan 19 2016
27    comment: Rebased to 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
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   wanted_release: Kilo on Ubuntu 14.04
45   nodes:
46   - id: 1
47     interfaces: interfaces_1
48     role: controller
49     transformations: transformations_1
50   - id: 2
51     interfaces: interfaces_1
52     role: mongo,controller
53     transformations: transformations_1
54   - id: 3
55     interfaces: interfaces_1
56     role: ceph-osd,controller
57     transformations: transformations_1
58   - id: 4
59     interfaces: interfaces_1
60     role: ceph-osd,compute
61     transformations: transformations_1
62   - id: 5
63     interfaces: interfaces_1
64     role: ceph-osd,compute
65     transformations: transformations_1
66
67   settings:
68     editable:
69       additional_components:
70         ceilometer:
71           description: If selected, Ceilometer component will be installed
72           label: Install Ceilometer
73           type: checkbox
74           value: true
75           weight: 40
76         heat:
77           description: ''
78           label: ''
79           type: hidden
80           value: true
81           weight: 30
82         metadata:
83           label: Additional Components
84           weight: 20
85       storage:
86         ephemeral_ceph:
87           description: Configures Nova to store ephemeral volumes in RBD. This works
88             best if Ceph is enabled for volumes and images, too. Enables live migration
89             of all types of Ceph backed VMs (without this option, live migration will
90             only work with VMs launched from Cinder volumes).
91           label: Ceph RBD for ephemeral volumes (Nova)
92           type: checkbox
93           value: true
94           weight: 75
95         images_ceph:
96           description: Configures Glance to use the Ceph RBD backend to store images.
97             If enabled, this option will prevent Swift from installing.
98           label: Ceph RBD for images (Glance)
99           restrictions:
100           - settings:storage.images_vcenter.value == true: Only one Glance backend could
101               be selected.
102           type: checkbox
103           value: true
104           weight: 30
105
106 dha-override-config:
107 # These overrides only take effect for virtual deployment scenarios
108   nodes:
109   - id: 1
110     libvirtName: controller1
111     libvirtTemplate: templates/virtual_environment/vms/controller.xml
112   - id: 2
113     libvirtName: controller2
114     libvirtTemplate: templates/virtual_environment/vms/controller.xml
115   - id: 3
116     libvirtName: controller3
117     libvirtTemplate: templates/virtual_environment/vms/controller.xml
118   - id: 4
119     libvirtName: compute1
120     libvirtTemplate: templates/virtual_environment/vms/compute.xml
121   - id: 5
122     libvirtName: compute2
123     libvirtTemplate: templates/virtual_environment/vms/compute.xml
124   - id: 6
125     libvirtName: fuel-master
126     libvirtTemplate: templates/virtual_environment/vms/fuel.xml
127     isFuel: yes
128     username: root
129     password: r00tme
130
131 ##############################################################################
132 # The verification pipeline may populate the section below with arbitrary
133 # testing information, which post deploy can be retreived from the fuel master:
134 # /root/deploy-config.yaml
135 test: