Add congress plugin to nosdn-nofeature scenarios
[fuel.git] / deploy / scenario / ha_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, 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   - module: congress
36     module-config-name: fuel-congress
37     module-config-version: 1.0.0
38
39 ##############################################################################
40 # By editing the override-config sections below, you can override arbitrary
41 # configuration name-space settings
42 dea-override-config:
43   nodes:
44   - id: 1
45     interfaces: interfaces_1
46     role: controller, congress
47   - id: 2
48     interfaces: interfaces_1
49     role: mongo, controller
50   - id: 3
51     interfaces: interfaces_1
52     role: ceph-osd,controller
53   - id: 4
54     interfaces: interfaces_1
55     role: ceph-osd,compute
56   - id: 5
57     interfaces: interfaces_1
58     role: ceph-osd,compute
59
60 dha-override-config:
61   nodes:
62   - id: 1
63     libvirtName: controller1
64     libvirtTemplate: templates/virtual_environment/vms/controller.xml
65   - id: 2
66     libvirtName: controller2
67     libvirtTemplate: templates/virtual_environment/vms/controller.xml
68   - id: 3
69     libvirtName: controller3
70     libvirtTemplate: templates/virtual_environment/vms/controller.xml
71   - id: 4
72     libvirtName: compute1
73     libvirtTemplate: templates/virtual_environment/vms/compute.xml
74   - id: 5
75     libvirtName: compute2
76     libvirtTemplate: templates/virtual_environment/vms/compute.xml
77   - id: 6
78     libvirtName: fuel-master
79     libvirtTemplate: templates/virtual_environment/vms/fuel.xml
80     isFuel: yes
81     username: root
82     password: r00tme
83
84
85 ##############################################################################
86 # The verification pipeline may populate the section below with arbitrary
87 # testing information, which post deploy can be retreived from the fuel master:
88 # /root/deploy-config.yaml
89 test: