Merge "Shift opendaylight role out of controller"
[fuel.git] / deploy / scenario / ha_nfv-ovs_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 OVS HA deployment
25    version: 0.9.0
26    created: Jul 12 2016
27    comment: Rebased to Fuel9
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-ovs
36      module-config-name: fuel-nshovs
37      module-config-version: 0.9.0
38      module-config-override:
39        metadata:
40          versions:
41            - install_dpdk:
42                value: true
43              metadata:
44                plugin_version: 0.9.0
45
46 ##############################################################################
47 # By editing the override-config sections below, you can override arbitrary
48 # configuration name-space settings
49 dea-override-config:
50   fuel:
51     FEATURE_GROUPS:
52     - experimental
53   environment:
54     net_segment_type: vlan
55   nodes:
56   - id: 1
57     interfaces: interfaces_dpdk
58     role: controller
59     transformations: transformations_vlan
60   - id: 2
61     interfaces: interfaces_dpdk
62     role: mongo,controller
63     transformations: transformations_vlan
64   - id: 3
65     interfaces: interfaces_dpdk
66     role: ceph-osd,controller
67     transformations: transformations_vlan
68   - id: 4
69     interfaces: interfaces_dpdk
70     role: ceph-osd,compute
71     transformations: transformations_dpdk
72     attributes: attributes_1
73   - id: 5
74     interfaces: interfaces_dpdk
75     role: ceph-osd,compute
76     transformations: transformations_dpdk
77     attributes: attributes_1
78
79   attributes_1:
80     hugepages:
81       dpdk:
82         value: 128
83       nova:
84         value:
85           '2048': 256
86
87   network:
88     networking_parameters:
89       segmentation_type: vlan
90       vlan_range:
91       - 1000
92       - 1030
93     networks:
94     - cidr: null
95       gateway: null
96       ip_ranges: []
97       meta:
98         configurable: false
99         map_priority: 2
100         name: private
101         neutron_vlan_range: true
102         notation: null
103         render_addr_mask: null
104         render_type: null
105         seg_type: vlan
106         use_gateway: false
107         vlan_start: null
108       name: private
109       vlan_start: null
110
111 dha-override-config:
112   nodes:
113   - id: 1
114     libvirtName: controller1
115     libvirtTemplate: templates/virtual_environment/vms/controller.xml
116   - id: 2
117     libvirtName: controller2
118     libvirtTemplate: templates/virtual_environment/vms/controller.xml
119   - id: 3
120     libvirtName: controller3
121     libvirtTemplate: templates/virtual_environment/vms/controller.xml
122   - id: 4
123     libvirtName: compute1
124     libvirtTemplate: templates/virtual_environment/vms/compute.xml
125   - id: 5
126     libvirtName: compute2
127     libvirtTemplate: templates/virtual_environment/vms/compute.xml
128   - id: 6
129     libvirtName: fuel-master
130     libvirtTemplate: templates/virtual_environment/vms/fuel.xml
131     isFuel: yes
132     username: root
133     password: r00tme
134
135 ##############################################################################
136 # The verification pipeline may populate the section below with arbitrary
137 # testing information, which post deploy can be retreived from the fuel master:
138 # /root/deploy-config.yaml
139 test: