Merge "Uplift scenario files to Liberty" into stable/brahmaputra
[fuel.git] / deploy / scenario / ha_heat_ceilometer_scenario_0.0.3.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
25    version: 0.0.3
26    created: Jan 26 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   nodes:
41   - id: 1
42     interfaces: interfaces_1
43     role: controller
44     transformations: transformations_1
45   - id: 2
46     interfaces: interfaces_1
47     role: mongo, controller
48     transformations: transformations_1
49   - id: 3
50     interfaces: interfaces_1
51     role: ceph-osd,controller
52     transformations: transformations_1
53   - id: 4
54     interfaces: interfaces_1
55     role: ceph-osd,compute
56     transformations: transformations_1
57   - id: 5
58     interfaces: interfaces_1
59     role: ceph-osd,compute
60     transformations: transformations_1
61
62 dha-override-config:
63   nodes:
64   - id: 1
65     libvirtName: controller1
66     libvirtTemplate: templates/virtual_environment/vms/controller.xml
67   - id: 2
68     libvirtName: controller2
69     libvirtTemplate: templates/virtual_environment/vms/controller.xml
70   - id: 3
71     libvirtName: controller3
72     libvirtTemplate: templates/virtual_environment/vms/controller.xml
73   - id: 4
74     libvirtName: compute1
75     libvirtTemplate: templates/virtual_environment/vms/compute.xml
76   - id: 5
77     libvirtName: compute2
78     libvirtTemplate: templates/virtual_environment/vms/compute.xml
79   - id: 6
80     libvirtName: fuel-master
81     libvirtTemplate: templates/virtual_environment/vms/fuel.xml
82     isFuel: yes
83     username: root
84     password: r00tme
85
86
87 ##############################################################################
88 # The verification pipeline may populate the section below with arbitrary
89 # testing information, which post deploy can be retreived from the fuel master:
90 # /root/deploy-config.yaml
91 test: