Merge "Update for fuel10 onos plugin"
[fuel.git] / deploy / scenario / no-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 NO-HA deployment
25    version: 1.0.0
26    created: Jul 12 2016
27    comment: NFV OVS NO-HA Rebased for Fuel10
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    # Disable this plugin since Fuel already has newer
37    # version of openvswitch out of the box
38    #
39    # - module: fuel-plugin-ovs
40    #   module-config-name: fuel-nshovs
41    #   module-config-version: 1.0.0
42    #   module-config-override:
43    #     metadata:
44    #       versions:
45    #         - install_dpdk:
46    #             value: true
47    #           metadata:
48    #             plugin_version: 1.0.0
49
50 ##############################################################################
51 # By editing the override-config sections below, you can override arbitrary
52 # configuration name-space settings
53 dea-override-config:
54   fuel:
55     FEATURE_GROUPS:
56     - experimental
57   environment:
58     net_segment_type: vlan
59   nodes:
60   - id: 1
61     interfaces: interfaces_vlan
62     role: mongo,controller
63   - id: 2
64     interfaces: interfaces_dpdk
65     role: ceph-osd,compute
66     attributes: attributes_1
67   - id: 3
68     interfaces: interfaces_dpdk
69     role: ceph-osd,compute
70     attributes: attributes_1
71   - id: 4
72     interfaces: interfaces_dpdk
73     role: ceph-osd,compute
74     attributes: attributes_1
75
76   attributes_1:
77     hugepages:
78       dpdk:
79         value: 1024
80       nova:
81         value:
82           '2048': 1024
83
84   network:
85     networking_parameters:
86       segmentation_type: vlan
87     networks:
88     - cidr: null
89       gateway: null
90       ip_ranges: []
91       meta:
92         configurable: false
93         map_priority: 2
94         name: private
95         neutron_vlan_range: true
96         notation: null
97         render_addr_mask: null
98         render_type: null
99         seg_type: vlan
100         use_gateway: false
101         vlan_start: null
102       name: private
103       vlan_start: null
104
105 dha-override-config:
106 #  disks:
107 #    contrail: 500G
108
109 ##############################################################################
110 # The verification pipeline may populate the section below with arbitrary
111 # testing information, which post deploy can be retreived from the fuel master:
112 # /root/deploy-config.yaml
113 test: