Merge "Fix: ISO build omits long path files"
[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_vlan
58     role: controller
59   - id: 2
60     interfaces: interfaces_vlan
61     role: mongo,controller
62   - id: 3
63     interfaces: interfaces_vlan
64     role: ceph-osd,controller
65   - id: 4
66     interfaces: interfaces_dpdk
67     role: ceph-osd,compute
68     attributes: attributes_1
69   - id: 5
70     interfaces: interfaces_dpdk
71     role: ceph-osd,compute
72     attributes: attributes_1
73
74   attributes_1:
75     hugepages:
76       dpdk:
77         value: 128
78       nova:
79         value:
80           '2048': 1024
81
82   network:
83     networking_parameters:
84       segmentation_type: vlan
85       vlan_range:
86       - 1000
87       - 1030
88     networks:
89     - cidr: null
90       gateway: null
91       ip_ranges: []
92       meta:
93         configurable: false
94         map_priority: 2
95         name: private
96         neutron_vlan_range: true
97         notation: null
98         render_addr_mask: null
99         render_type: null
100         seg_type: vlan
101         use_gateway: false
102         vlan_start: null
103       name: private
104       vlan_start: null
105
106 dha-override-config:
107   nodes:
108   - id: 1
109     libvirtName: controller1
110     libvirtTemplate: templates/virtual_environment/vms/controller.xml
111   - id: 2
112     libvirtName: controller2
113     libvirtTemplate: templates/virtual_environment/vms/controller.xml
114   - id: 3
115     libvirtName: controller3
116     libvirtTemplate: templates/virtual_environment/vms/controller.xml
117   - id: 4
118     libvirtName: compute1
119     libvirtTemplate: templates/virtual_environment/vms/compute.xml
120   - id: 5
121     libvirtName: compute2
122     libvirtTemplate: templates/virtual_environment/vms/compute.xml
123   - id: 6
124     libvirtName: fuel-master
125     libvirtTemplate: templates/virtual_environment/vms/fuel.xml
126     isFuel: yes
127     username: root
128     password: r00tme
129
130 ##############################################################################
131 # The verification pipeline may populate the section below with arbitrary
132 # testing information, which post deploy can be retreived from the fuel master:
133 # /root/deploy-config.yaml
134 test: